π€ AI Summary
Diffusion models are prone to over-memorizing training samples, which compromises the consistency between the generated distribution and the training data. This work addresses this issue by analyzing the denoising process and reveals, for the first time, that biased sampling of timesteps is a key factor driving memorization. To mitigate this, the authors propose a signal-to-noise ratioβguided timestep reweighting strategy that dynamically adjusts the learning focus along the denoising trajectory based on confidence interval widths, thereby enabling an explicit trade-off between memorization and generalization. Experiments on both image and one-dimensional signal generation tasks demonstrate that shifting the learning emphasis toward later denoising steps significantly reduces memorization while improving sample quality and distribution alignment.
π Abstract
Controlling memorization in diffusion models is critical for applications that require generated data to closely match the training distribution. Existing approaches mainly focus on data centric or model centric modifications, treating the diffusion model as an isolated predictor. In this paper, we study memorization in diffusion models from a denoising centric perspective. We show that uniform timestep sampling leads to unequal learning contributions across denoising steps due to differences in signal to noise ratio, which biases training toward memorization. To address this, we propose a timestep sampling strategy that explicitly controls where learning occurs along the denoising trajectory. By adjusting the width of the confidence interval, our method provides direct control over the memorization generalization trade off. Experiments on image and 1D signal generation tasks demonstrate that shifting learning emphasis toward later denoising steps consistently reduces memorization and improves distributional alignment with training data, validating the generality and effectiveness of our approach.