May 28, 2026
We introduce Midpoint Generative Models (MGM), a principled framework for training one-step generative models. MGM is based on a simple symmetry of Flow Matching with linear interpolation: when the two endpoint distributions coincide, the corresponding drift field vanishes at the midpoint time, \(t=1/2\). We show that the norm of this field defines a valid discrepancy between distributions, which we call the Midpoint Divergence. We extend this discrepancy beyond the midpoint by introducing randomly flipped interpolations and further generalize it by replacing deterministic linear Flow Matching interpolations with symmetric stochastic interpolants, yielding a generalized Midpoint Divergence. Finally, we derive a variational formulation of our generalized divergence, yielding a tractable objective for training a one-step generator. The resulting MGM algorithm offers an effective and theoretically grounded approach to generative modeling, achieving competitive performance against existing one-step generative modeling methods.
Diffusion and flow models are now at the core of many generative systems, enabling a wide range of practical applications: image generation [1], [2], video generation [3], audio generation [4], image editing [5], and image-to-image translation [6]. However, whenever diffusion models are applied, the next question is often the same: how can we make them fast enough for practical use? Several lines of work address this question, including the development of more accurate numerical solvers [7]–[9], the distillation of pre-trained diffusion or flow models into one- or few-step generators [10]–[14], and the design of new training schemes that learn one-step generators from scratch using structural properties of diffusion and flow models [11], [15]–[17].
In this work, we propose a novel and effective framework based on a previously unused symmetry of Flow Matching with linear interpolation [18], [19]. We observe that Flow Matching with linear interpolation between identical endpoint distributions \(p_0 = p_1\) has zero velocity vector field at the midpoint time \(t = 1/2\): \[v_{1/2}(x) \equiv 0 .\] We show that this property can be used as the foundation of a divergence between two probability distributions \(p_0\) and \(p_1\): if the midpoint velocity field is nonzero, then the two endpoint distributions are different. More precisely, the expected squared norm of this field defines a discrepancy that vanishes exactly when the two distributions coincide.
In its basic form, this observation applies only at the midpoint time \(t = 1/2\). We further show that, by introducing a random time flip \(t \mapsto 1-t\) in the interpolation, one can overcome this problem of \(v_{t}(x) \not\equiv 0\) for arbitrary time \(t\) and extend the construction to a time-integrated divergence. Moreover, the same idea applies beyond deterministic linear paths and yields a generalized a Divergence for symmetric stochastic interpolants [20], [21]. This divergence provides a principled way to distinguish between two endpoint distributions and serves as the basis for our final training algorithm, which we call Midpoint Generative Models (MGM).
Thus, our main contributions are as follows:
We introduce the Midpoint Divergence, a new distributional discrepancy derived from the midpoint symmetry of linear interpolant Flow Matching (3.1). We prove that this divergence is definite: it is nonnegative and vanishes if and only if the two endpoint distributions are equal. We further extend this construction to time-integrated objectives (3.2) and symmetric stochastic interpolants (3.3) by introducing a random time-flip.
We develop Midpoint Generative Models (MGM), a practical training framework for one-step generative modeling based on the proposed divergence. We derive a variational formulation (3.4) with a learned displacement field yielding an effective, practical algorithm for training generators directly from data, without requiring a pre-trained diffusion or flow teacher. We show that our method is competitive with the other approaches, learning one-step generators based on diffusion/flow properties (5).
We briefly review Flow Matching (2.1) and stochastic interpolants (2.2), which provide the vector-field learning and path-construction framework underlying our method. This fixes notation for the learned ODE dynamics and motivates the interpolant-based discrepancy introduced later.
Flow Matching learns a time-dependent vector field that defines an ordinary differential equation (ODE) transporting samples between distributions [18], [19]. Given independent endpoint samples \(X_0\sim p_0\) and \(X_1\sim p_1\), a basic choice is the linear interpolant \[X_t=(1-t)X_0+tX_1, \qquad t\in[0,1].\] This interpolant defines a path of marginal distributions \(p_t=\mathrm{Law}(X_t)\). These marginals are recovered by the probability flow ODE \[\frac{dY_t}{dt}=v_t^\star(Y_t), \qquad Y_0\sim p_0,\] where the drift is given by the conditional expectation: \[\begin{gather} \label{eq:vt} v_t^\star(x) = \mathbb{E}_{X_0,X_1} \left[ X_1-X_0 \mid X_t=x \right]. \end{gather}\tag{1}\] Thus, Flow Matching reduces generative modeling to learning the drift \(v_t^\star(x)\) that transports samples along the marginal path from \(p_0\) to \(p_1\) through the ODE.
The stochastic interpolants framework is a generalization of the linear one, allowing more flexible, possibly noisy paths between endpoint samples [21]. Let \(X_0\sim p_0\), \(X_1\sim p_1\), and \(\epsilon\sim\mathcal{N}(0,Id)\) be independent. A stochastic interpolant is defined as \[\begin{align} X_t = I_t(X_0,X_1)+\sigma_t\epsilon, \qquad t\in[0,1], \end{align}\] where \[I_0(X_0,X_1)=X_0,\qquad I_1(X_0,X_1)=X_1,\qquad \sigma_0=\sigma_1=0,\] with \(I_t\) twice continuously differentiable in both time and space and \(\sigma_t^2\in C^2([0,1])\).
The standard Flow Matching construction is recovered by setting \(I_t(X_0,X_1)=(1-t)X_0+tX_1\) and \(\sigma_t=0\), giving the linear interpolant above.
In this section, we introduce Midpoint Generative Models (MGM), a principled framework for training one-step generative models. We begin in §3.1 by showing that the velocity field induced by linear Flow Matching contains a discriminative signal at the midpoint \(t=1/2\). In particular, this velocity field vanishes when the endpoint distributions coincide, and its failure to vanish gives rise to the Midpoint Divergence. Next, in §3.2, we extend this idea beyond the midpoint. Since non-midpoint times introduce an orientation bias, we introduce a randomly flipped interpolation that restores symmetry and leads to a time-integrated Midpoint Divergence. In §3.3, we further generalize the construction from deterministic linear interpolations to symmetric stochastic interpolants, yielding a generalized Midpoint Divergence. Finally, in §3.4, we show how this generalized divergence can be used as a training objective for generative modeling. We derive a variational formulation with a learned displacement fieldmodel and summarize the resulting practical training algorithm for one-step generators. All proofs are provided in Appendix 7.
Consider the Flow Matching linear interpolation between two distributions \(p_0\) and \(p_1\) and the corresponding velocity field \(v_t\) in 1 . A key property of this field is that it vanishes at the midpoint \(t=1/2\), i.e., \(v_{1/2} \equiv 0\), whenever \(p_0 = p_1\). We illustrate this in Figure 1 and state it formally below.
Proposition 1 (Midpoint symmetry). Let \(X_0\) and \(X_1\) be independent samples from the same distribution \(p\) with finite first moment. Then \[\begin{align} v_{1/2}(x) = \mathbb{E}_{X_0,X_1}\!\left[X_1-X_0 \mid X_{1/2}=x\right] = 0 \quad \text{for } p_{1/2}\text{-a.e. }x. \end{align}\]
This suggests using the failure of the velocity field to vanish at the midpoint as a measure of discrepancy between \(p_0\) and \(p_1\).
Definition 1 (Midpoint Divergence). For distributions \(p_0\) and \(p_1\), define the Midpoint Divergence \[\begin{align} \label{eq:midpoint95divegence} D_{\mathrm{mid}}(p_0, p_1) := \mathbb{E}_{X_{1/2}} \left\| \mathbb{E}_{X_0,X_1}\!\left[X_1-X_0 \mid X_{1/2}\right] \right\|_2^2. \end{align}\qquad{(1)}\]
By Proposition 1, we immediately have \(D_{\mathrm{mid}}(p_0,p_1)=0\) whenever \(p_0=p_1\). To justify the term “divergence,” we now show the converse: the Midpoint Divergence vanishes only when the endpoint distributions coincide.
Theorem 1 (Definiteness of the Midpoint Divergence). Let \(X_0 \sim p_0\) and \(X_1 \sim p_1\) be independent and bounded almost surely. Then \[D_{\mathrm{mid}}(p_0,p_1)=0 \quad\Longleftrightarrow\quad p_0=p_1.\]
Thus, vanishing of the midpoint Flow Matching velocity field characterizes equality of the endpoint distributions. A natural next question is whether analogous discrepancies can be constructed using non-midpoint times.

Figure 1: Linear interpolation for a Gaussian toy example. Contours show the interpolated density \(p_t\). Top row: The velocity field \(v_t(x)=\mathbb{E}[X_1-X_0\mid X_t=x]\) vanishes only at \(t=1/2\) and is nonzero away from the midpoint. Bottom rows: the endpoint denoisers are related by time reversal, \(\mathbb{E}[X_0 \mid X_t=x] = \mathbb{E}[X_1 \mid X_{1-t}=x]\), rather than by equality at a fixed time..
A naive way to extend the midpoint construction over the full Flow Matching path is to integrate the squared norm of the Flow Matching velocity field over time: \[\begin{align} \label{eq:naive95time95integrated95midpoint95divergence} D_{\mathrm{t\text{-}mid}}^{\mathrm{naive}}(p_0,p_1) := \int_0^{1} \mathbb{E}_{X_t} \left\| \mathbb{E}_{X_0,X_1}[X_1-X_0 \mid X_t] \right\|_2^2 dt . \end{align}\tag{2}\] However, this naive functional is not a valid discrepancy: for \(t\neq 1/2\), the Flow Matching velocity field \(v_t\) generally does not vanish even when \(p_0=p_1\). Figure 1 (top row) illustrates this failure mode in a Gaussian toy example: under linear interpolation, the conditional velocity field vanishes at the midpoint but remains nonzero at the other displayed times. This also can be seen by rewriting the velocity as a difference of two posterior endpoint means, which we refer to as denoisers: \[\begin{align} v_t(x) &= \mathbb{E}_{X_0,X_1}\left[X_1-X_0 \mid X_t=x\right] \\ &= \mathbb{E}_{X_1}\left[X_1\mid X_t=x\right] - \mathbb{E}_{X_0}\left[X_0\mid X_t=x\right]. \end{align}\] Even when \(p_0=p_1\), these two denoisers are generally different away from the midpoint. For example, at \(t=0\) we have \(X_t=X_0\), and hence \[\begin{align} \mathbb{E}_{X_1}\left[X_1\mid X_0=x\right] = \mathbb{E}_{X_1}X_1, \qquad \mathbb{E}_{X_0}\left[X_0\mid X_0=x\right] = x. \end{align}\] Thus, given \(X_0=x\), the squared-error optimal estimator of \(X_0\) is \(x\) itself, whereas the optimal reconstruction of the independent endpoint \(X_1\) is only its mean. The same phenomenon occurs at other non-midpoint times: the closer \(t\) is to one endpoint, the easier it is to reconstruct that endpoint from \(X_t\), and the harder it is to reconstruct the other endpoint. Thus the two denoisers are intrinsically asymmetric away from \(t=1/2\). This phenomenon is visually illustrated in Figure 1 (bottom rows). To remove this orientation bias, we introduce a randomly flipped interpolation. Let \(B\sim \mathrm{Bernoulli}(1/2)\) be independent of \((X_0,X_1)\), and define \[\begin{align} \label{eq:flip95flow95matching95interpolant} \widetilde{X}_t = \begin{cases} X_t = (1-t)X_0 + tX_1, & B=0,\\ X_{1-t} = t X_0 + (1-t)X_1, & B=1. \end{cases} \end{align}\tag{3}\] Importantly, the flip variable \(B\) is not observed: we condition only on the value of \(\widetilde{X}_t\). This randomization makes the two endpoints equally close, in distribution, to the observed interpolation point. Consequently, under the case \(p_0=p_1\), neither endpoint has an intrinsic reconstruction advantage, and the conditional displacement vanishes. This is illustrated in Figure 2 and formalized in the following proposition.
Proposition 2 (Flip-induced symmetry). Let \(X_0\) and \(X_1\) be independent samples from the same distribution \(p\) with finite first moment. Then, for every \(t\in[0,1]\), the symmetrized displacement field \[\begin{align} \label{eq:vtb} \widetilde{v}_t(x) := \mathbb{E}_{X_0,X_1} [ X_1-X_0 \mid \widetilde{X}_t = x ] = 0 \quad \text{for } \widetilde{p}_{t}\text{-a.e. }x. \end{align}\qquad{(2)}\] where \(\widetilde{X}_t \sim \widetilde{p}_{t} := (p_t + p_{1-t})/2\).
At \(t=1/2\), the two branches of the flipped observation coincide, so \(\widetilde{X}_{1/2}=X_{1/2}\) regardless of \(B\): \[\begin{align} \widetilde{v}_{1/2}(x) = \mathbb{E}_{X_0,X_1} [ X_1-X_0 \mid \widetilde{X}_{1/2}=x ] = \mathbb{E}_{X_0,X_1} [ X_1-X_0 \mid X_{1/2}=x ] = v_{1/2}(x). \end{align}\] Thus, the flipped construction coincides with the original one at \(t=1/2\).

Figure 2: Randomly flipped interpolation on the same Gaussian toy example. Contours show the symmetrized density \(\tilde{p}_t\). Top row: The symmetrized displacement field \(\tilde{v}_t(x)=\mathbb{E}[X_1-X_0\mid \tilde{X}_t=x]\) is identically zero for every displayed \(t\). Bottom rows: Under the same symmetrized observation model, the endpoint denoisers coincide pointwise for every \(t\), \(\mathbb{E}[X_0 \mid \tilde{X}_t=x] = \mathbb{E}[X_1 \mid \tilde{X}_t=x]\)..
Since the symmetrized displacement field vanishes for all \(t\), it is natural to define a discrepancy by integrating its squared norm over time.
Definition 2 (Time-integrated Midpoint Divergence). For any two distributions \(p_0\) and \(p_1\) we define time-integrated Midpoint Divergence as the following functional \[\begin{align} D_{\mathrm{t\text{-}mid}}(p_0,p_1) := \int_0^{1/2} \mathbb{E}_{\widetilde{X}_t} \left\| \mathbb{E}_{X_0,X_1}[X_1-X_0 \mid \widetilde{X}_t] \right\|_2^2 dt \end{align}\]
We integrate only over \([0,1/2]\) because, under the random flip construction, the discrepancy at time \(t\) is the same as at time \(1-t\); integrating over \([0,1]\) would therefore count each contribution twice. As in the single-time midpoint case, this functional is a valid divergence.
Theorem 2 (Definiteness of the time-integrated Midpoint Divergence). Let \(X_0 \sim p_0\) and \(X_1 \sim p_1\) be independent with finite second moments. Then \[D_{\mathrm{t\text{-}mid}}(p_0,p_1)=0 \quad\Longleftrightarrow\quad p_0=p_1.\]
Figure 2 shows the same toy example after random time reversal: the symmetrized displacement field is zero for every \(t\), and the two endpoint denoisers coincide pointwise.
In the flipped construction, the symmetrized displacement field \(\widetilde{v}_t(x)\) in ?? is no longer the Flow Matching velocity field 1 . Nevertheless, it can still be interpreted as the difference between two posterior endpoint denoisers under the symmetrized observation model: \[\begin{align} \widetilde{v}_t(x) &= \mathbb{E}_{X_0,X_1}[X_1 - X_0 \mid \widetilde{X}_t = x]\\ &= \mathbb{E}_{X_1}[X_1 \mid \widetilde{X}_t = x] - \mathbb{E}_{X_0}[X_0 \mid \widetilde{X}_t = x]. \end{align}\] This perspective decouples the construction from the specific linear interpolation used in Flow Matching and suggests a broader class of symmetric interpolation paths.
We now extend the construction to stochastic interpolants defined in §2.2: \[\begin{align} \label{eq:stoch95interpolant} X_t = I_t(X_0, X_1) + \sigma_t \epsilon, \qquad \epsilon \sim \mathcal{N}(0, I). \end{align}\tag{4}\] We additionally require the interpolant to be symmetric, namely \[I_t(x_0,x_1) = I_{1-t}(x_1,x_0), \qquad \sigma_t=\sigma_{1-t}.\]
Let \(B \sim \mathrm{Bernoulli}(1/2)\) be independent of \((X_0, X_1, \epsilon)\). We define the flipped observation by \[\begin{align} \label{eq:flipped95stochastic95interpolant} \widetilde{X}_t = \begin{cases} X_t = I_t(X_0, X_1) + \sigma_t \epsilon, & B = 0,\\ X_{1-t} = I_{1-t}(X_0, X_1) + \sigma_{1-t} \epsilon, & B = 1, \end{cases} \end{align}\tag{5}\] This symmetrized observation model leads to the following generalized Midpoint Divergence: \[\begin{align} \label{eq:generalized95midpoint95divergence} D^{I, \sigma}_{\mathrm{t\text{-}mid}}(p_0, p_1) := \int_0^{1/2} \mathbb{E}_{\widetilde{X}_t} \left\| \mathbb{E}_{X_0,X_1}[X_1 - X_0 \mid \widetilde{X}_t] \right\|_2^2 \, dt. \end{align}\tag{6}\] This reduces to the time-integrated midpoint divergence for the Flow Matching linear interpolant. The next theorem shows that this generalized construction still defines a valid divergence.
Theorem 3 (Definiteness of the generalized Midpoint Divergence). Let \(X_0 \sim p_0\) and \(X_1 \sim p_1\) be independent with finite second moments. Fix any symmetric stochastic interpolant 4 . Then \[D^{I, \sigma}_{\mathrm{t\text{-}mid}}(p_0, p_1) = 0 \quad\Longleftrightarrow\quad p_0 = p_1.\]
Theorem 3 shows that the generalized Midpoint Divergence can serve as a principled training objective: minimizing it against the data distribution identifies the target distribution uniquely. We now use this divergence to construct our Midpoint Generative Models.
The generalized midpoint divergence provides a natural approach for generative modeling. Let \(p_\theta\) be the distribution induced by a generator \(G_\theta\) applied to a latent prior \(p_z\): \[Z \sim p_z, \qquad X_0 = G_\theta(Z), \qquad X_0 \sim p_\theta .\] We pair generated samples with data samples \(X_1 \sim p_{\rm data}\), and define \(\widetilde{X}_t\) using the flipped stochastic interpolant in 5 . The generalized midpoint divergence then provides a natural training objective \[\begin{align} \label{eq:mgm95primal95objective} \min_\theta D^{I, \sigma}_{\mathrm{t\text{-}mid}}(p_\theta, p_{\rm data}) = \int_0^{1/2} \mathbb{E}_{\widetilde{X}_t} \left\| \mathbb{E}_{X_0,X_1}[X_1 - X_0 \mid \widetilde{X}_t] \right\|_2^2 \, dt. \end{align}\tag{7}\] By Theorem 3, the divergence vanishes if and only if \(p_\theta=p_{\rm data}\). Directly optimizing 7 , however, is intractable because the symmetrized displacement field \[\mathbb{E}_{X_0,X_1}[X_1 - X_0 \mid \widetilde{X}_t]\] is unknown. We therefore use the following variational representation.
Proposition 3 (Variational midpoint objective). For fixed \(p_\theta\), the generalized midpoint divergence admits the variational form \[D^{I,\sigma}_{\mathrm{t\text{-}mid}} (p_\theta,p_{\rm data}) = \max_{f_t} \int_0^{1/2} \mathbb{E}_{X_0, X_1, B, \epsilon} \left[ 2\langle f_t(\widetilde{X}_t), X_1-X_0\rangle - \|f_t(\widetilde{X}_t)\|_2^2 \right] dt,\] where \(\widetilde{X}_t\) is defined according to 5 and the maximum is over square-integrable vector-valued functions \(f_t\). Moreover, the maximizer is given by \[f_t^\star(x) = \mathbb{E}_{X_0,X_1}\left[ X_1-X_0 \mid \widetilde{X}_t=x \right] = \widetilde{v}_t(x),\] for almost every \(t\) and \(\widetilde{p}_t\)-almost every \(x\).
Using Proposition 3 and parameterizing the displacement field by a neural network \(f_\psi\), we obtain the practical minimax objective \[\begin{align} \label{eq:mgm95objective} \min_\theta \max_\psi \; \mathcal{L}(\theta,\psi) := \int_0^{1/2} \mathbb{E} \left[ 2\langle f_\psi(t,\widetilde{X}_t), X_1-X_0\rangle - \|f_\psi(t,\widetilde{X}_t)\|_2^2 \right]dt . \end{align}\tag{8}\] In practice, we alternate between updating the displacement fieldmodel to approximate the symmetrized displacement field and updating the generator to minimize the resulting variational midpoint objective. The full stochastic training procedure is summarized in Algorithm 6.
The variational formulation above can be instantiated not only with the generalized Midpoint Divergence, but also with simpler alternatives such as the midpoint-only divergence \(D_{\mathrm{mid}}\) in ?? and the naive unflipped time-integrated objective \(D_{\mathrm{t\text{-}mid}}^{\mathrm{naive}}(p_0,p_1)\) in 2 ; details are provided in Appendix 9. These alternatives allow us to ablate the two key ingredients of MGM: random flipping and time integration.
Figure 3 shows the resulting samples on the Swiss roll toy dataset. The midpoint-only objective learns the coarse geometry of the target, but produces noisy samples. One possible explanation is that, at \(t=1/2\), the displacement field model \(f_\psi\) only observes the mixed interpolation \(x_{1/2}=(x_0+x_1)/2\), in which the generator output \(x_0\) appears only through an averaged state. This may provide a weaker signal for correcting fine-grained errors in generator samples. In contrast, the flipped time-integrated objective includes times closer to the endpoints. For small \(t\), the symmetrized observation contains samples close to either \(X_0\) or \(X_1\), while preserving endpoint symmetry through the random flip. Thus, time integration gives the displacement field access to a richer family of observations, including near-generator samples, which can provide a stronger signal for fine-grained details.
The naive unflipped time-integrated objective fails, as expected from the orientation bias of non-midpoint Flow Matching velocities. The flipped time-integrated objective, however, accurately recovers the target distribution. This comparison supports the full MGM construction: random flipping makes the displacement field vanish when \(p_0=p_1\), while time integration provides a stronger training signal than the midpoint alone.




Figure 3: Toy samples illustrating the role of the MGM construction. Full MGM recovers the target distribution, while the midpoint-only objective at \(t=1/2\) remains valid but produces noisier samples. In contrast, naively integrating the unflipped midpoint objective over time fails..
We discuss three main axes of work related to MGM: distillation of pre-trained diffusion and flow models, direct training of fast generators from diffusion/flow principles, and GANs.
A common route to fast generation is to distill a pre-trained diffusion or flow model into a one- or few-step student. One branch exploits PF-ODE consistency: teacher samples follow deterministic trajectories, so a pair \((x_t,t)\) identifies the remaining trajectory including the final point. These methods train a student to reproduce two or more teacher-sampler steps or to make predictions at different points on the same teacher trajectory agree [10], [11], [15], [22]–[26]. A second branch parameterizes \(p_\theta(x_0)\) through a stochastic generator and optimizes losses derived from a pre-trained teacher [12], [13], [27]–[34]. These losses usually lead to adversarial optimization and often require an additional estimator for the generator distribution, such as a generator score, generator flow, or critic. Many of these works can be viewed through the inverse-distillation lens of Universal Inverse Distillation [35]. In contrast, MGM does not distill a pre-trained diffusion or flow teacher; it trains directly from data using the proposed Midpoint Divergence between generated samples and real data, without any teacher.
Another line of work trains fast samplers directly from data, without a pretrained teacher as the training signal. These methods use the fact that finite-time updates along the same generative ODE trajectory must be mutually consistent: an update from \(s\) to \(t\) should agree with updates that pass through intermediate times. Their common goal is to obtain such finite-time integrators, parameterized as endpoint-consistent predictors, two-time trajectory maps, finite-interval updates, or average velocities [11], [16], [17], [22], [23], [36]. Some methods, such as Consistency Models and Consistency Trajectory Models, also support teacher distillation, but their direct-training variants use only data and noise samples [11], [23]. Flow Map Matching gives a general view of many such objectives as learning maps between pairs of times in diffusion or stochastic-interpolant dynamics [37]. MGM is close in spirit because it also trains from scratch using diffusion and flow principles. Unlike these approaches, MGM does not learn a finite-time integrator; it directly parameterizes the generated data distribution and compares it to real data samples using the proposed Midpoint Divergence.
Classical GANs [38] train a generator against a scalar discriminator, with \(f\)-GAN [39] and Wasserstein GAN [40] connecting discriminator-generator minimax objectives to standard divergences. Diffusion-GAN variants [41], [42] combine adversarial objectives with diffusion ideas, for example by discriminating noised samples or modeling large denoising steps adversarially. MGM also has a minimax training form, but uses a vector-valued critic \(f_\psi(t,x)\) trained toward endpoint displacements under a symmetrized stochastic interpolant. Thus, MGM optimizes a regression-based generalized Midpoint Divergence, not a classification-based adversarial loss.
Figure 4: Crops from uncurated CIFAR-10 sample grids generated with one network evaluation. The time-integrated MGM objective preserves more fine-grained structure than the midpoint-only variant.. a — MGM, b — MGM, \(t=1/2\) only
In this section, we evaluate MGM on unconditional CIFAR-10 \(32\times32\) generation. In §5.1, we describe the dataset, evaluation protocol, and model parameterization used in our CIFAR-10 experiments. In §5.2, we ablate the main design choices of MGM, including warmup duration, interpolant stochasticity, critic stochasticity, and the use of the generalized Midpoint Divergence. Finally, in §5.3, we compare MGM against reported 1-NFE CIFAR-10 baselines. Additional experimental details and results are provided in Appendix 8.
Datasets and Evaluation Protocol. We evaluate MGM on unconditional CIFAR-10 \(32\times 32\) [43]. Following prior works, we report the Frechet Inception Distance (FID) [44] computed from 50K generated samples against the CIFAR-10 training set statistics.
Implementation Details. We use the EDM ddpm++ backbone for unconditional CIFAR-10 [8] for both
the generator \(G_\theta\) and the displacement field \(f_\psi\) models. We use generalized Midpoint Divergence (§3.3) with
the linear interpolant \(I_t(x_0,x_1)=(1-t)x_0+t x_1\) and the stochastic schedule \(\sigma_t=\sqrt{\sigma t(1-t)}\). Before MGM training, we initialize the one-step generator with a warmup
stage that trains the denoising objective restricted to diffusion times \(t\in[0,2.5]\). The generator is then initialized from the model evaluated at time \(t=2.5\), while the MGM
displacement fieldreceives interpolation times \(t\in[0,0.5]\). Additional warmup details are provided in Appendix 8.
We ablate four design choices in MGM: how long to run the denoising-objective warmup, how much noise to use in the generator interpolant, whether the displacement fieldshould observe noisy interpolants, and whether the objective should integrate over time or use only the midpoint. The corresponding FID results are reported in Table [tab:ablation95study], with the four ablations separated in Tables 5–[tab:ablation95midpoint95only].
Warmup duration. We vary the number of denoising-objective warmup steps before MGM training (Table 5). Performance improves rapidly from 5K to 50K warmup steps (25% of the original denoising training procedure), while longer warmups do not provide further gains.
Interpolant stochasticity. We ablate different values of \(\sigma\) in the stochastic schedule \(\sigma_t=\sqrt{\sigma t(1-t)}\) (Table [tab:ablation95interpolant95stochasticity]). The deterministic setting \(\sigma = 0\) performs poorly, indicating that noise is important for stable training. This is consistent with the common observation in image-to-image diffusion models that deterministic bridges are weak and that adding bridge noise improves performance [45]–[49]. Small nonzero noise gives the best results, while excessive stochasticity degrades FID.
Critic stochasticity. We next decouple the generator and critic interpolants (Table [tab:ablation95critic95stochasticity]). When updating the generator, we sample \(x_t^{\mathrm{gen}}=I_t(x_0,x_1)\) without adding noise. When training the displacement field, we use noisy observations \(x_t^{\mathrm{critic}}=I_t(x_0,x_1)+\sqrt{\sigma t(1-t)}z\) with \(z\sim\mathcal{N}(0,I)\), and vary the critic noise scale \(\sigma\). This critic-only stochasticity gives the lowest FID in our ablations.
Generalized Midpoint Divergence. We compare the time-integrated objective with a midpoint-only variant that fixes \(t=1/2\) (Table [tab:ablation95midpoint95only]). The midpoint-only setting is substantially worse across all critic noise levels. Using only the midpoint loses fine-grained details and degrades sample quality (see Fig. 4), while integrating over multiple interpolation times provides a stronger learning signal.
2pt
We compare MGM with other one-step CIFAR-10 generators, separating methods by the training signal used to learn the one-step model. A method is counted as using a teacher-model training signal if a separately pretrained model, or trajectories/targets generated by such a model, appears in the student generator loss. We do not count mere initialization or self-pretraining unless the pretrained model is subsequently used as a loss target, boundary condition, or trajectory generator. The diffusion and flow baseline values are taken from the CIFAR-10 1-NFE entries collected by CMT [50], the StyleGAN2+ADA value is taken from [41], and the DiffRatio value is taken from [51]. Under the same grouping, MGM trains an auxiliary displacement field, but its learning signal is obtained directly from data rather than from a teacher model. As shown in Table 1, MGM achieves FID 2.27, the best result among methods without a teacher-model training signal.
| w/ teacher-model training signal | w/o teacher-model training signal | ||
|---|---|---|---|
| Method | FID | Method | FID |
| CTM [23] | 1.87 | MGM (Ours) | 2.27 |
| SiD [30] | 1.92 | DiffRatio-DiJS [51] | 2.39 |
| TCM [26] | 2.46 | iCT-deep [15] | 2.51 |
| CMT w/ ECT [50] | 2.74 | iCT [15] | 2.83 |
| CD [11] | 3.55 | sCT [22] | 2.85 |
| sCD [22] | 3.66 | MF [17] | 2.92 |
| DMD [12] | 3.77 | Stable CT [52] | 2.92 |
| DFNO [53] | 3.78 | StyleGAN2 w/ ADA [54] | 2.92 |
| TRACT [24] | 3.78 | IMM [55] | 3.20 |
| 2-Rectified Flow [19] | 4.85 | VCT [56] | 3.26 |
| PD [10] | 8.34 | ECT [25] | 3.60 |
We introduced Midpoint Generative Models (MGM), a framework for training one-step generators by minimizing the generalized Midpoint Divergence. Our construction reframes symmetric stochastic interpolants, originally used to define generative paths, as a basis for comparing endpoint distributions. This yields a definite divergence and a practical variational objective for direct generator training.
As MGM introduces a new training paradigm, several questions remain open. In particular, its performance may depend on the choice of stochastic interpolant, noise schedule, and interpolation-time sampling distribution during training. Understanding how these design choices affect optimization stability and sample quality is an important direction for future work.
Limitations. Our practical training procedure uses a minimax objective with an adversarially trained displacement field. As in other adversarial training methods, this can introduce optimization instability and sensitivity to the balance between generator and displacement-field updates.
In this section, we provide proofs for all theorems and propositions in the main part.
Let \[\Delta := X_1 - X_0, \qquad M := X_{1/2} = \frac{X_0+X_1}{2}.\] Since \(X_0\) and \(X_1\) are independent samples from the same distribution, \[(X_0,X_1) \stackrel{d}{=} (X_1,X_0).\] Under this exchange, \(M\) is unchanged while \(\Delta\) changes sign. Hence \[(\Delta,M) \stackrel{d}{=} (-\Delta,M).\] Therefore the conditional law of \(\Delta\) given \(M\) is symmetric about the origin, and so \[\mathbb{E}[\Delta \mid M] = 0 \quad \text{a.s.}\] Since \(\Delta = X_1 - X_0\) and \(M=X_{1/2}\), this is exactly \[v_{1/2}(x) = \mathbb{E}[X_1-X_0 \mid X_{1/2}=x] = 0\] for \(p_{1/2}\)-almost every \(x\).
Let \[\Delta := X_1-X_0, \qquad M := X_{1/2}=\frac{X_0+X_1}{2}.\] Then, by Definition [def:midpoint95divegence], \[D_{\mathrm{mid}}(p_0,p_1) = \mathbb{E}\bigl[ \|\mathbb{E}[\Delta \mid M]\|_2^2 \bigr].\]
If \(p_0=p_1\), then Proposition 1 gives \[\mathbb{E}[\Delta \mid M]=0 \quad \text{a.s.}\] and hence \(D_{\mathrm{mid}}(p_0,p_1)=0\).
Conversely, suppose that \[D_{\mathrm{mid}}(p_0,p_1)=0.\] Since the integrand is nonnegative, \[\mathbb{E}[\Delta \mid M]=0 \quad \text{a.s.}\] Thus, for every bounded measurable function \(\varphi\), \[\mathbb{E}[\Delta \, \varphi(M)] = 0.\] Because \(X_0\) and \(X_1\) are bounded almost surely, for every \(u\in\mathbb{R}^d\) the function \[\varphi_u(m) := e^{\langle u,m\rangle}\] is bounded on the support of \(M\). Therefore \[\mathbb{E} \left[ (X_1-X_0) e^{\langle u,(X_0+X_1)/2\rangle} \right] = 0.\] Using independence of \(X_0\) and \(X_1\), this becomes \[\mathbb{E}\!\left[X_1 e^{\langle u,X_1\rangle/2}\right] \mathbb{E}\!\left[e^{\langle u,X_0\rangle/2}\right] = \mathbb{E}\!\left[X_0 e^{\langle u,X_0\rangle/2}\right] \mathbb{E}\!\left[e^{\langle u,X_1\rangle/2}\right].\] Define the moment generating functions \[G_j(v) := \mathbb{E}\!\left[e^{\langle v,X_j\rangle}\right], \qquad j\in\{0,1\}.\] Since \(X_0\) and \(X_1\) are bounded, \(G_0\) and \(G_1\) are finite and differentiable on all of \(\mathbb{R}^d\), with \[\nabla G_j(v) = \mathbb{E}\!\left[X_j e^{\langle v,X_j\rangle}\right].\] Setting \(v=u/2\), the preceding identity yields \[G_0(v)\nabla G_1(v) = G_1(v)\nabla G_0(v) \qquad \text{for all } v\in\mathbb{R}^d.\] Since \(G_0(v)>0\) and \(G_1(v)>0\), \[\nabla \log G_1(v) = \nabla \log G_0(v).\] Hence \(\log G_1-\log G_0\) is constant on \(\mathbb{R}^d\). Evaluating at \(v=0\) gives \[G_0(0)=G_1(0)=1,\] so the constant is zero. Thus \[G_0(v)=G_1(v) \qquad \text{for all } v\in\mathbb{R}^d.\] By uniqueness of moment generating functions, \(p_0=p_1\). Therefore \[D_{\mathrm{mid}}(p_0,p_1)=0 \quad\Longleftrightarrow\quad p_0=p_1.\]
Fix \(t\in[0,1]\) and let \[\Delta := X_1-X_0.\] We need to show that \[\mathbb{E}[\Delta \mid \widetilde{X}_t]=0.\]
Since \(X_0\) and \(X_1\) are independent samples from the same distribution and \(B\sim\mathrm{Bernoulli}(1/2)\) is independent of them, \[(X_0,X_1,B) \stackrel{d}{=} (X_1,X_0,1-B).\] Under this transformation, \(\Delta\) changes sign. On the other hand, the flipped observation \[\widetilde{X}_t = (1-B)\bigl((1-t)X_0+tX_1\bigr) + B\bigl(tX_0+(1-t)X_1\bigr)\] is unchanged. Therefore \[(\Delta,\widetilde{X}_t) \stackrel{d}{=} (-\Delta,\widetilde{X}_t).\] It follows that the conditional law of \(\Delta\) given \(\widetilde{X}_t\) is symmetric about the origin, and hence \[\mathbb{E}[\Delta \mid \widetilde{X}_t]=0 \quad \text{a.s.}\] Equivalently, \[\widetilde{v}_t(x) = \mathbb{E}[X_1-X_0 \mid \widetilde{X}_t=x] = 0\] for \(\widetilde{p}_t\)-almost every \(x\).
Theorem 2 is the deterministic linear interpolant special case of Theorem 3. Indeed, take \[I_t(x_0,x_1) := (1-t)x_0 + t x_1, \qquad \sigma_t := 0.\] Then the flipped stochastic interpolant in 5 reduces to the flipped linear interpolation in 3 : \[\widetilde{X}_t = \begin{cases} (1-t)X_0+tX_1, & B=0,\\ tX_0+(1-t)X_1, & B=1. \end{cases}\] Consequently, \[D_{t\text{-}\mathrm{mid}}^{I,\sigma}(p_0,p_1) = D_{t\text{-}\mathrm{mid}}(p_0,p_1).\] The claim therefore follows directly from Theorem 1.
Let \[\Delta := X_1-X_0, \qquad m_t(x) := \mathbb{E}[\Delta \mid \widetilde{X}_t=x].\] By definition, \[D_{t\text{-}\mathrm{mid}}^{I,\sigma}(p_0,p_1) = \int_0^{1/2} \mathbb{E}\bigl[\|m_t(\widetilde{X}_t)\|_2^2\bigr]\,dt.\] Nonnegativity is immediate.
First suppose that \(p_0=p_1\). Then \(X_0\) and \(X_1\) are exchangeable. Since \(B\sim\mathrm{Bernoulli}(1/2)\) is independent of \((X_0,X_1,\epsilon)\), the transformation \[(X_0,X_1,B,\epsilon) \mapsto (X_1,X_0,1-B,\epsilon)\] preserves the joint distribution. Under this transformation, \(\Delta\) changes sign. On the other hand, the flipped observation 5 , which due to symmetry could be rewritten as \[\widetilde{X}_t = \begin{cases} I_t(X_0,X_1)+\sigma_t\epsilon, & B=0,\\ I_t(X_1,X_0)+\sigma_t\epsilon, & B=1, \end{cases}\] is unchanged. Hence \[(\Delta,\widetilde{X}_t) \stackrel{d}{=} (-\Delta,\widetilde{X}_t).\] Therefore the conditional law of \(\Delta\) given \(\widetilde{X}_t\) is symmetric about the origin, so \[m_t(\widetilde{X}_t) = \mathbb{E}[\Delta \mid \widetilde{X}_t] = 0 \quad \text{a.s.}\] for every \(t\in[0,1/2]\). Thus \[D_{t\text{-}\mathrm{mid}}^{I,\sigma}(p_0,p_1)=0.\]
Conversely, suppose that \[D_{t\text{-}\mathrm{mid}}^{I,\sigma}(p_0,p_1)=0.\] Since the integrand is nonnegative, \[m_t(\widetilde{X}_t) = \mathbb{E}[\Delta \mid \widetilde{X}_t] = 0 \quad \text{a.s.}\] for almost every \(t\in[0,1/2]\). Choose a sequence \(t_n\downarrow 0\) from this full-measure set. By the endpoint continuity of the stochastic interpolant, \[\widetilde{X}_{t_n} \longrightarrow Z \quad \text{a.s.},\] where \[Z := \begin{cases} X_0, & B=0,\\ X_1, & B=1. \end{cases}\] Let \(\varphi:\mathbb{R}^d\to\mathbb{R}\) be bounded and continuous. For each \(n\), since \[m_{t_n}(\widetilde{X}_{t_n}) = \mathbb{E}[\Delta \mid \widetilde{X}_{t_n}] = 0 \quad \text{a.s.},\] we have, by the tower property, \[\begin{align} \mathbb{E}\bigl[\Delta\,\varphi(\widetilde{X}_{t_n})\bigr] &= \mathbb{E}\bigl[ \mathbb{E}[\Delta \mid \widetilde{X}_{t_n}] \varphi(\widetilde{X}_{t_n}) \bigr] \\ &= \mathbb{E}\bigl[ m_{t_n}(\widetilde{X}_{t_n}) \varphi(\widetilde{X}_{t_n}) \bigr] \\ &= 0. \end{align}\] Since \(\Delta\in L^1\) and \(\varphi\) is bounded, dominated convergence gives \[\mathbb{E}[\Delta\,\varphi(Z)] = 0.\] By a monotone-class argument, the same identity holds for every bounded Borel function \(\varphi\).
Expanding over the two values of \(B\), we obtain \[0 = \frac{1}{2} \mathbb{E}\bigl[(X_1-X_0)\varphi(X_0)\bigr] + \frac{1}{2} \mathbb{E}\bigl[(X_1-X_0)\varphi(X_1)\bigr].\] Let \[\bar x_0 := \mathbb{E}[X_0], \qquad \bar x_1 := \mathbb{E}[X_1].\] Using independence of \(X_0\) and \(X_1\), the previous identity becomes \[\int \varphi(x)(\bar x_1-x)\,p_0(dx) + \int \varphi(x)(x-\bar x_0)\,p_1(dx) = 0\] for every bounded Borel \(\varphi\). Taking \(\varphi\equiv 1\) gives \[\bar x_0=\bar x_1.\] Denote the common value by \(\bar x\). Then \[\int \varphi(x)(x-\bar x)\,(p_1-p_0)(dx) = 0\] for every bounded Borel \(\varphi\).
Let \[\mu := p_1-p_0.\] We have shown that \[(x-\bar x)\,\mu(dx)=0\] as a vector-valued signed measure. We now show that this implies \(\mu=0\).
Fix a coordinate \(j\in\{1,\dots,d\}\) and an integer \(n\ge 1\), and define \[A_{j,n} := \{x\in\mathbb{R}^d:\;|x_j-\bar x_j|\ge 1/n\}.\] For any Borel set \(A\subseteq A_{j,n}\), the function \[\varphi(x) := \frac{\mathbf{1}_A(x)}{x_j-\bar x_j}\] is bounded and Borel. Applying the \(j\)-th coordinate of the signed-measure identity gives \[\mu(A) = \int \varphi(x)(x_j-\bar x_j)\,\mu(dx) = 0.\] Thus \(\mu\) vanishes on every Borel subset of \(A_{j,n}\). Since \[\mathbb{R}^d\setminus\{\bar x\} = \bigcup_{j=1}^d \bigcup_{n=1}^\infty A_{j,n},\] we have \[\mu(\mathbb{R}^d\setminus\{\bar x\})=0.\] Hence \(\mu\) is supported on \(\{\bar x\}\). But \(\mu\) is the difference of two probability measures, so \[\mu(\mathbb{R}^d)=p_1(\mathbb{R}^d)-p_0(\mathbb{R}^d)=0.\] Therefore \(\mu(\{\bar x\})=0\), and consequently \(\mu\equiv 0\). Hence \(p_1\equiv p_0\).
Combining both directions, \[D_{t\text{-}\mathrm{mid}}^{I,\sigma}(p_0,p_1)=0 \quad\Longleftrightarrow\quad p_0=p_1.\]
Let \[\Delta := X_1-X_0, \qquad m_t(x) := \mathbb{E}[\Delta \mid \widetilde{X}_t=x].\] Then \[D_{t\text{-}\mathrm{mid}}^{I,\sigma}(p_\theta,p_{\mathrm{data}}) = \int_0^{1/2} \mathbb{E}\bigl[\|m_t(\widetilde{X}_t)\|_2^2\bigr]\,dt.\]
Fix \(t\in[0,1/2]\) and let \(f_t\) be any square-integrable vector-valued function. Recall that \[m_t(\widetilde{X}_t) = \mathbb{E}[\Delta \mid \widetilde{X}_t].\] Since \(f_t(\widetilde{X}_t)\) is measurable with respect to \(\widetilde{X}_t\), the tower property gives \[\begin{align} \mathbb{E}\bigl[ \langle f_t(\widetilde{X}_t),\Delta\rangle \bigr] &= \mathbb{E}\Bigl[ \mathbb{E}\bigl[ \langle f_t(\widetilde{X}_t),\Delta\rangle \mid \widetilde{X}_t \bigr] \Bigr] \\ &= \mathbb{E}\Bigl[ \left\langle f_t(\widetilde{X}_t), \mathbb{E}[\Delta \mid \widetilde{X}_t] \right\rangle \Bigr] \\ &= \mathbb{E}\bigl[ \langle f_t(\widetilde{X}_t),m_t(\widetilde{X}_t)\rangle \bigr]. \end{align}\] The second term does not involve \(\Delta\), so it is unchanged. Therefore \[\begin{align} \mathbb{E} \left[ 2\langle f_t(\widetilde{X}_t),\Delta\rangle - \|f_t(\widetilde{X}_t)\|_2^2 \right] = \mathbb{E} \left[ 2\langle f_t(\widetilde{X}_t),m_t(\widetilde{X}_t)\rangle - \|f_t(\widetilde{X}_t)\|_2^2 \right]. \end{align}\] Completing the square, \[2\langle f_t,m_t\rangle-\|f_t\|_2^2 = \|m_t\|_2^2-\|f_t-m_t\|_2^2.\] Therefore \[\begin{align} \mathbb{E} \left[ 2\langle f_t(\widetilde{X}_t),\Delta\rangle - \|f_t(\widetilde{X}_t)\|_2^2 \right] = \mathbb{E}\bigl[\|m_t(\widetilde{X}_t)\|_2^2\bigr] - \mathbb{E}\bigl[ \|f_t(\widetilde{X}_t)-m_t(\widetilde{X}_t)\|_2^2 \bigr]. \end{align}\] The first term is nonnegative and does not depend on \(f_t\), so the expression is maximized when \[f_t(\widetilde{X}_t)=m_t(\widetilde{X}_t) \quad \text{a.s.}\] Equivalently, \[f_t^\star(x) = m_t(x) = \mathbb{E}[X_1-X_0 \mid \widetilde{X}_t=x]\] for \(\widetilde{p}_t\)-almost every \(x\).
Integrating the pointwise variational identity over \(t\in[0,1/2]\) yields \[\begin{align} D_{t\text{-}\mathrm{mid}}^{I,\sigma}(p_\theta,p_{\mathrm{data}}) &= \max_{f_t} \int_0^{1/2} \mathbb{E} \left[ 2\langle f_t(\widetilde{X}_t),X_1-X_0\rangle - \|f_t(\widetilde{X}_t)\|_2^2 \right]dt. \end{align}\] This proves the variational representation and identifies the maximizer.
We provide additional implementation details for the experiments reported in the main text. Our implementation builds on the EDM1 and SiD2 codebases. The code is included in the supplementary material and will be publicly available.
Setup. For CIFAR-10 \(32\times 32\) experiments, we use the ddpm++ architecture from EDM for both the generator and the displacement field. Each run is trained on two H100 GPUs for aobut two
days.
Hyperparameters. We use the same optimizer settings for both networks. Specifically, both the generator and the displacement fieldare optimized with Adam using the default hyperparameters, except that we set \(\beta_1=0.0\) and use a learning rate of \(10^{-5}\). The batch size is 256. Unless otherwise stated, the generator and displacement fieldare updated with a one-to-one update ratio. For evaluation, we maintain an exponential moving average of the generator weights with decay \(0.999\).
Warmup. Before MGM training, we initialize the generator with a short denoising warmup based on the EDM training objective and hyperparameters. Unlike standard EDM training, which samples diffusion noise levels over a much wider range, we restrict the diffusion time/noise level to \(\tau \in (0, 2.5]\) instead of \(\tau \in (0, 80]\). This warmup is used only to obtain a reasonable initialization for the one-step generator; we do not aim to train a full diffusion model. Obtained warmuped network weights \(P_\eta(x, t)\) we use it to initialize displacement field: \(f_\psi(x, t) \leftarrow P_\eta(x, t)\) and generator \(G_\theta(z) \leftarrow P_\eta(z, t=2.5)\) and \(z\sim\mathcal{N}(0, Id)\).
Concretely, EDM samples log-noise values \[n \sim \mathcal{N}(-1.2, 1.2^2), \qquad \tau = \exp(n).\] To restrict the sampled values to \(\tau \leq \tau_{\max}\) with \(\tau_{\max}=2.5\), we reflect the log-noise value around \(\log \tau_{\max}\): \[s = \begin{cases} n, & n \leq \log \tau_{\max},\\ 2\log \tau_{\max} - n, & n > \log \tau_{\max}, \end{cases} \qquad \tau = \exp(s).\] This folded log-normal sampling rule preserves the low-noise part of the EDM distribution while ensuring that all warmup samples satisfy \(\tau \in (0, 2.5]\).
In our main experiments, we initialize from warmup weights obtained after approximately six hours of denoising warmup. This stage accounts for only about \(18\%\) of the total wall-clock training time, so most of the computation is spent on MGM training rather than on the initialization stage.
In this section, we provide a detailed description of the Midpoint Generative Models training procedure. Algorithm 6 gives pseudocode, while Algorithm 7 provides a corresponding Python implementation sketch.
Simpler variants of our objective. The same training template can also be adapted to simpler variants of our objective, including the midpoint-only divergence \(D_{\mathrm{mid}}\) in ?? and the naive unflipped time-integrated objective \(D_{\mathrm{t\text{-}mid}}^{\mathrm{naive}}\) in 2 . To obtain the midpoint-only variant, one fixes \(t=1/2\) throughout training instead of sampling \(t\sim\mathcal{U}[0,1/2]\). To obtain the naive unflipped time-integrated variant, one removes the random flip by setting \(B\equiv 0\) and samples \(t\) over the full interval \([0,1]\) rather than \([0,1/2]\).
Claims
Question: Do the main claims made in the abstract and introduction accurately reflect the paper’s contributions and scope?
Answer:
Justification: For all claims, we provide references to the sections in which they are supported.
Guidelines:
The answer means that the abstract and introduction do not include the claims made in the paper.
The abstract and/or introduction should clearly state the claims made, including the contributions made in the paper and important assumptions and limitations. A or answer to this question will not be perceived well by the reviewers.
The claims made should match theoretical and experimental results, and reflect how much the results can be expected to generalize to other settings.
It is fine to include aspirational goals as motivation as long as it is clear that these goals are not attained by the paper.
Limitations
Question: Does the paper discuss the limitations of the work performed by the authors?
Answer:
Justification: We explicitly discuss limitations in the "Discussion and Limitations" section.
Guidelines:
The answer means that the paper has no limitation while the answer means that the paper has limitations, but those are not discussed in the paper.
The authors are encouraged to create a separate “Limitations” section in their paper.
The paper should point out any strong assumptions and how robust the results are to violations of these assumptions (e.g., independence assumptions, noiseless settings, model well-specification, asymptotic approximations only holding locally). The authors should reflect on how these assumptions might be violated in practice and what the implications would be.
The authors should reflect on the scope of the claims made, e.g., if the approach was only tested on a few datasets or with a few runs. In general, empirical results often depend on implicit assumptions, which should be articulated.
The authors should reflect on the factors that influence the performance of the approach. For example, a facial recognition algorithm may perform poorly when image resolution is low or images are taken in low lighting. Or a speech-to-text system might not be used reliably to provide closed captions for online lectures because it fails to handle technical jargon.
The authors should discuss the computational efficiency of the proposed algorithms and how they scale with dataset size.
If applicable, the authors should discuss possible limitations of their approach to address problems of privacy and fairness.
While the authors might fear that complete honesty about limitations might be used by reviewers as grounds for rejection, a worse outcome might be that reviewers discover limitations that aren’t acknowledged in the paper. The authors should use their best judgment and recognize that individual actions in favor of transparency play an important role in developing norms that preserve the integrity of the community. Reviewers will be specifically instructed to not penalize honesty concerning limitations.
Theory assumptions and proofs
Question: For each theoretical result, does the paper provide the full set of assumptions and a complete (and correct) proof?
Answer:
Justification: We provide formulation in the main text and detailed proofs in Appendix 7.
Guidelines:
The answer means that the paper does not include theoretical results.
All the theorems, formulas, and proofs in the paper should be numbered and cross-referenced.
All assumptions should be clearly stated or referenced in the statement of any theorems.
The proofs can either appear in the main paper or the supplemental material, but if they appear in the supplemental material, the authors are encouraged to provide a short proof sketch to provide intuition.
Inversely, any informal proof provided in the core of the paper should be complemented by formal proofs provided in appendix or supplemental material.
Theorems and Lemmas that the proof relies upon should be properly referenced.
Experimental result reproducibility
Question: Does the paper fully disclose all the information needed to reproduce the main experimental results of the paper to the extent that it affects the main claims and/or conclusions of the paper (regardless of whether the code and data are provided or not)?
Answer:
Justification: We provide details in the main text §5, Appendix 8 and our code in the supplementary.
Guidelines:
The answer means that the paper does not include experiments.
If the paper includes experiments, a answer to this question will not be perceived well by the reviewers: Making the paper reproducible is important, regardless of whether the code and data are provided or not.
If the contribution is a dataset and/or model, the authors should describe the steps taken to make their results reproducible or verifiable.
Depending on the contribution, reproducibility can be accomplished in various ways. For example, if the contribution is a novel architecture, describing the architecture fully might suffice, or if the contribution is a specific model and empirical evaluation, it may be necessary to either make it possible for others to replicate the model with the same dataset, or provide access to the model. In general. releasing code and data is often one good way to accomplish this, but reproducibility can also be provided via detailed instructions for how to replicate the results, access to a hosted model (e.g., in the case of a large language model), releasing of a model checkpoint, or other means that are appropriate to the research performed.
While NeurIPS does not require releasing code, the conference does require all submissions to provide some reasonable avenue for reproducibility, which may depend on the nature of the contribution. For example
If the contribution is primarily a new algorithm, the paper should make it clear how to reproduce that algorithm.
If the contribution is primarily a new model architecture, the paper should describe the architecture clearly and fully.
If the contribution is a new model (e.g., a large language model), then there should either be a way to access this model for reproducing the results or a way to reproduce the model (e.g., with an open-source dataset or instructions for how to construct the dataset).
We recognize that reproducibility may be tricky in some cases, in which case authors are welcome to describe the particular way they provide for reproducibility. In the case of closed-source models, it may be that access to the model is limited in some way (e.g., to registered users), but it should be possible for other researchers to have some path to reproducing or verifying the results.
Open access to data and code
Question: Does the paper provide open access to the data and code, with sufficient instructions to faithfully reproduce the main experimental results, as described in supplemental material?
Answer:
Justification: We attached our code in the supplemental material.
Guidelines:
The answer means that paper does not include experiments requiring code.
Please see the NeurIPS code and data submission guidelines (https://neurips.cc/public/guides/CodeSubmissionPolicy) for more details.
While we encourage the release of code and data, we understand that this might not be possible, so is an acceptable answer. Papers cannot be rejected simply for not including code, unless this is central to the contribution (e.g., for a new open-source benchmark).
The instructions should contain the exact command and environment needed to run to reproduce the results. See the NeurIPS code and data submission guidelines (https://neurips.cc/public/guides/CodeSubmissionPolicy) for more details.
The authors should provide instructions on data access and preparation, including how to access the raw data, preprocessed data, intermediate data, and generated data, etc.
The authors should provide scripts to reproduce all experimental results for the new proposed method and baselines. If only a subset of experiments are reproducible, they should state which ones are omitted from the script and why.
At submission time, to preserve anonymity, the authors should release anonymized versions (if applicable).
Providing as much information as possible in supplemental material (appended to the paper) is recommended, but including URLs to data and code is permitted.
Experimental setting/details
Question: Does the paper specify all the training and test details (e.g., data splits, hyperparameters, how they were chosen, type of optimizer) necessary to understand the results?
Answer:
Justification: We provide details in the main text §5, Appendix 8 and our code in the supplementary.
Guidelines:
The answer means that the paper does not include experiments.
The experimental setting should be presented in the core of the paper to a level of detail that is necessary to appreciate the results and make sense of them.
The full details can be provided either with the code, in appendix, or as supplemental material.
Experiment statistical significance
Question: Does the paper report error bars suitably and correctly defined or other appropriate information about the statistical significance of the experiments?
Answer:
Justification: experiments with image generative models are costly, and following other works, we do not provide error bars.
Guidelines:
The answer means that the paper does not include experiments.
The authors should answer if the results are accompanied by error bars, confidence intervals, or statistical significance tests, at least for the experiments that support the main claims of the paper.
The factors of variability that the error bars are capturing should be clearly stated (for example, train/test split, initialization, random drawing of some parameter, or overall run with given experimental conditions).
The method for calculating the error bars should be explained (closed form formula, call to a library function, bootstrap, etc.)
The assumptions made should be given (e.g., Normally distributed errors).
It should be clear whether the error bar is the standard deviation or the standard error of the mean.
It is OK to report 1-sigma error bars, but one should state it. The authors should preferably report a 2-sigma error bar than state that they have a 96% CI, if the hypothesis of Normality of errors is not verified.
For asymmetric distributions, the authors should be careful not to show in tables or figures symmetric error bars that would yield results that are out of range (e.g., negative error rates).
If error bars are reported in tables or plots, the authors should explain in the text how they were calculated and reference the corresponding figures or tables in the text.
Experiments compute resources
Question: For each experiment, does the paper provide sufficient information on the computer resources (type of compute workers, memory, time of execution) needed to reproduce the experiments?
Answer:
Justification: we provide information in Appendix 8.
Guidelines:
The answer means that the paper does not include experiments.
The paper should indicate the type of compute workers CPU or GPU, internal cluster, or cloud provider, including relevant memory and storage.
The paper should provide the amount of compute required for each of the individual experimental runs as well as estimate the total compute.
The paper should disclose whether the full research project required more compute than the experiments reported in the paper (e.g., preliminary or failed experiments that didn’t make it into the paper).
Code of ethics
Question: Does the research conducted in the paper conform, in every respect, with the NeurIPS Code of Ethics https://neurips.cc/public/EthicsGuidelines?
Answer:
Justification: the research conducted in the paper conform, in every respect, with the NeurIPS Code of Ethics.
Guidelines:
The answer means that the authors have not reviewed the NeurIPS Code of Ethics.
If the authors answer , they should explain the special circumstances that require a deviation from the Code of Ethics.
The authors should make sure to preserve anonymity (e.g., if there is a special consideration due to laws or regulations in their jurisdiction).
Broader impacts
Question: Does the paper discuss both potential positive societal impacts and negative societal impacts of the work performed?
Answer:
Justification: Our paper does not address the societal impact as we operate with common datasets for testing image generation models.
Guidelines:
The answer means that there is no societal impact of the work performed.
If the authors answer or , they should explain why their work has no societal impact or why the paper does not address societal impact.
Examples of negative societal impacts include potential malicious or unintended uses (e.g., disinformation, generating fake profiles, surveillance), fairness considerations (e.g., deployment of technologies that could make decisions that unfairly impact specific groups), privacy considerations, and security considerations.
The conference expects that many papers will be foundational research and not tied to particular applications, let alone deployments. However, if there is a direct path to any negative applications, the authors should point it out. For example, it is legitimate to point out that an improvement in the quality of generative models could be used to generate Deepfakes for disinformation. On the other hand, it is not needed to point out that a generic algorithm for optimizing neural networks could enable people to train models that generate Deepfakes faster.
The authors should consider possible harms that could arise when the technology is being used as intended and functioning correctly, harms that could arise when the technology is being used as intended but gives incorrect results, and harms following from (intentional or unintentional) misuse of the technology.
If there are negative societal impacts, the authors could also discuss possible mitigation strategies (e.g., gated release of models, providing defenses in addition to attacks, mechanisms for monitoring misuse, mechanisms to monitor how a system learns from feedback over time, improving the efficiency and accessibility of ML).
Safeguards
Question: Does the paper describe safeguards that have been put in place for responsible release of data or models that have a high risk for misuse (e.g., pre-trained language models, image generators, or scraped datasets)?
Answer:
Justification: the paper poses no such risks.
Guidelines:
The answer means that the paper poses no such risks.
Released models that have a high risk for misuse or dual-use should be released with necessary safeguards to allow for controlled use of the model, for example by requiring that users adhere to usage guidelines or restrictions to access the model or implementing safety filters.
Datasets that have been scraped from the Internet could pose safety risks. The authors should describe how they avoided releasing unsafe images.
We recognize that providing effective safeguards is challenging, and many papers do not require this, but we encourage authors to take this into account and make a best faith effort.
Licenses for existing assets
Question: Are the creators or original owners of assets (e.g., code, data, models), used in the paper, properly credited and are the license and terms of use explicitly mentioned and properly respected?
Answer:
Justification: We properly refer to the original papers and use the open source codes from official repositories, providing the URLs to them.
Guidelines:
The answer means that the paper does not use existing assets.
The authors should cite the original paper that produced the code package or dataset.
The authors should state which version of the asset is used and, if possible, include a URL.
The name of the license (e.g., CC-BY 4.0) should be included for each asset.
For scraped data from a particular source (e.g., website), the copyright and terms of service of that source should be provided.
If assets are released, the license, copyright information, and terms of use in the package should be provided. For popular datasets, paperswithcode.com/datasets has curated licenses for some datasets. Their licensing guide can help determine the license of a dataset.
For existing datasets that are re-packaged, both the original license and the license of the derived asset (if it has changed) should be provided.
If this information is not available online, the authors are encouraged to reach out to the asset’s creators.
New assets
Question: Are new assets introduced in the paper well documented and is the documentation provided alongside the assets?
Answer:
Justification: No new assets.
Guidelines:
The answer means that the paper does not release new assets.
Researchers should communicate the details of the dataset/code/model as part of their submissions via structured templates. This includes details about training, license, limitations, etc.
The paper should discuss whether and how consent was obtained from people whose asset is used.
At submission time, remember to anonymize your assets (if applicable). You can either create an anonymized URL or include an anonymized zip file.
Crowdsourcing and research with human subjects
Question: For crowdsourcing experiments and research with human subjects, does the paper include the full text of instructions given to participants and screenshots, if applicable, as well as details about compensation (if any)?
Answer:
Justification: No crowdsourcing or research with human subjects
Guidelines:
The answer means that the paper does not involve crowdsourcing nor research with human subjects.
Including this information in the supplemental material is fine, but if the main contribution of the paper involves human subjects, then as much detail as possible should be included in the main paper.
According to the NeurIPS Code of Ethics, workers involved in data collection, curation, or other labor should be paid at least the minimum wage in the country of the data collector.
Institutional review board (IRB) approvals or equivalent for research with human subjects
Question: Does the paper describe potential risks incurred by study participants, whether such risks were disclosed to the subjects, and whether Institutional Review Board (IRB) approvals (or an equivalent approval/review based on the requirements of your country or institution) were obtained?
Answer:
Justification: the paper does not involve crowdsourcing nor research with human subjects.
Guidelines:
The answer means that the paper does not involve crowdsourcing nor research with human subjects.
Depending on the country in which research is conducted, IRB approval (or equivalent) may be required for any human subjects research. If you obtained IRB approval, you should clearly state this in the paper.
We recognize that the procedures for this may vary significantly between institutions and locations, and we expect authors to adhere to the NeurIPS Code of Ethics and the guidelines for their institution.
For initial submissions, do not include any information that would break anonymity (if applicable), such as the institution conducting the review.
Declaration of LLM usage
Question: Does the paper describe the usage of LLMs if it is an important, original, or non-standard component of the core methods in this research? Note that if the LLM is used only for writing, editing, or formatting purposes and does not impact the core methodology, scientific rigor, or originality of the research, declaration is not required.
Answer:
Justification: LLM is used only for writing, editing and formatting purposes and does not impact the core methodology, scientific rigor, or originality of the research, declaration is not required.
Guidelines:
The answer means that the core method development in this research does not involve LLMs as any important, original, or non-standard components.
Please refer to our LLM policy in the NeurIPS handbook for what should or should not be described.