Meta-Learned Neural Image Compression for Smooth Bitrate Control

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing neural image compression methods struggle with flexible bitrate control, requiring multiple model instances for different quality settings and lacking the ability to provide arbitrary smooth bitrate control due to the difficulty in training and storing an infinite number of models for every possible target bitrate.

Innovation Solution

A meta-learning mechanism is employed to adaptively compute quality-adaptive weight parameters for a single neural image compression model, allowing it to achieve arbitrary smooth target qualities by separating model parameters into shared and adaptive components, enabling flexible bitrate control.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If multiple model instances are trained for different quality settings, then bitrate control flexibility is improved, but device complexity and storage requirements increase

Engineering Contradiction:
Improvebitrate control flexibilityVSAvoidmodel instance storage
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent merges multiple model instances into a single unified model by sharing encoder and decoder parameters across different quality settings. The shared parameters are stored once rather than duplicating entire model instances for each bitrate, significantly reducing storage requirements while maintaining the ability to adapt to different quality settings through conditional computation paths.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The patent introduces dynamic parameter selection where the model adapts its behavior based on the target bitrate. Conditional computation paths are activated or deactivated depending on the desired quality level, allowing a single static model structure to dynamically adjust to different bitrate requirements without requiring multiple pre-trained instances.

Inventive Principle:
Principle #15Dynamics

2Device complexity

If a single model instance is used for multiple bitrates, then device complexity is reduced, but arbitrary smooth bitrate control becomes difficult

Engineering Contradiction:
Improvemodel instance storageVSAvoidarbitrary smooth bitrate control
Core Design Contradiction:
Device complexityVSAdaptability or versatility

Solution Approach 1:

The patent enables dynamic adaptation within a single model by implementing conditional computation paths that are activated based on the target bitrate parameter. This allows the model to smoothly transition between different quality levels by selectively engaging specific computational pathways, achieving arbitrary bitrate control without requiring multiple discrete model instances.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The patent changes the approach from training multiple models with fixed parameters to training a single model with parameter selection mechanisms. The target bitrate becomes a controllable parameter that influences which computational paths are taken, enabling smooth continuous adjustment of quality rather than discrete switching between pre-defined bitrate models.

Inventive Principle:
Principle #35Parameter changes

3Adaptability or versatility

If multiple model instances are deployed for different qualities, then quality adaptability is improved, but training and storage difficulty increases

Engineering Contradiction:
Improvequality adaptabilityVSAvoidmodel training and storage
Core Design Contradiction:
Adaptability or versatilityVSEase of manufacture

Solution Approach 1:

The patent combines multiple quality-adapted model instances into a single deployable model by sharing the majority of parameters (encoder and decoder weights) across all quality settings. Only minimal conditional parameters need to be stored for different bitrates, dramatically simplifying the deployment process and reducing storage requirements compared to maintaining separate model instances for each quality level.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The patent creates a universal model that can serve multiple quality requirements through a single instance. The model is designed to be multi-functional, handling different bitrate requirements through conditional computation paths rather than requiring separate specialized models for each quality level, thereby simplifying both training and deployment.

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

Data Source

PatentUS12373992B2Adaptive neural image compression with smooth quality control by meta-learning
Publication Date: 2025.07.29 TENCENT AMERICA LLC
  • US12373992B2 patent drawing
  • US12373992B2 patent drawing
  • US12373992B2 patent drawing

AI summary

A method and apparatus for adaptive neural image compression with smooth quality control by meta-learning includes receiving an input image and a target quality control parameter; generating quality-adaptive weight parameters of an encoding neural network using shared encoding parameters and adaptive encoding parameters; and encoding the input image, based on the target quality control parameter, using the encoding neural network with the quality-adaptive weight parameters, to generate a compressed representation.