Segmented Video Block Prediction Using IBC and Intra Modes

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing video coding technologies, such as AV1, HEVC, and VVC, face challenges in efficiently segmenting and predicting video blocks for optimal compression, particularly in handling diverse video content characteristics.

Innovation Solution

A content-adaptive segmented prediction mode is introduced, where blocks are segmented into multiple segments, with different prediction modes applied to each segment, including intra block copy and intra prediction modes, and threshold-based segmentation is used to determine segment boundaries.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If a single prediction mode is used for the entire block, then the device complexity is reduced, but the prediction accuracy deteriorates for diverse video content

Engineering Contradiction:
Improveprediction accuracyVSAvoidprediction complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The current block is divided into multiple segments (first segment and second segment), allowing different prediction modes to be applied to each segment. This segmentation enables the system to handle diverse video content characteristics within different regions of the same block, improving overall prediction accuracy without requiring complex analysis of the entire block at once.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Different prediction modes are assigned to different segments based on their local content characteristics. The first segment uses intra block copy mode while the second segment uses intra prediction mode, allowing each segment to be optimized for its specific content type rather than applying a uniform approach across the entire block.

Inventive Principle:
Principle #3Local quality

2Productivity

If multiple prediction modes are applied to different segments, then the compression efficiency is improved, but the processing complexity increases

Engineering Contradiction:
Improvecompression efficiencyVSAvoidprocessing complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The block is segmented into multiple regions that can be processed using different prediction modes simultaneously. This allows the encoder to explore multiple compression strategies in parallel across different segments, improving overall compression efficiency while distributing the processing complexity across manageable segments rather than requiring complex sequential processing.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies prediction modes to segments rather than requiring full analysis of all possible modes for the entire block. This partial action approach allows the system to achieve good compression results by applying appropriate prediction modes to relevant segments without exhaustively processing the entire block with all possible modes, thus improving efficiency while controlling complexity.

Inventive Principle:
Principle #16Partial or excessive action

3Adaptability or versatility

If threshold-based segmentation is used to determine segment boundaries, then the adaptability to content variations is improved, but the processing time increases

Engineering Contradiction:
Improvecontent adaptabilityVSAvoidprocessing time
Core Design Contradiction:
Adaptability or versatilityVSLoss of time

Solution Approach 1:

The patent uses threshold values to dynamically determine segment boundaries based on content characteristics. By changing the parameter (threshold) that defines segment boundaries, the system can adapt to different content variations automatically. This allows the segmentation to be flexible and content-adaptive without requiring manual configuration or complex analysis, thus improving adaptability while keeping processing time manageable.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS12537945B2Content adaptive segmented prediction
Publication Date: 2026.01.27 TENCENT AMERICA LLC
  • US12537945B2 patent drawing
  • US12537945B2 patent drawing
  • US12537945B2 patent drawing

AI summary

Systems and methods for content-adaptive segmented prediction mode are provided. A method includes receiving a picture, and encoding the picture, the encoding including predicting a current block of the picture. The predicting includes: segmenting samples within the current block into a plurality of segments including a first segment and a second segment; predicting the first segment of the current block of the picture by using a first prediction mode that is an intra block copy (IBC) mode; and predicting the second segment of the current block of the picture by using a second prediction mode, different from the first prediction mode, that is an intra prediction mode that uses neighboring reconstructed samples to perform intra prediction.