Face Detection Adaptive Thresholding for Box Size and Image Quality

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing face detection methods struggle with false positives and negatives due to the use of fixed thresholds, which are not adaptive to varying image qualities and box sizes, leading to inefficiencies in applications like camera control and face recognition.

Innovation Solution

Adaptive threshold setting based on detection box size and image quality, using a threshold setting engine that adjusts thresholds dynamically to minimize false detections by incorporating size and quality data, and employing neural networks for confidence scoring.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If a fixed threshold is used for face detection, then the detection process is simple and fast, but the detection accuracy deteriorates due to false positives and negatives in varying image qualities and sizes

Engineering Contradiction:
Improveface detection accuracyVSAvoidthreshold setting complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent implements dynamic threshold adjustment by making the threshold value change based on detection box size and image quality metrics. Instead of using a static fixed threshold, the system calculates adaptive thresholds that dynamically adapt to different detection scenarios, resolving the contradiction between simplicity and accuracy by introducing controlled complexity only where needed.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The patent changes the threshold parameter based on multiple factors including detection box size, image quality, and confidence score distributions. By making the threshold a variable parameter rather than a constant, the system achieves high detection accuracy across varying conditions while maintaining a relatively simple overall architecture.

Inventive Principle:
Principle #35Parameter changes

2Reliability

If the detection threshold is lowered to reduce false negatives, then more potential faces are detected, but false positives increase

Engineering Contradiction:
Improvedetection reliabilityVSAvoidfalse positive rate
Core Design Contradiction:
ReliabilityVSMeasurement precision

Solution Approach 1:

The patent applies different threshold values for different local conditions - specifically for different detection box sizes and image quality levels. This local quality approach allows the system to optimize the threshold for each specific detection scenario, achieving high reliability without uniformly increasing false positives across all cases.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The threshold dynamically adjusts based on the specific detection context, being lower for certain conditions and higher for others. This dynamic adjustment resolves the contradiction by making the threshold flexible rather than fixed, allowing the system to reduce false negatives in appropriate scenarios while maintaining low false positive rates in others.

Inventive Principle:
Principle #15Dynamics

3Measurement precision

If the detection threshold is raised to reduce false positives, then detection precision improves, but false negatives increase

Engineering Contradiction:
Improvefalse positive reductionVSAvoiddetection coverage
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The patent implements local quality by setting different threshold levels for different detection scenarios. High thresholds are applied where false positives are problematic, while lower thresholds are used where detection coverage is more critical, thus resolving the contradiction between precision and reliability through spatial and contextual differentiation.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The threshold dynamically adapts to balance precision and reliability based on image characteristics and detection box properties. This dynamic approach ensures that the system maintains appropriate detection coverage while minimizing false positives, resolving the contradiction by making the threshold responsive to contextual factors.

Inventive Principle:
Principle #15Dynamics

4Measurement precision

If adaptive threshold based on detection box size is used, then detection accuracy for different sizes improves, but computational complexity increases

Engineering Contradiction:
Improvesize-adaptive detection accuracyVSAvoidthreshold calculation complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent changes the threshold parameter based on detection box size, making it a size-adaptive value rather than a fixed constant. This parameter change approach improves detection accuracy for different sized faces while adding only minimal computational complexity, as the threshold adjustment is based on a simple size metric rather than complex analysis.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The threshold dynamically adjusts with detection box size, creating a simple yet effective size-adaptive detection system. This dynamic parameter adjustment resolves the contradiction by introducing only the necessary complexity for size adaptation without over-engineering the solution.

Inventive Principle:
Principle #15Dynamics

5Measurement precision

If image quality compensation is applied, then detection accuracy for low-quality images improves, but processing time and complexity increase

Engineering Contradiction:
Improvequality-compensated detection accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent adjusts the threshold parameter based on image quality metrics, applying compensation for low-quality images through parameter modification rather than complex image processing. This approach improves detection accuracy for low-quality images while minimizing additional processing time, as it operates on existing image characteristics rather than requiring extensive computational analysis.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The system performs preliminary quality assessment and applies appropriate threshold compensation before the main detection decision. This preliminary action resolves the contradiction by preparing the detection parameters in advance based on quality metrics, avoiding the need for complex real-time processing during the actual detection phase.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS12614409B2Method and apparatus for face detection using adaptive threshold
Publication Date: 2026.04.28 SAMSUNG ELECTRONICS CO LTD
  • US12614409B2 patent drawing
  • US12614409B2 patent drawing
  • US12614409B2 patent drawing

AI summary

Disclosed is a method and apparatus for face detection using an adaptive threshold. The method includes determining a detection box in an input image, calculating a confidence score indicating whether an object in the detection box corresponds to a face, setting an adaptive threshold based on a size of the detection box, and determining whether the object in the detection box corresponds to a face based on comparing the confidence score to the adaptive threshold.