Bridging Non Co-occurrence with Unlabeled In-the-wild Data for Incremental Object Detection
Na Dong, Yongqiang Zhang, Mingli Ding, Gim Hee Lee

TL;DR
This paper introduces a novel incremental object detection method that leverages unlabeled in-the-wild data to overcome the challenge of non co-occurrence of base and novel classes, effectively reducing catastrophic forgetting.
Contribution
It proposes a blind sampling strategy and dual-teacher distillation framework to enable incremental learning without co-occurrence of classes, improving performance on standard datasets.
Findings
Outperforms state-of-the-art methods on PASCAL VOC and MS COCO datasets.
Effectively mitigates catastrophic forgetting in non co-occurrence scenarios.
Utilizes unlabeled in-the-wild data to bridge class gaps during training.
Abstract
Deep networks have shown remarkable results in the task of object detection. However, their performance suffers critical drops when they are subsequently trained on novel classes without any sample from the base classes originally used to train the model. This phenomenon is known as catastrophic forgetting. Recently, several incremental learning methods are proposed to mitigate catastrophic forgetting for object detection. Despite the effectiveness, these methods require co-occurrence of the unlabeled base classes in the training data of the novel classes. This requirement is impractical in many real-world settings since the base classes do not necessarily co-occur with the novel classes. In view of this limitation, we consider a more practical setting of complete absence of co-occurrence of the base and novel classes for the object detection task. We propose the use of unlabeled…
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.
Code & Models
Videos
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · Advanced Neural Network Applications
