LGAIMLApr 8, 2024

On the Convergence of Continual Learning with Adaptive Methods

arXiv:2404.05555v210 citationsh-index: 5UAI
Originality Incremental advance
AI Analysis

This addresses convergence analysis in continual learning, an incremental improvement for sequential task learning in AI.

The paper tackles the problem of catastrophic forgetting in continual learning by analyzing convergence issues and proposing an adaptive method that adjusts step sizes for both previous and current tasks. The method achieves the same convergence rate as SGD when forgetting is suppressed and improves performance on several image classification tasks.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes