TCMA: Text-Conditioned Multi-granularity Alignment for Drone Cross-Modal Text-Video Retrieval
Zixu Zhao, Yang Zhan
TL;DR
This work tackles drone video–text retrieval by introducing the DVTMD dataset with fine-grained, diverse captions and proposing TCMA, a multi-granularity alignment framework that fuses global semantics with sentence-guided frame weighting and word-guided patch attention. The model leverages a CLIP-based pretraining backbone, a three-stage aggregation pipeline, and a hierarchical contrastive objective with Pearson regularization to capture both global context and local details. Extensive experiments on DVTMD and CapERA show state-of-the-art performance, with substantial improvements in R@1 for text-to-video and video-to-text retrieval under different backbones, demonstrating the value of fine-grained UAV annotations and adaptive, text-conditioned attention. The work provides a practical, scalable approach for robust drone content retrieval and offers a valuable benchmark and codebase for the community.
Abstract
Unmanned aerial vehicles (UAVs) have become powerful platforms for real-time, high-resolution data collection, producing massive volumes of aerial videos. Efficient retrieval of relevant content from these videos is crucial for applications in urban management, emergency response, security, and disaster relief. While text-video retrieval has advanced in natural video domains, the UAV domain remains underexplored due to limitations in existing datasets, such as coarse and redundant captions. Thus, in this work, we construct the Drone Video-Text Match Dataset (DVTMD), which contains 2,864 videos and 14,320 fine-grained, semantically diverse captions. The annotations capture multiple complementary aspects, including human actions, objects, background settings, environmental conditions, and visual style, thereby enhancing text-video correspondence and reducing redundancy. Building on this dataset, we propose the Text-Conditioned Multi-granularity Alignment (TCMA) framework, which integrates global video-sentence alignment, sentence-guided frame aggregation, and word-guided patch alignment. To further refine local alignment, we design a Word and Patch Selection module that filters irrelevant content, as well as a Text-Adaptive Dynamic Temperature Mechanism that adapts attention sharpness to text type. Extensive experiments on DVTMD and CapERA establish the first complete benchmark for drone text-video retrieval. Our TCMA achieves state-of-the-art performance, including 45.5% R@1 in text-to-video and 42.8% R@1 in video-to-text retrieval, demonstrating the effectiveness of our dataset and method. The code and dataset will be released.
