CVLGOct 26, 2022

Can Transformer Attention Spread Give Insights Into Uncertainty of Detected and Tracked Objects?

arXiv:2210.14391v11 citationsh-index: 58
Originality Synthesis-oriented
AI Analysis

This addresses the need for reliable uncertainty estimation in autonomous driving systems, especially in unstructured or out-of-distribution environments, though it appears incremental as it builds on existing transformer methods.

The paper investigates whether the distribution of attention weights in transformer-based object detection and tracking models can be used to infer detection uncertainty, particularly in autonomous driving contexts, but does not report concrete numerical results.

Transformers have recently been utilized to perform object detection and tracking in the context of autonomous driving. One unique characteristic of these models is that attention weights are computed in each forward pass, giving insights into the model's interior, in particular, which part of the input data it deemed interesting for the given task. Such an attention matrix with the input grid is available for each detected (or tracked) object in every transformer decoder layer. In this work, we investigate the distribution of these attention weights: How do they change through the decoder layers and through the lifetime of a track? Can they be used to infer additional information about an object, such as a detection uncertainty? Especially in unstructured environments, or environments that were not common during training, a reliable measure of detection uncertainty is crucial to decide whether the system can still be trusted or not.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes