paper-with-me

Papers

Faster ILOD: Incremental Learning for Object Detectors based on Faster RCNN

2020-03-09 · Can Peng, Kun Zhao, Brian C. Lovell

The human vision and perception system is inherently incremental where new knowledge is continually learned over time whilst existing knowledge is retained. On the other hand, deep learning networks are ill-equipped for incremental learning. When a well-trained network is adapted to new categories, its performance on the old categories will dramatically degrade. To address this problem, incremental learning methods have been explored which preserve the old knowledge of deep learning models. However, the state-of-the-art incremental object detector employs an external fixed region proposal method that increases overall computation time and reduces accuracy comparing to Region Proposal Network (RPN) based object detectors such as Faster RCNN. The purpose of this paper is to design an efficient end-to-end incremental object detector using knowledge distillation. We first evaluate and analyze the performance of the RPN-based detector with classic distillation on incremental detection tasks. Then, we introduce multi-network adaptive distillation that properly retains knowledge from the old categories when fine-tuning the model for new task. Experiments on the benchmark datasets, PASCAL VOC and COCO, demonstrate that the proposed incremental detector based on Faster RCNN is more accurate as well as being 13 times faster than the baseline detector.

📄 PDF Abstract BibTeX arXiv:2003.03901

Code (1)

CanPeng123/Faster-ILOD pytorch

Tasks

Incremental LearningKnowledge DistillationObjectRegion Proposal

Similar Papers 제목 키워드 기반

Class-Incremental Learning of Plant and Disease Detection: Growing Branches with Knowledge Distillation

2023-04-13 · Mathieu Pagé Fortin

This paper investigates the problem of class-incremental object detection for agricultural applications where a model needs to learn new plant species and diseases incrementally without forgetting the previously learned …

class-incremental learningClass Incremental LearningClass-Incremental Object DetectionIncremental Learning+3

RILOD: Near Real-Time Incremental Learning for Object Detection at the Edge

2019-03-26 · Dawei Li, Serafettin Tasci, Shalini Ghosh, Jingwen Zhu 외

Object detection models shipped with camera-equipped edge devices cannot cover the objects of interest for every user. Therefore, the incremental learning capability is a critical feature for a robust and personalized ob…

Incremental LearningObjectobject-detectionObject Detection

Real-Time Incremental Explanations for Object Detectors

2024-08-21 · Santiago Calderón-Peña, Hana Chockler, David A. Kelly

Existing black box explainability tools for object detectors rely on multiple calls to the model, which prevents them from computing explanations in real time. In this paper we introduce IncX, an algorithm for real-time …

Object

YOLO-IOD: Towards Real Time Incremental Object Detection

2025-12-28 · Shizhou Zhang, Xueqiang Lv, Yinghui Xing, Qirui Wu 외 arxiv

Current methods for incremental object detection (IOD) primarily rely on Faster R-CNN or DETR series detectors; however, these approaches do not accommodate the real-time YOLO detection frameworks. In this paper, we firs…

parameter-efficient fine-tuningKnowledge DistillationIncremental LearningObject Detection

Multi-View Correlation Distillation for Incremental Object Detection

2021-07-05 · Dongbao Yang, Yu Zhou, Weiping Wang

In real applications, new object classes often emerge after the detection model has been trained on a prepared dataset with fixed classes. Due to the storage burden and the privacy of old data, sometimes it is impractica…

Objectobject-detectionObject Detection