Towards Redundancy-Free Sub-networks in Continual Learning
Cheng Chen, Jingkuan Song, LianLi Gao, Heng Tao Shen
TL;DR
This work addresses catastrophic forgetting in continual learning by introducing Information Bottleneck based sub-network Masking (IBM). IBM leverages an information-theoretic objective to prune redundancy within task-specific sub-networks, using a weight-space variational formulation and masks derived from parameter statistics to construct redundancy-free sub-networks. It freezes essential weights to prevent forgetting while reusing and reinitializing variational parameters to promote knowledge transfer, and it adds a feature-decomposition module that automatically sets layer-wise pruning ratios via hidden representation analysis. Empirical results show IBM achieves state-of-the-art performance on multiple benchmarks with substantial reductions in sub-network parameters (~70%) and training time (~80%), and it demonstrates strong capacity for longer task sequences thanks to reduced redundancy and better knowledge transfer.
Abstract
Catastrophic Forgetting (CF) is a prominent issue in continual learning. Parameter isolation addresses this challenge by masking a sub-network for each task to mitigate interference with old tasks. However, these sub-networks are constructed relying on weight magnitude, which does not necessarily correspond to the importance of weights, resulting in maintaining unimportant weights and constructing redundant sub-networks. To overcome this limitation, inspired by information bottleneck, which removes redundancy between adjacent network layers, we propose \textbf{\underline{I}nformation \underline{B}ottleneck \underline{M}asked sub-network (IBM)} to eliminate redundancy within sub-networks. Specifically, IBM accumulates valuable information into essential weights to construct redundancy-free sub-networks, not only effectively mitigating CF by freezing the sub-networks but also facilitating new tasks training through the transfer of valuable knowledge. Additionally, IBM decomposes hidden representations to automate the construction process and make it flexible. Extensive experiments demonstrate that IBM consistently outperforms state-of-the-art methods. Notably, IBM surpasses the state-of-the-art parameter isolation method with a 70\% reduction in the number of parameters within sub-networks and an 80\% decrease in training time.
