S2IL: Structurally Stable Incremental Learning
S Balasubramanian, Yedu Krishna P, Talasu Sai Sriram, M Sai Subramaniam, Manepalli Pranav Phanindra Sai, Darshan Gera
TL;DR
The paper addresses catastrophic forgetting in class-incremental learning by moving beyond exact feature matching to preserve structural relationships within features. It introduces Structurally Stable Incremental Learning ($S^2IL$), which applies an SSIM-based distillation loss to the last convolutional layer and combines it with standard classification loss to balance stability and plasticity. Across CIFAR-100, ImageNet-100, and ImageNet-1K, $S^2IL$ achieves state-of-the-art incremental accuracy, particularly in settings with many incremental tasks, and ablations confirm the importance of structure-focused distillation, last-layer emphasis, and a memory strategy that allocates a fixed total exemplar budget. Overall, $S^2IL$ demonstrates that preserving spatial structure rather than exact feature alignment yields robust long-term performance in CIL with practical memory considerations.
Abstract
Feature Distillation (FD) strategies are proven to be effective in mitigating Catastrophic Forgetting (CF) seen in Class Incremental Learning (CIL). However, current FD approaches enforce strict alignment of feature magnitudes and directions across incremental steps, limiting the model's ability to adapt to new knowledge. In this paper we propose Structurally Stable Incremental Learning(S22IL), a FD method for CIL that mitigates CF by focusing on preserving the overall spatial patterns of features which promote flexible (plasticity) yet stable representations that preserve old knowledge (stability). We also demonstrate that our proposed method S2IL achieves strong incremental accuracy and outperforms other FD methods on SOTA benchmark datasets CIFAR-100, ImageNet-100 and ImageNet-1K. Notably, S2IL outperforms other methods by a significant margin in scenarios that have a large number of incremental tasks.
