Transform Skip Mode Signaling for Video Coding Efficiency

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current video coding systems, such as HEVC, face inefficiencies in compressing traditional camera-captured video content due to the lack of specialized tools for diverse applications, and existing methods do not effectively utilize transform skip mode and alternative residual coding processes to optimize video data processing.

Innovation Solution

Implementing transform skip mode (TSM) and Block Delta Pulse Code Modulation (BDPCM) in video coding systems, allowing for the signaling of high-level syntax elements to control the usage of these tools, which enables the direct quantization and entropy coding of residual signals without transformation, and employing alternative residual coding processes for improved compression efficiency.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If transform skip mode is implemented to allow direct quantization of residual signals, then compression efficiency is improved, but device complexity increases due to additional mode selection and signaling mechanisms

Engineering Contradiction:
Improvecompression efficiencyVSAvoidcoding system complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent implements dynamic mode selection where the transform skip mode can be adaptively enabled or disabled based on content characteristics. The syntax elements sps_transform_skip_enabled_flag and transform_skip_flag allow the system to dynamically switch between traditional transform coding and transform skip mode, optimizing compression efficiency for different video content types while maintaining flexibility in the coding system.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The patent changes the processing parameter by skipping the transform step entirely when transform skip mode is activated. Instead of applying transform and then quantization, the system directly quantizes the residual signals. This parameter change (from transformed domain quantization to spatial domain quantization) improves compression efficiency for certain content while the syntax control mechanism manages the added complexity.

Inventive Principle:
Principle #35Parameter changes

2Loss of time

If transform skip mode is used to process residual signals directly, then processing overhead is reduced, but manufacturing precision deteriorates due to loss of transformation information

Engineering Contradiction:
Improveprocessing overheadVSAvoidsignal reconstruction accuracy
Core Design Contradiction:
Loss of timeVSManufacturing precision

Solution Approach 1:

The system dynamically selects between transform mode and transform skip mode based on content characteristics. When transform skip mode is appropriate (indicated by transform_skip_flag), it reduces processing overhead by eliminating the transform step. When traditional transform is more suitable, the system switches back to standard transform coding, thereby maintaining signal reconstruction accuracy where needed while achieving processing efficiency where applicable.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The patent applies transform skip mode locally to specific transform units (TUs) rather than uniformly across the entire picture. The transform_skip_flag is evaluated and applied on a per-TU basis, allowing different regions of the video content to be processed with different methods. This local application ensures that processing overhead is reduced only where transform skip is beneficial, while maintaining reconstruction accuracy in regions where traditional transform is more effective.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS11778235B2Signaling coding of transform-skipped blocks
Publication Date: 2023.10.03 HFI INNOVATION INC
  • US11778235B2 patent drawing
  • US11778235B2 patent drawing
  • US11778235B2 patent drawing

AI summary

A method for performing transform skip mode (TSM) in a video decoder is provided. A video decoder receives data from a bitstream to be decoded as a plurality of video pictures. The video decoder parses the bitstream for a first syntax element in a sequence parameter set (SPS) of a current sequence of video pictures. When the first syntax element indicates that transform skip mode is allowed for the current sequence of video pictures and when transform skip mode is used for a current block in a current picture of the current sequence, the video decoder reconstructs the current block by using quantized residual signals that are not transformed.