ConceptioArchivearXiv CS
arXiv CSopen access

MixFlow: Mixed Source Distributions Improve Rectified Flows

Unknown · 2026 · arxiv_cs
arXiv CS · Papers · License: Open Access · 2026
Open Source ↗Direct PDF ↓
machine learning, deep learning, neural networks

Published as a paper at the 2nd DeLTa Workshop, ICLR 2026

M IX F LOW : M IXED S OURCE D ISTRIBUTIONS I MPROVE R ECTIFIED F LOWS Nazir Nayal Christopher Wewer Jan Eric Lenssen Max Planck Institute for Informatics, Saarland Informatics Campus, Germany {nnayal,cwewer,jlenssen}@mpi-inf.mpg.de

arXiv:2604.09181v1 [cs.CV] 10 Apr 2026

A BSTRACT 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 κ-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 κ-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: https://github.com/NazirNayal8/MixFlow

1

I NTRODUCTION

Generative modeling, the problem of fitting and sampling from data distributions, is a heavily explored topic with remarkable success in recent years, mostly driven by progress in image generation Ho et al. (2020); Song et al. (2021a); Lipman et al. (2023). Existing generative models offer trade-offs between sampling speed, diversity, and the quality of the generated samples, referred to as the generative learning trilemma Xiao et al. (2022). Diffusion models Song et al. (2021b); Ho et al. (2020); Song et al. (2021a) and their variations have pushed the performance considerably in terms of diversity and quality. However, a single inference requires several forward passes to obtain high quality samples. Therefore, several works have explored ways to reduce the number of function evaluations required for sampling. Rectified Flow Liu et al. (2023) and Flow Matching Lipman et al. (2023) tackled the problem from the perspective of straightening the generative paths by replacing the diffusion schedulers with optimal transport displacement interpolations McCann (1997) between the source and target distributions. Even though their formulations provide theoretical guarantees for requiring a fewer number of sampling steps, the amount of required steps still remains high in practice. In this work, we tackle this problem by introducing an effective training strategy for flow models to reduce the amount of steps required to generate high quality samples. Flow models learn to iteratively transform a simple source distribution, usually a standard Gaussian, to a complex data distribution. For Flow Matching, a recent line of work shows that the sampling speed is strongly influenced by the assumptions on the forward coupling Tong et al. (2024); Pooladian et al. (2023); Lee et al. (2023). The forward coupling is the joint distribution of the source and the target, which encodes their dependence relation. Optimizing the forward coupling leads to straighter generative paths by exposing the model to source-target pairs that are more aligned Lee et al. (2023). Inspired by this, we propose κ-Forward Coupling (κ-FC), a general formulation for learnable forward couplings that can utilize an arbitrary guiding signal κ to align the source distribution with the target. 1

Published as a paper at the 2nd DeLTa Workshop, ICLR 2026

The more informative κ is of the data distribution, better alignment is achieved. Nevertheless, we show that naively optimizing the forward coupling with κ introduces a difficult trade-off with a regularization hyperparameter that can lead to issues like the prior hole problem Hao & Shafto (2023). To counter this, we introduce MixFlow, a technique that uses a linear mixture of two distributions as the source distribution, one of which is fixed and the other a learnable distribution that is learned using κ-FC. The mixing encourages that samples on the interpolation path map to similar regions in the target distribution, transporting structure from the conditional to the unconditional (Gaussian) source distribution. MixFlow demonstrates overall improvement in sampling quality and requires fewer sampling steps. Furthermore, we show that, given a conditioning signal that is sufficiently informative, our formulation allows for controlling the speed-quality trade-off at test-time. To verify our findings, we present exhaustive results on common image generation benchmarks, showing that our approach improves FID by 12% compared to standard Rectified Flow and by 7% compared to the best previous method for trajectory straightening, with a comparable number of sampling steps. In contrast to previous works, our trade-off does not depend on parameters that need to be set during training. We provide an analysis of different design choices and their effect on the source distribution, generation quality, and sampling speed. In summary, our contributions are: • We propose κ-FC, a general formulation for learnable forward couplings that can be conditioned on arbitrary variables for obtaining better source distributions. • We introduce MixFlow, a method for training Rectified Flows with a linear mixture of two distributions as a source distribution, which leads to less sampling steps required to generate high quality samples.

2

R ELATED WORK

In general, the lines of work that study the sampling speed problem in diffusion models can be categorized into the following groups, depending on which part of the design space is examined. Distillation. One direction explores linearizing the mapping between the source and the target distribution through distillation Salimans & Ho (2022); Liu et al. (2023); Berthelot et al. (2023); Zhou et al. (2024); Luhman & Luhman (2021); Xie et al. (2024), consistency constraints Song et al. (2023); Song & Dhariwal (2024); Silvestri et al. (2025); Geng et al. (2025); Yang et al. (2024), or Reflow Liu et al. (2023). While these methods are able to achieve reasonable generation quality with a single sampling step, they require retraining a model multiple times, and often degrade the model’s performance for higher number of sampling steps Guo & Schwing (2025). On the other hand, we show that training MixFlow once can improve the performance for all choices of sampling steps, and can also considerably reduce the required training budget. A branch in this direction attempts to improve the Reflow operation by generalizing it to arbitrary schedules Wang et al. (2025a), or enhancing its design components Kim et al. (2025). Furthermore, we highlight that this direction is orthogonal to our approach and these methods can be applied to any model trained with MixFlow. Faster Solvers. Another line of work focuses on developing faster samplers by utilizing better numerical ODE solvers Dockhorn et al. (2022); Karras et al. (2022b); Lu et al. (2022); Song et al. (2021a). Despite these improvements, the sampling speed remains bounded by the curvature of the generative trajectories induced by the flow models. In this work, we tackle the same problem but from the orthogonal perspective of source distribution optimization. Hence, our method can be combined with any ODE solver to achieve faster sampling. Path Straightness. Rectified Flow Lee et al. (2023) shows that the intersections of the paths constructed by the source and target distribution samples affect the straightness of the generative paths. Flow-Matching Lipman et al. (2023) defines the probability paths as an optimal transport interpolation to straighten the trajectories, which leads to a similar formulation to the one used by Rectified Flow. Variational Rectified Flow Matching Guo & Schwing (2025) was also proposed to improve trajectory straightness by explicitly modeling the multiple possible paths that cross a certain point using a VAE. A recent method QAC Liang et al. (2024) conditions the flow model on learnable 2

Published as a paper at the 2nd DeLTa Workshop, ICLR 2026

Flow Model !!

Random Noise

Mixed Source Distribution

Data Sample

! Target Distribution

Class <Cat>

Figure 1: Method overview. We propose training rectified flows with mixed source distributions, obtained by interpolating a conditional and a simple unconditional distribution. The conditional distribution is predicted from a signal κ, which is possibly informative, e.g. a specific data example, a class label, or entirely independent, e.g. random noise. The learned conditional distribution provides a trajectory structure that minimizes the degree of intersections, which is inherited by the mapping from the unconditional source distribution. representation in order to reduce the trajectory curvatures. Despite the improvements these methods achieve, they still assume an independent coupling between the source and target distribution. In this work, we aim to reduce the curvatures by optimizing this coupling. Optimized Forward Coupling. Most related to our method are the works that explore the impact of the forward coupling on trajectory curvature. Some methods improve the coupling through approximating the optimal transport plan between the source and target distributions Tong et al. (2024); Pooladian et al. (2023). However, it is computationally infeasible to solve an optimal transport problem on an entire dataset, so they approximate on the mini-batch level. Fast-ODE Lee et al. (2023) explores parameterizing the coupling as a neural network as a function of the data sample and optimizing it jointly with the flow model, which is shown to minimize the forward intersections and hence leads to faster sampling. However, the unavailability of the data samples at in inference time restricts the representation of the learned coupling, since it cannot deviate significantly from the independent coupling. We propose a general formulation that subsumes Fast-ODE and allows for larger deviation from the independent coupling assumption.

3

BACKGROUND

We first introduce necessary background and notations of Rectified Flows in Sec. 3.1 and the degree of trajectory intersection with its impact on sampling speed in Sec. 3.2. 3.1

R ECTIFIED F LOW

We assume a d-dimensional space Rd where the data points lie. The aim of Rectified Flow Liu et al. (2023) is to learn a mapping between samples of a tractable source distribution p0 (x) and a complex target distribution p1 (x). We define q(x0 , x1 ) as their joint coupling whose marginal preserves their respective densities, and is by default assumed to be an independent coupling q(x0 , x1 ) = p0 (x)p1 (x). Given samples x0 ∼ p0 (x), x1 ∼ p1 (x), an intermediate representation xt ∼ pt on the straight path between x0 , x1 is defined as xt = tx1 +(1−t)x0 for t ∈ [0, 1], which represents a time-differentiable forward coupling between p0 (x), p1 (x). Rectified Flow proposes to learn a vector field vθ (xt , t) parametrized by θ, which approximates the velocity required to flow in straight paths from x0 to x1 , passing through xt , defined as the time derivative dxt = vt (x)dt = (x1 − x0 )dt of the intermediate representation. The parameters θ of the learned vector field are found by minimizing Z 1 LRF (θ) := Ex0 ,x1 ∼q(x0 ,x1 ) [l(x0 , x1 )] , l(x0 , x1 ) := 3

2

∥x1 − x0 − vθ (xt , t)∥ dt. 0

(1)

Published as a paper at the 2nd DeLTa Workshop, ICLR 2026

3.2

D EGREE OF I NTERSECTION

Previous works Lee et al. (2023); Wang et al. (2025b) have shown the effect of choosing the forward coupling q(x0 , x1 ) on the curvature of the generative trajectories. When the paths constructed between pairs (x0 , x1 ) in the forward process are highly intersecting, the vector-field model learns to estimate the mean direction, which causes the generative paths to be highly curved. The optimal θ∗ in Eq. 1 is achieved when vθ∗ (xt , t) = Ext [x1 − x0 | xt ] as an estimator for the mean-squared error. Assuming we obtain an optimal model, and given a forward coupling q(x0 , x1 ), the degree of intersection of the forward trajectories can be estimated as: Z 1 I(q) =

E

x0 ,x1 ∼q(x0 ,x1 )

 ∥x1 − x0 − vθ∗ (xt , t)∥ dt , 2

(2)

0

which is minimized for the same values as Eq. 1 Lee et al. (2023). With a fixed independent coupling q(x0 , x1 ) = p0 (x)p1 (x), I(q) remains fixed. Therefore, in order to straighten the generated trajectories and improve sampling speed, previous methods Tong et al. (2024); Lee et al. (2023); Pooladian et al. (2023) attempt to optimize q(x0 , x1 ) in order to minimize I(q).

4

S TRAIGHTENED T RAJECTORIES VIA D ISTRIBUTION M IXING

This section introduces MixFlow, a method for training rectified flow from mixtures of (un)conditional source distributions. Fig. 1 provides an overview of our approach. In Sec. 4.1, we propose κ-FC, a general formulation of learnable forward couplings that can depend on arbitrary variables to optimize source distributions for a lower degree of intersection. Moreover, we discuss the limitations of a naively constructed conditional source distribution relying on a simple Gaussian assumption. To this end, Sec.4.2 formally introduces MixFlow and highlights its effect in overcoming these limitations. 4.1

L EARNABLE F ORWARD COUPLING (κ-FC)

Let κ be a generic random variable that lies in Rn . It can be an informative signal related to the data distribution p1 (x), such as a class label, or entirely independent. In practice, κ can represent class labels, captions of an image, or any correlated or uncorrelated signal. Our general formulation subsumes the parametrization in Fast-ODE Lee et al. (2023) as a special case, where the conditioning is the data sample itself κ = x1 . Abstracting from the choice of κ, we assume it to be a common cause for x0 and x1 , i.e., x0 , x1 are conditionally independent given κ. With this assumption, the forward coupling can be written as: Z q(x0 , x1 ) =

Z q(x0 , x1 | κ) p(κ)dκ =

Z q(x0 | κ)q(x1 | κ)q(κ)dκ =

q(x0 |κ)q(x1 , κ)dκ (3)

RGiven this factorization, we propose a learnable coupling with additional parameters ϕ: qϕ (x0 , x1 ) = qϕ (x0 | κ)q(x1 , κ)dκ. that can be jointly optimized with the vector field vθ (xt , t) to minimize the following loss Lκ-FC (θ, ϕ) = Ex1 ,κ∼q(x1 ,κ),x0 ∼qϕ (x0 |κ) l(x0 , x1 ),

(4)

which we obtain by sampling x0 ∼ qϕ (x0 | κ) in Eq. equation 1. One open design choice is the construction of qϕ (x0 | κ). A straightforward option is a Gaussian qϕ (x0 | κ) = N (µϕ (κ), Σϕ (κ)) with learnable mean and covariance, enforced by adding a regularization term βDKL (qϕ (x0 |κ)∥N (0, I)) to Eq. equation 4. However, we argue and empirically show (see Tab. 4) that this design strongly depends on the choice of the regularization weight β that controls how close the conditional distribution is to the standard Gaussian. The case of β → 0 results in the prior hole problem Hao & Shafto (2023), well-known in the context of VAEs, that prevents sampling at inference time without a given κ. For β → ∞, qϕ (x0 | κ) becomes almost a standard Gaussian and therefore independent of κ which removes any advantage of the learnable forward coupling. Even worse, β is a hyperparameter determined prior training with strong influence on the performance during inference. 4

Published as a paper at the 2nd DeLTa Workshop, ICLR 2026

Therefore, we propose an alternative design of qϕ (x0 | κ) via distribution mixing that is robust to train and achieves lower curvature (cf. Sec. 3.2), resulting in higher quality samples with small numbers of network evaluations. 4.2

F LOWING FROM A M IXTURE OF T WO D ISTRIBUTIONS

We propose to train the vector-field model to flow from linear interpolations of two distributions: (1) the parameterized Gaussian N (µϕ (κ), Σϕ (κ)) , and (2) a standard Gaussian N (0, I). As linear interpolations of two Gaussians with scalar weight w, the resulting source distributions qϕ (x | κ, w) = N (wµϕ (κ), wΣϕ (κ) + (1 − w)I) are themselves Gaussian. Training the vector field with a conditional source distribution, the unconditional standard normal, and everything in between enables the network to learn to effectively utilize κ while enforcing full coverage of the Gaussian space. Thus, during training, the efficient coupling between conditional source distribution and target distribution is transferred to the unconditional source distribution as well, allowing inference without conditioning. We now introduce training and sampling algorithms. Algorithm 1: Training Input :q(x1 , κ), µϕ , Σϕ , vθ , β, N 1 for i ← 1 to N do 2 x1 , κ ∼ q(x1 , κ) t, w ∼ U (0, 1) 3 µκ ← µϕ (κ), Σκ ← Σϕ (κ) 4 µw ← wµκ , Σw ← wΣκ + (1 − w)I 5 x0 ∼ N (µw , Σw ) 6 xt ← tx1 + (1 − t)x0 7 L ← ||x1 − x0 − vθ (xt , t)||2 + βDKL (N (µκ , Σκ )∥N (0, I)) 8 Update (θ, ϕ) with ∇L 9 end Return :µϕ∗ , Σϕ∗ , vθ∗

Algorithm 2: Sampling Input :µϕ , Σϕ , vθ , w, κ (optional), ODESolver 1 if κ is given then 2 µκ ← µϕ (κ), Σκ ← Σϕ (κ) 3 µw ← wµκ , Σw ← wΣκ + (1 − w)I 4 xinit ∼ N (µw , Σw ) 5 else 6 xinit ∼ N (0, I) 7 end 8 9

xsampled ← ODESolver(xinit , vθ ) Return :xsampled

Training. During training as outlined in Alg. 1, we sample w ∼ U (0, 1) independently for each example such that vθ (xt , t) learns to flow from a mixture of distributions, by minimizing

Model

β

Curvature (↓)

Rectified Flow

0.0467

Fast-ODE MixFlow (ours)

20 10−5

0.0388 0.0366

h i l(x0 , x1 )+βR (x0 , κ, w) . Table 1: Trajectory curvature. We comx1 ,κ∼q(x1 ,κ) pare the generative trajectory of MixFlow w∼U (0,1) with Rectified Flow and Fast-ODE. With x0 ∼qϕ (x0 |κ,w) (5) lower β coefficient for the KL divergence loss, MixFlow achieves ∼ 5% improved where R (x0 , κ, w) = DKL (qϕ (x0 | κ, w)∥N (0, I)) curvature over Fast-ODE. is the KL divergence loss. This design has some important benefits. In Sec. 6.2, we show empirically that with this formulation, we can choose the regularization weight β in Eq. equation 5 to be very small (order of 10−5 ) without losing training stability and coverage of the Gaussian prior for sampling. This essentially allows for a larger deviation of qϕ from the standard Gaussian distribution and therefore more complexity in its coverage of the data distribution modes. More importantly, the ability to use lower β values allows for obtaining lower trajectory curvatures. See Tab. 1 and Supplementary A.2 for discussion and empirical evidence. Lours (θ, ϕ) =

E

Sampling. For sampling as detailed in Alg. 2, the source distribution can be chosen to be a Gaussian interpolant like during training, if κ is available, or the standard normal as fallback. Furthermore, with a given κ, we can freely choose w for sampling the initialization of the ODE. In Sec. 6.1, we show that w provides control over the speed-quality tradeoff at inference time, which eliminates the need to retrain in order to push the performance with both low and high sampling budget. Even without κ at inference time, e.g., in the case of κ = x1 being the data sample itself, our method still achieves straightened sampling trajectories starting from the standard Gaussian source distribution. 5

Published as a paper at the 2nd DeLTa Workshop, ICLR 2026

5

E XPERIMENTS

Our experimental evaluation of MixFlow comprises multiple established benchmark datasets for unconditional image generation. We further consider both low and high sampling budget settings using different ODE solvers to assess the achieved trade-offs between sampling quality and speed. 5.1

U NCONDITIONAL G ENERATION ON CIFAR10

We demonstrate the effectiveness of our approach by comparing with previous methods on the CIFAR10 dataset Krizhevsky (2009). We train a rectified flow model with distribution mixing, where we define κ as the data sample itself and choose β = 10−5 in the loss equation 5. We follow the exact configuration of Fast-ODE Lee et al. (2023) for fair comparison. 5.1.1

Rectified Flow FM - OT Minibatch-OT Fast-ODE QAC Ours

C URVATURE E VALUATION

We first evaluate the curvatures of the generative trajectories induced by the model trained with MixFlow and compare it with that of FastODE and Rectified Flow. We generate 10K trajectories using an Euler sampler with 128 inference steps. Further details on the curvature computation can be found in the supplementary. We show the results in Tab. 1. MixFlow achieves ∼ 22% improvement compared to Rectified Flow and ∼ 5% improvement compared to Fast-ODE. Due to our mixture formulation, we are able to train the vector-field model using a learned source distribution qϕ (x0 | κ) with a much lower KL divergence weight (β), and hence it can deviate further from the standard Gaussian distribution, thereby achieving lower curvature in its generative paths. 5.1.2

Method

Solver

NFE

FID (↓)

RK45

127 142 133.9 118 124.7

2.58 6.36 3.58 2.45 2.43 2.27

Fast-ODE QAC Ours

Heun’s 2nd order

5

24.40 19.68 19.29

Fast-ODE QAC Ours

Heun’s 2nd order

9

9.96 10.28 8.97

Table 2: Speed-quality trade-off on CIFAR10. We evaluate our method on CIFAR10 in terms of FID using different ODE solvers. In the top, we fully simulate the ODE trajectory using the RK45 adaptive solver. MixFlow achieves notable improvements in FID with a comparable number of function evaluations (NFEs). Our method further improves sample quality with a small number of NFE as can be seen for 5 and 9 function evaluations with Heun’s 2nd order solver.

G ENERATION E VALUATION

The evaluation w.r.t. Fréchet Inception Distance (FID) score covers both low and high sampling budget. We sample via full ODE simulation using the RK45 adaptive step-size solver for the high sampling budget. For the low number of sampling steps, we use the Heun 2nd order solver to generate samples using 5 and 9 number of function evaluations (NFEs). The results are shown in Tab. 2. Full Simulation. We compare with trajectory curvature minimizing methods: Rectified Flow Liu et al. (2023), flow matching Lipman et al. (2023), QAC Liang et al. (2024), and also with methods that optimize the forward coupling:Tong et al. (2024), Fast-ODE Lee et al. (2023). Our method shows a reduction of ∼ 12%in FID compared to the standard Rectified Flow model, and ∼ 7% improvement compared to the Fast-ODE with a comparable NFE. This shows that our method can better capture the diversity of the data distribution compared to previous methods. Low Sampling Budget. We compare with the most related and recent baselines Fast-ODE Lee et al. (2023) and QAC Liang et al. (2024). When NFE = 5, our method achieves ∼ 20% improvement compared to Fast-ODE in FID, and ∼ 2% improvement compared to QAC. For NFE = 9, our method improves FID by ∼ 10% compared to Fast-ODE and ∼ 12.7% improvement in comparison with QAC. This highlights the effectiveness of our approach in the low sampling budget regime. 6

Published as a paper at the 2nd DeLTa Workshop, ICLR 2026

FFHQ

Model / NFE

β

4

5

10

20

32

64

128

Fast-ODE

10 20 30

32.58 38.23 41.16

25.33 29.12 30.75

13.21 14.03 14.37

8.85 8.78 8.76

7.54 7.08 6.90

6.91 5.95 5.45

7.01 5.72 4.93

5 × 10−5

33.72

25.04

12.23

7.52

5.31

4.01

3.75

Model / NFE

β

4

5

10

20

32

64

128

Fast-ODE

10 20 30

21.80 25.73 30.84

18.04 20.11 23.08

11.80 10.56 11.17

9.05 6.89 6.66

8.22 5.74 5.37

7.47 4.92 4.40

7.21 4.55 3.96

5 × 10−5

19.72

15.57

7.95

5.05

4.30

3.65

3.33

Ours

AFHQ

Ours

Table 3: Comparison with Fast-ODE. using with different KL divergence weights β w.r.t FID-10k on the FFHQ and AFHQv2 64 × 64 datasets. Our model outperforms Fast-ODE for different β choices on almost all NFEs. MixFlow provides overall the best trade-off between sampling speed and quality without the need to retrain with a different β parameter. 2-steps

4-steps

8-steps

16-steps

32-steps

64-steps

128-steps

Figure 2: Qualitative Results. We show our method’s generation on FFHQ (rows 1-2) and AFHQv2 (rows 3-4) datasets using different steps. MixFlow requires few steps to generate reasonable outputs. 5.2

U NCONDITIONAL G ENERATION ON FFHQ & AFHQ

We further train and evaluate our method on higher resolution datasets FFHQ 64 × 64 Karras et al. (2019) and AFHQv2 64 × 64 Choi et al. (2020). We train the models with κ as the data sample, and with β = 5 × 10−5 . We evaluate the performance with FID-10K using the Euler solver across different sampling steps. We compare against Fast-ODE Lee et al. (2023) which reports several results that differ in the choice β in Tab. 3. In both datasets, MixFlow outperforms their models with different β values for almost all NFEs. Despite the comparability of β = 10 at low NFEs with MixFlow, its performance degrades with higher NFEs. On the other hand, our method achieves the best trade-off between speed and quality and improves the FID for all NFEs without the need to retrain with different β values. In addition, we present qualitative examples for both datasets in Figure 2. With very few steps (<10), the generations are of already of a reasonable quality.

6

A NALYSIS

6.1

C HOICE OF C ONDITIONING FOR S OURCE D ISTRIBUTION

In addition to our default choice of κ = x1 as the data sample itself, we explore two additional instantiations of κ. The first choice is defining κ as the class label assigned to each sample of p1 (x), we call it κc . While this choice seems to violate the assumptions of unconditional generation, our 7

Published as a paper at the 2nd DeLTa Workshop, ICLR 2026

β / NFE

2

4

10

20

32

64

128

∞ 1 10−3 10−5 10−6 5 × 10−7

171.7 168.35 148.36 99.30 93.45 89.34

54.5 53.64 46.20 29.64 27.62 27.61

13.16 13.29 12.10 9.02 9.20 10.07

6.90 6.86 6.55 5.23 5.80 6.64

5.02 4.97 4.91 3.90 4.59 5.39

3.63 3.58 3.59 2.95 3.61 4.39

3.04 3.02 3.02 2.52 3.21 3.92

Input / NFE

2

4

10

20

32

64

128

Rectified Flow

171.7

54.5

13.16

6.90

5.02

3.63

3.04

Noise (κn ) Label (κc ) Sample

157.43 160.17 99.30

49.83 48.65 29.64

11.40 11.35 9.02

5.86 5.89 5.23

4.31 4.37 3.90

3.15 3.27 2.95

2.79 2.82 2.52

Table 5: Effect of conditioning signal κ. κn denotes κ ∼ N (0, I) and κc denotes the class label assumption. We sample from the κn and κc models with w = 0. All choices of κ lead to improvements over rectified flow (first row). Choosing κ as the sample is best because it is maximally informative of the data distribution.

Table 4: Effect of regularization weight β. Lower β values enabled by MixFlow result in improved FID. However, regularization is still required, as for smaller values in the order of 10−8 , we observe that the source distribution collapses. We choose β = 10−5 as a default.

goal is to simply demonstrate the possibility of using a signal that is available during inference with our framework, which can motivate its effectiveness in more complex conditional generation tasks. Each class label is represented with a learnable embedding. The second choice explores the opposite of κ = x1 , where we assume κ ∼ N (0, I) is a noise sample from a standard Gaussian distribution, referred to as κn , representing a case uncorrelated with the data distribution. Effect on Performance. We explore the impact of choosing κ in comparison with the standard Rectified Flow model in Table 5. For fair comparison, both models are evaluated with w = 0, i.e, with standard Gaussian. We see that the all choices of κ improve FID compared to the baseline. Interestingly, we observe that an uninformative κn (second row) can still improve FID for all sampling steps. This is due to the flexibility of the learnable forward coupling, which, through optimization in Eq. equation 5, learns to map samples of N (0, I) to a sub-region that is more aligned with the data distribution. Even comparing κn with κc , κn slightly outperforms it. However, this advantage drops as w increases (see supplementary). Nevertheless, defining κ = x1 (last row) gives the best FID values across all steps, which reflects the importance of a maximally informed distribution. 6.2

D ISTANCE B ETWEEN M IXED D ISTRIBUTIONS

We explore the effect of the KL divergence weight hyperparameter β in Eq. equation 5. β controls the deviation of the conditioned distribution from the standard Gaussian distribution. Therefore, it defines the width of the continuous range of that the model is exposed to. We train different models with different β values on CIFAR10 and evaluate them using an Euler solver across several choices of sampling steps. Table 4 shows the results compared to the standard Rectified Flow model. We see that for all steps, the FID improves as β decreases, achieving clear improvements at β = 10−5 . As β goes below 10−5 the performance at low NFEs improves, while it deteriorates for high NFEs. Hence, we find β = 10−5 to provide considerable improvements while maintaining stability. Our results show that allowing the conditional distribution to deviate sufficiently from the standard Gaussian is essential to achieve faster sampling, which is uniquely enabled by our proposed MixFlow.

7

C ONCLUSION

We addressed in this work the sampling efficiency problem of in flow models through the lens of curvature minimization. We presented κ-FC, a general formulation of learnable forward couplings for rectified flows that can leverage arbitrary signals. We highlighted the limitations by naively training with κ-FC and as a solution proposed MixFlow a training strategy that mixes conditional and unconditional distributions while training flow models. MixFlow successfully minimizes the trajectory curvature, improves performance under fixed sampling budget, and leads to faster convergence. Limitations and Future Work. As our κ-FC formulation abstracts from a generic conditioning variable, we are excited to apply our method to other instances like text prompts, besides the current set of noise, labels, and data samples. Furthermore, while MixFlow reduces the regularization of the learnable forward coupling (low KL divergence weight), which minimizes curvature and speeds up sampling, it still requires a Gaussian assumption. Therefore, we will investigate further relaxations while maintaining performance in future work. 8

Published as a paper at the 2nd DeLTa Workshop, ICLR 2026

R EFERENCES David Berthelot, Arnaud Autef, Jierui Lin, Dian Ang Yap, Shuangfei Zhai, Siyuan Hu, Daniel Zheng, Walter Talbot, and Eric Gu. Tract: Denoising diffusion models with transitive closure time-distillation. ArXiv, abs/2303.04248, 2023. URL https://api.semanticscholar. org/CorpusID:257404979. Ricky T. Q. Chen. torchdiffeq.

torchdiffeq, 2018.

URL https://github.com/rtqichen/

Yunjey Choi, Youngjung Uh, Jaejun Yoo, and Jung-Woo Ha. Stargan v2: Diverse image synthesis for multiple domains. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), June 2020. Tim Dockhorn, Arash Vahdat, and Karsten Kreis. GENIE: Higher-order denoising diffusion solvers. In Alice H. Oh, Alekh Agarwal, Danielle Belgrave, and Kyunghyun Cho (eds.), Advances in Neural Information Processing Systems, 2022. URL https://openreview.net/forum? id=LKEYuYNOqx. Zhengyang Geng, Ashwini Pokle, Weijian Luo, Justin Lin, and J Zico Kolter. Consistency models made easy. In The Thirteenth International Conference on Learning Representations, 2025. URL https://openreview.net/forum?id=xQVxo9dSID. Pengsheng Guo and Alex Schwing. Variational rectified flow matching. In ICLR 2025 Workshop on Deep Generative Model in Machine Learning: Theory, Principle and Efficacy, 2025. URL https://openreview.net/forum?id=ZLL6SYNptz. Xiaoran Hao and Patrick Shafto. Coupled variational autoencoder. In Andreas Krause, Emma Brunskill, Kyunghyun Cho, Barbara Engelhardt, Sivan Sabato, and Jonathan Scarlett (eds.), Proceedings of the 40th International Conference on Machine Learning, volume 202 of Proceedings of Machine Learning Research, pp. 12546–12555. PMLR, 23–29 Jul 2023. URL https://proceedings.mlr.press/v202/hao23b.html. Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models. In H. Larochelle, M. Ranzato, R. Hadsell, M.F. Balcan, and H. Lin (eds.), Advances in Neural Information Processing Systems, volume 33, pp. 6840–6851. Curran Associates, Inc., 2020. URL https://proceedings.neurips.cc/paper_files/paper/2020/ file/4c5bcfec8584af0d967f1ab10179ca4b-Paper.pdf. Tero Karras, Samuli Laine, and Timo Aila. A style-based generator architecture for generative adversarial networks. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), June 2019. Tero Karras, Miika Aittala, Timo Aila, and Samuli Laine. Elucidating the design space of diffusionbased generative models. In S. Koyejo, S. Mohamed, A. Agarwal, D. Belgrave, K. Cho, and A. Oh (eds.), Advances in Neural Information Processing Systems, volume 35, pp. 26565–26577. Curran Associates, Inc., 2022a. Tero Karras, Miika Aittala, Timo Aila, and Samuli Laine. Elucidating the design space of diffusion-based generative models. In S. Koyejo, S. Mohamed, A. Agarwal, D. Belgrave, K. Cho, and A. Oh (eds.), Advances in Neural Information Processing Systems, volume 35, pp. 26565–26577. Curran Associates, Inc., 2022b. URL https://proceedings.neurips.cc/paper_files/paper/2022/ file/a98846e9d9cc01cfb87eb694d946ce6b-Paper-Conference.pdf. Beomsu Kim, Yu-Guan Hsieh, Michal Klein, marco cuturi, Jong Chul Ye, Bahjat Kawar, and James Thornton. Simple reflow: Improved techniques for fast flow models. In The Thirteenth International Conference on Learning Representations, 2025. URL https://openreview. net/forum?id=fpvgSDKXGY. Diederik P. Kingma and Jimmy Ba. Adam: A method for stochastic optimization. CoRR, abs/1412.6980, 2014. URL https://api.semanticscholar.org/CorpusID: 6628106. 9

Published as a paper at the 2nd DeLTa Workshop, ICLR 2026

Alex Krizhevsky. Learning multiple layers of features from tiny images. pp. 32–33, 2009. URL https://www.cs.toronto.edu/~kriz/learning-features-2009-TR.pdf. Sangyun Lee, Beomsu Kim, and Jong Chul Ye. Minimizing trajectory curvature of ODE-based generative models. In Proceedings of the 40th International Conference on Machine Learning, Proceedings of Machine Learning Research. PMLR, 23–29 Jul 2023. Yuchen Liang, Yuchan Tian, Lei Yu, Huaao Tang, Jie Hu, Xiangzhong Fang, and Hanting Chen. Learning quantized adaptive conditions for&nbsp;diffusion models. In Computer Vision – ECCV 2024: 18th European Conference, Milan, Italy, September 29–October 4, 2024, Proceedings, Part LXXXI, 2024. Yaron Lipman, Ricky T. Q. Chen, Heli Ben-Hamu, Maximilian Nickel, and Matthew Le. Flow matching for generative modeling. In The Eleventh International Conference on Learning Representations, 2023. Xingchao Liu, Chengyue Gong, and qiang liu. Flow straight and fast: Learning to generate and transfer data with rectified flow. In The Eleventh International Conference on Learning Representations, 2023. Cheng Lu, Yuhao Zhou, Fan Bao, Jianfei Chen, Chongxuan Li, and Jun Zhu. DPM-solver: A fast ODE solver for diffusion probabilistic model sampling in around 10 steps. In Alice H. Oh, Alekh Agarwal, Danielle Belgrave, and Kyunghyun Cho (eds.), Advances in Neural Information Processing Systems, 2022. URL https://openreview.net/forum?id=2uAaGwlP_V. Eric Luhman and Troy Luhman. Knowledge distillation in iterative generative models for improved sampling speed. ArXiv, abs/2101.02388, 2021. URL https://api.semanticscholar. org/CorpusID:230799531. Robert J. McCann. A convexity principle for interacting gases. Advances in Mathematics, 128(1): 153–179, 1997. ISSN 0001-8708. doi: https://doi.org/10.1006/aima.1997.1634. URL https: //www.sciencedirect.com/science/article/pii/S0001870897916340. Aram-Alexandre Pooladian, Heli Ben-Hamu, Carles Domingo-Enrich, Brandon Amos, Yaron Lipman, and Ricky T. Q. Chen. Multisample flow matching: Straightening flows with minibatch couplings. In Andreas Krause, Emma Brunskill, Kyunghyun Cho, Barbara Engelhardt, Sivan Sabato, and Jonathan Scarlett (eds.), Proceedings of the 40th International Conference on Machine Learning, volume 202 of Proceedings of Machine Learning Research. PMLR, 23–29 Jul 2023. Tim Salimans and Jonathan Ho. Progressive distillation for fast sampling of diffusion models. In International Conference on Learning Representations, 2022. URL https://openreview. net/forum?id=TIdIXIpzhoI. Gianluigi Silvestri, Luca Ambrogioni, Chieh-Hsin Lai, Yuhta Takida, and Yuki Mitsufuji. VCT: Training consistency models with variational noise coupling. In Forty-second International Conference on Machine Learning, 2025. URL https://openreview.net/forum?id= CMoX0BEsDs. Jiaming Song, Chenlin Meng, and Stefano Ermon. Denoising diffusion implicit models. In International Conference on Learning Representations, 2021a. URL https://openreview.net/ forum?id=St1giarCHLP. Yang Song and Prafulla Dhariwal. Improved techniques for training consistency models. In The Twelfth International Conference on Learning Representations, 2024. URL https: //openreview.net/forum?id=WNzy9bRDvG. Yang Song, Jascha Sohl-Dickstein, Diederik P Kingma, Abhishek Kumar, Stefano Ermon, and Ben Poole. Score-based generative modeling through stochastic differential equations. In International Conference on Learning Representations, 2021b. URL https://openreview.net/forum? id=PxTIG12RRHS. Yang Song, Prafulla Dhariwal, Mark Chen, and Ilya Sutskever. Consistency models. In International Conference on Machine Learning, 2023. URL https://api.semanticscholar.org/ CorpusID:257280191. 10

Published as a paper at the 2nd DeLTa Workshop, ICLR 2026

Alexander Tong, Kilian FATRAS, Nikolay Malkin, Guillaume Huguet, Yanlei Zhang, Jarrid RectorBrooks, Guy Wolf, and Yoshua Bengio. Improving and generalizing flow-based generative models with minibatch optimal transport. Transactions on Machine Learning Research, 2024. ISSN 28358856. URL https://openreview.net/forum?id=CD9Snc73AW. Expert Certification. Pauli Virtanen, Ralf Gommers, Travis E. Oliphant, Matt Haberland, Tyler Reddy, David Cournapeau, Evgeni Burovski, Pearu Peterson, Warren Weckesser, Jonathan Bright, Stéfan J. van der Walt, Matthew Brett, Joshua Wilson, K. Jarrod Millman, Nikolay Mayorov, Andrew R. J. Nelson, Eric Jones, Robert Kern, Eric Larson, C J Carey, İlhan Polat, Yu Feng, Eric W. Moore, Jake VanderPlas, Denis Laxalde, Josef Perktold, Robert Cimrman, Ian Henriksen, E. A. Quintero, Charles R. Harris, Anne M. Archibald, Antônio H. Ribeiro, Fabian Pedregosa, Paul van Mulbregt, and SciPy 1.0 Contributors. SciPy 1.0: Fundamental Algorithms for Scientific Computing in Python. Nature Methods, 17:261–272, 2020. doi: 10.1038/s41592-019-0686-2. Fu-Yun Wang, Ling Yang, Zhaoyang Huang, Mengdi Wang, and Hongsheng Li. Rectified diffusion: Straightness is not your need in rectified flow. In The Thirteenth International Conference on Learning Representations, 2025a. URL https://openreview.net/forum?id=nEDToD1R8M. Zibin Wang, Zhiyuan Ouyang, and Xiangyun Zhang. Block flow: Learning straight flow on data blocks, 2025b. Zhisheng Xiao, Karsten Kreis, and Arash Vahdat. Tackling the generative learning trilemma with denoising diffusion GANs. In International Conference on Learning Representations, 2022. URL https://openreview.net/forum?id=JprM0p-q0Co. Sirui Xie, Zhisheng Xiao, Diederik P. Kingma, Tingbo Hou, Ying Nian Wu, Kevin Patrick Murphy, Tim Salimans, Ben Poole, and Ruiqi Gao. Em distillation for one-step diffusion models. ArXiv, abs/2405.16852, 2024. URL https://api.semanticscholar.org/CorpusID: 270062581. Ling Yang, Zixiang Zhang, Zhilong Zhang, Xingchao Liu, Minkai Xu, Wentao Zhang, Chenlin Meng, Stefano Ermon, and Bin Cui. Consistency flow matching: Defining straight flows with velocity consistency. CoRR, abs/2407.02398, 2024. URL https://doi.org/10.48550/arXiv. 2407.02398. Zhenyu Zhou, Defang Chen, Can Wang, Chun Chen, and Siwei Lyu. Simple and fast distillation of diffusion models. In A. Globerson, L. Mackey, D. Belgrave, A. Fan, U. Paquet, J. Tomczak, and C. Zhang (eds.), Advances in Neural Information Processing Systems, volume 37, pp. 40831–40860. Curran Associates, Inc., 2024. URL https://proceedings.neurips.cc/paper_files/paper/2024/ file/47ee3941a6f1d23c39b788e0f450e2a7-Paper-Conference.pdf.

11

Published as a paper at the 2nd DeLTa Workshop, ICLR 2026

Supplementary Materials A

T RAJECTORY C URVATURE

A.1

C OMPUTATION D ETAILS

In order to demonstrate the impact of our method MixFlow on the curvatures of the generative paths, we follow the procedure in Fast-ODE Lee et al. (2023) to estimate the curvature of the generated trajectories. We generate 10000 trajectories using an Euler solver with 128 steps, and compute the average curvature for an optimized vector-field model vθ as: h i 2 C(vθ ) = Et,x0 ∥x0 − x1 − vθ (xt , t)∥

(6)

where t ∼ U(0, 1), x0 ∼ p0 (x) = N (0, I), and x1 is sampled deterministically with an ODE solver: x1 = ODESolver(x0 , vθ ). The curvature definition here closely resembles the degree of intersection I(q) defined in eq. (4) in the main paper, where the differences are: (1) I(q) is a function of the coupling q(x0 , x1 ) for the source and target distributions, whereas C(vθ ) is a function of an optimized vector field model, (2): x1 in I(q) is sampled from the coupling, whereas x1 in C(vθ ) is computed from x0 deterministically with the ODE solver. A.2

E FFECT OF β

As we argue in the main paper, a main advantage of MixFlow is that it allows training our learnable forward coupling (κ-FC) with much lower KL Divergence weight β compared to previous work, FastODE. Here, we show empirically that lower β values correlate with lower curvatures of the generative trajectories. We train multiple MixFlow models with different β values ranging from 5 × 10ˆ−7 to 1, and then evaluate the curvature of each model in order to see the trend. In Figure 3, we see that as β decreases (goes right on the x-axis), the curvature values (in the y-axis) tend to decrease.

B

I MPLEMENTATION D ETAILS

We share in this section the details about the models used in the experiments, as well as the training hyperparameters. Vector Field Model vθ (xt , t). We use the UNet architecture used in Fast-ODE Lee et al. (2023) for fair comparison, which follows the DDPM++ implementation of EDM Karras et al. (2022a). You can see in Table 6 the configuration of the network for used each dataset in the top part. In the bottom part, we show the corresponding training hyperparameters. All models optimized with Adam Kingma & Ba (2014) with a learning rate that linearly increases until 2 × 10−4 and then remains constant for the rest of the iterations. We also use Exponential Moving Average (EMA) on the model weights with ratio 0.9999, and we find it to be a critical factor for convergence. The CIFAR10 experiments all were trained on a single A100 80GB GPU. The FFHQ and AFHQv2 experiments each were trained on 4 A100 40GB GPUs, where the effective batch size shown in the tables was distributed equally among the GPUs. Source Prediction Network qϕ (x0 | κ). We use a small UNet by adapting the UNet2DModel implementation from the diffusers library, version 0.32.2. Its hyperparameters are shown in Table 7, where the parameters are aligned with the library’s implementation for ease of reproduceability. The input to the UNet is expected to be (3 × H × W ), where H, W can differ depending on the dataset used. However, depending on the input κ, the first layer might differ slightly. When κ is the data sample (as in the default experiments) or a noise sample (κn ), there is no change applied to the network. When κ is the class label (κc ), an embedding layer is appended before, which maps the 12

Published as a paper at the 2nd DeLTa Workshop, ICLR 2026

Curvature vs. β 0.046

Curvature

0.044 0.042 0.040 0.038 0.036 0.034 1

1e-3

5e-4

1e-4

5e-5

β

1e-5

5e-6

1e-6

5e-7

Figure 3: Curvature vs. β. We show how the curvature of the generative trajectories changes with different β values. We can see a clear trend of lower curvature with a lower β value

Parameters

CIFAR10

FFHQ

AFFHQv2

UNet Parameters

Channel Size Channel Multiplier Blocks per Layer Attention Resolution Dropout Probability Embedding type Model Size

128 [2,2,2] 4 16 0.13 positional 55.7M

128 [1,2,2,2] 4 16 0.05 positional 61.8M

128 [1,2,2,2] 4 16 0.25 positional 61.8

Training Setup

EMA ratio Iterations Batch Size Optimizer Learning Rate (LR) LR Scheduling LR Warmup steps

0.9999 500K 128 Adam 2 × 10−4 constant 5000

0.9999 500K 256 Adam 2 × 10−4 constant 39060

0.9999 300K 256 Adam 2 × 10−4 constant 39060

Table 6: Model and Experiments Configurations. In the upper part, we show the UNet configuration for the vector field model vθ . In the lower part we show the training hyperparameters. Each column show the configuration for a specific dataset.

13

Published as a paper at the 2nd DeLTa Workshop, ICLR 2026

Parameters Time Embedding Type Flip Sin to Cos Down Block Types Up Block Types Block Out Channels Layers per Block Activation Function Attention Head Dim Model Size

positional true [DownBlock2D, DownBlock2D, DownBlock2D, AttnDownBlock2D] [AttnUpBlock2D, UpBlock2D, UpBlock2D, UpBlock2D]

[32, 64, 64, 64] 2 silu 8 ∼ 2M

Table 7: Source Prediction Network qϕ (x0 | κ) Configuration. We show the UNet configurations for the source prediction parametrization. The params follow the diffusers library definition of the UNet model.

class labels into embeddings of size 3HW , which are reshaped into 3 × H × W and then fed to the UNet. The network outputs the mean and the log variance of the distribution. We assume that the covariance is diagonal. Evaluation. We use the Euler ODE solver from the torchdiffeq Chen (2018) library, and its scipy Virtanen et al. (2020) library wrapper for the RK45 solver, where we set the rtol and atol parameters both to 10−5 . As for Heun’s 2nd solver, we follow the manual implementation as in Fast-ODE Lee et al. (2023).

is class label

FID (log scale)

100

2 4 8 10 16 20 32 50 64 100 128

10

0.00

0.25

0.50

w

0.75

FID vs. w:

Steps

is noise

Steps

100

FID (log scale)

FID vs. w:

1.00

2 4 8 10 16 20 32 50 64 100 128

10

0.00

(a) κc : Class label conditioning

0.25

0.50

w

0.75

1.00

(b) κn : Noise conditioning

Figure 4: Effect of interpolation weight w. We visualize the effect of varying w (x-axis) during sampling on FID (y-axis) across different numbers of sampling steps (different lines). (a) Sampling with a few steps benefits from a larger weight of the source distribution conditioned on class label κc , while for many steps, the unconditional standard Gaussian is better suited. (b) With conditioning on uncorrelated Gaussian noise κn , the best FID is achieved for w = 0, i.e., not using the conditional distribution at all during sampling. However, note that even in this case training the vector field on a mixture of distributions still improves performance as shown in Tab. 5.

C

A DDITIONAL A NALYSIS

C.1

T RAINING E FFICIENCY

We highlight the training efficiency as another notable advantage of our formulation. Fig. 6 shows the FID during training compared to the final performance of one of our strongest baselines Fast-ODE Lee et al. (2023). Note that MixFlow achieves approximately the same performance as Fast-ODE using only 60% of the full training iterations. Therefore, our method not only accelerates sampling by straightening flow trajectories, but also training in terms of convergence. 14

Published as a paper at the 2nd DeLTa Workshop, ICLR 2026

115.0

2

4

48.6 49.8 48.4 44.8 40.3 37.3 35.2 34.2 33.6 34.6 36.1

4

49.8 51.7 53.2 54.3 55.0 55.8 56.4 57.3 58.2 59.7 61.9

8

15.16 16.45 16.63 16.00 15.14 14.30 13.95 13.59 13.98 14.45 15.41

8

15.45 16.42 16.97 17.52 18.01 18.08 18.22 18.41 19.02 20.11 21.31

10

11.35 12.50 12.71 12.48 11.90 11.32 10.99 10.96 10.99 11.56 12.49

10

11.40 12.13 12.82 13.34 13.50 13.31 13.44 13.79 13.81 14.66 15.62

16

7.04 7.92 8.30 8.25 7.99 7.70 7.51 7.42 7.54 7.92 8.57

16

7.06 7.54 7.91 8.17 8.30 8.27 8.28 8.17 8.39 8.69 9.41

20

5.89 6.56 7.00 6.94 6.73 6.60 6.49 6.32 6.45 6.75 7.37

20

5.86 6.19 6.59 6.79 6.91 6.96 6.80 6.69 6.77 7.21 7.69

32

4.37 4.74 5.18 5.17 5.04 4.92 4.86 4.82 4.86 5.08 5.58

32

4.31 4.51 4.83 4.94 4.96 5.03 4.96 4.97 4.96 5.22 5.76

50

3.57 3.94 4.06 4.13 4.08 4.07 4.08 3.95 3.94 4.09 4.50

50

3.47 3.72 3.84 3.91 4.04 4.05 3.98 4.00 4.11 4.19 4.60

64

3.27 3.48 3.71 3.74 3.79 3.70 3.57 3.58 3.61 3.81 4.09

64

3.15 3.33 3.52 3.58 3.61 3.68 3.66 3.65 3.71 3.88 4.22

100

2.95 3.07 3.18 3.28 3.26 3.27 3.19 3.20 3.20 3.40 3.68

100

2.87 2.97 3.10 3.16 3.20 3.19 3.23 3.29 3.30 3.44 3.77

128

2.82 2.93 3.04 3.15 3.11 3.04 3.03 3.02 3.04 3.22 3.47

128

2.79 2.90 2.98 3.07 3.10 3.08 3.09 3.05 3.16 3.29 3.47

0.0

0.1

0.2

0.3

0.4

0.5

w

0.6

118.1

0.7

115.7

FID: w vs. Sampling Steps

160.2 157.6 152.1 143.7 135.0 127.6 122.4

0.8

114.6

0.9

Steps

Steps

FID: w vs. Sampling Steps 2

1.0

157.4 156.3 156.6 157.0 157.9 158.4 159.9 160.2 160.6 160.6 161.5

0.0

(a) κc : Class label conditioning

0.1

0.2

0.3

0.4

0.5

w

0.6

0.7

0.8

0.9

1.0

(b) κn : Noise conditioning

Figure 5: FID for Sampling Steps vs. weight w. We show the FID across different sampling step choices for both κc and κn as the interpolation parameter w changes. This is the numerical version of Figure 3 in the main paper, which provides a more accurate look into the change of FID values, where red indicates lower FID and blue indicates higher FID.

FID vs. Training Progress Ours Fast-ODE

FID

2.8 2.6 2.45

2.4 40%

60%

80%

% of Iterations completed

100%

Figure 6: FID vs. training progress. Samples are generated with the RK45 solver across different step of the training process. Our method achieves the same performance as Fast-ODE (gray dotted line) with only 60% of the training budget. C.2

E FFECT OF w

In the cases where the conditioning signals are available during inference, we can use them to vary the mixture parameter w while sampling. So to understand the importance of choosing w, we train two different models with κc , κn . Figure 4b shows the results for κn . We can see that the FID (y-axis) achieves the best value at w = 0 and then degrades as w (x-axis) increases from 0 to 1, showing that when the signal is not very informative, flowing from the standard Gaussian distribution where w = 0 15

Published as a paper at the 2nd DeLTa Workshop, ICLR 2026

results in better generation. As for κc , as shown in Figure 4a, an interesting pattern appears. For a low number of sampling steps (2,4), we notice that the FID tends to improve as w increases, showing that the distribution learned from the informative signal has a positive effect with few sampling steps. As the number of sampling steps increases, we see that the FID is best at w = 0 and starts dropping as w increases. Hence, we conclude that, with a sufficiently informative signal, w can control the quality-speed tradeoff during inference. So, depending on the sampling budget available, w can be tuned at inference to provide the best FID accordingly. We also provide in Figure 5 a more fine-grained version of the figure to clearly see the difference in FID values between the two choices: κc : class label, and κn : standard Gaussian noise. The histograms show the FID values for the choice of sampling steps (y-axis) against the mixture parameter w (x-axis). Stronger redness indicates lower FID, and stronger blueness indicates higher FID. When w = 0, we notice that κn performs slightly better than κc , as shown in Table 3 in the main paper. As w increases, however, the performance of κc becomes better for all sampling steps compared to κn , which reflects the effect of class labels as a conditioning signal. C.3

S AMPLING S TEPS

In order to highlight the effectiveness of MixFlow for improving sampling speed, we show in Figure 7 some qualitative generations across different sampling step choice in comparison with Rectified Flow. Notice that with low sampling steps (2,4), MixFlow generates higher quality samples in comparison with those of Rectified Flow.

D

A DDITIONAL Q UALITATIVE R ESULTS

We include more qualitative examples that are generated with MixFlow when κ is the data sample, and β = 10−5 . All the images are generated with Euler solver with 64 sampling steps. We show the generations for CIFAR10 in Figure 8, FFHQ 64 × 64 in Figure 9, and AFHQv2 64 × 64 in Figure 10.

16

Published as a paper at the 2nd DeLTa Workshop, ICLR 2026

steps=4

steps=8

steps=16

steps=32

steps=64

steps=128

steps=2

steps=4

steps=8

steps=16

steps=32

steps=64

steps=128

steps=2

steps=4

steps=8

steps=16

steps=32

steps=64

steps=128

Rectified Flow

MixFlow

Rectified Flow

MixFlow

Rectified Flow

MixFlow

steps=2

Figure 7: Comparison against Rectified Flow. We show multiple examples for generated images with different sampling steps and compare against Rectified Flow. We highlight that for a low number of sampling steps (2,4), MixFlow generates much clearer images compared to Rectified Flow.

17

Published as a paper at the 2nd DeLTa Workshop, ICLR 2026

Figure 8: Qualitative Results on CIFAR10

18

Published as a paper at the 2nd DeLTa Workshop, ICLR 2026

Figure 9: Qualitative Results on FFHQ 64 × 64

19

Published as a paper at the 2nd DeLTa Workshop, ICLR 2026

Figure 10: Qualitative Results on AFHQv2 64 × 64

20

Record · ID 5988 · SHA-256 a14e411b90860556
Conceptio Open Knowledge Archive — every document is proof-bundled with source, license, and retrieval metadata.