Search papers, labs, and topics across Lattice.
The paper introduces EATrack, an efficient UAV tracking framework employing a teacher-guided dual-branch distillation strategy to improve the feature expressiveness of a lightweight student model. EATrack uses spatially focused feature-level distillation and prediction-level distillation to transfer knowledge from a heavier teacher model. Experiments on UAV benchmarks show EATrack achieves a good balance between accuracy and speed, demonstrating the effectiveness of the distillation approach.
Distilling knowledge from a heavy teacher model into a lightweight student via dual-branch distillation lets UAV trackers maintain accuracy while drastically reducing computation.
Given the real-time demands of UAV tracking, many methods simplify the backbone to reduce computation, but this often weakens feature representation and degrades performance in complex scenarios. To alleviate this issue, we propose EATrack, an efficient and asymmetric UAV tracking framework centered around a teacher-guided dual-branch distillation strategy that enhances the feature expressiveness of the lightweight student model. Specifically, EATrack investigates two complementary perspectives of knowledge transfer: spatially focused feature-level distillation that compensates for weakened representations by guiding the student to learn strong target representations, and prediction-level distillation that enhances spatial localization by learning the teacher's capability for accurate target localization. Furthermore, to enhance robustness against appearance variations, we introduce a fine-grained target-aware distillation strategy that selectively transfers the teacher's target modeling capacity to the student. A temporal adaptation module is incorporated at inference to enhance robustness over time. Experiments on five UAV benchmarks demonstrate that EATrack achieves a favorable balance between accuracy and speed. Code: https://github.com/GXNU-ZhongLab/EATrack