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

FSCE: Few-Shot Object Detection via Contrastive Proposal Encoding

About

Emerging interests have been brought to recognize previously unseen objects given very few training examples, known as few-shot object detection (FSOD). Recent researches demonstrate that good feature embedding is the key to reach favorable few-shot learning performance. We observe object proposals with different Intersection-of-Union (IoU) scores are analogous to the intra-image augmentation used in contrastive approaches. And we exploit this analogy and incorporate supervised contrastive learning to achieve more robust objects representations in FSOD. We present Few-Shot object detection via Contrastive proposals Encoding (FSCE), a simple yet effective approach to learning contrastive-aware object proposal encodings that facilitate the classification of detected objects. We notice the degradation of average precision (AP) for rare objects mainly comes from misclassifying novel instances as confusable classes. And we ease the misclassification issues by promoting instance level intra-class compactness and inter-class variance via our contrastive proposal encoding loss (CPE loss). Our design outperforms current state-of-the-art works in any shot and all data splits, with up to +8.8% on standard benchmark PASCAL VOC and +2.7% on challenging COCO benchmark. Code is available at: https: //github.com/MegviiDetection/FSCE

Bo Sun, Banghuai Li, Shengcai Cai, Ye Yuan, Chi Zhang• 2021

Related benchmarks

TaskDatasetResultRank
Object DetectionPASCAL VOC (Novel Set 1)
mAP@5063.4
223
Object DetectionPASCAL VOC Novel Set 3
mAP@0.554
175
Few-shot Object DetectionCD-FSOD
ArTaxOr Score15.9
152
Object DetectionMS COCO novel classes
nAP15.3
132
Object DetectionMS COCO novel classes 2017 (val)
AP15.3
123
Object DetectionPASCAL VOC Set 2 (novel)
AP5048.5
110
Pedestrian DetectionCityPersons (val)--
85
Object DetectionPASCAL VOC Set 3 (novel)
AP50 (shot=1)37.2
71
Object DetectionPASCAL VOC (Novel Set 1)
AP50 (shot=1)44.2
71
Few-shot Object DetectionPascal VOC
mAP52.2
65
Showing 10 of 40 rows

Other info

Code

Follow for update