LGCVApr 30, 2025

Sparse-to-Sparse Training of Diffusion Models

arXiv:2504.21380v11 citationsh-index: 27Trans. Mach. Learn. Res.
Originality Incremental advance
AI Analysis

This addresses efficiency issues for researchers and practitioners using diffusion models, though it is incremental as it applies existing sparsity methods to a new model type.

The paper tackles the high computational cost of diffusion models by introducing sparse-to-sparse training, which reduces trainable parameters and FLOPs while matching or outperforming dense models in unconditional generation tasks.

Diffusion models (DMs) are a powerful type of generative models that have achieved state-of-the-art results in various image synthesis tasks and have shown potential in other domains, such as natural language processing and temporal data modeling. Despite their stable training dynamics and ability to produce diverse high-quality samples, DMs are notorious for requiring significant computational resources, both in the training and inference stages. Previous work has focused mostly on increasing the efficiency of model inference. This paper introduces, for the first time, the paradigm of sparse-to-sparse training to DMs, with the aim of improving both training and inference efficiency. We focus on unconditional generation and train sparse DMs from scratch (Latent Diffusion and ChiroDiff) on six datasets using three different methods (Static-DM, RigL-DM, and MagRan-DM) to study the effect of sparsity in model performance. Our experiments show that sparse DMs are able to match and often outperform their Dense counterparts, while substantially reducing the number of trainable parameters and FLOPs. We also identify safe and effective values to perform sparse-to-sparse training of DMs.

Foundations

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

Your Notes