CVROASIVFeb 28, 2024

EchoTrack: Auditory Referring Multi-Object Tracking for Autonomous Driving

arXiv:2402.18302v231 citationsh-index: 39Has CodeIEEE transactions on intelligent transportation systems (Print)
AI Analysis

It addresses a challenging task in autonomous driving by enabling dynamic object tracking based on audio expressions, which is incremental as it builds on text-based tracking methods.

This paper tackles the problem of Auditory Referring Multi-Object Tracking (AR-MOT) for autonomous driving by proposing EchoTrack, an end-to-end framework with dual-stream vision transformers and novel fusion modules, achieving effectiveness as demonstrated on newly established benchmarks like Echo-KITTI and Echo-BDD.

This paper introduces the task of Auditory Referring Multi-Object Tracking (AR-MOT), which dynamically tracks specific objects in a video sequence based on audio expressions and appears as a challenging problem in autonomous driving. Due to the lack of semantic modeling capacity in audio and video, existing works have mainly focused on text-based multi-object tracking, which often comes at the cost of tracking quality, interaction efficiency, and even the safety of assistance systems, limiting the application of such methods in autonomous driving. In this paper, we delve into the problem of AR-MOT from the perspective of audio-video fusion and audio-video tracking. We put forward EchoTrack, an end-to-end AR-MOT framework with dual-stream vision transformers. The dual streams are intertwined with our Bidirectional Frequency-domain Cross-attention Fusion Module (Bi-FCFM), which bidirectionally fuses audio and video features from both frequency- and spatiotemporal domains. Moreover, we propose the Audio-visual Contrastive Tracking Learning (ACTL) regime to extract homogeneous semantic features between expressions and visual objects by learning homogeneous features between different audio and video objects effectively. Aside from the architectural design, we establish the first set of large-scale AR-MOT benchmarks, including Echo-KITTI, Echo-KITTI+, and Echo-BDD. Extensive experiments on the established benchmarks demonstrate the effectiveness of the proposed EchoTrack and its components. The source code and datasets are available at https://github.com/lab206/EchoTrack.

Code Implementations2 repos
Foundations

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

Your Notes