Image Signal Encoding With Combined Intra-Inter Prediction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The increasing demand for high-definition video services has led to a significant increase in data volume, and existing video compression standards like HEVC are showing limitations in performance.

Innovation Solution

A combined prediction method that combines multiple prediction methods, including intra and inter prediction, with weighted sum operations and specific partitioning techniques for coding blocks, to enhance video signal encoding and decoding efficiency.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Loss of energy

If HEVC compression standard is used to improve video compression performance, then compression rate is improved (about twice as high as H.264/AVC), but performance limitations are revealed as display panels get bigger and video services require higher quality

Engineering Contradiction:
Improvecompression rateVSAvoidperformance adequacy
Core Design Contradiction:
Loss of energyVSReliability

Solution Approach 1:

The current block is divided into multiple prediction blocks (first prediction block and second prediction block) that can be processed independently with different prediction modes. This segmentation allows the application of both intra prediction and inter prediction to different portions of the same block, enabling finer-grained optimization of compression performance while maintaining scalability for higher quality requirements.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent combines multiple prediction methods (intra prediction and inter prediction) into a unified combined prediction mode. By merging these previously separate techniques, the system achieves superior compression performance that overcomes the limitations of HEVC while maintaining compatibility with existing decoding frameworks.

Inventive Principle:
Principle #5Merging (Combining)

2Measurement precision

If combined prediction mode is applied to current block by combining intra and inter prediction, then prediction accuracy is improved, but computational complexity increases

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

Solution Approach 1:

The system applies combined prediction selectively rather than universally. By using prediction mode information from neighboring blocks to determine whether to apply combined prediction to the current block, the method achieves high prediction accuracy where needed while avoiding unnecessary computational complexity in blocks where simpler prediction modes suffice.

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The patent uses feedback from neighboring blocks' prediction mode information to guide the prediction mode selection for the current block. This feedback mechanism enables adaptive decision-making that balances prediction accuracy with computational efficiency, as the system learns from the patterns observed in previously processed blocks.

Inventive Principle:
Principle #23Feedback

3Productivity

If coding block is partitioned into multiple prediction units with weighted sum operations, then inter prediction efficiency is improved, but processing overhead increases

Engineering Contradiction:
Improveinter prediction efficiencyVSAvoidprocessing overhead
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent applies different prediction strategies to different local regions (prediction blocks) within the current block based on their specific characteristics. By determining prediction modes locally for each prediction block using neighboring block information, the system optimizes inter prediction efficiency for each region while managing processing overhead through localized rather than global processing.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS20250330571A1Image signal encoding/decoding method and apparatus therefor
Publication Date: 2025.10.23 GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP LTD
  • US20250330571A1 patent drawing
  • US20250330571A1 patent drawing
  • US20250330571A1 patent drawing

AI summary

An image decoding method includes the steps of: determining whether a combined prediction mode is applied to a current block; when the combined prediction mode is applied to the current block, obtaining first and second prediction blocks with respect to the current block; and, on the basis of a calculation of a weighted sum of the first and second prediction blocks, obtaining a third prediction block with respect to the current block.