Adaptive Hand Region Detection Thresholding
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Existing methods struggle to accurately detect hand regions in images, especially when the hand extends outside the image frame, leading to incomplete representation and detection challenges.
Innovation Solution
An apparatus and method that calculate a confidence score for each pixel using a trained classifier, determine the probability of hand extension outside the image at predetermined points, set adaptive hand region detection thresholds based on these probabilities, and detect hand regions by comparing confidence scores with these thresholds.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Measurement precision
If a fixed hand region detection threshold is used for all pixels, then the detection process is simple, but detection accuracy deteriorates when hands extend outside the image boundary
Solution Approach 1:
The patent applies local quality by setting different detection thresholds for different spatial locations within the image. Specifically, pixels near the image boundary (where hands are more likely to extend outside) are assigned lower thresholds, while pixels in the center are assigned higher thresholds. This location-dependent thresholding strategy improves detection accuracy for hands extending outside the image without requiring complex adaptive algorithms throughout the entire image processing pipeline.
Solution Approach 2:
The patent implements preliminary action by pre-calculating and storing detection thresholds for all pixels before actual hand detection occurs. The thresholds are computed based on each pixel's distance from image boundaries and stored in a lookup table. During runtime, the system simply retrieves pre-computed thresholds rather than calculating them dynamically, which maintains simplicity while enabling accurate detection of hands extending outside the image frame.
2Reliability
If the detection threshold is lowered to detect hands extending outside the image, then detection completeness improves, but false positive rate increases
Solution Approach 1:
The patent applies local quality by implementing spatially-varying detection thresholds that account for the probability of hand extension at different locations. Pixels near the image boundary, where hand extension is more probable, use lower thresholds to improve detection completeness. Meanwhile, pixels in the image center maintain higher thresholds to minimize false positives. This localized threshold adjustment ensures that false positive rate increases only in regions where it is statistically acceptable.
Solution Approach 2:
The patent changes the detection threshold parameter dynamically based on spatial location rather than using a fixed global threshold. The threshold value for each pixel is determined by its distance from image boundaries, creating a gradient of threshold values across the image. This parameter change strategy allows the system to achieve high detection completeness for hands extending outside the image while maintaining high specificity in regions where false positives would be more harmful.
Data Source
AI summary
An apparatus for detecting a hand region includes a processor configured to: calculate a confidence score indicating a probability that a hand is represented for each pixel of a target image, determine, for each of predetermined points on an edge of the image, a probability that a hand extends outside the image at the predetermined point, set a lower hand region detection threshold at a predetermined point having a higher probability that a hand extends outside the image, set a hand region detection threshold of each pixel of the image at a value calculated by averaging hand region detection thresholds of the predetermined points respectively weighted by the distances from the pixel to the predetermined points, and detect a set of pixels in which the confidence score of each pixel is higher than the hand region detection threshold set for the pixel, as a hand region representing a hand.


