Theoretical Insights into Overparameterized Models in Multi-Task and Replay-Based Continual Learning
Amin Banayeeanzade, Mahdi Soltanolkotabi, Mohammad Rostami
TL;DR
This work provides exact, non-asymptotic theory for overparameterized multi-task learning and replay-based continual learning using linear models as a tractable proxy. It derives closed-form expressions for average generalization error and knowledge transfer across tasks, and characterizes forgetting under replay buffers, revealing how model size $p$, data size $ar{n}$, and task similarity govern outcomes. The results show that interpolation thresholds shift with multi-task settings and that task similarity can both facilitate knowledge transfer and create interference, depending on capacity. Empirically, the authors validate that deep networks exhibit similar double-descent–like behavior and buffer-dependent forgetting, suggesting that the linear theory offers practical guidance for MTL and CL design in real-world DNNs.
Abstract
Multi-task learning (MTL) is a machine learning paradigm that aims to improve the generalization performance of a model on multiple related tasks by training it simultaneously on those tasks. Unlike MTL, where the model has instant access to the training data of all tasks, continual learning (CL) involves adapting to new sequentially arriving tasks over time without forgetting the previously acquired knowledge. Despite the wide practical adoption of CL and MTL and extensive literature on both areas, there remains a gap in the theoretical understanding of these methods when used with overparameterized models such as deep neural networks. This paper studies the overparameterized linear models as a proxy for more complex models. We develop theoretical results describing the effect of various system parameters on the model's performance in an MTL setup. Specifically, we study the impact of model size, dataset size, and task similarity on the generalization error and knowledge transfer. Additionally, we present theoretical results to characterize the performance of replay-based CL models. Our results reveal the impact of buffer size and model capacity on the forgetting rate in a CL setup and help shed light on some of the state-of-the-art CL methods. Finally, through extensive empirical evaluations, we demonstrate that our theoretical findings are also applicable to deep neural networks, offering valuable guidance for designing MTL and CL models in practice.
