Fine-Grained Prototypes Distillation for Few-Shot Object Detection
Zichen Wang, Bo Yang, Haonan Yue, Zhenghao Ma

TL;DR
This paper introduces a novel approach for few-shot object detection that distills support features into fine-grained prototypes, enhancing local context modeling and achieving state-of-the-art results on standard benchmarks.
Contribution
The paper proposes a fine-grained prototype distillation method with a new feature aggregation module and high-level feature fusion strategies for improved few-shot object detection.
Findings
Achieves new state-of-the-art performance on PASCAL VOC and MS COCO.
Demonstrates robustness and stability improvements over existing meta-learning methods.
Effectively models detailed feature relations between support and query images.
Abstract
Few-shot object detection (FSOD) aims at extending a generic detector for novel object detection with only a few training examples. It attracts great concerns recently due to the practical meanings. Meta-learning has been demonstrated to be an effective paradigm for this task. In general, methods based on meta-learning employ an additional support branch to encode novel examples (a.k.a. support images) into class prototypes, which are then fused with query branch to facilitate the model prediction. However, the class-level prototypes are difficult to precisely generate, and they also lack detailed information, leading to instability in performance.New methods are required to capture the distinctive local context for more robust novel object detection. To this end, we propose to distill the most representative support features into fine-grained prototypes. These prototypes are then…
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
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Multimodal Machine Learning Applications
