paper-with-me

홈 › Papers

Incremental Few-Shot Object Detection via Simple Fine-Tuning Approach

2023-02-20 · Tae-Min Choi, Jong-Hwan Kim

In this paper, we explore incremental few-shot object detection (iFSD), which incrementally learns novel classes using only a few examples without revisiting base classes. Previous iFSD works achieved the desired results by applying meta-learning. However, meta-learning approaches show insufficient performance that is difficult to apply to practical problems. In this light, we propose a simple fine-tuning-based approach, the Incremental Two-stage Fine-tuning Approach (iTFA) for iFSD, which contains three steps: 1) base training using abundant base classes with the class-agnostic box regressor, 2) separation of the RoI feature extractor and classifier into the base and novel class branches for preserving base knowledge, and 3) fine-tuning the novel branch using only a few novel class examples. We evaluate our iTFA on the real-world datasets PASCAL VOC, COCO, and LVIS. iTFA achieves competitive performance in COCO and shows a 30% higher AP accuracy than meta-learning methods in the LVIS dataset. Experimental results show the effectiveness and applicability of our proposed method.

📄 PDF Abstract BibTeX arXiv:2302.09779

Code (1)

tmiu/itfa 공식 구현

Tasks

Few-Shot Object DetectionMeta-Learningobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

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

Few-Shot Batch Incremental Road Object Detection via Detector Fusion

2021-08-18 · Anuj Tambwekar, Kshitij Agrawal, Anay Majee, Anbumani Subramanian

Incremental few-shot learning has emerged as a new and challenging area in deep learning, whose objective is to train deep learning models using very few samples of new class data, and none of the old class data. In this…

Few-Shot Learningobject-detectionObject Detection

Incremental Few-Shot Object Detection for Robotics

2020-05-06 · Yiting Li, Haiyue Zhu, Sichao Tian, Fan Feng 외

Incremental few-shot learning is highly expected for practical robotics applications. On one hand, robot is desired to learn new tasks quickly and flexibly using only few annotated training samples; on the other hand, su…

ClassificationContinual LearningFew-Shot LearningFew-Shot Object Detection+5

Generalized Few-Shot 3D Object Detection of LiDAR Point Cloud for Autonomous Driving

2023-02-08 · Jiawei Liu, Xingping Dong, Sanyuan Zhao, Jianbing Shen

Recent years have witnessed huge successes in 3D object detection to recognize common objects for autonomous driving (e.g., vehicles and pedestrians). However, most methods rely heavily on a large amount of well-labeled …

3D Object DetectionAutonomous Drivingobject-detectionObject Detection

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