Few-shot Object Detection in Remote Sensing: Lifting the Curse of Incompletely Annotated Novel Objects
Fahong Zhang, Yilei Shi, Zhitong Xiong, and Xiao Xiang Zhu

TL;DR
This paper introduces a self-training based method for few-shot object detection in remote sensing images, effectively discovering and learning from unlabeled novel objects to improve detection performance.
Contribution
It proposes a novel ST-FSOD approach with a two-branch RPN and student-teacher mechanism to handle unlabeled novel objects during training.
Findings
Outperforms state-of-the-art FSOD methods significantly
Effective discovery of unlabeled novel objects during training
Improved recall of novel objects in remote sensing images
Abstract
Object detection is an essential and fundamental task in computer vision and satellite image processing. Existing deep learning methods have achieved impressive performance thanks to the availability of large-scale annotated datasets. Yet, in real-world applications the availability of labels is limited. In this context, few-shot object detection (FSOD) has emerged as a promising direction, which aims at enabling the model to detect novel objects with only few of them annotated. However, many existing FSOD algorithms overlook a critical issue: when an input image contains multiple novel objects and only a subset of them are annotated, the unlabeled objects will be considered as background during training. This can cause confusions and severely impact the model's ability to recall novel objects. To address this issue, we propose a self-training-based FSOD (ST-FSOD) approach, which…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Advanced Image and Video Retrieval Techniques
MethodsRegion Proposal Network · Balanced Selection
