Blind Super-Resolution Model for Arbitrary-Scale Image Upsampling

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing single image super resolution (SISR) methods require pre-defined degradation and distinct deep neural networks for each upsampling scale, failing to handle unknown real-world degradations effectively, and lack a practical approach for continuous upsampling across arbitrary scales.

Innovation Solution

A machine learning model utilizing discrete wavelet transform, implicit degradation prediction, explicit kernel estimation, and an arbitrary-scale super resolution module to generate high-resolution images from low-resolution inputs, incorporating cycle-consistency training through convolution and loss minimization.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If pre-defined degradation and distinct deep neural network models for each specific upsampling scale are used, then the model can be trained for specific degradation types, but it fails to handle unknown real-world degradations and requires multiple distinct models

Engineering Contradiction:
Improveability to handle various unknown degradationsVSAvoidrequirement for distinct deep neural network models for each upsampling scale
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent employs a universal degradation estimator that can handle multiple degradation types (blur, compression, noise, etc.) and arbitrary upsampling scales through a single model architecture. The estimator uses discrete wavelet transform to extract degradation characteristics across different scales, enabling one model to perform multiple super-resolution tasks without requiring separate trained models for each scenario.

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

Solution Approach 2:

The patent changes the parameter representation by using discrete wavelet transform coefficients to characterize degradation instead of fixed degradation kernels. This allows the model to adapt to varying degradation levels and types by adjusting the wavelet-based degradation parameters dynamically, rather than being constrained to pre-defined degradation models.

Inventive Principle:
Principle #35Parameter changes

2Adaptability or versatility

If discrete wavelet transform is applied to extract degradation characteristics, then the model can handle arbitrary-scale super resolution, but the computational complexity increases

Engineering Contradiction:
Improvearbitrary-scale super resolution capabilityVSAvoidcomputational complexity of wavelet transform and multi-scale processing
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent segments the super-resolution task into multiple frequency bands using discrete wavelet transform, processing different frequency components separately. This segmentation allows the model to handle arbitrary-scale super resolution by focusing computational resources on specific frequency ranges, reducing the overall computational burden compared to processing the entire image at full resolution.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent transforms the super-resolution problem from spatial domain to frequency domain using wavelet transform, adding a frequency dimension to the processing. This dimensional transformation enables arbitrary-scale handling by operating on frequency coefficients rather than spatial pixels, efficiently managing computational complexity across different upsampling factors.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

3Measurement precision

If multiple loss functions (contrasting learning loss, kernel loss, cycle loss, super loss) are minimized during training, then the model achieves improved fidelity and accuracy, but the training process becomes more complex

Engineering Contradiction:
Improveimage fidelity and accuracyVSAvoidtraining process complexity with multiple loss functions
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent combines multiple loss functions (contrasting learning loss, kernel loss, cycle loss, and super loss) into a unified training objective. By merging these different loss components into a single composite loss function, the model simultaneously optimizes for degradation estimation accuracy, kernel estimation quality, cycle consistency, and super-resolution fidelity, achieving improved image accuracy while managing training complexity through unified optimization.

Inventive Principle:
Principle #5Merging (Combining)

Data Source

PatentUS12518344B2Method for generating a high resolution image from a low resolution image by an arbitrary-scale blind super resolution model
Publication Date: 2026.01.06 MEDIATEK INC
  • US12518344B2 patent drawing
  • US12518344B2 patent drawing
  • US12518344B2 patent drawing

AI summary

An arbitrary-scale blind super resolution model has two designs. First, learn dual degradation representations where the implicit and explicit representations of degradation are sequentially extracted from the input low resolution image. Second, process both upsampling and downsampling at the same time, where the implicit and explicit degradation representations are utilized respectively, in order to enable cycle-consistency and train the arbitrary-scale blind super resolution model.