SAM-DA: UAV Tracks Anything at Night with SAM-Powered Domain Adaptation
Changhong Fu, Liangliang Yao, Haobo Zuo, Guangze Zheng, Jia Pan
TL;DR
The paper tackles the challenge of transferring daytime UAV trackers to nighttime scenarios by addressing limited, high-quality nighttime training data. It introduces SAM-DA, a framework that leverages the Segment Anything Model to swell target-domain training samples from each nighttime image in a one-to-many fashion, coupled with a tracking-oriented domain adaptation pipeline featuring a backbone, a Transformer-based bridging module, a tracker head, and a discriminator. Empirical results on DarkTrack2021 and the long-term NUT-L benchmark show that SAM-DA-Track substantially surpasses Baseline and other SOTA trackers, achieving better performance with fewer raw nighttime images and demonstrating data-efficient improvements. The approach reduces labeling costs, accelerates validation, and enhances practical deployment of nighttime UAV tracking systems, underscoring SAM’s utility for domain adaptation in challenging perception tasks.
Abstract
Domain adaptation (DA) has demonstrated significant promise for real-time nighttime unmanned aerial vehicle (UAV) tracking. However, the state-of-the-art (SOTA) DA still lacks the potential object with accurate pixel-level location and boundary to generate the high-quality target domain training sample. This key issue constrains the transfer learning of the real-time daytime SOTA trackers for challenging nighttime UAV tracking. Recently, the notable Segment Anything Model (SAM) has achieved a remarkable zero-shot generalization ability to discover abundant potential objects due to its huge data-driven training approach. To solve the aforementioned issue, this work proposes a novel SAM-powered DA framework for real-time nighttime UAV tracking, i.e., SAM-DA. Specifically, an innovative SAM-powered target domain training sample swelling is designed to determine enormous high-quality target domain training samples from every single raw nighttime image. This novel one-to-many generation significantly expands the high-quality target domain training sample for DA. Comprehensive experiments on extensive nighttime UAV videos prove the robustness and domain adaptability of SAM-DA for nighttime UAV tracking. Especially, compared to the SOTA DA, SAM-DA can achieve better performance with fewer raw nighttime images, i.e., the fewer-better training. This economized training approach facilitates the quick validation and deployment of algorithms for UAVs. The code is available at https://github.com/vision4robotics/SAM-DA.
