Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Unified Sequence-to-Sequence Learning for Single- and Multi-Modal Visual Object Tracking

About

In this paper, we introduce a new sequence-to-sequence learning framework for RGB-based and multi-modal object tracking. First, we present SeqTrack for RGB-based tracking. It casts visual tracking as a sequence generation task, forecasting object bounding boxes in an autoregressive manner. This differs from previous trackers, which depend on the design of intricate head networks, such as classification and regression heads. SeqTrack employs a basic encoder-decoder transformer architecture. The encoder utilizes a bidirectional transformer for feature extraction, while the decoder generates bounding box sequences autoregressively using a causal transformer. The loss function is a plain cross-entropy. Second, we introduce SeqTrackv2, a unified sequence-to-sequence framework for multi-modal tracking tasks. Expanding upon SeqTrack, SeqTrackv2 integrates a unified interface for auxiliary modalities and a set of task-prompt tokens to specify the task. This enables it to manage multi-modal tracking tasks using a unified model and parameter set. This sequence learning paradigm not only simplifies the tracking framework, but also showcases superior performance across 14 challenging benchmarks spanning five single- and multi-modal tracking tasks. The code and models are available at https://github.com/chenxin-dlut/SeqTrackv2.

Xin Chen, Ben Kang, Jiawen Zhu, Dong Wang, Houwen Peng, Huchuan Lu• 2023

Related benchmarks

TaskDatasetResultRank
Visual Object TrackingTrackingNet (test)
Normalized Precision (Pnorm)89.8
502
Object TrackingLaSoT
AUC71.5
498
Visual Object TrackingLaSOT (test)
AUC71.5
470
Visual Object TrackingGOT-10k (test)
Average Overlap74.5
450
Object TrackingTrackingNet
Precision (P)83.6
327
Visual Object TrackingGOT-10k
AO74.5
306
RGB-D Object TrackingVOT-RGBD 2022 (public challenge)
EAO75.5
263
RGB-T TrackingLasHeR (test)
PR76.7
257
RGB-T TrackingRGBT234 (test)
Precision Rate92.3
203
Visual Object TrackingUAV123
AUC0.697
193
Showing 10 of 45 rows

Other info

Code

Follow for update