Primal Dual Continual Learning: Balancing Stability and Plasticity through Adaptive Memory Allocation
Juan Elenter, Navid NaderiAlizadeh, Tara Javidi, Alejandro Ribeiro
TL;DR
This paper reframes continual learning as a constrained optimization problem to prevent forgetting past tasks while learning new ones. It employs Lagrangian duality to derive a primal-dual algorithm (PDCL) that uses dual variables to adapt replay-buffer usage, both across tasks (buffer partition) and within tasks (sample selection). The approach provides theoretical connections between dual variables and the stability-plasticity trade-off, along with a practical mechanism to allocate memory where it matters most. Empirical results across image, audio, and medical benchmarks show that duality-driven buffer management improves accuracy and reduces forgetting, though benefits decline with very small memory budgets or insufficient model capacity. The work offers a principled, scalable path toward adaptive memory management in continual learning and highlights future directions for large-model settings and constraint design.
Abstract
Continual learning is inherently a constrained learning problem. The goal is to learn a predictor under a no-forgetting requirement. Although several prior studies formulate it as such, they do not solve the constrained problem explicitly. In this work, we show that it is both possible and beneficial to undertake the constrained optimization problem directly. To do this, we leverage recent results in constrained learning through Lagrangian duality. We focus on memory-based methods, where a small subset of samples from previous tasks can be stored in a replay buffer. In this setting, we analyze two versions of the continual learning problem: a coarse approach with constraints at the task level and a fine approach with constraints at the sample level. We show that dual variables indicate the sensitivity of the optimal value of the continual learning problem with respect to constraint perturbations. We then leverage this result to partition the buffer in the coarse approach, allocating more resources to harder tasks, and to populate the buffer in the fine approach, including only impactful samples. We derive a deviation bound on dual variables as sensitivity indicators, and empirically corroborate this result in diverse continual learning benchmarks. We also discuss the limitations of these methods with respect to the amount of memory available and the expressiveness of the parametrization.
