Hessian Aware Low-Rank Perturbation for Order-Robust Continual Learning
Jiaqi Li, Yuanhao Lai, Rui Wang, Changjian Shui, Sabyasachi Sahoo, Charles X. Ling, Shichun Yang, Boyu Wang, Christian Gagné, Fan Zhou
TL;DR
HALRP tackles the continual learning challenge by introducing Hessian-Aware Low-Rank Perturbations, which inject task-adaptive, low-rank modifications into a fixed base model. By linking perturbation impact to Hessian information, the method automatically selects layer-wise ranks to balance accuracy and parameter growth, while pruning reduces unnecessary capacity. The approach is supported by a theoretical bound connecting loss perturbation to Hessian norms and singular-value spectra, and is validated across diverse benchmarks with favorable accuracy, task-order robustness, and efficiency compared to state-of-the-art baselines. HALRP demonstrates scalable continual learning with controllable memory footprint and efficient adaptation to many sequential tasks.
Abstract
Continual learning aims to learn a series of tasks sequentially without forgetting the knowledge acquired from the previous ones. In this work, we propose the Hessian Aware Low-Rank Perturbation algorithm for continual learning. By modeling the parameter transitions along the sequential tasks with the weight matrix transformation, we propose to apply the low-rank approximation on the task-adaptive parameters in each layer of the neural networks. Specifically, we theoretically demonstrate the quantitative relationship between the Hessian and the proposed low-rank approximation. The approximation ranks are then globally determined according to the marginal increment of the empirical loss estimated by the layer-specific gradient and low-rank approximation error. Furthermore, we control the model capacity by pruning less important parameters to diminish the parameter growth. We conduct extensive experiments on various benchmarks, including a dataset with large-scale tasks, and compare our method against some recent state-of-the-art methods to demonstrate the effectiveness and scalability of our proposed method. Empirical results show that our method performs better on different benchmarks, especially in achieving task order robustness and handling the forgetting issue. The source code is at https://github.com/lijiaqi/HALRP.
