Selective Underfitting in Diffusion Models
Kiwhan Song, Jaeyeon Kim, Sitan Chen, Yilun Du, Sham Kakade, Vincent Sitzmann
TL;DR
Diffusion models learn a score via denoising score matching but do not uniformly approximate the empirical score across input space. The authors introduce selective underfitting, where supervision is confined to shells around training data and inference relies on extrapolation beyond these regions, shaping generalization and sample quality. They show that increasing supervision region can undermine generalization by reducing extrapolation freedom, and they propose a decomposed framework to assess generative performance, including a Perception-Aligned Training (PAT) principle that unifies several successful training strategies. The work provides a lens to understand how diffusion models generalize and generate novel samples, with practical guidance for crafting more efficient training recipes through extrapolation-aware design.
Abstract
Diffusion models have emerged as the principal paradigm for generative modeling across various domains. During training, they learn the score function, which in turn is used to generate samples at inference. They raise a basic yet unsolved question: which score do they actually learn? In principle, a diffusion model that matches the empirical score in the entire data space would simply reproduce the training data, failing to generate novel samples. Recent work addresses this question by arguing that diffusion models underfit the empirical score due to training-time inductive biases. In this work, we refine this perspective, introducing the notion of selective underfitting: instead of underfitting the score everywhere, better diffusion models more accurately approximate the score in certain regions of input space, while underfitting it in others. We characterize these regions and design empirical interventions to validate our perspective. Our results establish that selective underfitting is essential for understanding diffusion models, yielding new, testable insights into their generalization and generative performance.
