CVDec 14, 2021

Static-Dynamic Co-Teaching for Class-Incremental 3D Object Detection

arXiv:2112.07241v126 citations
Originality Incremental advance
AI Analysis

It addresses a critical problem for real-world continuous learning systems in 3D object detection, though it is an incremental improvement.

The paper tackles catastrophic forgetting in class-incremental 3D object detection by proposing SDCoT, a static-dynamic co-teaching method, which outperforms baselines on benchmark datasets.

Deep learning-based approaches have shown remarkable performance in the 3D object detection task. However, they suffer from a catastrophic performance drop on the originally trained classes when incrementally learning new classes without revisiting the old data. This "catastrophic forgetting" phenomenon impedes the deployment of 3D object detection approaches in real-world scenarios, where continuous learning systems are needed. In this paper, we study the unexplored yet important class-incremental 3D object detection problem and present the first solution - SDCoT, a novel static-dynamic co-teaching method. Our SDCoT alleviates the catastrophic forgetting of old classes via a static teacher, which provides pseudo annotations for old classes in the new samples and regularizes the current model by extracting previous knowledge with a distillation loss. At the same time, SDCoT consistently learns the underlying knowledge from new data via a dynamic teacher. We conduct extensive experiments on two benchmark datasets and demonstrate the superior performance of our SDCoT over baseline approaches in several incremental learning scenarios.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes