MultIOD: Rehearsal-free Multihead Incremental Object Detector
Eden Belouadah, Arnaud Dapogny, Kevin Bailly

TL;DR
MultIOD introduces a rehearsal-free, anchor-free incremental object detection method that effectively mitigates catastrophic forgetting using multihead architectures and transfer learning, outperforming existing methods on Pascal VOC datasets.
Contribution
It presents a novel rehearsal-free, anchor-free incremental object detection approach with multihead architecture and transfer learning to reduce catastrophic forgetting.
Findings
Outperforms state-of-the-art methods on Pascal VOC datasets.
Does not require rehearsal memory, saving model states.
Uses class-wise non-max-suppression for better detection accuracy.
Abstract
Class-Incremental learning (CIL) refers to the ability of artificial agents to integrate new classes as they appear in a stream. It is particularly interesting in evolving environments where agents have limited access to memory and computational resources. The main challenge of incremental learning is catastrophic forgetting, the inability of neural networks to retain past knowledge when learning a new one. Unfortunately, most existing class-incremental methods for object detection are applied to two-stage algorithms such as Faster-RCNN, and rely on rehearsal memory to retain past knowledge. We argue that those are not suitable in resource-limited environments, and more effort should be dedicated to anchor-free and rehearsal-free object detection. In this paper, we propose MultIOD, a class-incremental object detector based on CenterNet. Our contributions are: (1) we propose a multihead…
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
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · COVID-19 diagnosis using AI
MethodsConvolution · Batch Normalization · Cascade Corner Pooling · Center Pooling · Deep Layer Aggregation · CenterNet
