Multi-Scale Positive Sample Refinement for Few-Shot Object Detection
Jiaxi Wu, Songtao Liu, Di Huang, Yunhong Wang

TL;DR
This paper introduces a multi-scale positive sample refinement method for few-shot object detection, addressing scale variation challenges and achieving state-of-the-art results on PASCAL VOC and MS COCO datasets.
Contribution
It proposes a novel multi-scale positive sample refinement approach that enhances FSOD by handling scale variations more effectively.
Findings
Achieves state-of-the-art results on PASCAL VOC and MS COCO.
Significantly outperforms existing FSOD methods.
Demonstrates the effectiveness of multi-scale positive samples.
Abstract
Few-shot object detection (FSOD) helps detectors adapt to unseen classes with few training instances, and is useful when manual annotation is time-consuming or data acquisition is limited. Unlike previous attempts that exploit few-shot classification techniques to facilitate FSOD, this work highlights the necessity of handling the problem of scale variations, which is challenging due to the unique sample distribution. To this end, we propose a Multi-scale Positive Sample Refinement (MPSR) approach to enrich object scales in FSOD. It generates multi-scale positive samples as object pyramids and refines the prediction at various scales. We demonstrate its advantage by integrating it as an auxiliary branch to the popular architecture of Faster R-CNN with FPN, delivering a strong FSOD solution. Several experiments are conducted on PASCAL VOC and MS COCO, and the proposed approach achieves…
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 · Adversarial Robustness in Machine Learning
MethodsSoftmax · Region Proposal Network · 1x1 Convolution · Feature Pyramid Network · RoIPool · Convolution · Faster R-CNN
