Exploiting Unlabeled Data with Multiple Expert Teachers for Open Vocabulary Aerial Object Detection and Its Orientation Adaptation
Yan Li, Weiwei Guo, Xue Yang, Ning Liao, Shaofeng Zhang, Yi Yu, Wenxian Yu, Junchi Yan
TL;DR
This work defines open-vocabulary aerial object detection (OVAD) and introduces CastDet, a CLIP-activated student–teacher detector that operates on horizontal and oriented bounding boxes in aerial imagery. CastDet combines a continuously updated localization teacher (EMA of the student) with an external vision–language teacher (RemoteCLIP) and a dynamic pseudo-label queue to progressively expand the detectable vocabulary using unlabeled data. It introduces horizontal and oriented box representations, plus a suite of box-selection strategies (RPN, RJV, BJV, SJV, AJV) and a hybrid training objective that balances supervision, unlabeled guidance, and queue-derived signals via $\mathcal{L}=\alpha\mathcal{L}_s+\beta\mathcal{L}_u+\gamma\mathcal{L}_d$. Extensive experiments on DIOR, DOTA, STAR, VisDroneZSD, and related aerial benchmarks show significant improvements over baselines and existing SOTA in open-vocabulary performance, and demonstrate the value of a dynamic labeling mechanism for continual vocabulary expansion in aerial scenes.
Abstract
In recent years, aerial object detection has been increasingly pivotal in various earth observation applications. However, current algorithms are limited to detecting a set of pre-defined object categories, demanding sufficient annotated training samples, and fail to detect novel object categories. In this paper, we put forth a novel formulation of the aerial object detection problem, namely open-vocabulary aerial object detection (OVAD), which can detect objects beyond training categories without costly collecting new labeled data. We propose CastDet, a CLIP-activated student-teacher detection framework that serves as the first OVAD detector specifically designed for the challenging aerial scenario, where objects often exhibit weak appearance features and arbitrary orientations. Our framework integrates a robust localization teacher along with several box selection strategies to generate high-quality proposals for novel objects. Additionally, the RemoteCLIP model is adopted as an omniscient teacher, which provides rich knowledge to enhance classification capabilities for novel categories. A dynamic label queue is devised to maintain high-quality pseudo-labels during training. By doing so, the proposed CastDet boosts not only novel object proposals but also classification. Furthermore, we extend our approach from horizontal OVAD to oriented OVAD with tailored algorithm designs to effectively manage bounding box representation and pseudo-label generation. Extensive experiments for both tasks on multiple existing aerial object detection datasets demonstrate the effectiveness of our approach. The code is available at https://github.com/VisionXLab/CastDet.
