CVLGOct 31, 2024

EXACFS -- A CIL Method to mitigate Catastrophic Forgetting

arXiv:2410.23751v21 citationsh-index: 9ICVGIP
AI Analysis

This addresses the problem of forgetting old knowledge in deep neural networks for continual learning, with incremental improvements in a specific domain.

The paper tackled catastrophic forgetting in class incremental learning by proposing EXACFS, which uses loss gradients to estimate and preserve significant features, achieving superior performance on CIFAR-100 and ImageNet-100.

Deep neural networks (DNNS) excel at learning from static datasets but struggle with continual learning, where data arrives sequentially. Catastrophic forgetting, the phenomenon of forgetting previously learned knowledge, is a primary challenge. This paper introduces EXponentially Averaged Class-wise Feature Significance (EXACFS) to mitigate this issue in the class incremental learning (CIL) setting. By estimating the significance of model features for each learned class using loss gradients, gradually aging the significance through the incremental tasks and preserving the significant features through a distillation loss, EXACFS effectively balances remembering old knowledge (stability) and learning new knowledge (plasticity). Extensive experiments on CIFAR-100 and ImageNet-100 demonstrate EXACFS's superior performance in preserving stability while acquiring plasticity.

Foundations

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

Your Notes