Directly Denoising Diffusion Models
Dan Zhang, Jingjing Wang, Feng Luo
TL;DR
DDDM presents a streamlined diffusion-based approach that enables high-quality image generation with few-step sampling while retaining multi-step refinement. By conditioning the diffusion model on an estimated target from the previous training iteration and iteratively refining the inferred $\mathbf{x}_0$ via a neural PF-ODE predictor, it eliminates the need for bespoke samplers or teacher-student distillation. The introduction of Pseudo-LPIPS enhances robustness and perceptual alignment, with strong empirical results on CIFAR-10 and ImageNet-64×64 showing competitive FID and IS scores across one-step, two-step, and 1000-step sampling regimes. The work highlights a practical, memory-aware training paradigm and points to future directions in continuous-time diffusion and unbiased evaluation. Overall, DDDM demonstrates that a simple, iterative conditioning strategy can achieve state-of-the-art-like performance with a much simpler sampling pipeline.
Abstract
In this paper, we present the Directly Denoising Diffusion Model (DDDM): a simple and generic approach for generating realistic images with few-step sampling, while multistep sampling is still preserved for better performance. DDDMs require no delicately designed samplers nor distillation on pre-trained distillation models. DDDMs train the diffusion model conditioned on an estimated target that was generated from previous training iterations of its own. To generate images, samples generated from the previous time step are also taken into consideration, guiding the generation process iteratively. We further propose Pseudo-LPIPS, a novel metric loss that is more robust to various values of hyperparameter. Despite its simplicity, the proposed approach can achieve strong performance in benchmark datasets. Our model achieves FID scores of 2.57 and 2.33 on CIFAR-10 in one-step and two-step sampling respectively, surpassing those obtained from GANs and distillation-based models. By extending the sampling to 1000 steps, we further reduce FID score to 1.79, aligning with state-of-the-art methods in the literature. For ImageNet 64x64, our approach stands as a competitive contender against leading models.
