Adaptive Confidence Thresholding in Object Detection Systems

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing object detection systems face challenges in setting a consistent confidence threshold for object classifications across all object classes and regions of a captured scene, leading to issues with false positives and false negatives.

Innovation Solution

The method involves running an object detector module on multiple images to store outputs and determining a representative confidence score for each region, allowing for adaptive threshold setting based on historical data, with lower thresholds in regions where high confidence scores are typical and higher thresholds in regions with rare object detections.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of operation

If a single threshold confidence score is used for all object classes and regions, then the system operation is simple, but false positives and false negatives increase

Engineering Contradiction:
Improvethreshold setting simplicityVSAvoiddetection accuracy
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The patent applies local quality by setting different threshold confidence scores for different regions of the captured scene based on historical data. Each region is analyzed to determine its specific characteristics (e.g., frequency of object occurrences, typical confidence scores), and thresholds are customized accordingly. This resolves the contradiction by maintaining simple overall system operation while improving detection accuracy through location-specific threshold adaptation.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The patent implements dynamic thresholds that adapt over time based on accumulated historical confidence scores and object detection patterns. The system continuously learns from past detections and adjusts thresholds dynamically for different regions and object classes, rather than using static universal thresholds. This dynamic adaptation improves reliability while keeping the operational framework straightforward.

Inventive Principle:
Principle #15Dynamics

2Measurement precision

If a high threshold confidence score is set to reduce false positives, then detection precision improves, but false negatives increase

Engineering Contradiction:
Improveclassification confidenceVSAvoiddetection completeness
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The patent applies local quality by setting different threshold confidence scores for different regions of the captured scene based on historical data. Each region is analyzed to determine its specific characteristics (e.g., frequency of object occurrences, typical confidence scores), and thresholds are customized accordingly. This resolves the contradiction by maintaining simple overall system operation while improving detection accuracy through location-specific threshold adaptation.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The patent changes the threshold parameter dynamically based on historical confidence score distributions and regional characteristics. Instead of using a fixed high threshold that reduces false positives but increases false negatives, the system adjusts threshold values according to learned patterns from historical data, allowing optimal balance between precision and completeness for each specific context.

Inventive Principle:
Principle #35Parameter changes

3Reliability

If a low threshold confidence score is set to reduce false negatives, then detection completeness improves, but false positives increase

Engineering Contradiction:
Improvedetection completenessVSAvoidclassification confidence
Core Design Contradiction:
ReliabilityVSMeasurement precision

Solution Approach 1:

The patent applies local quality by setting different threshold confidence scores for different regions of the captured scene based on historical data. Each region is analyzed to determine its specific characteristics (e.g., frequency of object occurrences, typical confidence scores), and thresholds are customized accordingly. This resolves the contradiction by maintaining simple overall system operation while improving detection accuracy through location-specific threshold adaptation.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The patent changes the threshold parameter dynamically based on historical confidence score distributions and regional characteristics. Instead of using a fixed low threshold that increases completeness but also false positives, the system adjusts threshold values according to learned patterns from historical data, allowing optimal balance between completeness and precision for each specific context.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS20240212196A1Methods and devices for setting a threshold in an object detection system
Publication Date: 2024.06.27 AXIS
  • US20240212196A1 patent drawing
  • US20240212196A1 patent drawing
  • US20240212196A1 patent drawing

AI summary

A method, a device and a non-transitory computer-readable storage medium for setting a confidence threshold for objects detected in a region of a captured scene based on historical confidence scores for objects detected in that region.