CVMar 10, 2021

FSCE: Few-Shot Object Detection via Contrastive Proposal Encoding

arXiv:2103.05950v2525 citationsHas Code
AI Analysis

This work addresses the challenge of detecting rare objects with limited training data, which is crucial for applications like robotics and surveillance, and it represents an incremental improvement over existing methods.

The paper tackles the problem of few-shot object detection by introducing a contrastive learning approach to improve feature embeddings, resulting in performance gains of up to +8.8% on PASCAL VOC and +2.7% on COCO benchmarks.

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

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes