DARTer: Dynamic Adaptive Representation Tracker for Nighttime UAV Tracking
Xuzhao Li, Xuchen Li, Shiyu Hu
TL;DR
DARTer tackles nighttime UAV tracking by addressing illumination and viewpoint variability with two core modules: a Dynamic Feature Blender that fuses multi-view features from static and dynamic templates, and a Dynamic Feature Activator that adaptively selects Vision Transformer blocks to reduce redundant computation. The approach pairs these components with a simple prediction head and joint loss, enabling end-to-end training without heavy multi-task objectives. Across five nighttime UAV benchmarks, DARTer achieves state-of-the-art accuracy and real-time performance, demonstrating robust tracking under extreme conditions and practical applicability for real-world operations. This work advances adaptive feature modeling and lightweight transformer-based tracking in harsh lighting, offering a promising direction for low-light visual perception in UAV systems.
Abstract
Nighttime UAV tracking presents significant challenges due to extreme illumination variations and viewpoint changes, which severely degrade tracking performance. Existing approaches either rely on light enhancers with high computational costs or introduce redundant domain adaptation mechanisms, failing to fully utilize the dynamic features in varying perspectives. To address these issues, we propose \textbf{DARTer} (\textbf{D}ynamic \textbf{A}daptive \textbf{R}epresentation \textbf{T}racker), an end-to-end tracking framework designed for nighttime UAV scenarios. DARTer leverages a Dynamic Feature Blender (DFB) to effectively fuse multi-perspective nighttime features from static and dynamic templates, enhancing representation robustness. Meanwhile, a Dynamic Feature Activator (DFA) adaptively activates Vision Transformer layers based on extracted features, significantly improving efficiency by reducing redundant computations. Our model eliminates the need for complex multi-task loss functions, enabling a streamlined training process. Extensive experiments on multiple nighttime UAV tracking benchmarks demonstrate the superiority of DARTer over state-of-the-art trackers. These results confirm that DARTer effectively balances tracking accuracy and efficiency, making it a promising solution for real-world nighttime UAV tracking applications.
