Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Modeling Missing Annotations for Incremental Learning in Object Detection

About

Despite the recent advances in the field of object detection, common architectures are still ill-suited to incrementally detect new categories over time. They are vulnerable to catastrophic forgetting: they forget what has been already learned while updating their parameters in absence of the original training data. Previous works extended standard classification methods in the object detection task, mainly adopting the knowledge distillation framework. However, we argue that object detection introduces an additional problem, which has been overlooked. While objects belonging to new classes are learned thanks to their annotations, if no supervision is provided for other objects that may still be present in the input, the model learns to associate them to background regions. We propose to handle these missing annotations by revisiting the standard knowledge distillation framework. Our approach outperforms current state-of-the-art methods in every setting of the Pascal-VOC dataset. We further propose an extension to instance segmentation, outperforming the other baselines. Code can be found here: https://github.com/fcdl94/MMA

Fabio Cermelli, Antonino Geraci, Dario Fontanel, Barbara Caputo• 2022

Related benchmarks

TaskDatasetResultRank
Object DetectionPascal VOC 15 + 5 setting 2007 (test)--
14
Object DetectionPASCAL VOC 10+10 classes
mAP@0.5 (1-10)69.3
10
Object DetectionPASCAL VOC 19+1
mAP@0.5 (1-19)71.1
10
Object DetectionPASCAL VOC 2007 (test)
AP50 (1-5)62.3
9
Object DetectionMS-COCO 40+40 split
AP33
9
Object DetectionPASCAL VOC 2007 (test)
AP50 (1-10)67.4
9
Object DetectionMS-COCO 70+10 split
AP30.2
8
Object DetectionMS-COCO 4-task protocol strict mAP@[.5:.95]
mAP@C (Task 1)37.5
3
Showing 8 of 8 rows

Other info

Follow for update