paper-with-me

Papers

DARTer: Dynamic Adaptive Representation Tracker for Nighttime UAV Tracking

2025-05-01 · Xuzhao Li, Xuchen Li, Shiyu Hu

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.

📄 PDF Abstract BibTeX arXiv:2505.00752

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Adaptation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
RoIPool 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

MambaNUT: Nighttime UAV Tracking via Mamba-based Adaptive Curriculum Learning

2024-12-01 · You Wu, Xiangyang Yang, Xucheng Wang, Hengzhou Ye 외

Harnessing low-light enhancement and domain adaptation, nighttime UAV tracking has made substantial strides. However, over-reliance on image enhancement, limited high-quality nighttime data, and a lack of integration bet…

Domain AdaptationImage EnhancementMamba

MATrack: Efficient Multiscale Adaptive Tracker for Real-Time Nighttime UAV Operations

2025-10-24 · Xuzhao Li, Xuchen Li, Shiyu Hu arxiv

Nighttime UAV tracking faces significant challenges in real-world robotics operations. Low-light conditions not only limit visual perception capabilities, but cluttered backgrounds and frequent viewpoint changes also cau…

Domain Adaptation

Dual Prompt-Driven Feature Encoding for Nighttime UAV Tracking

2026-03-20 · Yiheng Wang, Changhong Fu, Liangliang Yao, Haobo Zuo 외 arxiv

Robust feature encoding constitutes the foundation of UAV tracking by enabling the nuanced perception of target appearance and motion, thereby playing a pivotal role in ensuring reliable tracking. However, existing featu…

DPTrack:Directional Kernel-Guided Prompt Learning for Robust Nighttime Aerial Tracking

2025-10-17 · Zhiqiang Zhu, Xinbo Gao, Wen Lu, Jie Li 외 arxiv

Existing nighttime aerial trackers based on prompt learning rely solely on spatial localization supervision, which fails to provide fine-grained cues that point to target features and inevitably produces vague prompts. T…

DCPT: Darkness Clue-Prompted Tracking in Nighttime UAVs

2023-09-19 · Jiawen Zhu, Huayi Tang, Zhi-Qi Cheng, Jun-Yan He 외

Existing nighttime unmanned aerial vehicle (UAV) trackers follow an "Enhance-then-Track" architecture - first using a light enhancer to brighten the nighttime video, then employing a daytime tracker to locate the object.…