3D Multi-Object Tracking With Affinity Matrices for Occlusion Handling

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing multi-object tracking systems face challenges in accurately associating detections and tracks due to high false positive rates and false negatives, particularly in complex scenarios like occlusions, which complicate data association and track management.

Innovation Solution

A method and system for three-dimensional multi-object tracking that determines a residual based on augmented current and previous frame detection bounding boxes and shape descriptors to predict an affinity matrix, leveraging spatiotemporal and shape similarities to improve data association, eliminate false positives, and manage track lifecycles.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If over-detection is used to ensure low false negatives, then detection reliability is improved, but false positive rate increases and tracking complexity worsens

Engineering Contradiction:
Improvedetection reliabilityVSAvoidtracking complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent introduces an affinity matrix as an intermediary mechanism that mediates between current frame detections and previous frame tracks. This affinity matrix enables probabilistic data association by computing similarity scores between detections and tracks, allowing the system to distinguish true positives from false positives without manual intervention. The affinity matrix acts as a mediator that processes detection information and produces refined track assignments.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent implements feedback through iterative refinement of track confidence scores using affinity matrix predictions. The system continuously compares current detections with historical track information, adjusting track confidence scores based on the affinity matrix output. This feedback mechanism allows the system to learn from previous errors and improve detection accuracy over time, reducing false positives while maintaining high detection reliability.

Inventive Principle:
Principle #23Feedback

2Reliability

If 3D detectors produce high false positive rates to ensure low false negatives, then detection coverage is improved, but data association difficulty increases

Engineering Contradiction:
Improvedetection coverageVSAvoiddata association difficulty
Core Design Contradiction:
ReliabilityVSDifficulty of detecting and measuring

Solution Approach 1:

The patent replaces traditional mechanical data association methods with a computational approach using affinity matrices and probabilistic modeling. Instead of relying on simple geometric matching or manual association rules, the system uses learned similarity metrics and confidence scoring to automatically associate detections with tracks. This substitution of mechanical association methods with intelligent computational models significantly reduces data association difficulty while maintaining comprehensive detection coverage.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

3Device complexity

If traditional MOT methods are used, then system simplicity is maintained, but tracking accuracy in cluttered environments deteriorates

Engineering Contradiction:
Improvesystem simplicityVSAvoidtracking accuracy
Core Design Contradiction:
Device complexityVSMeasurement precision

Solution Approach 1:

The patent introduces a new dimension to the tracking problem by incorporating temporal information and shape descriptors into the affinity matrix computation. Instead of relying solely on spatial proximity for data association, the system adds temporal consistency and shape similarity as additional dimensions for evaluation. This dimensional expansion enables the system to distinguish between objects that are spatially close but temporally or shape-wise dissimilar, significantly improving tracking accuracy in cluttered environments while maintaining reasonable system complexity.

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

Data Source

PatentUS12469152B2System and method for three-dimensional multi-object tracking
Publication Date: 2025.11.11 TOYOTA JIDOSHA KK
  • US12469152B2 patent drawing
  • US12469152B2 patent drawing
  • US12469152B2 patent drawing

AI summary

Systems and methods for performing three-dimensional multi-object tracking are disclosed herein. In one example, a method includes the steps of determining a residual based on augmented current frame detection bounding boxes, augmented previous frame detection bounding boxes, augmented current frame shape descriptors, and augmented previous frame shape descriptors and predicting an affinity matrix using the residual. The residual indicates a spatiotemporal and shape similarity between current detections in a current frame point cloud data and previous detections in a previous frame point cloud data. The affinity matrix indicates associations between the previous detections and the current detections, as well as the augmented anchors.