Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Learning Occlusion-Robust Vision Transformers for Real-Time UAV Tracking

About

Single-stream architectures using Vision Transformer (ViT) backbones show great potential for real-time UAV tracking recently. However, frequent occlusions from obstacles like buildings and trees expose a major drawback: these models often lack strategies to handle occlusions effectively. New methods are needed to enhance the occlusion resilience of single-stream ViT models in aerial tracking. In this work, we propose to learn Occlusion-Robust Representations (ORR) based on ViTs for UAV tracking by enforcing an invariance of the feature representation of a target with respect to random masking operations modeled by a spatial Cox process. Hopefully, this random masking approximately simulates target occlusions, thereby enabling us to learn ViTs that are robust to target occlusion for UAV tracking. This framework is termed ORTrack. Additionally, to facilitate real-time applications, we propose an Adaptive Feature-Based Knowledge Distillation (AFKD) method to create a more compact tracker, which adaptively mimics the behavior of the teacher model ORTrack according to the task's difficulty. This student model, dubbed ORTrack-D, retains much of ORTrack's performance while offering higher efficiency. Extensive experiments on multiple benchmarks validate the effectiveness of our method, demonstrating its state-of-the-art performance. Codes is available at https://github.com/wuyou3474/ORTrack.

You Wu, Xucheng Wang, Xiangyang Yang, Mengyuan Liu, Dan Zeng, Hengzhou Ye, Shuiwang Li• 2025

Related benchmarks

TaskDatasetResultRank
Visual Object TrackingUAV123 (test)--
188
Visual TrackingUAV123--
41
Visual Object TrackingFELT
SR48.4
23
Anti-UAV TrackingAnti-UAV318 (test)
AUC58.8
17
Anti-UAV TrackingDUT Anti-UAV (test)
AUC0.576
17
UAV TrackingDTB70
Precision0.862
15
UAV TrackingVisDrone 2018
Precision88.6
15
Visual Object TrackingVisDrone 2018 (test)
Precision88.6
15
UAV TrackingUAVDT (test)
Precision82.5
15
UAV TrackingUAVDT
Precision83.4
15
Showing 10 of 13 rows

Other info

Code

Follow for update