Deep Gaussian Conditional Random Field Network for Multi-Level Image Denoising

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional deep networks are ineffective at handling multiple noise levels in image denoising, as they do not explicitly model noise variance, leading to inferior results and the need for separate networks for each noise level.

Innovation Solution

A deep Gaussian conditional random field (GCRF) network is developed, comprising a data-dependent prior generation network and an inference network, which explicitly models noise variance and uses half quadratic splitting layers for efficient computations, allowing for end-to-end training with back-propagation.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If conventional deep networks are used for image denoising, then the network architecture is simple and easy to implement, but the network cannot effectively handle multiple noise levels and produces inferior results

Engineering Contradiction:
Improvedenoising performanceVSAvoidnetwork architecture complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The network is segmented into two distinct sub-networks: a prior generation network that models image-specific priors, and an inference network that performs denoising based on those priors. This segmentation allows each sub-network to specialize in a specific function, improving overall denoising performance across multiple noise levels while maintaining manageable complexity through modular design.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The prior generation network dynamically adapts to different noise levels by learning data-dependent priors from the input image characteristics. The network structure remains fixed, but the learned parameters adapt dynamically to handle varying noise conditions, eliminating the need for separate networks for each noise level.

Inventive Principle:
Principle #15Dynamics

2Reliability

If separate networks are used for each noise level, then the denoising performance for each specific noise level can be optimized, but the overall system complexity increases and requires multiple networks

Engineering Contradiction:
Improvedenoising performanceVSAvoidhandling multiple noise levels
Core Design Contradiction:
ReliabilityVSAdaptability or versatility

Solution Approach 1:

The deep GCRF network is designed as a universal architecture that can handle multiple noise levels through a single unified model. The prior generation network learns to adapt to different noise conditions, making the system versatile across various noise levels without requiring separate specialized networks for each condition.

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

Solution Approach 2:

The network handles different noise levels by changing its learned parameters rather than its structure. The prior generation network adapts its weights and biases based on the input image's noise characteristics, allowing the same network architecture to effectively process images with varying noise levels through parameter adaptation.

Inventive Principle:
Principle #35Parameter changes

3Ease of manufacture

If a homogeneous prior is used in GMRF model, then the model is simple to implement, but it results in blurred edges and over-smoothing of images

Engineering Contradiction:
Improvemodel implementation simplicityVSAvoidimage quality
Core Design Contradiction:
Ease of manufactureVSManufacturing precision

Solution Approach 1:

The prior generation network generates spatially varying, data-dependent priors that adapt to local image characteristics. Different regions of the image receive customized priors based on their local statistics and features, allowing edges to be preserved while smooth regions are appropriately regularized, thus avoiding over-smoothing while maintaining implementation feasibility through automated prior generation.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS9633274B2Method and system for denoising images using deep Gaussian conditional random field network
Publication Date: 2017.04.25 MITSUBISHI ELECTRIC RESEARCH LABORATORIES INC
  • US9633274B2 patent drawing
  • US9633274B2 patent drawing
  • US9633274B2 patent drawing

AI summary

A sensor acquires an input image X of a scene. The image includes noise with a variance σ2. A deep Gaussian conditional random field (GCRF) network is applied to the input image to produce an output image Y, where the output image is denoised, and wherein the deep GCRF includes a prior generation (PgNet) network followed by an inference network (InfNet), wherein the PgNet produces patch covariance priors Σij for patches centered on every pixel (i,j) in the input image, and wherein the InfNet is applied to the patch covariance priors and the input image to solve the GCRF.