English

Generalized Few-Shot Object Detection without Forgetting

Computer Vision and Pattern Recognition 2021-05-21 v1

Abstract

Recently few-shot object detection is widely adopted to deal with data-limited situations. While most previous works merely focus on the performance on few-shot categories, we claim that detecting all classes is crucial as test samples may contain any instances in realistic applications, which requires the few-shot detector to learn new concepts without forgetting. Through analysis on transfer learning based methods, some neglected but beneficial properties are utilized to design a simple yet effective few-shot detector, Retentive R-CNN. It consists of Bias-Balanced RPN to debias the pretrained RPN and Re-detector to find few-shot class objects without forgetting previous knowledge. Extensive experiments on few-shot detection benchmarks show that Retentive R-CNN significantly outperforms state-of-the-art methods on overall performance among all settings as it can achieve competitive results on few-shot classes and does not degrade the base class performance at all. Our approach has demonstrated that the long desired never-forgetting learner is available in object detection.

Keywords

Cite

@article{arxiv.2105.09491,
  title  = {Generalized Few-Shot Object Detection without Forgetting},
  author = {Zhibo Fan and Yuchen Ma and Zeming Li and Jian Sun},
  journal= {arXiv preprint arXiv:2105.09491},
  year   = {2021}
}

Comments

Accepted by CVPR 2021

R2 v1 2026-06-24T02:17:08.234Z