Trust Region Continual Learning as an Implicit Meta-Learner
Zekun Wang, Anant Gupta, Christopher J. MacLellan
TL;DR
The paper addresses catastrophic forgetting in continual learning by proposing Trust Region Continual Learning (TRCL), a hybrid approach that couples generative replay with a Fisher-metric trust-region constraint. Under local approximations, TRCL induces a one-step, MAML-like update, revealing an implicit meta-learning objective that promotes rapid re-convergence to past task optima after each transition. Empirical results on low-heterogeneity diffusion tasks (ImageNet-500) and high-heterogeneity diffusion-control tasks (CW10) show TRCL achieves stronger retention and faster early-task recovery than replay, EWC, and continual meta-learning baselines, with notable final performance gains (e.g., AFID 44.5 and forgetting 10.6 on ImageNet-500; CW10 SR 88.3% with forgetting 4.4%). This work bridges continual learning and meta-learning at the optimization level, offering a scalable, efficient framework for large diffusion backbones in both image generation and robotic control domains.
Abstract
Continual learning aims to acquire tasks sequentially without catastrophic forgetting, yet standard strategies face a core tradeoff: regularization-based methods (e.g., EWC) can overconstrain updates when task optima are weakly overlapping, while replay-based methods can retain performance but drift due to imperfect replay. We study a hybrid perspective: \emph{trust region continual learning} that combines generative replay with a Fisher-metric trust region constraint. We show that, under local approximations, the resulting update admits a MAML-style interpretation with a single implicit inner step: replay supplies an old-task gradient signal (query-like), while the Fisher-weighted penalty provides an efficient offline curvature shaping (support-like). This yields an emergent meta-learning property in continual learning: the model becomes an initialization that rapidly \emph{re-converges} to prior task optima after each task transition, without explicitly optimizing a bilevel objective. Empirically, on task-incremental diffusion image generation and continual diffusion-policy control, trust region continual learning achieves the best final performance and retention, and consistently recovers early-task performance faster than EWC, replay, and continual meta-learning baselines.
