paper-with-me

홈 › Papers

Avoid Catastrophic Forgetting with Rank-1 Fisher from Diffusion Models

2025-09-28 · Zekun Wang, Anant Gupta, Zihan Dong, Christopher J. MacLellan arxiv

Catastrophic forgetting remains a central obstacle for continual learning in neural models. Popular approaches -- replay and elastic weight consolidation (EWC) -- have limitations: replay requires a strong generator and is prone to distributional drift, while EWC implicitly assumes a shared optimum across tasks and typically uses a diagonal Fisher approximation. In this work, we study the gradient geometry of diffusion models, which can already produce high-quality replay data. We provide theoretical and empirical evidence that, in the low signal-to-noise ratio (SNR) regime, per-sample gradients become strongly collinear, yielding an empirical Fisher that is effectively rank-1 and aligned with the mean gradient. Leveraging this structure, we propose a rank-1 variant of EWC that is as cheap as the diagonal approximation yet captures the dominant curvature direction. We pair this penalty with a replay-based approach to encourage parameter sharing across tasks while mitigating drift. On class-incremental image generation datasets (MNIST, FashionMNIST, CIFAR-10, ImageNet-1k), our method consistently improves average FID and reduces forgetting relative to replay-only and diagonal-EWC baselines. In particular, forgetting is nearly eliminated on MNIST and FashionMNIST and is more than halved on ImageNet-1k. These results suggest that diffusion models admit an approximately rank-1 Fisher. With a better Fisher estimate, EWC becomes a strong complement to replay: replay encourages parameter sharing across tasks, while EWC effectively constrains replay-induced drift.

📄 PDF Abstract BibTeX arXiv:2509.23593

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningImage Generation

Similar Papers 제목 키워드 기반

Rotate your Networks: Better Weight Consolidation and Less Catastrophic Forgetting

2018-02-08 · Xialei Liu, Marc Masana, Luis Herranz, Joost Van de Weijer 외

In this paper we propose an approach to avoiding catastrophic forgetting in sequential task learning scenarios. Our technique is based on a network reparameterization that approximately diagonalizes the Fisher Informatio…

Lifelong learning

Deep Generative Continual Learning using Functional LoRA: FunLoRA

2025-10-03 · Victor Enescu, Hichem Sahbi arxiv

Continual adaptation of deep generative models holds tremendous potential and critical importance, given their rapid and expanding usage in text and vision based applications. Incremental training, however, remains highl…

parameter-efficient fine-tuningContinual Learning

Active Learning for Continual Learning: Keeping the Past Alive in the Present

2025-01-24 · JaeHyun Park, Dongmin Park, Jae-Gil Lee

Continual learning (CL) enables deep neural networks to adapt to ever-changing data distributions. In practice, there may be scenarios where annotation is costly, leading to active continual learning (ACL), which perform…

Active LearningContinual LearningInformativeness

How to Continually Adapt Text-to-Image Diffusion Models for Flexible Customization?

2024-10-23 · Jiahua Dong, Wenqi Liang, Hongliu Li, Duzhen Zhang 외

Custom diffusion models (CDMs) have attracted widespread attention due to their astonishing generative ability for personalized concepts. However, most existing CDMs unreasonably assume that personalized concepts are fix…

Noise Estimation

Diffusion-based neuromodulation can eliminate catastrophic forgetting in simple neural networks

2017-05-20 · Roby Velez, Jeff Clune

A long-term goal of AI is to produce agents that can learn a diversity of skills throughout their lifetimes and continuously improve those skills via experience. A longstanding obstacle towards that goal is catastrophic …

Diagnostic