CVSep 17, 2024

Reducing Catastrophic Forgetting in Online Class Incremental Learning Using Self-Distillation

arXiv:2409.11329v12 citationsh-index: 2
Originality Incremental advance
AI Analysis

This work addresses the problem of catastrophic forgetting for continual learning systems, representing an incremental improvement over existing replay methods.

The paper tackles catastrophic forgetting in online class incremental learning by using self-distillation from shallow layers and a memory update method for misclassified samples, achieving improved performance over conventional methods on CIFAR10, CIFAR100, and MiniimageNet datasets.

In continual learning, there is a serious problem of catastrophic forgetting, in which previous knowledge is forgotten when a model learns new tasks. Various methods have been proposed to solve this problem. Replay methods which replay data from previous tasks in later training, have shown good accuracy. However, replay methods have a generalizability problem from a limited memory buffer. In this paper, we tried to solve this problem by acquiring transferable knowledge through self-distillation using highly generalizable output in shallow layer as a teacher. Furthermore, when we deal with a large number of classes or challenging data, there is a risk of learning not converging and not experiencing overfitting. Therefore, we attempted to achieve more efficient and thorough learning by prioritizing the storage of easily misclassified samples through a new method of memory update. We confirmed that our proposed method outperformed conventional methods by experiments on CIFAR10, CIFAR100, and MiniimageNet datasets.

Foundations

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

Your Notes