paper-with-me

Papers

Alleviating Exposure Bias in Diffusion Models through Sampling with Shifted Time Steps

2023-05-24 · Mingxiao Li, Tingyu Qu, Ruicong Yao, Wei Sun, Marie-Francine Moens

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 $t$ and corresponding state $\hat{x}_t$, there might exist another time step $t_s$ which exhibits superior coupling with $\hat{x}_t$. Based on this finding, we introduce a sampling method named Time-Shift Sampler. Our framework can be seamlessly integrated to existing sampling algorithms, such as DDPM, DDIM and other high-order solvers, inducing merely minimal additional computations. Experimental results show our method brings significant and consistent improvements in FID scores on different datasets and sampling methods. For example, integrating Time-Shift Sampler to F-PNDM yields a FID=3.88, achieving 44.49\% improvements as compared to F-PNDM, on CIFAR-10 with 10 sampling steps, which is more performant than the vanilla DDIM with 100 sampling steps. Our code is available at https://github.com/Mingxiao-Li/TS-DPM.

📄 PDF Abstract BibTeX arXiv:2305.15583

Code (1)

mingxiao-li/ts-dpm 공식 구현 jax

Tasks

Denoising

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Elucidating the Exposure Bias in Diffusion Models

2023-08-29 · Mang Ning, Mingxiao Li, Jianlin Su, Albert Ali Salah 외

Diffusion models have demonstrated impressive generative capabilities, but their \textit{exposure bias} problem, described as the input mismatch between training and sampling, lacks in-depth exploration. In this paper, w…

AttributeImage Generation

MixFlow Training: Alleviating Exposure Bias with Slowed Interpolation Mixture

2025-12-22 · Hui Li, Jiayue Lyu, Fu-Yun Wang, Kaihui Cheng 외 arxiv

This paper studies the training-testing discrepancy (a.k.a. exposure bias) problem for improving the diffusion models. During training, the input of a prediction network at one training timestep is the corresponding grou…

Conditional Image GenerationText-to-Image Generation

Bias mitigation in graph diffusion models

2026-04-02 · Meng Yu, Kun Zhan arxiv

Most existing graph diffusion models have significant bias problems. We observe that the forward diffusion's maximum perturbation distribution in most models deviates from the standard Gaussian distribution, while revers…

Mitigating Exposure Bias in Discriminator Guided Diffusion Models

2023-11-18 · Eleftherios Tsonis, Paraskevi Tzouveli, Athanasios Voulodimos

Diffusion Models have demonstrated remarkable performance in image generation. However, their demanding computational requirements for training have prompted ongoing efforts to enhance the quality of generated images thr…

Image Generation

Semantic DLM+: Improving Diffusion Language Models through Bias-variance Trade-off in Transition Kernel Design

2026-06-13 · Keyue Jiang, Yuxiang Wang, Yanan Zhao, Xiang Yu 외 arxiv

Diffusion Language Models (DLMs) have demonstrated strong scaling capacity as alternatives to autoregressive language models. However, their performance is highly sensitive to the choice of transition kernels, and poorly…