CABAC Data Decoding With Adaptive Bit-Length Adjustment

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current video data compression and decompression systems face inefficiencies in entropy encoding, particularly with existing techniques like CABAC, which do not fully optimize the reduction of encoded data size while maintaining image quality.

Innovation Solution

The proposed method involves a data encoding technique that utilizes a context-adaptive binary arithmetic coding (CABAC) system with enhanced context modeling and encoding processes, including adaptive range modification and renormalization, to improve the efficiency of entropy encoding in video data compression.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Quantity of substance

If CABAC entropy encoding is used to reduce encoded data size, then output data size is reduced, but encoding complexity increases

Engineering Contradiction:
Improveencoded data sizeVSAvoidencoding complexity
Core Design Contradiction:
Quantity of substanceVSDevice complexity

Solution Approach 1:

The encoding process is divided into distinct stages: context modeling, binary arithmetic coding, range modification, and renormalization. Each stage handles specific aspects of the encoding task, allowing complex entropy encoding to be broken down into manageable, optimized components that reduce overall computational burden while maintaining compression efficiency.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent implements adaptive context modeling where context probabilities are dynamically updated based on previously encoded data. The range modification and renormalization processes continuously adjust encoding parameters during the encoding process, allowing the system to adapt to local data characteristics and maintain high compression ratios without requiring excessively complex fixed-structure algorithms.

Inventive Principle:
Principle #15Dynamics

2Productivity

If context variable modification is performed to improve encoding efficiency, then encoding speed increases, but decoding synchronization becomes more difficult

Engineering Contradiction:
Improveencoding speedVSAvoiddecoding synchronization
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The patent incorporates feedback mechanisms where the encoder and decoder maintain synchronized context variables through carefully designed update rules. The context variable modifications are based on feedback from the encoded bitstream and previously decoded data, ensuring that both encoder and decoder states remain consistent. This feedback loop allows rapid encoding while maintaining decoding synchronization through deterministic state transitions.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system dynamically changes encoding parameters including context variable values, range boundaries, and probability estimates during the encoding process. These parameter changes are designed to optimize encoding speed by adapting to local data statistics, while the changes follow predetermined rules that ensure the decoder can reconstruct the same parameter sequence, maintaining synchronization without requiring additional synchronization data.

Inventive Principle:
Principle #35Parameter changes

3Quantity of substance

If adaptive range modification is used to optimize compression ratio, then compression efficiency improves, but computational overhead increases

Engineering Contradiction:
Improvecompression ratioVSAvoidcomputational overhead
Core Design Contradiction:
Quantity of substanceVSUse of energy by moving object

Solution Approach 1:

The patent applies range modification selectively rather than uniformly to all data. The adaptive range adjustment is applied based on local data characteristics and context probabilities, performing modifications only where they provide significant compression benefit. This partial application of range modification optimizes the balance between compression ratio improvement and computational overhead, avoiding unnecessary calculations in regions where simple encoding suffices.

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The system dynamically adjusts the range parameter during encoding based on context probabilities and previously encoded data. By changing the range size adaptively, the encoder can achieve better compression ratios for high-probability symbols while using smaller ranges for low-probability symbols, reducing the average computational overhead. The renormalization process efficiently manages range boundaries to maintain precision without excessive computational cost.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS11290751B2Data encoding and decoding
Publication Date: 2022.03.29 SONY GROUP CORP
  • US11290751B2 patent drawing
  • US11290751B2 patent drawing
  • US11290751B2 patent drawing

AI summary

A method decoding a data values set includes: decoding a first portion of each data value from one or more data sets; decoding a second portion depending on integer bits of data values not fully encoded by the data sets, and, if a data value has not been fully decoded by first and second portions, decoding a remaining third portion of the data value; detecting, for a subset of the data values, (i) instances of data values for which a third portion has been encoded and would still have been required had a higher value of n been used, and (ii) instances of data values for which a second portion has been encoded but the value of n was such that the data value could have been fully encoded by first and second portions using a lower value of n; and varying n for use in subsequent data values.