Meta R-CNN: Towards General Solver for Instance-Level Low-Shot Learning

Xiaopeng Yan,Ziliang Chen,Anni Xu,Xiaoxi Wang,Xiaodan Liang,Liang Lin
DOI: https://doi.org/10.1109/iccv.2019.00967
2019-10-01
Abstract:Resembling the rapid learning capability of human, low-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 low-shot object detectionl segmentation. In this work, we present a flexible and general methodology to achieve these tasks. Our work extends Faster lMask 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 lMask 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 lMask R-CNN. PRN receives images containing low-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 consistent with the classes these vectors represent. In our experiments, Meta R-CNN yields the new state of the art in low-shot object detection and improves low-shot object segmentation by MaskR-CNN. Code: https://yanxp.github.io/metarcnn.html.
What problem does this paper attempt to address?