Optimal Rates in Continual Linear Regression via Increasing Regularization
Ran Levinstein, Amit Attia, Matan Schliserman, Uri Sherman, Tomer Koren, Daniel Soudry, Itay Evron
TL;DR
This work studies realizable continual linear regression under random task orderings, addressing the gap between the known $\Omega(1/k)$ lower bound and prior unregularized upper bounds $O(1/k^{1/4})$. By reducing both explicit isotropic regularization and implicit finite-step regularization to Incremental Gradient Descent on carefully constructed surrogate losses, the authors perform a unified last-iterate SGD analysis. They show that a fixed regularization strength yields a near-optimal $O(\log k / k)$ rate, while an increasing regularization schedule attains the optimal $O(1/k)$ rate for the last iterate, and extend these results to the seen-task loss. The findings provide principled guidance on regularization scheduling to mitigate forgetting in worst-case continual sequences and connect practical regimens to tight theoretical guarantees with potential implications for broader continual learning settings.
Abstract
We study realizable continual linear regression under random task orderings, a common setting for developing continual learning theory. In this setup, the worst-case expected loss after $k$ learning iterations admits a lower bound of $Ω(1/k)$. However, prior work using an unregularized scheme has only established an upper bound of $O(1/k^{1/4})$, leaving a significant gap. Our paper proves that this gap can be narrowed, or even closed, using two frequently used regularization schemes: (1) explicit isotropic $\ell_2$ regularization, and (2) implicit regularization via finite step budgets. We show that these approaches, which are used in practice to mitigate forgetting, reduce to stochastic gradient descent (SGD) on carefully defined surrogate losses. Through this lens, we identify a fixed regularization strength that yields a near-optimal rate of $O(\log k / k)$. Moreover, formalizing and analyzing a generalized variant of SGD for time-varying functions, we derive an increasing regularization strength schedule that provably achieves an optimal rate of $O(1/k)$. This suggests that schedules that increase the regularization coefficient or decrease the number of steps per task are beneficial, at least in the worst case.
