On the Convergence of Continual Learning with Adaptive Methods
Seungyub Han, Yeongmo Kim, Taehyun Cho, Jungwoo Lee
TL;DR
The paper addresses the convergence of memory-based continual learning by formulating it as a smooth nonconvex finite-sum problem and showing that training current tasks can cause forgetting of past tasks through a forgetting term $ ext{Gamma}_t$. It introduces NCCL, an adaptive method that jointly tunes step sizes across previous and current tasks to minimize forgetting while preserving convergence, and provides a theoretical bound indicating SGD-like rates under decaying learning rates when the forgetting term is controlled. A reformulated objective to minimize the cumulative forgetting term under a constraint on step sizes guides the adaptive design. Empirically, NCCL with memory schemes outperforms baselines on standard image-classification continual learning benchmarks, demonstrating significantly reduced forgetting and competitive convergence performance, with the memory bias term $B_t$ contributing minimally to degradation.
Abstract
One of the objectives of continual learning is to prevent catastrophic forgetting in learning multiple tasks sequentially, and the existing solutions have been driven by the conceptualization of the plasticity-stability dilemma. However, the convergence of continual learning for each sequential task is less studied so far. In this paper, we provide a convergence analysis of memory-based continual learning with stochastic gradient descent and empirical evidence that training current tasks causes the cumulative degradation of previous tasks. We propose an adaptive method for nonconvex continual learning (NCCL), which adjusts step sizes of both previous and current tasks with the gradients. The proposed method can achieve the same convergence rate as the SGD method when the catastrophic forgetting term which we define in the paper is suppressed at each iteration. Further, we demonstrate that the proposed algorithm improves the performance of continual learning over existing methods for several image classification tasks.
