TL;DR
This paper introduces a method for incremental object detection that prevents catastrophic forgetting by using a specialized loss function, enabling models to learn new classes without access to original training data.
Contribution
The paper proposes a novel loss function combining detection and distillation losses to enable incremental learning of object detectors without catastrophic forgetting.
Findings
Effective in preventing performance degradation on old classes
Allows multiple incremental learning steps with moderate performance loss
Demonstrated on PASCAL VOC 2007 and COCO datasets
Abstract
Despite their success for object detection, convolutional neural networks are ill-equipped for incremental learning, i.e., adapting the original model trained on a set of classes to additionally detect objects of new classes, in the absence of the initial training data. They suffer from "catastrophic forgetting" - an abrupt degradation of performance on the original set of classes, when the training objective is adapted to the new classes. We present a method to address this issue, and learn object detectors incrementally, when neither the original training data nor annotations for the original classes in the new training set are available. The core of our proposed solution is a loss function to balance the interplay between predictions on the new classes and a new distillation loss which minimizes the discrepancy between responses for old classes from the original and the updated…
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.
