Edge-Detection Adaptive Filter for Low-Light Noise Reduction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for reducing low-light noise in images are computationally intensive and not resource-efficient, particularly on low-power devices, and fail to adapt to varying image complexities and available resources.

Innovation Solution

An edge-detection-based adaptive filtering system that identifies edge and non-edge pixels, using techniques like dilation-based filtering and Gaussian distribution analysis to selectively apply median or low-pass filtering based on pixel comparisons, optimizing resource usage and noise reduction.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If transform-domain methods (DCT, wavelet, or other statistical methods) are used to remove low-light noise, then noise reduction effectiveness is improved, but computational resource consumption increases significantly

Engineering Contradiction:
Improvenoise reduction effectivenessVSAvoidcomputational resource consumption
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The image is divided into multiple blocks, and each block is processed independently to determine whether it contains low-light noise. This segmentation allows the system to apply computationally intensive noise reduction methods only to specific blocks that need it, rather than processing the entire image with high computational cost.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Different filtering strategies are applied to different regions of the image based on local characteristics. Blocks identified as containing low-light noise receive aggressive noise reduction processing, while other blocks receive minimal or no processing, optimizing the balance between noise reduction effectiveness and computational resource usage.

Inventive Principle:
Principle #3Local quality

2Reliability

If computationally intensive noise reduction methods are applied to all images, then noise reduction effectiveness is improved, but resource efficiency deteriorates on low-power devices

Engineering Contradiction:
Improvenoise reduction effectivenessVSAvoidresource efficiency
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The system dynamically adjusts its processing strategy based on the detected characteristics of each image block. The filtering strength and computational intensity are adapted in real-time according to the presence and severity of low-light noise, rather than applying a fixed processing level to all images.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system changes processing parameters such as filter strength, block size, and processing intensity based on the detected image characteristics. When low-light noise is detected, parameters are adjusted to apply stronger noise reduction; when noise is absent or minimal, parameters are reduced to conserve computational resources.

Inventive Principle:
Principle #35Parameter changes

3Device complexity

If non-adaptive noise reduction is applied, then processing simplicity is maintained, but resource waste occurs on simple images or during high-load conditions

Engineering Contradiction:
Improveprocessing simplicityVSAvoidresource waste
Core Design Contradiction:
Device complexityVSLoss of energy

Solution Approach 1:

The system performs a preliminary analysis of each image block to detect the presence of low-light noise before applying noise reduction filtering. This preliminary detection step allows the system to avoid unnecessary computational work on images or regions that do not contain noise, preventing resource waste while maintaining processing simplicity.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS9563938B2System and method for removing image noise
Publication Date: 2017.02.07 ANALOG DEVICES INT UNLTD CO
  • US9563938B2 patent drawing
  • US9563938B2 patent drawing
  • US9563938B2 patent drawing

AI summary

A system and method for removing noise from images are disclosed herein. An exemplary system includes an edge-detection-based adaptive filter that identifies edge pixels and non-edge pixels in an image and selects a filtering technique for at least one non-edge pixel based on a comparison of the at least one non-edge pixel to a neighboring pixel region, wherein such comparison indicates whether the at least one non-edge pixel is a result of low-light noise.