Multi-View Correlation Distillation for Incremental Object Detection
Dongbao Yang, Yu Zhou, Weiping Wang

TL;DR
This paper introduces MVCD, a novel correlation distillation method for incremental object detection that effectively balances learning new classes while retaining old class knowledge, addressing catastrophic forgetting.
Contribution
The paper proposes a multi-view correlation distillation approach for incremental object detection, incorporating new correlation losses and a stability-plasticity-mAP metric.
Findings
MVCD outperforms existing methods on VOC2007 and COCO datasets.
It effectively mitigates catastrophic forgetting in incremental detection.
The new metric better evaluates stability and plasticity in learning.
Abstract
In real applications, new object classes often emerge after the detection model has been trained on a prepared dataset with fixed classes. Due to the storage burden and the privacy of old data, sometimes it is impractical to train the model from scratch with both old and new data. Fine-tuning the old model with only new data will lead to a well-known phenomenon of catastrophic forgetting, which severely degrades the performance of modern object detectors. In this paper, we propose a novel \textbf{M}ulti-\textbf{V}iew \textbf{C}orrelation \textbf{D}istillation (MVCD) based incremental object detection method, which explores the correlations in the feature space of the two-stage object detector (Faster R-CNN). To better transfer the knowledge learned from the old classes and maintain the ability to learn new classes, we design correlation distillation losses from channel-wise, point-wise…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
