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

Meta R-CNN : Towards General Solver for Instance-level Few-shot Learning

About

Resembling the rapid learning capability of human, few-shot learning empowers vision systems to understand new concepts by training with few samples. Leading approaches derived from meta-learning on images with a single visual object. Obfuscated by a complex background and multiple objects in one image, they are hard to promote the research of few-shot object detection/segmentation. In this work, we present a flexible and general methodology to achieve these tasks. Our work extends Faster /Mask R-CNN by proposing meta-learning over RoI (Region-of-Interest) features instead of a full image feature. This simple spirit disentangles multi-object information merged with the background, without bells and whistles, enabling Faster /Mask R-CNN turn into a meta-learner to achieve the tasks. Specifically, we introduce a Predictor-head Remodeling Network (PRN) that shares its main backbone with Faster /Mask R-CNN. PRN receives images containing few-shot objects with their bounding boxes or masks to infer their class attentive vectors. The vectors take channel-wise soft-attention on RoI features, remodeling those R-CNN predictor heads to detect or segment the objects that are consistent with the classes these vectors represent. In our experiments, Meta R-CNN yields the state of the art in few-shot object detection and improves few-shot object segmentation by Mask R-CNN.

Xiaopeng Yan, Ziliang Chen, Anni Xu, Xiaoxi Wang, Xiaodan Liang, Liang Lin• 2019

Related benchmarks

TaskDatasetResultRank
Object DetectionPASCAL VOC (Novel Set 1)
mAP@5052
223
Object DetectionCOCO (minival)
mAP12.4
184
Object DetectionPASCAL VOC Novel Set 3
mAP@0.548.1
175
Few-shot Object DetectionCD-FSOD
ArTaxOr Score14
152
Object DetectionPASCAL VOC Novel Set 3 2007+2012
mAP5048.1
139
Object DetectionMS-COCO (val)
mAP0.124
138
Object DetectionMS COCO novel classes
nAP12.4
132
Object DetectionMS COCO novel classes 2017 (val)
AP12.4
123
Object DetectionPASCAL VOC Set 2 (novel)
AP5045.4
110
Object DetectionPASCAL VOC Novel Set 2
mAP45.4
100
Showing 10 of 87 rows
...

Other info

Code

Follow for update