Adversarial CNN for Super-Resolution Image Quality

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current deep learning techniques for super-resolution tasks in convolutional neural networks rely on traditional upscaling methods, which do not effectively utilize color information and lack efficient strategies for improving image resolution, leading to suboptimal results in generating high-quality, resolution-amplified images.

Innovation Solution

The proposed solution involves a new convolutional neural network architecture that utilizes adversarial training methods, incorporating a generator and discriminator network to alternately train parameters, with a lifting layer for resolution enhancement and a degradation layer for resolution reduction, effectively leveraging color information and noise inputs to generate high-quality, resolution-amplified images.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Manufacturing precision

If traditional upscaling methods are used for super-resolution, then the processing is simple and fast, but the quality of resolution-amplified images is poor and color information is not effectively utilized

Engineering Contradiction:
Improveimage qualityVSAvoidnetwork architecture
Core Design Contradiction:
Manufacturing precisionVSDevice complexity

Solution Approach 1:

The network is segmented into distinct functional components: lifting layers for resolution enhancement, degradation layers for resolution reduction, generator network for image synthesis, and discriminator network for quality assessment. This segmentation allows each component to specialize in specific tasks, improving overall image quality while maintaining manageable complexity through modular design

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The lifting layer introduces a new dimension by transforming images from low-resolution to high-resolution space, while the degradation layer operates in reverse. This dimensional transformation approach enables the network to learn resolution-invariant features and improve image quality by operating in multiple resolution domains

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

2Manufacturing precision

If adversarial training with generator and discriminator is implemented, then image quality and color information utilization improve, but training complexity and computational resources increase

Engineering Contradiction:
Improveimage qualityVSAvoidtraining time
Core Design Contradiction:
Manufacturing precisionVSLoss of time

Solution Approach 1:

The training process implements periodic alternation between training the generator network and training the discriminator network. This periodic adversarial training approach allows the system to progressively improve image quality through competitive learning, where each network type is trained in alternating phases rather than simultaneously, balancing quality improvement with training efficiency

Inventive Principle:
Principle #19Periodic action

Solution Approach 2:

The discriminator network serves as an intermediary that provides quality feedback to the generator network. Instead of directly optimizing for image quality, the system uses the discriminator as a mediator to guide the generator's learning process, enabling indirect optimization of image quality through adversarial feedback mechanisms

Inventive Principle:
Principle #24Intermediary (Mediator)

3Loss of information

If lifting layers are used to enhance resolution of luminance and chrominance components, then color information utilization improves, but network complexity increases

Engineering Contradiction:
Improvecolor information utilizationVSAvoidnetwork structure
Core Design Contradiction:
Loss of informationVSDevice complexity

Solution Approach 1:

The lifting layer is segmented into separate processing paths for luminance (Y) and chrominance (UV) components. This segmentation allows independent optimization of resolution enhancement for different color channels, effectively utilizing color information while maintaining clear structural organization that manages network complexity

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The lifting layer implements a universal upscaling mechanism that can be applied to both luminance and chrominance components with the same architectural pattern. This multi-functional design reuses the same lifting operations across different color channels, improving color information utilization without proportionally increasing network complexity

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

Data Source

PatentUS11537873B2Processing method and system for convolutional neural network, and storage medium
Publication Date: 2022.12.27 BOE TECHNOLOGY GROUP CO LTD
  • US11537873B2 patent drawing
  • US11537873B2 patent drawing
  • US11537873B2 patent drawing

AI summary

Provided are a processing method and system for a convolutional neural network, and a computer-readable medium, the processing method includes training a generator and training a discriminator, wherein training a generator includes: extracting a low-resolution color image from a high-resolution color image; training parameters of a generator network, by using the low-resolution color image and a noise image as an input image, based on parameters of a discriminator network, and reducing a generator cost function; training a discriminator includes: inputting an output image of the trained generator network and the high-resolution color image to the discriminator network, respectively; training parameters of the discriminator network by reducing a discriminator cost function (S204) the generator cost function and the discriminator cost function represent a degree in which the output image of the generator network corresponds to the high-resolution color image.