Few-shot Adaptive Faster R-CNN
Tao Wang, Xiaopeng Zhang, Li Yuan, Jiashi Feng

TL;DR
This paper introduces FAFRCNN, a novel few-shot adaptive Faster R-CNN framework that effectively adapts object detection models to new domains with limited labeled data, addressing challenges like data scarcity and overfitting.
Contribution
The paper proposes a bi-level adaptation module with pairing mechanism and regularization to improve few-shot domain adaptation in object detection.
Findings
Achieves state-of-the-art results on multiple datasets.
Effectively adapts with only a few labeled target samples.
Outperforms existing domain adaptation methods.
Abstract
To mitigate the detection performance drop caused by domain shift, we aim to develop a novel few-shot adaptation approach that requires only a few target domain images with limited bounding box annotations. To this end, we first observe several significant challenges. First, the target domain data is highly insufficient, making most existing domain adaptation methods ineffective. Second, object detection involves simultaneous localization and classification, further complicating the model adaptation process. Third, the model suffers from over-adaptation (similar to overfitting when training with a few data example) and instability risk that may lead to degraded detection performance in the target domain. To address these challenges, we first introduce a pairing mechanism over source and target features to alleviate the issue of insufficient target domain samples. We then propose a…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Multimodal Machine Learning Applications
