Few-Shot Object Detection via Association and DIscrimination
Yuhang Cao, Jiaqi Wang, Ying Jin, Tong Wu, Kai Chen, Ziwei Liu, Dahua, Lin

TL;DR
This paper introduces FADI, a two-step fine-tuning framework for few-shot object detection that constructs discriminative, compact feature spaces for novel classes by associating them with base classes and disentangling classification branches.
Contribution
FADI proposes a novel two-step fine-tuning method that explicitly associates novel classes with base classes and enhances inter-class separability, improving few-shot detection performance.
Findings
Achieves state-of-the-art results on Pascal VOC and MS-COCO datasets.
Significantly improves performance in extremely few-shot scenarios.
Outperforms baseline methods by +18.7 in various settings.
Abstract
Object detection has achieved substantial progress in the last decade. However, detecting novel classes with only few samples remains challenging, since deep learning under low data regime usually leads to a degraded feature space. Existing works employ a holistic fine-tuning paradigm to tackle this problem, where the model is first pre-trained on all base classes with abundant samples, and then it is used to carve the novel class feature space. Nonetheless, this paradigm is still imperfect. Durning fine-tuning, a novel class may implicitly leverage the knowledge of multiple base classes to construct its feature space, which induces a scattered feature space, hence violating the inter-class separability. To overcome these obstacles, we propose a two-step fine-tuning framework, Few-shot object detection via Association and DIscrimination (FADI), which builds up a discriminative feature…
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
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI
