Image Sensor Bad Pixel Correction Using Position-Aware Neural Processing

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing image sensors face challenges in correcting bad pixels due to process issues, particularly with miniaturized sensing pixels, and deep learning methods struggle with real-time processing of these defects.

Innovation Solution

An image sensor and operating method that utilizes a neural network-based bad pixel corrector to identify and correct bad pixels in real-time by encoding position information and using a lightweight neural network architecture.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If deep learning is used to correct bad pixels, then correction accuracy is improved, but processing speed deteriorates due to excessive arithmetic operations

Engineering Contradiction:
Improvebad pixel correction accuracyVSAvoidreal-time processing speed
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent segments the bad pixel correction task into two distinct phases: an offline training phase where a neural network model is trained using labeled bad pixel data, and an online inference phase where the trained model is deployed for real-time correction. This segmentation allows computationally intensive training to be performed separately from time-critical real-time processing, resolving the contradiction between accuracy and speed.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent performs preliminary training of the neural network model offline before deployment. During this preliminary action, the model learns to identify and correct bad pixels using extensive arithmetic operations that would be too slow for real-time processing. Once trained, the model is saved and reused during real-time operation, eliminating the need to repeat expensive training computations during actual image processing.

Inventive Principle:
Principle #10Preliminary action

2Measurement precision

If the number of sensing pixels is increased to improve resolution, then image quality is improved, but bad pixel occurrence increases due to miniaturization

Engineering Contradiction:
Improveimage resolutionVSAvoidpixel defect rate
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The patent creates a digital copy or model of the pixel array's expected behavior through the neural network. Instead of physically replacing or repairing defective pixels, the system learns the normal response patterns of pixels and uses this knowledge to generate corrected values for bad pixels by comparing actual readings against the learned model, effectively copying the expected correct signal.

Inventive Principle:
Principle #26Copying

Solution Approach 2:

The patent introduces a neural network model as an intermediary between the raw pixel data and the final image output. This intermediary processes the pixel signals, identifying and correcting bad pixel values based on learned patterns from training data, thereby mediating the effect of miniaturization-induced defects on the final image quality.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Measurement precision

If a full neural network is deployed for bad pixel correction, then correction capability is improved, but device complexity increases

Engineering Contradiction:
Improvebad pixel correction capabilityVSAvoidneural network processing complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent performs the complex neural network training operation in advance during an offline phase, storing only the trained model parameters (weights and biases) in the device. This preliminary action transfers the computational burden from the deployed device to the training phase, allowing the device to use a relatively simple inference process that requires minimal computational resources while maintaining high correction capability.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent extracts only the essential correction functionality from the full neural network training process. Instead of implementing the entire training pipeline in the device, the system extracts the trained model parameters and stores them, separating the complex training operation (performed externally) from the simple inference operation (performed in the device). This extraction reduces device complexity while preserving correction capability.

Inventive Principle:
Principle #2Taking out (Extraction)

Data Source

PatentUS12574659B2Image signal processor, image sensor, and operating method of the image sensor
Publication Date: 2026.03.10 SAMSUNG ELECTRONICS CO LTD
  • US12574659B2 patent drawing
  • US12574659B2 patent drawing
  • US12574659B2 patent drawing

AI summary

An image signal processor, an image sensor, and an operating method of the image sensor are provided. The image sensor may include a pixel array including a plurality of sensing pixels each configured to convert a received light signal into an electrical signal, a readout circuit configured to convert the electrical signals into image data and output the image data, and an image signal processor configured to correct bad pixels occurring in a first pixel group of the image data, based on a neural network, encode position information representing a position of at least one bad pixel of the bad pixels to generate position data, and provide the position data to a first middle layer of a plurality of layers included in the neural network.