Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Frustratingly Simple Few-Shot Object Detection

About

Detecting rare objects from a few examples is an emerging problem. Prior works show meta-learning is a promising approach. But, fine-tuning techniques have drawn scant attention. We find that fine-tuning only the last layer of existing detectors on rare classes is crucial to the few-shot object detection task. Such a simple approach outperforms the meta-learning methods by roughly 2~20 points on current benchmarks and sometimes even doubles the accuracy of the prior methods. However, the high variance in the few samples often leads to the unreliability of existing benchmarks. We revise the evaluation protocols by sampling multiple groups of training examples to obtain stable comparisons and build new benchmarks based on three datasets: PASCAL VOC, COCO and LVIS. Again, our fine-tuning approach establishes a new state of the art on the revised benchmarks. The code as well as the pretrained models are available at https://github.com/ucbdrive/few-shot-object-detection.

Xin Wang, Thomas E. Huang, Trevor Darrell, Joseph E. Gonzalez, Fisher Yu• 2020

Related benchmarks

TaskDatasetResultRank
Object DetectionPASCAL VOC (Novel Set 1)
mAP@5057
223
Object DetectionCOCO (minival)
mAP13.7
184
Object DetectionPASCAL VOC Novel Set 3
mAP@0.550.2
175
Few-shot Object DetectionCD-FSOD
ArTaxOr Score14.8
152
Object DetectionPASCAL VOC Novel Set 3 2007+2012
mAP5050.2
139
Object DetectionMS-COCO (val)
mAP0.137
138
Object DetectionMS COCO novel classes
nAP1.37e+3
132
Object DetectionMS COCO novel classes 2017 (val)
AP12.1
123
Object DetectionPASCAL VOC Set 2 (novel)
AP5039.7
110
Object DetectionPASCAL VOC Novel Set 2
mAP39.7
100
Showing 10 of 98 rows
...

Other info

Code

Follow for update