Attention-Based Object Tracking for Low-Overhead Vehicle Sensing

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing object tracking systems in autonomous vehicles face challenges with high computational overhead, sensitivity to detection errors, and the need for complex decision-making processes, making them difficult to deploy in systems lacking powerful computational hardware.

Innovation Solution

The implementation of sequence-to-sequence tracking methods using state-of-the-art transformer technology, which processes an entire sequence of objects as a whole, avoiding incremental analysis and reducing the reliance on surrogate tasks and heuristic parameter tuning.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If traditional heuristic-based tracking models are used, then the system can process objects incrementally, but the computational overhead is high and accuracy is reduced

Engineering Contradiction:
Improvetracking accuracyVSAvoidcomputational overhead
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent merges the detection and tracking processes into a unified end-to-end neural network model. Instead of separately detecting objects in each frame and then tracking them through heuristic methods, the model processes the entire sequence of images simultaneously, jointly optimizing both detection and tracking objectives. This integration eliminates the computational overhead of separate processing stages and improves tracking accuracy by maintaining consistent object identities across frames through learned features.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The model performs preliminary feature extraction and sequence processing before final track identification. By pre-processing the image sequences and extracting relevant features upfront, the system reduces the computational burden during the actual tracking decision-making process. The neural network learns to anticipate object trajectories and associations in advance, improving both speed and accuracy.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If complex decision-making processes are implemented for object tracking, then tracking reliability improves, but the system becomes difficult to deploy on hardware with limited computational power

Engineering Contradiction:
Improvetracking reliabilityVSAvoiddeployability
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

The patent replaces complex mechanical decision-making algorithms with a neural network-based system. Instead of using traditional computer vision algorithms that rely on hand-crafted features and multiple decision stages, the system uses a deep learning model that learns tracking patterns directly from data. This substitution maintains high reliability while improving ease of deployment, as the neural network can be trained offline and deployed as a compact model on resource-constrained autonomous vehicle hardware.

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

3Productivity

If sequence-to-sequence tracking methods are used, then computational overhead is reduced and accuracy improves, but the system requires processing entire sequences as a whole

Engineering Contradiction:
Improveprocessing efficiencyVSAvoidsequence processing requirement
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent implements dynamic sequence processing where the model adapts to varying sequence lengths and object counts. The neural network architecture allows flexible input sequences, processing only the necessary number of frames required for accurate tracking rather than forcing a fixed sequence length. This dynamic approach improves processing efficiency by avoiding unnecessary computations while maintaining the ability to handle complex multi-object scenarios when needed.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS20250078927A1End-to-end object tracking using neural networks with attention
Publication Date: 2025.03.06 WAYMO LLC
  • US20250078927A1 patent drawing
  • US20250078927A1 patent drawing
  • US20250078927A1 patent drawing

AI summary

The described aspects and implementations enable efficient calibration of a sensing system of a vehicle. In one implementation, disclosed is a method and a system to perform the method, the system including the sensing system configured to obtain a plurality of images associated with a corresponding time of a plurality of times. The system further includes a data processing system operatively coupled to the sensing system and configured to generate a plurality of sets of feature tensors (FTs) associated with one or more objects of the environment depicted in a respective image. The data processing system is further to obtain a combined FT and process the combined FT using a neural network to identify one or more tracks characterizing motion of a respective object.