Face Region Detection With Local Reshaping for Stable Video Enhancement

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing face detection methods struggle with generalizing skin tone variations, computational expense in video segmentation, and neural networks causing flickering artifacts due to missing detections and temporal inconsistency.

Innovation Solution

A method for face region detection using histogram analysis and local reshaping, adjusting contrast and saturation separately for faces, based on bounding boxes and confidence levels, with adaptive sorting and probability propagation in YUV color space to enhance temporal stability.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If deep convolutional neural networks are used for face region detection, then detection accuracy is improved, but computational complexity and processing time increase significantly

Engineering Contradiction:
Improveface detection accuracyVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the image processing task by first detecting face bounding boxes using a simplified method, then applying histogram analysis only within those bounded regions. This divides the complex full-image analysis into smaller, more manageable face-specific analysis, reducing overall computational complexity while maintaining detection accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies different processing strategies to different regions: face regions receive specialized histogram-based analysis with targeted contrast and saturation adjustments, while non-face regions use standard processing. This local differentiation improves efficiency by avoiding unnecessary complex computations in non-face areas.

Inventive Principle:
Principle #3Local quality

2Manufacturing precision

If global contrast enhancement is applied to the entire image, then overall image quality is improved, but face details such as wrinkles and spots become over-enhanced

Engineering Contradiction:
Improveimage qualityVSAvoidover-enhancement of face defects
Core Design Contradiction:
Manufacturing precisionVSObject-affected harmful factors

Solution Approach 1:

The patent implements local quality control by calculating separate histograms for face regions and applying contrast enhancement only to those regions. The contrast adjustment factor is computed based on face-specific histogram statistics, ensuring that face details are enhanced appropriately without the excessive enhancement that would occur with global processing.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The patent segments the image into face and non-face regions using bounding boxes and probability maps. This segmentation allows independent processing of face regions with specialized contrast adjustment, preventing the over-enhancement of facial defects that would result from uniform global enhancement while still improving overall image quality.

Inventive Principle:
Principle #1Segmentation

3Productivity

If skin tone detection is used for face region identification, then detection speed is improved, but reliability decreases due to variability in skin tone across different individuals and lighting conditions

Engineering Contradiction:
Improvedetection speedVSAvoidface detection reliability
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The patent changes from fixed skin tone parameter detection to dynamic histogram-based parameter analysis. By computing histograms for each face region and using these to determine contrast adjustment factors and detection thresholds, the system adapts to varying skin tones and lighting conditions, improving reliability while maintaining the speed benefits of bounding box-based initial detection.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS12633160B2Face region detection and local reshaping enhancement
Publication Date: 2026.05.19 DOLBY LABORATORIES LICENSING CORP
  • US12633160B2 patent drawing
  • US12633160B2 patent drawing
  • US12633160B2 patent drawing

AI summary

Methods and corresponding systems to process face regions are disclosed. The described methods include providing face bounding boxes and confidence levels for the faces, generating a histogram of the pixels and the faces, generating a probability of face, and generating a face probability map. A face contrast adjustment and a face saturation adjustment can be applied to the face probability map.