Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Incremental Learning of Object Detectors without Catastrophic Forgetting

About

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 networks. This incremental learning can be performed multiple times, for a new set of classes in each step, with a moderate drop in performance compared to the baseline network trained on the ensemble of data. We present object detection results on the PASCAL VOC 2007 and COCO datasets, along with a detailed empirical analysis of the approach.

Konstantin Shmelkov, Cordelia Schmid, Karteek Alahari• 2017

Related benchmarks

TaskDatasetResultRank
Object DetectionKITTI (test)--
35
Object DetectionPASCAL VOC + COCO-20 2007 (test)
AP73
23
Object DetectionPascal VOC 10 + 10 setting 2007 (test)
AP (Aero)70.5
16
Object DetectionKITTI -> Kitchen (test)
KITTI mAP39.4
15
Object DetectionPascal VOC 19 + 1 setting 2007 (test)
AP (Aero)69.4
14
Object DetectionPascal VOC 15 + 5 setting 2007 (test)
AP (Aeroplane)70.5
14
Open-Set Object DetectionPascal VOC
VOC Score81.8
6
Incremental Object DetectionPASCAL VOC 10+10 setting (incremental)
AP (Aero)69.9
5
Incremental Object DetectionPASCAL VOC 19+1 setting (incremental)
Aero AP69.4
5
Incremental Object DetectionPASCAL VOC 15+5 setting (incremental)
AP (Aero)70.5
5
Showing 10 of 10 rows

Other info

Follow for update