Defective Pixel Detection in Image Sensors Using Neighbor Comparison

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for detecting defective pixels in image sensors are time-consuming, inefficient, and prone to false positives, especially in high-definition sensors, as they fail to account for variations in pixel defects under different conditions and do not effectively distinguish between local texture and clusters of defective pixels.

Innovation Solution

A system and method that compares the luminosity values of a pixel with its nearest neighboring pixels using mathematical functions with multipliers and offsets, calibrated based on sensor gain, to accurately detect hot and cold pixels, including clusters, while minimizing false positives by storing only a few pixel values at a time.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If initial calibration is performed to detect and remember defective pixel locations, then defective pixels can be accounted for in images, but calibration time increases and hardware requirements increase

Engineering Contradiction:
Improvedefective pixel detection accuracyVSAvoidcalibration time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system performs self-diagnosis by having each pixel compare its own luminosity value with neighboring pixels to determine if it is defective. This eliminates the need for external calibration equipment and personnel, allowing the sensor to automatically identify defective pixels during normal operation without requiring separate calibration time or additional hardware resources.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The defective pixel detection is performed periodically during normal image capture operations rather than requiring a separate initial calibration phase. The system continuously monitors pixel values and compares them against dynamic thresholds, enabling ongoing detection without interrupting the imaging workflow or requiring dedicated calibration time.

Inventive Principle:
Principle #19Periodic action

2Reliability

If initial calibration is performed to detect defective pixels, then defective pixel locations can be remembered, but hardware requirements increase to store all defective pixel locations

Engineering Contradiction:
Improvedefective pixel detection accuracyVSAvoidhardware requirements
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

Each pixel autonomously determines its own defective status by comparing its luminosity value with neighboring pixels using programmable logic. This distributed self-diagnosis approach eliminates the need for centralized hardware storage of defective pixel locations, reducing hardware complexity while maintaining detection accuracy.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system uses dynamic threshold values that change based on local image content and lighting conditions rather than fixed thresholds. This allows the same hardware to adapt to different imaging scenarios without requiring additional storage resources, as the thresholds are calculated in real-time from neighboring pixel values.

Inventive Principle:
Principle #35Parameter changes

3Productivity

If simple comparison methods are used to detect defective pixels by comparing pixel values with neighboring pixels, then detection can be performed quickly, but difficulty detecting clusters of defective pixels and high false positive rate occur

Engineering Contradiction:
Improvedetection speedVSAvoiddefective pixel detection accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The detection threshold is dynamically adjusted based on the luminosity values of neighboring pixels rather than using a fixed threshold. This allows the system to adapt to local variations in image content, such as gradients or textures, reducing false positives while maintaining fast detection speed through real-time threshold calculation.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system uses feedback from multiple neighboring pixels to determine the expected luminosity range for each pixel. By comparing a pixel's value against the statistical distribution of its neighbors rather than a simple fixed threshold, the system can distinguish between actual defective pixels and normal variations in image content, improving accuracy without sacrificing detection speed.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS8154632B2Detection of defective pixels in an image sensor
Publication Date: 2012.04.10 ENGHOUSE INTERACTIVE
  • US8154632B2 patent drawing
  • US8154632B2 patent drawing
  • US8154632B2 patent drawing

AI summary

A system and method for detecting defective pixels in a sensor. A plurality of pixel values of the sensor may be detected. The values may include those of a first pixel and each nearest neighboring pixel to the first pixel. A second pixel may have the highest value of the neighboring pixels. A third pixel may have the next highest value of the neighboring pixels. A first function may be performed on the second pixel value, producing a first output value. A second function may be performed on the third pixel value, producing a second output value. If the first pixel value is higher than the first output value, or, if the first pixel value is higher than the second output value and the second pixel value is higher than the second output value, it may be determined that the first pixel is defective.