Alleviating Exposure Bias in Diffusion Models through Sampling with Shifted Time Steps
Mingxiao Li, Tingyu Qu, Ruicong Yao, Wei Sun, Marie-Francine Moens

TL;DR
This paper introduces a novel sampling method called Time-Shift Sampler that alleviates exposure bias in diffusion models without retraining, leading to improved image synthesis quality with fewer sampling steps.
Contribution
The paper proposes a new sampling technique, Time-Shift Sampler, that reduces exposure bias in diffusion probabilistic models without retraining, enhancing efficiency and quality.
Findings
Significant improvements in FID scores across datasets and sampling methods.
The method outperforms vanilla DDIM with fewer sampling steps.
The approach integrates seamlessly with existing algorithms.
Abstract
Diffusion Probabilistic Models (DPM) have shown remarkable efficacy in the synthesis of high-quality images. However, their inference process characteristically requires numerous, potentially hundreds, of iterative steps, which could exaggerate the problem of exposure bias due to the training and inference discrepancy. Previous work has attempted to mitigate this issue by perturbing inputs during training, which consequently mandates the retraining of the DPM. In this work, we conduct a systematic study of exposure bias in DPM and, intriguingly, we find that the exposure bias could be alleviated with a novel sampling method that we propose, without retraining the model. We empirically and theoretically show that, during inference, for each backward time step and corresponding state , there might exist another time step which exhibits superior coupling with…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Image and Signal Denoising Methods · Advanced Neural Network Applications
MethodsDiffusion
