paper-with-me

Papers

Exploiting Unlabeled Data with Multiple Expert Teachers for Open Vocabulary Aerial Object Detection and Its Orientation Adaptation

2024-11-04 · Yan Li, Weiwei Guo, Xue Yang, Ning Liao, Shaofeng Zhang, Yi Yu, Wenxian Yu, Junchi Yan

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/lizzy8587/CastDet.

📄 PDF Abstract BibTeX arXiv:2411.02057

Code (1)

lizzy8587/castdet 공식 구현 pytorch

Tasks

Earth ObservationObjectobject-detectionObject DetectionPseudo Label

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Representation Consolidation from Multiple Expert Teachers

2021-09-29 · Zhizhong Li, Avinash Ravichandran, Charless Fowlkes, Marzia Polito 외

A library of diverse expert models transfers better to a novel task than a single generalist model. However, growing such a library indefinitely is impractical. Hence, we explore the problem of learning a consolidated im…

Knowledge Distillation

Representation Consolidation for Training Expert Students

2021-07-16 · Zhizhong Li, Avinash Ravichandran, Charless Fowlkes, Marzia Polito 외

Traditionally, distillation has been used to train a student model to emulate the input/output functionality of a teacher. A more useful goal than emulation, yet under-explored, is for the student to learn feature repres…

Continual Distillation of Teachers from Different Domains

2026-04-10 · Nicolas Michel, Maorong Wang, Jiangpeng He, Toshihiko Yamasaki arxiv

Deep learning models continue to scale, with some requiring more storage than many large-scale datasets. Thus, we introduce a new paradigm: Continual Distillation (CD), where a student learns sequentially from a stream o…

Domain Generalization

Unified and Effective Ensemble Knowledge Distillation

2022-04-01 · Chuhan Wu, Fangzhao Wu, Tao Qi, Yongfeng Huang

Ensemble knowledge distillation can extract knowledge from multiple teacher models and encode it into a single student model. Many existing methods learn and distill the student model on labeled data only. However, the t…

Knowledge DistillationTransfer Learning

Leveraging Multiple Teachers for Test-Time Adaptation of Language-Guided Classifiers

2023-11-13 · Kangda Wei, Sayan Ghosh, Rakesh R. Menon, Shashank Srivastava

Recent approaches have explored language-guided classifiers capable of classifying examples from novel tasks when provided with task-specific natural language explanations, instructions or prompts (Sanh et al., 2022; R. …

Test-time Adaptation