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

Continual Detection Transformer for Incremental Object Detection

About

Incremental object detection (IOD) aims to train an object detector in phases, each with annotations for new object categories. As other incremental settings, IOD is subject to catastrophic forgetting, which is often addressed by techniques such as knowledge distillation (KD) and exemplar replay (ER). However, KD and ER do not work well if applied directly to state-of-the-art transformer-based object detectors such as Deformable DETR and UP-DETR. In this paper, we solve these issues by proposing a ContinuaL DEtection TRansformer (CL-DETR), a new method for transformer-based IOD which enables effective usage of KD and ER in this context. First, we introduce a Detector Knowledge Distillation (DKD) loss, focusing on the most informative and reliable predictions from old versions of the model, ignoring redundant background predictions, and ensuring compatibility with the available ground-truth labels. We also improve ER by proposing a calibration strategy to preserve the label distribution of the training set, therefore better matching training and testing statistics. We conduct extensive experiments on COCO 2017 and demonstrate that CL-DETR achieves state-of-the-art results in the IOD setting.

Yaoyao Liu, Bernt Schiele, Andrea Vedaldi, Christian Rupprecht• 2023

Related benchmarks

TaskDatasetResultRank
3D Multi-Object TrackingnuScenes (val)
AMOTA25.2
157
Class Incremental Object DetectionCOCO 2017 (val)
AP35.3
30
Object DetectionCOCO 40+40 scenario 2017 (val)
AP42
25
Object DetectionCOCO 70+10 scenario 2017 (val)
AP40.4
25
Incremental Object DetectionCOCO 2017 (40-40)
AP42
19
Incremental Object DetectionCOCO 2017 (70-10)
AP40.4
19
Object DetectionSpaceDet Domain 1
Precision26.72
14
Object DetectionSpaceDet Domain 2
Precision24.5
14
Object DetectionSpaceDet Total Metric
Precision25.61
14
Incremental Object DetectionCOCO 40-10 multi-step
AP28.1
13
Showing 10 of 33 rows

Other info

Follow for update