paper-with-me

Papers

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 important cause of high curvature, as shown by previous work, is independence between the source distribution (standard Gaussian) and the data distribution. In this work, we tackle this limitation by two complementary contributions. First, we attempt to break away from the standard Gaussian assumption by introducing $κ\texttt{-FC}$, a general formulation that conditions the source distribution on an arbitrary signal $κ$ that aligns it better with the data distribution. Then, we present MixFlow, a simple but effective training strategy that reduces the generative path curvatures and considerably improves sampling efficiency. MixFlow trains a flow model on linear mixtures of a fixed unconditional distribution and a $κ\texttt{-FC}$-based distribution. This simple mixture improves the alignment between the source and data, provides better generation quality with less required sampling steps, and accelerates the training convergence considerably. On average, our training procedure improves the generation quality by 12\% in FID compared to standard rectified flow and 7\% compared to previous baselines under a fixed sampling budget. Code available at: $\href{https://github.com/NazirNayal8/MixFlow}{https://github.com/NazirNayal8/MixFlow}$

📄 PDF Abstract BibTeX arXiv:2604.09181

Code (0)

등록된 구현이 없습니다.

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

Scalable Meta-Learning via Mixed-Mode Differentiation

2025-05-01 · Iurii Kemaev, Dan A Calian, Luisa M Zintgraf, Gregory Farquhar 외

Gradient-based bilevel optimisation is a powerful technique with applications in hyperparameter optimisation, task adaptation, algorithm discovery, meta-learning more broadly, and beyond. It often requires differentiatin…

Meta-Learning

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

Towards Hierarchical Rectified Flow

2025-02-24 · Yichi Zhang, Yici Yan, Alex Schwing, Zhizhen Zhao

We formulate a hierarchical rectified flow to model data distributions. It hierarchically couples multiple ordinary differential equations (ODEs) and defines a time-differentiable stochastic process that generates a data…

On the Relation between Rectified Flows and Optimal Transport

2025-05-26 · Johannes Hertrich, Antonin Chambolle, Julie Delon

This paper investigates the connections between rectified flows, flow matching, and optimal transport. Flow matching is a recent approach to learning generative models by estimating velocity fields that guide transformat…

Relation