Faster ILOD: Incremental Learning for Object Detectors based on Faster RCNN
Can Peng, Kun Zhao, Brian C. Lovell

TL;DR
This paper introduces a faster, more accurate incremental object detector based on Faster R-CNN that uses knowledge distillation to retain old knowledge and significantly improves efficiency over previous methods.
Contribution
It proposes an end-to-end incremental object detection method using multi-network adaptive distillation with Faster R-CNN, enhancing speed and accuracy.
Findings
Achieves 13 times faster detection than baseline methods.
Maintains high accuracy on PASCAL VOC and COCO datasets.
Effectively retains old category knowledge during incremental learning.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Advanced Image and Video Retrieval Techniques
