Lifelong Object Detection
Wang Zhou, Shiyu Chang, Norma Sosa, Hendrik Hamann, David Cox

TL;DR
This paper introduces a lifelong object detection method using knowledge distillation with Faster R-CNN to prevent catastrophic forgetting, achieving competitive accuracy and faster inference on standard benchmarks.
Contribution
It proposes a novel lifelong learning approach for object detection that leverages knowledge distillation and pseudo-positive sampling to retain previous knowledge while learning new classes.
Findings
Achieves competitive mAP on PASCAL VOC 2007 and MS COCO
Provides 6x inference speed improvement
Effectively prevents catastrophic forgetting in object detection
Abstract
Recent advances in object detection have benefited significantly from rapid developments in deep neural networks. However, neural networks suffer from the well-known issue of catastrophic forgetting, which makes continual or lifelong learning problematic. In this paper, we leverage the fact that new training classes arrive in a sequential manner and incrementally refine the model so that it additionally detects new object classes in the absence of previous training data. Specifically, we consider the representative object detector, Faster R-CNN, for both accurate and efficient prediction. To prevent abrupt performance degradation due to catastrophic forgetting, we propose to apply knowledge distillation on both the region proposal network and the region classification network, to retain the detection of previously trained classes. A pseudo-positive-aware sampling strategy is also…
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.
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 · Multimodal Machine Learning Applications
MethodsKnowledge Distillation · Convolution · RoIPool · Softmax · Region Proposal Network · Faster R-CNN
