LGAICVMLMar 27, 2023

Exploring Continual Learning of Diffusion Models

arXiv:2303.15342v118 citationsh-index: 35
Originality Synthesis-oriented
AI Analysis

This work addresses the need for efficient training of diffusion models as data distributions change, but it is incremental as it benchmarks existing methods without introducing new paradigms.

The study tackled the problem of computationally expensive training of diffusion models by exploring their continual learning properties, finding that experience replay with a reduced rehearsal coefficient performed well and revealing insights into forgetting dynamics and evaluation pitfalls.

Diffusion models have achieved remarkable success in generating high-quality images thanks to their novel training procedures applied to unprecedented amounts of data. However, training a diffusion model from scratch is computationally expensive. This highlights the need to investigate the possibility of training these models iteratively, reusing computation while the data distribution changes. In this study, we take the first step in this direction and evaluate the continual learning (CL) properties of diffusion models. We begin by benchmarking the most common CL methods applied to Denoising Diffusion Probabilistic Models (DDPMs), where we note the strong performance of the experience replay with the reduced rehearsal coefficient. Furthermore, we provide insights into the dynamics of forgetting, which exhibit diverse behavior across diffusion timesteps. We also uncover certain pitfalls of using the bits-per-dimension metric for evaluating CL.

Foundations

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

Your Notes