Region-Based Iterative Regularization for Image Enhancement

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current image processing techniques lack an effective method for iterative regularization image enhancement, particularly in restoring and enhancing degraded images due to unknown blur matrices and noise vectors, which complicates tasks like resolution enhancement, deblurring, and noise removal.

Innovation Solution

A region-based method for iterative regularization image enhancement is introduced, involving gradient calculations of an objective function to update representative functions iteratively until convergence criteria are met, followed by postprocessing to generate iteratively regularized partial images, utilizing a processing circuit with modules for pixel extraction, error calculation, and updating.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If iterative regularization is applied to the entire image, then image restoration quality improves, but computational complexity and processing time increase significantly

Engineering Contradiction:
Improveimage restoration qualityVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The image is divided into multiple regions or blocks, and iterative regularization is applied independently to each region rather than the entire image. This segmentation reduces the computational complexity from O(N²) for a full image of size N×N to O(k·n²) where k is the number of regions and n is the size of each region, while still achieving good restoration quality through localized processing.

Inventive Principle:
Principle #1Segmentation

2Measurement precision

If more iterations are performed to improve convergence, then restoration accuracy improves, but processing time increases

Engineering Contradiction:
Improverestoration accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

Different regions of the image are assigned different numbers of iterations based on their local characteristics. Regions with higher noise levels or more severe degradation receive more iterations, while regions that are already clean or lightly degraded receive fewer iterations. This localized adaptation optimizes the balance between restoration accuracy and processing time for different parts of the image.

Inventive Principle:
Principle #3Local quality

3Object-affected harmful factors

If regularization parameters are increased to reduce noise, then noise removal improves, but image detail preservation deteriorates

Engineering Contradiction:
Improvenoise removalVSAvoidimage detail preservation
Core Design Contradiction:
Object-affected harmful factorsVSLoss of information

Solution Approach 1:

The regularization parameter λ is adjusted locally for different regions rather than using a global parameter. In noisy regions, higher regularization parameters are applied to suppress noise, while in regions containing important edges or details, lower regularization parameters are used to preserve fine structures. This spatially adaptive regularization balances noise removal and detail preservation across different image regions.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS8457430B2Region-based method for iterative regularization image enhancement, and associated region-based apparatus and associated processing circuit
Publication Date: 2013.06.04 XUESHAN TECH INC
  • US8457430B2 patent drawing
  • US8457430B2 patent drawing
  • US8457430B2 patent drawing

AI summary

A region-based method for iterative regularization image enhancement, includes: for each region of a plurality of regions of an image, performing at least one gradient calculation of an objective function of a latest representative function of the region and updating the latest representative function according to the gradient calculation; and for the region of the plurality of regions of the image, when at least one predetermined convergence criterion is not satisfied, iteratively updating the latest representative function according to at least one gradient calculation of the same objective function of the latest representative function. In particular, the region-based method further includes: for the region of the plurality of regions of the image, when the predetermined convergence criterion is satisfied, performing postprocessing on the latest representative function of the region to generate an iteratively regularized partial image corresponding to the region. An associated region-based apparatus and processing circuit are further provided.