Estimating Sensor Sensitivity from Image Noise for Scene Brightness

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current digital image processing methods struggle to accurately estimate scene brightness from photographs lacking sensor sensitivity information, as this parameter is often missing in metadata and its absence leads to low-quality brightness estimates.

Innovation Solution

A method to estimate sensor sensitivity from a single image by analyzing noise signatures, decomposing images into patches, determining patch descriptors, and using a trained classifier to predict the ISO value, which is then used to calculate scene brightness along with other metadata.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If sensor sensitivity information is stored in proprietary formats or nonstandard EXIF fields, then the information can be stored in camera metadata, but the information becomes corrupted or discarded by third party image editing or transfer software

Engineering Contradiction:
Improvesensor sensitivity information retentionVSAvoidmetadata format compatibility
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent uses the standard EXIF ISO field, which is a universally recognized and supported metadata field across all image editing and transfer software. By storing sensor sensitivity information in this standard field rather than proprietary formats, the system ensures broad compatibility and prevents data loss during processing, while still serving the specific function of preserving sensor sensitivity information.

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

2Productivity

If a constant ISO value is inserted in equations for scenes missing sensor sensitivity information, then the calculation can proceed, but the brightness estimates become low quality

Engineering Contradiction:
Improvebrightness calculation throughputVSAvoidbrightness estimation accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The patent replaces the mechanical approach of inserting a constant ISO value with a statistical/probabilistic approach using a trained classifier that predicts ISO values based on image content features. This substitution transforms the calculation from a rigid constant-based method to a flexible data-driven method that adapts to different image characteristics, thereby improving accuracy while maintaining calculation efficiency.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

3Measurement precision

If sensor sensitivity information is completely required for scene brightness calculation, then accurate brightness estimation can be achieved, but the method cannot process photographs with missing metadata

Engineering Contradiction:
Improvebrightness estimation accuracyVSAvoidapplicability to real-world photographs
Core Design Contradiction:
Measurement precisionVSAdaptability or versatility

Solution Approach 1:

The patent performs preliminary classification of images into two categories: those with available ISO information and those without. For images missing ISO data, it applies a trained classifier to predict the ISO value before proceeding with brightness calculation. This preliminary action ensures that all images can be processed with accurate brightness estimates, significantly improving adaptability to real-world photographs while maintaining precision.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS8452116B1Estimating sensor sensitivity
Publication Date: 2013.05.28 ADOBE INC
  • US8452116B1 patent drawing
  • US8452116B1 patent drawing
  • US8452116B1 patent drawing

AI summary

A method, system, and computer-readable storage medium for determining an estimate of sensor sensitivity associated with an image. A noise level of an image is determined, then an estimate of sensor sensitivity associated with the image is automatically determined, e.g., by a trained classifier based on the determined noise level. Additionally, the sensor sensitivity estimate can be used to determine scene brightness.