Multi-Scale Image Enhancement for Local Contrast Without Artifacts

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Images captured by mobile devices often suffer from low contrast, and users lack the knowledge or inclination to manually enhance them.

Innovation Solution

A method involving downsampling, global contrast enhancement, texture map generation, clipped histogram creation, lookup table generation, and blending of locally and globally contrast-enhanced frames to achieve multi-scale image enhancement.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Illumination intensity

If global contrast enhancement is applied to the entire image, then overall image contrast is improved, but local details and textures may be lost or distorted

Engineering Contradiction:
Improveimage contrastVSAvoidlocal detail preservation
Core Design Contradiction:
Illumination intensityVSManufacturing precision

Solution Approach 1:

The patent divides the image into multiple local regions or tiles, and applies contrast enhancement independently to each region based on its local histogram characteristics. This segmentation allows different contrast adjustment parameters to be applied to different areas, preserving local details while improving overall contrast.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent implements locally-adaptive contrast enhancement by computing histogram statistics for each local region and applying region-specific lookup tables (LUTs). This ensures that each local area receives customized contrast adjustment tailored to its specific texture and content characteristics, rather than a uniform global adjustment.

Inventive Principle:
Principle #3Local quality

2Manufacturing precision

If multi-scale processing is applied to enhance local contrast, then local detail enhancement is improved, but computational complexity and processing time increase

Engineering Contradiction:
Improvelocal contrast enhancementVSAvoidprocessing complexity
Core Design Contradiction:
Manufacturing precisionVSDevice complexity

Solution Approach 1:

The patent introduces multi-scale processing by applying contrast enhancement at different spatial resolutions or scales. By processing the image at multiple scales and combining the results, the method achieves superior local detail enhancement while managing computational complexity through hierarchical processing.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

Solution Approach 2:

The patent employs adaptive processing where the enhancement parameters and processing intensity dynamically adjust based on local image characteristics such as texture complexity and frequency content. This dynamic adaptation allows the system to apply more aggressive enhancement only where needed, reducing overall computational burden.

Inventive Principle:
Principle #15Dynamics

3Illumination intensity

If aggressive contrast enhancement is applied, then image contrast is significantly improved, but artifacts and stains appear in the enhanced regions

Engineering Contradiction:
Improveimage contrastVSAvoidenhancement artifacts
Core Design Contradiction:
Illumination intensityVSObject-generated harmful factors

Solution Approach 1:

The patent applies preprocessing steps such as noise reduction and texture preservation filters before contrast enhancement to prevent artifact formation. By preparing the image data in advance with protective measures, the subsequent aggressive contrast enhancement can be applied without generating harmful artifacts or stains in the enhanced regions.

Inventive Principle:
Principle #9Preliminary anti-action

Data Source

PatentUS12555209B2Locally-adaptive multi-scale image enhancement
Publication Date: 2026.02.17 SAMSUNG ELECTRONICS CO LTD
  • US12555209B2 patent drawing
  • US12555209B2 patent drawing
  • US12555209B2 patent drawing

AI summary

A method includes downsampling an input frame and performing global contrast enhancement of the input frame based on the downsampled input frame to generate a globally contrast-enhanced frame. The method also includes generating texture maps at different scale resolutions based on the downsampled input frame. The method further includes generating clipped histograms at the different scale resolutions based on the downsampled input frame. The method also includes generating lookup tables (LUTs) at the different scale resolutions based on the texture maps and the clipped histograms. The method further includes applying the LUTs at the different scale resolutions to the input frame in order to generate locally contrast-enhanced frames. In addition, the method includes blending the locally contrast-enhanced frames and the globally contrast-enhanced frame to generate an output frame.