RDBP Attention Networks for Faster Image Super-Resolution

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Deep neural networks for image super-resolution face challenges with high running time complexity and gradient disappearance issues, leading to unsatisfactory image quality and limited practical use.

Innovation Solution

A method utilizing residual-based dense back projection (RDBP) networks with downsampling and upsampling back projection layers, combined with attention mechanisms, to generate high-resolution images by establishing deeper and wider connections between feature maps, reducing time complexity and improving image quality.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If deep neural network technology is used for image super-resolution, then image quality and data mining capability are improved, but running time complexity and network performance deteriorate

Engineering Contradiction:
Improveimage qualityVSAvoidrunning time complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The network is divided into multiple RDBP blocks, each handling specific feature extraction and back-projection tasks. This segmentation allows the complex super-resolution problem to be broken down into manageable stages, improving both computational efficiency and image quality.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces multi-scale feature maps with different resolutions (first resolution, second resolution, third resolution) to capture features at multiple dimensions. This dimensional approach allows the network to process information at various scales simultaneously, improving image quality without proportionally increasing complexity.

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

2Measurement precision

If deep neural network technology is used for image super-resolution, then image quality is improved, but gradient disappearance issues occur

Engineering Contradiction:
Improveimage qualityVSAvoidgradient stability
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The back-projection layers implement a feedback mechanism where high-resolution feature maps are projected back to low-resolution space and combined with original low-resolution features. This feedback loop ensures stable gradient flow through the network, preventing gradient disappearance while maintaining high image quality.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The network performs preliminary feature extraction at multiple resolutions before final reconstruction. By preparing features at different scales in advance and combining them through back-projection, the network ensures stable training convergence and prevents gradient issues during the super-resolution process.

Inventive Principle:
Principle #10Preliminary action

3Loss of information

If deep neural network technology is used for image super-resolution, then data mining capability is improved, but practical applicability deteriorates

Engineering Contradiction:
Improvedata mining capabilityVSAvoidpractical applicability
Core Design Contradiction:
Loss of informationVSProductivity

Solution Approach 1:

The patent merges features from multiple resolutions and multiple RDBP blocks through back-projection operations. This combining approach maximizes data mining capability by utilizing features at all scales while maintaining computational efficiency for practical applications.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The network dynamically adjusts feature map resolutions and processing depth based on input characteristics. By changing parameters such as resolution levels and network depth adaptively, the system achieves both strong data mining capability and practical applicability across different scenarios.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS12450690B2Method, device, and computer program product for image processing
Publication Date: 2025.10.21 DELL PROD LP
  • US12450690B2 patent drawing
  • US12450690B2 patent drawing
  • US12450690B2 patent drawing

AI summary

A method includes generating a feature map of a second resolution for an input image of a first resolution, the first resolution being less than the second resolution. The method further includes generating a feature map of the second resolution and a feature map of the first resolution through a first residual-based dense back projection (RDBP) network. In addition, the method further includes generating a feature map of the second resolution and a feature map of the first resolution through a second RDBP network, the first RDBP network and the second RDBP network respectively including a downsampling back projection layer, an upsampling back projection layer, and an attention layer. The method further includes generating an output image of the second resolution based on the feature maps of the second resolution and the feature maps of the first resolution generated through the first RDBP network and the second RDBP network.