Flow Matching for Generative Modeling

Yaron Lipman, Ricky T. Q. Chen, Heli Ben-Hamu, Maximilian Nickel, Matt Le

Introduction

Deep generative models are a class of deep learning algorithms aimed at estimating and sampling from an unknown data distribution. The recent influx of amazing advances in generative modeling, e.g., for image generation Ramesh et al. (2022); Rombach et al. (2022), is mostly facilitated by the scalable and relatively stable training of diffusion-based models Ho et al. (2020); Song et al. (2020b). However, the restriction to simple diffusion processes leads to a rather confined space of sampling probability paths, resulting in very long training times and the need to adopt specialized methods (e.g., Song et al. (2020a); Zhang & Chen (2022)) for efficient sampling.

In this work we consider the general and deterministic framework of Continuous Normalizing Flows (CNFs; Chen et al. (2018)). CNFs are capable of modeling arbitrary probability path

and are in particular known to encompass the probability paths modeled by diffusion processes (Song et al., 2021). However, aside from diffusion that can be trained efficiently via, e.g., denoising score matching (Vincent, 2011), no scalable CNF training algorithms are known. Indeed, maximum likelihood training (e.g., Grathwohl et al. (2018)) require expensive numerical ODE simulations, while existing simulation-free methods either involve intractable integrals (Rozen et al., 2021) or biased gradients (Ben-Hamu et al., 2022).

The goal of this work is to propose Flow Matching (FM), an efficient simulation-free approach to training CNF models, allowing the adoption of general probability paths to supervise CNF training. Importantly, FM breaks the barriers for scalable CNF training beyond diffusion, and sidesteps the need to reason about diffusion processes to directly work with probability paths.

In particular, we propose the Flow Matching objective (Section 3), a simple and intuitive training objective to regress onto a target vector field that generates a desired probability path. We first show that we can construct such target vector fields through per-example (i.e., conditional) formulations. Then, inspired by denoising score matching, we show that a per-example training objective, termed Conditional Flow Matching (CFM), provides equivalent gradients and does not require explicit knowledge of the intractable target vector field. Furthermore, we discuss a general family of per-example probability paths (Section 4) that can be used for Flow Matching, which subsumes existing diffusion paths as special instances. Even on diffusion paths, we find that using FM provides more robust and stable training, and achieves superior performance compared to score matching. Furthermore, this family of probability paths also includes a particularly interesting case: the vector field that corresponds to an Optimal Transport (OT) displacement interpolant (McCann, 1997). We find that conditional OT paths are simpler than diffusion paths, forming straight line trajectories whereas diffusion paths result in curved paths. These properties seem to empirically translate to faster training, faster generation, and better performance.

We empirically validate Flow Matching and the construction via Optimal Transport paths on ImageNet, a large and highly diverse image dataset. We find that we can easily train models to achieve favorable performance in both likelihood estimation and sample quality amongst competing diffusion-based methods. Furthermore, we find that our models produce better trade-offs between computational cost and sample quality compared to prior methods. Figure 1 depicts selected unconditional ImageNet 128×\times128 samples from our model.

Preliminaries: Continuous Normalizing Flows

where the push-forward (or change of variables) operator * is defined by

Flow Matching

Let x1x_{1} denote a random variable distributed according to some unknown data distribution q(x1)q(x_{1}). We assume we only have access to data samples from q(x1)q(x_{1}) but have no access to the density function itself. Furthermore, we let ptp_{t} be a probability path such that p0=pp_{0}=p is a simple distribution, e.g., the standard normal distribution p(x)=N(x0,I)p(x)={\mathcal{N}}(x|0,I), and let p1p_{1} be approximately equal in distribution to qq. We will later discuss how to construct such a path. The Flow Matching objective is then designed to match this target probability path, which will allow us to flow from p0p_{0} to p1p_{1}.

Given a target probability density path pt(x)p_{t}(x) and a corresponding vector field ut(x)u_{t}(x), which generates pt(x)p_{t}(x), we define the Flow Matching (FM) objective as

where θ\theta denotes the learnable parameters of the CNF vector field vtv_{t} (as defined in Section 2), tUt\sim{\mathcal{U}} (uniform distribution), and xpt(x)x\sim p_{t}(x). Simply put, the FM loss regresses the vector field utu_{t} with a neural network vtv_{t}. Upon reaching zero loss, the learned CNF model will generate pt(x)p_{t}(x).

Flow Matching is a simple and attractive objective, but naïvely on its own, it is intractable to use in practice since we have no prior knowledge for what an appropriate ptp_{t} and utu_{t} are. There are many choices of probability paths that can satisfy p1(x)q(x)p_{1}(x)\approx q(x), and more importantly, we generally don’t have access to a closed form utu_{t} that generates the desired ptp_{t}. In this section, we show that we can construct both ptp_{t} and utu_{t} using probability paths and vector fields that are only defined per sample, and an appropriate method of aggregation provides the desired ptp_{t} and utu_{t}. Furthermore, this construction allows us to create a much more tractable objective for Flow Matching.

A simple way to construct a target probability path is via a mixture of simpler probability paths: Given a particular data sample x1x_{1} we denote by pt(xx1)p_{t}(x|x_{1}) a conditional probability path such that it satisfies p0(xx1)=p(x)p_{0}(x|x_{1})=p(x) at time t=0t=0, and we design p1(xx1)p_{1}(x|x_{1}) at t=1t=1 to be a distribution concentrated around x=x1x=x_{1}, e.g., p1(xx1)=N(xx1,σ2I)p_{1}(x|x_{1})={\mathcal{N}}(x|x_{1},\sigma^{2}I), a normal distribution with x1x_{1} mean and a sufficiently small standard deviation σ>0\sigma>0. Marginalizing the conditional probability paths over q(x1)q(x_{1}) give rise to the marginal probability path

where in particular at time t=1t=1, the marginal probability p1p_{1} is a mixture distribution that closely approximates the data distribution qq,

Interestingly, we can also define a marginal vector field, by “marginalizing” over the conditional vector fields in the following sense (we assume pt(x)>0p_{t}(x)>0 for all tt and xx):

The marginal vector field (equation 8) generates the marginal probability path (equation 6).

This provides a surprising connection between the conditional VFs (those that generate conditional probability paths) and the marginal VF (those that generate the marginal probability path). This connection allows us to break down the unknown and intractable marginal VF into simpler conditional VFs, which are much simpler to define as these only depend on a single data sample. We formalize this in the following theorem.

Given vector fields ut(xx1)u_{t}(x|x_{1}) that generate conditional probability paths pt(xx1)p_{t}(x|x_{1}), for any distribution q(x1)q(x_{1}), the marginal vector field utu_{t} in equation 8 generates the marginal probability path ptp_{t} in equation 6, i.e., utu_{t} and ptp_{t} satisfy the continuity equation (equation 26).

The full proofs for our theorems are all provided in Appendix A. Theorem 1 can also be derived from the Diffusion Mixture Representation Theorem in Peluchetti (2021) that provides a formula for the marginal drift and diffusion coefficients in diffusion SDEs.

2 Conditional Flow Matching

Unfortunately, due to the intractable integrals in the definitions of the marginal probability path and VF (equations 6 and 8), it is still intractable to compute utu_{t}, and consequently, intractable to naïvely compute an unbiased estimator of the original Flow Matching objective. Instead, we propose a simpler objective, which surprisingly will result in the same optima as the original objective. Specifically, we consider the Conditional Flow Matching (CFM) objective,

where tUt\sim{\mathcal{U}}, x1q(x1)x_{1}\sim q(x_{1}), and now xpt(xx1)x\sim p_{t}(x|x_{1}). Unlike the FM objective, the CFM objective allows us to easily sample unbiased estimates as long as we can efficiently sample from pt(xx1)p_{t}(x|x_{1}) and compute ut(xx1)u_{t}(x|x_{1}), both of which can be easily done as they are defined on a per-sample basis. Our second key observation is therefore:

The FM (equation 5) and CFM (equation 9) objectives have identical gradients w.r.t. θ\theta.

That is, optimizing the CFM objective is equivalent (in expectation) to optimizing the FM objective. Consequently, this allows us to train a CNF to generate the marginal probability path ptp_{t}—which in particular, approximates the unknown data distribution qq at tt=11— without ever needing access to either the marginal probability path or the marginal vector field. We simply need to design suitable conditional probability paths and vector fields. We formalize this property in the following theorem.

Conditional Probability Paths and Vector Fields

The Conditional Flow Matching objective works with any choice of conditional probability path and conditional vector fields. In this section, we discuss the construction of pt(xx1)p_{t}(x|x_{1}) and ut(xx1)u_{t}(x|x_{1}) for a general family of Gaussian conditional probability paths. Namely, we consider conditional probability paths of the form

There is an infinite number of vector fields that generate any particular probability path (e.g., by adding a divergence free component to the continuity equation, see equation 26), but the vast majority of these is due to the presence of components that leave the underlying distribution invariant—for instance, rotational components when the distribution is rotation-invariant—leading to unnecessary extra compute. We decide to use the simplest vector field corresponding to a canonical transformation for Gaussian distributions. Specifically, consider the flow (conditioned on x1x_{1})

When xx is distributed as a standard Gaussian, ψt(x)\psi_{t}(x) is the affine transformation that maps to a normally-distributed random variable with mean μt(x1)\mu_{t}(x_{1}) and std σt(x1)\sigma_{t}(x_{1}). That is to say, according to equation 4, ψt\psi_{t} pushes the noise distribution p0(xx1)=p(x)p_{0}(x|x_{1})=p(x) to pt(xx1)p_{t}(x|x_{1}), i.e.,

This flow then provides a vector field that generates the conditional probability path:

Reparameterizing pt(xx1)p_{t}(x|x_{1}) in terms of just x0x_{0} and plugging equation 13 in the CFM loss we get

Since ψt\psi_{t} is a simple (invertible) affine map we can use equation 13 to solve for utu_{t} in a closed form. Let ff^{\prime} denote the derivative with respect to time, i.e., f=ddtff^{\prime}=\frac{d}{dt}f, for a time-dependent function ff.

Let pt(xx1)p_{t}(x|x_{1}) be a Gaussian probability path as in equation 10, and ψt\psi_{t} its corresponding flow map as in equation 11. Then, the unique vector field that defines ψt\psi_{t} has the form:

Consequently, ut(xx1)u_{t}(x|x_{1}) generates the Gaussian path pt(xx1)p_{t}(x|x_{1}).

Our formulation is fully general for arbitrary functions μt(x1)\mu_{t}(x_{1}) and σt(x1)\sigma_{t}(x_{1}), and we can set them to any differentiable function satisfying the desired boundary conditions. We first discuss the special cases that recover probability paths corresponding to previously-used diffusion processes. Since we directly work with probability paths, we can simply depart from reasoning about diffusion processes altogether. Therefore, in the second example below, we directly formulate a probability path based on the Wasserstein-2 optimal transport solution as an interesting instance.

Diffusion models start with data points and gradually add noise until it approximates pure noise. These can be formulated as stochastic processes, which have strict requirements in order to obtain closed form representation at arbitrary times tt, resulting in Gaussian conditional probability paths pt(xx1)p_{t}(x|x_{1}) with specific choices of mean μt(x1)\mu_{t}(x_{1}) and std σt(x1)\sigma_{t}(x_{1}) (Sohl-Dickstein et al., 2015; Ho et al., 2020; Song et al., 2020b). For example, the reversed (noise\rightarrowdata) Variance Exploding (VE) path has the form

where σt\sigma_{t} is an increasing function, σ0=0\sigma_{0}=0, and σ11\sigma_{1}\gg 1. Next, equation 16 provides the choices of μt(x1)=x1\mu_{t}(x_{1})=x_{1} and σt(x1)=σ1t\sigma_{t}(x_{1})=\sigma_{1-t}. Plugging these into equation 15 of Theorem 3 we get

The reversed (noise\rightarrowdata) Variance Preserving (VP) diffusion path has the form

and β\beta is the noise scale function. Equation 18 provides the choices of μt(x1)=α1tx1\mu_{t}(x_{1})=\alpha_{1-t}x_{1} and σt(x1)=1α1t2\sigma_{t}(x_{1})=\sqrt{1-\alpha_{1-t}^{2}}. Plugging these into equation 15 of Theorem 3 we get

Our construction of the conditional VF ut(xx1)u_{t}(x|x_{1}) does in fact coincide with the vector field previously used in the deterministic probability flow (Song et al. (2020b), equation 13) when restricted to these conditional diffusion processes; see details in Appendix D. Nevertheless, combining the diffusion conditional VF with the Flow Matching objective offers an attractive training alternative—which we find to be more stable and robust in our experiments—to existing score matching approaches.

Another important observation is that, as these probability paths were previously derived as solutions of diffusion processes, they do not actually reach a true noise distribution in finite time. In practice, p0(x)p_{0}(x) is simply approximated by a suitable Gaussian distribution for sampling and likelihood evaluation. Instead, our construction provides full control over the probability path, and we can just directly set μt\mu_{t} and σt\sigma_{t}, as we will do next.

Example II: Optimal Transport conditional VFs.

An arguably more natural choice for conditional probability paths is to define the mean and the std to simply change linearly in time, i.e.,

According to Theorem 3 this path is generated by the VF

which, in contrast to the diffusion conditional VF (equation 19), is defined for all tt\in. The conditional flow that corresponds to ut(xx1)u_{t}(x|x_{1}) is

and in this case, the CFM loss (see equations 9, 14) takes the form:

Allowing the mean and std to change linearly not only leads to simple and intuitive paths, but it is actually also optimal in the following sense. The conditional flow ψt(x)\psi_{t}(x) is in fact the Optimal Transport (OT) displacement map between the two Gaussians p0(xx1)p_{0}(x|x_{1}) and p1(xx1)p_{1}(x|x_{1}). The OT interpolant, which is a probability path, is defined to be (see Definition 1.1 in McCann (1997)):

Intuitively, particles under the OT displacement map always move in straight line trajectories and with constant speed. Figure 3 depicts sampling paths for the diffusion and OT conditional VFs. Interestingly, we find that sampling trajectory from diffusion paths can “overshoot” the final sample, resulting in unnecessary backtracking, whilst the OT paths are guaranteed to stay straight.

Figure 2 compares the diffusion conditional score function (the regression target in a typical diffusion methods), i.e., logpt(xx1)\nabla\log p_{t}(x|x_{1}) with ptp_{t} defined as in equation 18, with the OT conditional VF (equation 21). The start (p0p_{0}) and end (p1p_{1}) Gaussians are identical in both examples. An interesting observation is that the OT VF has a constant direction in time, which arguably leads to a simpler regression task. This property can also be verified directly from equation 21 as the VF can be written in the form ut(xx1)=g(t)h(xx1)u_{t}(x|x_{1})=g(t)h(x|x_{1}). Figure 8 in the Appendix shows a visualization of the Diffusion VF. Lastly, we note that although the conditional flow is optimal, this by no means imply that the marginal VF is an optimal transport solution. Nevertheless, we expect the marginal vector field to remain relatively simple.

Related Work

Continuous Normalizing Flows were introduced in (Chen et al., 2018) as a continuous-time version of Normalizing Flows (see e.g., Kobyzev et al. (2020); Papamakarios et al. (2021) for an overview). Originally, CNFs are trained with the maximum likelihood objective, but this involves expensive ODE simulations for the forward and backward propagation, resulting in high time complexity due to the sequential nature of ODE simulations. Although some works demonstrated the capability of CNF generative models for image synthesis (Grathwohl et al., 2018), scaling up to very high dimensional images is inherently difficult. A number of works attempted to regularize the ODE to be easier to solve, e.g., using augmentation (Dupont et al., 2019), adding regularization terms (Yang & Karniadakis, 2019; Finlay et al., 2020; Onken et al., 2021; Tong et al., 2020; Kelly et al., 2020), or stochastically sampling the integration interval (Du et al., 2022). These works merely aim to regularize the ODE but do not change the fundamental training algorithm.

In order to speed up CNF training, some works have developed simulation-free CNF training frameworks by explicitly designing the target probability path and the dynamics. For instance, Rozen et al. (2021) consider a linear interpolation between the prior and the target density but involves integrals that were difficult to estimate in high dimensions, while Ben-Hamu et al. (2022) consider general probability paths similar to this work but suffers from biased gradients in the stochastic minibatch regime. In contrast, the Flow Matching framework allows simulation-free training with unbiased gradients and readily scales to very high dimensions.

Another approach to simulation-free training relies on the construction of a diffusion process to indirectly define the target probability path (Sohl-Dickstein et al., 2015; Ho et al., 2020; Song & Ermon, 2019). Song et al. (2020b) shows that diffusion models are trained using denoising score matching (Vincent, 2011), a conditional objective that provides unbiased gradients with respect to the score matching objective. Conditional Flow Matching draws inspiration from this result, but generalizes to matching vector fields directly. Due to the ease of scalability, diffusion models have received increased attention, producing a variety of improvements such as loss-rescaling (Song et al., 2021), adding classifier guidance along with architectural improvements (Dhariwal & Nichol, 2021), and learning the noise schedule (Nichol & Dhariwal, 2021; Kingma et al., 2021). However, (Nichol & Dhariwal, 2021) and (Kingma et al., 2021) only consider a restricted setting of Gaussian conditional paths defined by simple diffusion processes with a single parameter—in particular, it does not include our conditional OT path. In an another line of works, (De Bortoli et al., 2021; Wang et al., 2021; Peluchetti, 2021) proposed finite time diffusion constructions via diffusion bridges theory resolving the approximation error incurred by infinite time denoising constructions. While existing works make use of a connection between diffusion processes and continuous normalizing flows with the same probability path (Maoutsa et al., 2020b; Song et al., 2020b; 2021), our work allows us to generalize beyond the class of probability paths modeled by simple diffusion. With our work, it is possible to completely sidestep the diffusion process construction and reason directly with probability paths, while still retaining efficient training and log-likelihood evaluations. Lastly, concurrently to our work (Liu et al., 2022; Albergo & Vanden-Eijnden, 2022) arrived at similar conditional objectives for simulation-free training of CNFs, while Neklyudov et al. (2023) derived an implicit objective when utu_{t} is assumed to be a gradient field.

Experiments

We explore the empirical benefits of using Flow Matching on the image datasets of CIFAR-10 (Krizhevsky et al., 2009) and ImageNet at resolutions 32, 64, and 128 (Chrabaszcz et al., 2017; Deng et al., 2009). We also ablate the choice of diffusion path in Flow Matching, particularly between the standard variance preserving diffusion path and the optimal transport path. We discuss how sample generation is improved by directly parameterizing the generating vector field and using the Flow Matching objective. Lastly we show Flow Matching can also be used in the conditional generation setting. Unless otherwise specified, we evaluate likelihood and samples from the model using dopri5 (Dormand & Prince, 1980) at absolute and relative tolerances of 1e-5. Generated samples can be found in the Appendix, and all implementation details are in Appendix E.

We start by comparing the same model architecture, i.e., the U-Net architecture from Dhariwal & Nichol (2021) with minimal changes, trained on CIFAR-10, and ImageNet 32/64 with different popular diffusion-based losses: DDPM from (Ho et al., 2020), Score Matching (SM) (Song et al., 2020b), and Score Flow (SF) (Song et al., 2021); see Appendix E.1 for exact details. Table 1 (left) summarizes our results alongside these baselines reporting negative log-likelihood (NLL) in units of bits per dimension (BPD), sample quality as measured by the Frechet Inception Distance (FID; Heusel et al. (2017)), and averaged number of function evaluations (NFE) required for the adaptive solver to reach its a prespecified numerical tolerance, averaged over 50k samples. All models are trained using the same architecture, hyperparameter values and number of training iterations, where baselines are allowed more iterations for better convergence. Note that these are unconditional models. On both CIFAR-10 and ImageNet, FM-OT consistently obtains best results across all our quantitative measures compared to competing methods. We are noticing a higher that usual FID performance in CIFAR-10 compared to previous works (Ho et al., 2020; Song et al., 2020b; 2021) that can possibly be explained by the fact that our used architecture was not optimized for CIFAR-10.

Secondly, Table 1 (right) compares a model trained using Flow Matching with the OT path on ImageNet at resolution 128×\times128. Our FID is state-of-the-art with the exception of IC-GAN (Casanova et al., 2021) which uses conditioning with a self-supervised ResNet50 model, and therefore is left out of this table. Figures 11, 12, 13 in the Appendix show non-curated samples from these models.

Faster training. While existing works train diffusion models with a very high number of iterations (e.g., 1.3m and 10m iterations are reported by Score Flow and VDM, respectively), we find that Flow Matching generally converges much faster. Figure 5 shows FID curves during training of Flow Matching and all baselines for ImageNet 64×\times64; FM-OT is able to lower the FID faster and to a greater extent than the alternatives. For ImageNet-128 Dhariwal & Nichol (2021) train for 4.36m iterations with batch size 256, while FM (with 25% larger model) used 500k iterations with batch size 1.5k, i.e., 33% less image throughput; see Table 3 for exact details. Furthermore, the cost of sampling from a model can drastically change during training for score matching, whereas the sampling cost stays constant when training with Flow Matching (Figure 10 in Appendix).

2 Sampling Efficiency

For sampling, we first draw a random noise sample x0N(0,I)x_{0}\sim{\mathcal{N}}(0,I) then compute ϕ1(x0)\phi_{1}(x_{0}) by solving equation 1 with the trained VF, vtv_{t}, on the interval tt\in using an ODE solver. While diffusion models can also be sampled through an SDE formulation, this can be highly inefficient and many methods that propose fast samplers (e.g., Song et al. (2020a); Zhang & Chen (2022)) directly make use of the ODE perspective (see Appendix D). In part, this is due to ODE solvers being much more efficient—yielding lower error at similar computational costs (Kloeden et al., 2012)—and the multitude of available ODE solver schemes. When compared to our ablation models, we find that models trained using Flow Matching with the OT path always result in the most efficient sampler, regardless of ODE solver, as demonstrated next.

Sample paths. We first qualitatively visualize the difference in sampling paths between diffusion and OT. Figure 6 shows samples from ImageNet-64 models using identical random seeds, where we find that the OT path model starts generating images sooner than the diffusion path models, where noise dominates the image until the very last time point. We additionally depict the probability density paths in 2D generation of a checkerboard pattern, Figure 4 (left), noticing a similar trend.

Low-cost samples. We next switch to fixed-step solvers and compare low (\leq100) NFE samples computed with the ImageNet-32 models from Table 1. In Figure 7 (left), we compare the per-pixel MSE of low NFE solutions compared with 1000 NFE solutions (we use 256 random noise seeds), and notice that the FM with OT model produces the best numerical error, in terms of computational cost, requiring roughly only 60% of the NFEs to reach the same error threshold as diffusion models. Secondly, Figure 7 (right) shows how FID changes as a result of the computational cost, where we find FM with OT is able to achieve decent FID even at very low NFE values, producing better trade-off between sample quality and cost compared to ablated models. Figure 4 (right) shows low-cost sampling effects for the 2D checkerboard experiment.

3 Conditional sampling from low-resolution images

Lastly, we experimented with Flow Matching for conditional image generation. In particular, upsampling images from 64×\times64 to 256×\times256. We follow the evaluation procedure in (Saharia et al., 2022) and compute the FID of the upsampled validation images; baselines include reference (FID of original validation set), and regression. Results are in Table 2. Upsampled image samples are shown in Figures 14, 15 in the Appendix. FM-OT achieves similar PSNR and SSIM values to (Saharia et al., 2022) while considerably improving on FID and IS, which as argued by (Saharia et al., 2022) is a better indication of generation quality.

Conclusion

We introduced Flow Matching, a new simulation-free framework for training Continuous Normalizing Flow models, relying on conditional constructions to effortlessly scale to very high dimensions. Furthermore, the FM framework provides an alternative view on diffusion models, and suggests forsaking the stochastic/diffusion construction in favor of more directly specifying the probability path, allowing us to, e.g., construct paths that allow faster sampling and/or improve generation. We experimentally showed the ease of training and sampling when using the Flow Matching framework, and in the future, we expect FM to open the door to allowing a multitude of probability paths (e.g., non-isotropic Gaussians or more general kernels altogether).

Social responsibility

Along side its many positive applications, image generation can also be used for harmful proposes. Using content-controlled training sets and image validation/classification can help reduce these uses. Furthermore, the energy demand for training large deep learning models is increasing at a rapid pace (Amodei et al., 2018; Thompson et al., 2020), focusing on methods that are able to train using less gradient updates / image throughput can lead to significant time and energy savings.

References

Appendix A Theorem Proofs

To verify this, we check that ptp_{t} and utu_{t} satisfy the continuity equation (equation 26):

where in the second equality we used the fact that ut(x1)u_{t}(\cdot|x_{1}) generates pt(x1)p_{t}(\cdot|x_{1}), in the last equality we used equation 8. Furthermore, the first and third equalities are justified by assuming the integrands satisfy the regularity conditions of the Leibniz Rule (for exchanging integration and differentiation). ∎

To ensure existence of all integrals and to allow the changing of integration order (by Fubini’s Theorem) in the following we assume that q(x)q(x) and pt(xx1)p_{t}(x|x_{1}) are decreasing to zero at a sufficient speed as x\left\|x\right\|\rightarrow\infty, and that ut,vt,θvtu_{t},v_{t},\nabla_{\theta}v_{t} are bounded.

First, using the standard bilinearity of the 22-norm we have that

Next, remember that utu_{t} is independent of θ\theta and note that

where in the second equality we use equation 6, and in the third equality we change the order of integration. Next,

where in the last equality we change again the order of integration. ∎

For notational simplicity let wt(x)=ut(xx1)w_{t}(x)=u_{t}(x|x_{1}). Now consider equation 1:

Since ψt\psi_{t} is invertible (as σt(x1)>0\sigma_{t}(x_{1})>0) we let x=ψ1(y)x=\psi^{-1}(y) and get

where we used the apostrophe notation for the derivative to emphasis that ψt\psi^{\prime}_{t} is evaluated at ψ1(y)\psi^{-1}(y). Now, inverting ψt(x)\psi_{t}(x) provides

Differentiating ψt\psi_{t} with respect to tt gives

Plugging these last two equations in equation 25 we get

Appendix B The continuity equation

One method of testing if a vector field vtv_{t} generates a probability path ptp_{t} is the continuity equation (Villani, 2009). It is a Partial Differential Equation (PDE) providing a necessary and sufficient condition to ensuring that a vector field vtv_{t} generates ptp_{t},

Appendix C Computing probabilities of the CNF model

The continuity equation with equation 1 lead to the instantaneous change of variable (Chen et al., 2018; Ben-Hamu et al., 2022):

Therefore, the log probability can be computed together with the flow trajectory by solving the ODE:

the solution [ϕt(x),f(t)]T\left[\phi_{t}(x),f(t)\right]^{T} is uniquely defined (up to some mild conditions on the VF vtv_{t}). Denote x1=ϕ1(x)x_{1}=\phi_{1}(x), and according to equation 27,

Now, we are given an arbitrary x1x_{1} and want to compute p1(x1)p_{1}(x_{1}). For this end, we will need to solve equation 28 in reverse. That is,

and we solve this equation for ss\in with the initial conditions at s=0s=0:

From uniqueness of ODEs, the solution will be identical to the solution of equation 28 with initial conditions in equation 29 where c=logp0(x0)logp1(x1)c=\log p_{0}(x_{0})-\log p_{1}(x_{1}). This can be seen from equation 30 and setting f(1)=0f(1)=0. Therefore we get that

To summarize, to compute p1(x1)p_{1}(x_{1}) we first solve the ODE in equation 31 with initial conditions in equation 32, and the compute equation 33.

where in the third equality we switched order of integration assuming the sufficient condition of Fubini’s theorem hold, and in the previous to last equality we used equation 30. Therefore the random variable

is an unbiased estimator for logp1(x1)\log p_{1}(x_{1}). To summarize, for a scalable unbiased estimation of p1(x1)p_{1}(x_{1}) we first solve the ODE in equation 34 with initial conditions in equation 32, and then output equation 35.

Transformed data

For images d=H×W×3d=H\times W\times 3 and we consider a transform ϕ\phi that maps each pixel value from toto. Therefore,

Bits-Per-Dimension (BPD) computation

and logϕp0(φ1(x))\log\phi_{*}p_{0}(\varphi^{-1}(x)) is approximated using the unbiased estimator in equation 35 over the transformed data φ1(x1)\varphi^{-1}(x_{1}). Averaging the unbiased estimator on a large test test x1x_{1} provides a good approximation to the test set BPD.

Appendix D Diffusion conditional vector fields

We derive the vector field governing the Probability Flow ODE (equation 13 in Song et al. (2020b)) for the VE and VP diffusion paths (equation 18) and note that it coincides with the conditional vector fields we derive using Theorem 3, namely the vector fields defined in equations 16 and 19.

We start with a short primer on how to find a conditional vector field for the probability path described by the Fokker-Planck equation, then instantiate it for the VE and VP probability paths.

Since in the diffusion literature the diffusion process runs from data at time t=0t=0 to noise at time t=1t=1, we will need the following lemma to translate the diffusion VFs to our convention of t=0t=0 corresponds to noise and t=1t=1 corresponds to data:

We use the continuity equation (equation 26):

Consider a Stochastic Differential Equation (SDE) of the standard form

with time parameter tt, drift ftf_{t}, diffusion coefficient gtg_{t}, and dwdw is the Wiener process. The solution yty_{t} to the SDE is a stochastic process, i.e., a continuous time-dependent random variable, the probability density of which, pt(yt)p_{t}(y_{t}), is characterized by the Fokker-Planck equation:

satisfies the continuity equation with the probability path ptp_{t}, and therefore generates ptp_{t}.

Variance Exploding (VE) path

where σ0=0\sigma_{0}=0 and increasing to infinity as t1t\rightarrow 1. The SDE is moving from data, y0y_{0}, at t=0t=0 to noise, y1y_{1}, at t=1t=1 with the probability path

The conditional VF according to equation 40 is:

Using Lemma 1 we get that the probability path

Variance Preserving (VP) path

where T(t)=0tβ(s)dsT(t)=\int_{0}^{t}\beta(s)ds, tt\in. The SDE coefficients are therefore

Plugging these choices in equation 40 we get the conditional VF

Using Lemma 1 to reverse the time we get the conditional VF for the reverse probability path:

Appendix E Implementation details

For the 2D example we used an MLP with 5-layers of 512 neurons each, while for images we used the UNet architecture from Dhariwal & Nichol (2021). For images, we center crop images and resize to the appropriate dimension, whereas for the 32×\times32 and 64×\times64 resolutions we use the same pre-processing as (Chrabaszcz et al., 2017). The three methods (FM-OT, FM-Diffusion, and SM-Diffusion) are always trained on the same architecture, same hyper-parameters, and for the same number of epochs.

We consider three options as diffusion baselines that correspond to the most popular diffusion loss parametrizations (Song & Ermon, 2019; Song et al., 2021; Ho et al., 2020; Kingma et al., 2021). We will assume general Gaussian path form of equation 10, i.e.,

Taking λ(t)=σt2(x1)\lambda(t)=\sigma_{t}^{2}(x_{1}) corresponds to the original Score Matching (SM) loss from Song & Ermon (2019), while considering λ(t)=β(1t)\lambda(t)=\beta(1-t) (β\beta is defined below) corresponds to the Score Flow (SF) loss motivated by an NLL upper bound (Song et al., 2021); sts_{t} is the learnable score function. DDPM (Noise Matching) loss from Ho et al. (2020) (equation 14) is

where p0(x)=N(x0,I)p_{0}(x)={\mathcal{N}}(x|0,I) is the standard Gaussian, and ϵt\epsilon_{t} is the learnable noise function.

Diffusion path.

For the diffusion path we use the standard VP diffusion (equation 19), namely,

with, as suggested in Song et al. (2020b), β(s)=βmin+s(βmaxβmin)\beta(s)=\beta_{\min}+s(\beta_{\max}-\beta_{\min}) and consequently

where βmin=0.1\beta_{\min}=0.1, βmax=20\beta_{\max}=20 and time is sampled in [0,1ϵ][0,1-{\epsilon}], ϵ=105{\epsilon}=10^{-5} for training and likelihood and ϵ=105{\epsilon}=10^{-5} for sampling.

Sampling.

Score matching samples are produced by solving the ODE (equation 1) with the vector field

DDPM samples are computed with equation 46 after setting st(x)=ϵt(x)/σts_{t}(x)=\epsilon_{t}(x)/\sigma_{t}, where σt=1α1t2\sigma_{t}=\sqrt{1-\alpha_{1-t}^{2}}.

E.2 Training & evaluation details

We report the hyper-parameters used in Table 3. We use full 32 bit-precision for training CIFAR10 and ImageNet-32 and 16-bit mixed precision for training ImageNet-64/128/256. All models are trained using the Adam optimizer with the following parameters: β1=0.9\beta_{1}=0.9, β2=0.999\beta_{2}=0.999, weight decay = 0.0, and ϵ=1e8\epsilon=1e{-8}. All methods we trained (i.e., FM-OT, FM-Diffusion, SM-Diffusion) using identical architectures, with the same parameters for the the same number of Epochs (see Table 3 for details). We use either a constant learning rate schedule or a polynomial decay schedule (see Table 3). The polynomial decay learning rate schedule includes a warm-up phase for a specified number of training steps. In the warm-up phase, the learning rate is linearly increased from 1e81e{-8} to the peak learning rate (specified in Table 3). Once the peak learning rate is achieved, it linearly decays the learning rate down to 1e81e{-8} until the final training step.

When reporting negative log-likelihood, we dequantize using the standard uniform dequantization. We report an importance-weighted estimate using

with xx is in {0, …, 255} and solved at t=1t=1 with an adaptive step size solver dopri5 with atol=rtol=1e-5 using the torchdiffeq (Chen, 2018) library. Estimated values for different values of KK are in Table 4.

When computing FID/Inception scores for CIFAR10, ImageNet-32/64 we use the TensorFlow GAN library https://github.com/tensorflow/gan. To remain comparable to Dhariwal & Nichol (2021) for ImageNet-128 we use the evaluation script they include in their publicly available code repository https://github.com/openai/guided-diffusion.

Appendix F Additional tables and figures