paper-with-me

Papers

Generalized Few-Shot Object Detection without Forgetting

2021-05-20 · CVPR 2021 1 · Zhibo Fan, Yuchen Ma, Zeming Li, Jian Sun

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.

📄 PDF Abstract BibTeX arXiv:2105.09491

Code (1)

Megvii-BaseDetection/GFSD 공식 구현 pytorch

Tasks

Few-Shot Object DetectionObjectobject-detectionObject DetectionTransfer Learning

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…

Similar Papers 제목 키워드 기반

CFA: Constraint-based Finetuning Approach for Generalized Few-Shot Object Detection

2022-04-11 · Karim Guirguis, Ahmed Hendawy, George Eskandar, Mohamed Abdelsamad 외

Few-shot object detection (FSOD) seeks to detect novel categories with limited data by leveraging prior knowledge from abundant base data. Generalized few-shot object detection (G-FSOD) aims to tackle FSOD without forget…

Continual LearningFew-Shot Object Detectionobject-detectionObject Detection

Generalized and Incremental Few-Shot Learning by Explicit Learning and Calibration without Forgetting

2021-08-18 · ICCV 2021 10 · Anna Kukleva, Hilde Kuehne, Bernt Schiele

Both generalized and incremental few-shot learning have to deal with three major challenges: learning novel classes from only few samples per class, preventing catastrophic forgetting of base classes, and classifier cali…

Classifier calibrationFew-Shot Learning

Incremental-DETR: Incremental Few-Shot Object Detection via Self-Supervised Learning

2022-05-09 · Na Dong, Yongqiang Zhang, Mingli Ding, Gim Hee Lee

Incremental few-shot object detection aims at detecting novel classes without forgetting knowledge of the base classes with only a few labeled training data from the novel classes. Most related prior works are on increme…

Few-Shot Object DetectionKnowledge DistillationObjectobject-detection+2

NIFF: Alleviating Forgetting in Generalized Few-Shot Object Detection via Neural Instance Feature Forging

2023-03-09 · CVPR 2023 1 · Karim Guirguis, Johannes Meier, George Eskandar, Matthias Kayser 외

Privacy and memory are two recurring themes in a broad conversation about the societal impact of AI. These concerns arise from the need for huge amounts of data to train deep neural networks. A promise of Generalized Few…

Data-free Knowledge DistillationFew-Shot Object Detectionimage-classificationImage Classification+3

Towards Generalized and Incremental Few-Shot Object Detection

2021-09-23 · Yiting Li, Haiyue Zhu, Jun Ma, Chek Sing Teo 외

Real-world object detection is highly desired to be equipped with the learning expandability that can enlarge its detection classes incrementally. Moreover, such learning from only few annotated training samples further …

Autonomous DrivingContinual LearningFew-Shot LearningFew-Shot Object Detection+3