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

Learning Spatio-Temporal Transformer for Visual Tracking

About

In this paper, we present a new tracking architecture with an encoder-decoder transformer as the key component. The encoder models the global spatio-temporal feature dependencies between target objects and search regions, while the decoder learns a query embedding to predict the spatial positions of the target objects. Our method casts object tracking as a direct bounding box prediction problem, without using any proposals or predefined anchors. With the encoder-decoder transformer, the prediction of objects just uses a simple fully-convolutional network, which estimates the corners of objects directly. The whole method is end-to-end, does not need any postprocessing steps such as cosine window and bounding box smoothing, thus largely simplifying existing tracking pipelines. The proposed tracker achieves state-of-the-art performance on five challenging short-term and long-term benchmarks, while running at real-time speed, being 6x faster than Siam R-CNN. Code and models are open-sourced at https://github.com/researchmm/Stark.

Bin Yan, Houwen Peng, Jianlong Fu, Dong Wang, Huchuan Lu• 2021

Related benchmarks

TaskDatasetResultRank
Visual Object TrackingTrackingNet (test)
Normalized Precision (Pnorm)86.9
463
Visual Object TrackingLaSOT (test)
AUC67.1
446
Object TrackingLaSoT
AUC67.1
411
Visual Object TrackingGOT-10k (test)
Average Overlap71.5
408
Object TrackingTrackingNet
Precision (P)78.1
270
RGB-D Object TrackingVOT-RGBD 2022 (public challenge)
EAO64.7
263
RGB-T TrackingLasHeR (test)
PR44.9
257
Visual Object TrackingGOT-10k
AO78.1
254
RGB-T TrackingRGBT234 (test)
Precision Rate79
203
Visual Object TrackingUAV123 (test)
AUC69.2
188
Showing 10 of 81 rows
...

Other info

Follow for update