Meta-Learning to Detect Rare Objects

Abstract

Few-shot learning, i.e., learning novel concepts from few examples, is fundamental to practical visual recognition systems. While most of existing work has focused on few-shot classification, we make a step towards few-shot object detection, a more challenging yet under-explored task. We develop a conceptually simple but powerful meta-learning based framework that simultaneously tackles few-shot classification and few-shot localization in a unified, coherent way. This framework leverages meta-level knowledge about "model parameter generation" from base classes with abundant data to facilitate the generation of a detector for novel classes. Our key insight is to disentangle the learning of category-agnostic and category-specific components in a CNN based detection model. In particular, we introduce a weight prediction meta-model that enables predicting the parameters of category-specific components from few examples. We systematically benchmark the performance of modern detectors in the small-sample size regime. Experiments in a variety of realistic scenarios, including within-domain, cross-domain, and long-tailed settings, demonstrate the effectiveness and generality of our approach under different notions of novel classes.

Cite

Text

Wang et al. "Meta-Learning to Detect Rare Objects." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019. doi:10.1109/ICCV.2019.01002

Markdown

[Wang et al. "Meta-Learning to Detect Rare Objects." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019.](https://mlanthology.org/iccv/2019/wang2019iccv-metalearning/) doi:10.1109/ICCV.2019.01002

BibTeX

@inproceedings{wang2019iccv-metalearning,
  title     = {{Meta-Learning to Detect Rare Objects}},
  author    = {Wang, Yu-Xiong and Ramanan, Deva and Hebert, Martial},
  booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
  year      = {2019},
  doi       = {10.1109/ICCV.2019.01002},
  url       = {https://mlanthology.org/iccv/2019/wang2019iccv-metalearning/}
}