Image Compression Prediction Model for Multi-Bitrate Residual Generation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing image compression technologies face challenges in efficiently predicting and compressing target sets of pixels across various bitrates, leading to suboptimal compression efficiency and quality.

Innovation Solution

A computer-implemented method that generates a residual between a refined set of pixels and a target set of pixels, using a prediction model to estimate the target set of pixels and a compression model to handle multiple bitrates by training with various quantization step sizes.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If a prediction model is used to estimate target pixels, then compression efficiency is improved, but manufacturing precision of pixel prediction deteriorates

Engineering Contradiction:
Improvecompression efficiencyVSAvoidpixel prediction accuracy
Core Design Contradiction:
ProductivityVSManufacturing precision

Solution Approach 1:

A prediction model is introduced as an intermediary component that estimates target pixels before final encoding. The model takes reference pixels and motion information as input, generates predicted pixels, and the difference (residual) is then encoded. This intermediary prediction step enables compression efficiency improvement while maintaining acceptable prediction accuracy through learned patterns.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The system changes parameters dynamically by adjusting quantization step sizes based on rate-distortion tradeoffs. Different quantization parameters are applied to different regions or blocks, allowing the system to optimize between compression efficiency and prediction accuracy depending on the specific content and desired bitrate.

Inventive Principle:
Principle #35Parameter changes

2Adaptability or versatility

If multiple quantization step sizes are used for different bitrates, then adaptability is improved, but device complexity increases

Engineering Contradiction:
Improve bitrate adaptabilityVSAvoidmodel complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

A single prediction model is designed to perform multiple functions across different bitrates and quantization step sizes. The model structure remains universal while adapting to different operating conditions through parameter adjustments rather than requiring separate models for each bitrate, thus improving adaptability without proportionally increasing complexity.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

The system dynamically adjusts quantization step sizes and model parameters based on the target bitrate and rate-distortion tradeoffs. This dynamic adaptation allows the same model to efficiently handle multiple bitrates by changing operational parameters rather than structural complexity.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentEP3683770B1Systems and methods for image compression at multiple, different bitrates
Publication Date: 2025.05.07 DISNEY ENTERPRISES INC
  • EP3683770B1 patent drawingFigure 1
  • EP3683770B1 patent drawingFigure 2
  • EP3683770B1 patent drawingFigure 3

AI summary

Systems and methods for predicting a target set of pixels are disclosed. In one embodiment, a method may include obtaining target content. The target content may include a target set of pixels to be predicted. The method may also include convolving the target set of pixels to generate an estimated set of pixels. The method may include matching a second set of pixels in the target content to the target set of pixels. The second set of pixels may be within a distance from the target set of pixels. The method may include refining the estimated set of pixels to generate a refined set of pixels using a second set of pixels in the target content.