Towards Class-incremental Object Detection with Nearest Mean of Exemplars
Sheng Ren, Yan He, Neal N. Xiong, Kehua Guo

TL;DR
This paper proposes a class-incremental object detection method that uses the nearest mean of exemplars to prevent catastrophic forgetting when learning new categories, demonstrating improved accuracy in experiments.
Contribution
It introduces a novel incremental learning approach for object detection that leverages prototype vectors and exemplar means to retain old knowledge while learning new classes.
Findings
Effective in preventing catastrophic forgetting
Achieves higher accuracy on incremental detection tasks
Demonstrates robustness across different datasets
Abstract
Incremental learning is a form of online learning. Incremental learning can modify the parameters and structure of the deep learning model so that the model does not forget the old knowledge while learning new knowledge. Preventing catastrophic forgetting is the most important task of incremental learning. However, the current incremental learning is often only for one type of input. For example, if the input images are of the same type, the current incremental model can learn new knowledge while not forgetting old knowledge. However, if several categories are added to the input graphics, the current model will not be able to deal with it correctly, and the accuracy will drop significantly. Therefore, this paper proposes a kind of incremental method, which adjusts the parameters of the model by identifying the prototype vector and increasing the distance of the vector, so that the model…
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 · Advanced Image and Video Retrieval Techniques · Multimodal Machine Learning Applications
