CVAug 19, 2020

Towards Class-incremental Object Detection with Nearest Mean of Exemplars

arXiv:2008.08336v32 citations
Originality Synthesis-oriented
AI Analysis

This addresses incremental learning for object detection, a domain-specific problem, with an incremental/hybrid approach.

The paper tackles catastrophic forgetting in class-incremental object detection by proposing a method that adjusts model parameters using prototype vectors to increase distance between classes, enabling learning of new categories without forgetting old ones. Experiments demonstrate its effectiveness.

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 can learn new knowledge without catastrophic forgetting. Experiments show the effectiveness of our proposed method.

Foundations

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

Your Notes