Face Detection Bounding Box Selection via Object Prioritization

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Computer-implemented face detection in video surveillance systems is computationally expensive, especially for real-time identification, as it requires processing entire video frames, which is time-consuming and resource-intensive.

Innovation Solution

A method that selects a cropped bounding box from a video frame based on prioritized characteristics such as trajectory, human classification, skin tone, pixel location, and sharpness, to focus face detection operations on high-priority areas, reducing computational overhead by processing only the most relevant frames.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If face detection operation is performed on the entire video frame, then face detection accuracy is improved, but computational overhead and processing time increase significantly

Engineering Contradiction:
Improveface detection accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent divides the video frame into multiple regions of interest (ROIs) based on object detection results, rather than processing the entire frame. This segmentation allows the face detection algorithm to focus only on relevant areas, reducing computational overhead while maintaining detection accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies different processing strategies to different regions of the video frame. High-priority regions (those containing detected objects) receive full face detection processing, while low-priority regions are either processed with simplified algorithms or skipped entirely, optimizing the balance between accuracy and processing time.

Inventive Principle:
Principle #3Local quality

2Reliability

If face detection operation is performed on the entire video frame, then comprehensive face detection is achieved, but computational resources are excessively consumed

Engineering Contradiction:
Improvecomprehensive face detectionVSAvoidcomputational resources
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The patent performs preliminary object detection and prioritization before executing the face detection operation. By identifying and ranking regions of interest in advance, the system prepares a filtered list of candidate areas, ensuring that comprehensive face detection is performed only where necessary, thus reducing computational resource consumption.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent applies face detection processing selectively to only those regions that meet certain priority thresholds, rather than applying it uniformly across the entire frame. This partial action approach maintains reliability for high-priority regions while significantly reducing overall computational resource usage.

Inventive Principle:
Principle #16Partial or excessive action

3Productivity

If object prioritization based on multiple characteristics is implemented, then processing efficiency is improved, but system complexity increases

Engineering Contradiction:
Improveprocessing efficiencyVSAvoidsystem complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent evaluates multiple characteristics (trajectory, human classification confidence, skin tone presence, pixel sharpness) and transforms them into a unified priority score for each detected object. This parameter transformation approach allows complex multi-factor evaluation to be condensed into a single prioritization metric, improving processing efficiency while managing system complexity through systematic parameter integration.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS11023707B2System and method for selecting a part of a video image for a face detection operation
Publication Date: 2021.06.01 MOTOROLA SOLUTIONS INC
  • US11023707B2 patent drawing
  • US11023707B2 patent drawing
  • US11023707B2 patent drawing

AI summary

A cropped bounding box selection operation is performed on a video captured by a video capture and playback system, to select one or more cropped bounding boxes from the video for processing by a face detection operation. The cropped bounding box selection operation identifies objects from the video images and assigns a ranking to each identified object based on certain priority criteria; one or more cropped bounding boxes corresponding to the objects with the highest ranking(s) are then processed by the face detection operation to detect a face in each object.