EXACFS -- A CIL Method to mitigate Catastrophic Forgetting
S Balasubramanian, M Sai Subramaniam, Sai Sriram Talasu, Yedu Krishna P, Manepalli Pranav Phanindra Sai, Ravi Mukkamala, Darshan Gera
TL;DR
EXACFS tackles catastrophic forgetting in class incremental learning by introducing class-wise feature significance and exponential aging to selectively preserve informative features. It combines a novel feature distillation loss with a PODNET-style classification loss, using exemplars to keep old representations aligned while learning new classes. Empirical results on CIFAR-100 and ImageNet-100 demonstrate state-of-the-art performance and a robust stability-plasticity trade-off across varying incremental task counts. This work advances continual learning by explicitly modeling feature importance per class and adapting significance over time.
Abstract
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.
