Object Detection Confidence Scoring for Adjacent Vehicle Targets

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional object detection systems for autonomous vehicles face inaccuracies due to difficulties in assigning objects to single spatial element regions, especially when objects are close or occupy multiple regions, leading to false or missed detections.

Innovation Solution

A Machine Learning Model, such as a multi-layer perceptron network, is trained to determine a confidence score using features from detected objects, allowing objects to be assigned to multiple spatial element regions and using soft coverage values, and a dead-zone area is employed to separate coverage values, improving the distinction between adjacent objects.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If conventional CNN approaches are used to detect objects in spatial element regions, then the system can provide coverage values and bounding boxes for real-time detection, but the accuracy decreases leading to false or missed detections

Engineering Contradiction:
Improvedetection accuracyVSAvoidobject localization precision
Core Design Contradiction:
ReliabilityVSMeasurement precision

Solution Approach 1:

The patent divides the image into multiple spatial element regions (grid cells) and processes each region independently through the CNN. This segmentation allows the system to handle objects at different locations simultaneously while maintaining dedicated detection capabilities for each region, improving both reliability and measurement precision.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces an intermediary confidence determination step between object detection and final output. Instead of directly using coverage values as detection results, the system determines confidence values based on multiple factors including coverage, spatial position, and object characteristics. This intermediary layer filters false detections and improves detection accuracy.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If objects are assigned to multiple spatial element regions, then the system can reduce missed detections, but the complexity of assigning and aggregating detections increases

Engineering Contradiction:
Improvedetection completenessVSAvoiddetection aggregation complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent merges detections from multiple spatial element regions by aggregating coverage values and bounding boxes for objects that span across region boundaries. The system combines detection results from adjacent regions using weighted averaging or maximum selection, reducing missed detections while managing complexity through systematic aggregation rules.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The patent handles multi-region object assignment by introducing an additional dimension of confidence scoring. Instead of simply aggregating detections, the system evaluates confidence values that incorporate spatial relationships, coverage proportions, and object continuity across regions. This additional dimensional approach manages the complexity of multi-region assignments.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

3Ease of operation

If maximum coverage value is used as confidence value, then the system can provide a simple confidence measure, but false detections increase as it only corresponds to a small portion of the image

Engineering Contradiction:
Improveconfidence calculation simplicityVSAvoiddetection reliability
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The patent applies local quality by determining confidence values differently based on the characteristics of each detection. Instead of using a uniform confidence metric, the system adjusts confidence calculations based on local factors such as coverage proportion, spatial position, object size, and detection consistency. This localized approach improves detection reliability while maintaining operational simplicity through context-aware confidence determination.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS12072442B2Object detection and detection confidence suitable for autonomous driving
Publication Date: 2024.08.27 NVIDIA CORP
  • US12072442B2 patent drawing
  • US12072442B2 patent drawing
  • US12072442B2 patent drawing

AI summary

In various examples, detected object data representative of locations of detected objects in a field of view may be determined. One or more clusters of the detected objects may be generated based at least in part on the locations and features of the cluster may be determined for use as inputs to a machine learning model(s). A confidence score, computed by the machine learning model(s) based at least in part on the inputs, may be received, where the confidence score may be representative of a probability that the cluster corresponds to an object depicted at least partially in the field of view. Further examples provide approaches for determining ground truth data for training object detectors, such as for determining coverage values for ground truth objects using associated shapes, and for determining soft coverage values for ground truth objects.