paper-with-me

Papers

MixFlow Training: Alleviating Exposure Bias with Slowed Interpolation Mixture

2025-12-22 · Hui Li, Jiayue Lyu, Fu-Yun Wang, Kaihui Cheng, Siyu Zhu, Jingdong Wang 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 ground-truth noisy data that is an interpolation of the noise and the data, and during testing, the input is the generated noisy data. We present a novel training approach, named MixFlow, for improving the performance. Our approach is motivated by the Slow Flow phenomenon: the ground-truth interpolation that is the nearest to the generated noisy data at a given sampling timestep is observed to correspond to a higher-noise timestep (termed slowed timestep), i.e., the corresponding ground-truth timestep is slower than the sampling timestep. MixFlow leverages the interpolations at the slowed timesteps, named slowed interpolation mixture, for post-training the prediction network for each training timestep. Experiments over class-conditional image generation (including SiT, REPA, and RAE) and text-to-image generation validate the effectiveness of our approach. Our approach MixFlow over the RAE models achieve strong generation results on ImageNet: 1.43 FID (without guidance) and 1.10 (with guidance) at 256 x 256, and 1.55 FID (without guidance) and 1.10 (with guidance) at 512 x 512.

📄 PDF Abstract BibTeX arXiv:2512.19311

Code (0)

등록된 구현이 없습니다.

Tasks

Conditional Image GenerationText-to-Image Generation

Similar Papers 제목 키워드 기반

MixFlows: principled variational inference via mixed flows

2022-05-16 · Zuheng Xu, Naitong Chen, Trevor Campbell

This work presents mixed variational flows (MixFlows), a new variational family that consists of a mixture of repeated applications of a map to an initial reference distribution. First, we provide efficient algorithms fo…

Variational Inference

MixFlow: Mixed Source Distributions Improve Rectified Flows

2026-04-10 · Nazir Nayal, Christopher Wewer, Jan Eric Lenssen arxiv

Diffusion models and their variations, such as rectified flows, generate diverse and high-quality images, but they are still hindered by slow iterative sampling caused by the highly curved generative paths they learn. An…

Alleviating Exposure Bias via Contrastive Learning for Abstractive Text Summarization

2021-08-26 · Shichao Sun, Wenjie Li

Encoder-decoder models have achieved remarkable success in abstractive text summarization, which aims to compress one or more documents into a shorter version without the loss of the essential content. Unfortunately, the…

Abstractive Text SummarizationContrastive LearningDecoderText Summarization

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

2023-05-24 · Mingxiao Li, Tingyu Qu, Ruicong Yao, Wei Sun 외

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…

Denoising

Order-free Learning Alleviating Exposure Bias in Multi-label Classification

2019-09-08 · Che-Ping Tsai, Hung-Yi Lee

Multi-label classification (MLC) assigns multiple labels to each sample. Prior studies show that MLC can be transformed to a sequence prediction problem with a recurrent neural network (RNN) decoder to model the label de…

DecoderGeneral ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION