Pith. sign in

REVIEW 3 major objections 5 minor 2 cited by

Telegrapher's Generative Model via Kac Flows

T0 review · 3 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read The paper proposes a generative model driven by the Kac process, the stochastic counterpart of the damped wave equation, and proves its velocity field is globally bounded, explicitly computable, and asymptotically diffusive.

desk verdict A real new flow-matching variant with explicit conditional velocities and a mostly sound theory, but the reverse ODE regularity gap and overconfident empirical claims need to be addressed. read the letter →

arxiv 2506.20641 v8 pith:LHIT7H6Q submitted 2025-06-25 math.AP cs.LGmath.PR

classification math.APcs.LGmath.PR MSC 35L0535K0560J65
keywords Kacprocesstelegrapher'sequationgenerativemodelingflowmatchingWassersteinspacevelocityfielddampedwaveconditional
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper aims to replace Brownian motion with the Kac process, a finite-speed random walk whose direction flips at Poisson times, as the driver of flow-based generative models. The Kac process is the stochastic counterpart of the damped wave (telegrapher's) equation, and the paper's central claim is that its probability flow is Lipschitz continuous in the Wasserstein metric with a globally bounded $\mathrm{L}^2$ velocity norm, unlike diffusion flows whose velocity diverges near the target. For a $d$-dimensional Kac flow built from independent one-dimensional components, the conditional velocity field starting at a Dirac point is shown to have an explicit componentwise formula, which makes the velocity trainable by conditional flow matching without time truncation. The same theorems show that diffusion is recovered as the joint limit of large damping and large wave speed with $\sigma^2=c^2/a$ fixed, so the model interpolates between wave-like and diffusion-like behavior. If the construction works as claimed, generative sampling can run a reverse ODE with bounded, analytically known velocity, and the paper's CIFAR-10 experiments show competitive generation scores.

What carries the argument

The central object is the Kac process $K(t)=B_{1/2}c\int_0^t(-1)^{N(s)}\,ds$, where $N$ is a Poisson process of reversals with rate $a$ and $B_{1/2}$ is a symmetric Bernoulli choice of initial direction; it is a finite-speed random walk whose probability law solves the telegrapher's equation $\partial_{tt}u+2a\partial_t u=c^2\partial_{xx}u$. The load-bearing identity is the explicit conditional velocity obtained in Theorem 4.4 and extended componentwise in Theorem 6.2: it comes from the Kac distribution (4.7) and the continuous flux (4.10), and the ratio of modified Bessel functions in the formula converts the continuity equation into a closed-form field. Lemma 6.1 lifts the one-dimensional formula to higher dimensions whenever the forward process has independent coordinates, and the conditional flow matching loss (6.9) turns that field into a regression target for a neural network. The mean-reverting Kac process $M_t=f(t)X_0+K_{g(t)}$ with schedules $f(1)=0$ and $g(1)=1$ is the variant used for image generation, since it reaches the Kac latent exactly at the terminal time.

What would settle it

Take the analytic conditional velocity (6.5) at a fixed small damping, say $a=1$, $c=1$, and evaluate its spatial Lipschitz constant in a shrinking neighborhood of the wavefront $x=\pm ct$ as $t$ approaches the latent time. If that constant grows without bound, the reverse flow ODE (2.5) is not covered by the local Lipschitz condition (2.4) in the regime the integrator actually uses, which would mean the bounded $\mathrm{L}^2$ velocity norm alone does not carry the generative pipeline.

Watch

Extended reading notes

Core claim

On the paper's own terms, the central claim is that the Kac probability flow is regular enough for generative modeling and its velocity is explicitly computable. For a $d$-dimensional Kac process $X_t=x_0+K(t)$ made of independent one-dimensional Kac components, Theorem 6.2 gives the conditional velocity $v_t(x|x_0)=(v^1_t(x^1|x^1_0),\ldots,v^d_t(x^d|x^d_0))$, where each component is described by the one-dimensional formula of Theorem 4.4: $v^i_t=(x^i-x^i_0)/[t+\frac{r_t}{c}\frac{I_0(\beta r_t)}{I_0'(\beta r_t)}]$ inside the wave cone and $v^i_t=\pm c$ on the wavefront, with $r_t=\sqrt{c^2t^2-(x^i-x^i_0)^2}$ and $\beta=a/c$. Proposition 5.6 shows the flow is Lipschitz continuous in the Wasserstein space and satisfies $\|v_t\|_{\mathrm{L}^2(\mu_t)}^2\le d c^2$, so the velocity norm never diverges as it does for diffusion flows, e.g. $d/(4(1-t))$ in (3.3). Theorem 5.7 further shows the Kac density converges to a diffusion density in the limit $a,c\to\infty$ with $\sigma^2=c^2/a$ fixed, so diffusion is a limiting case rather than the starting point. Together these theorems justify training a neural network on the explicit conditional velocity through conditional flow matching.

Load-bearing premise

The whole pipeline depends on the neural network's velocity being smooth enough to run the reverse differential equation, but the theory proves only an average bound on the velocity; full smoothness is guaranteed only for the mean-reverting Kac flow when the data is bounded and the damping is large.

Editorial extensions

If this is right

  • A generative model can be trained by regressing a network on the explicit conditional velocity (6.5) without time truncation near the target, because the Kac velocity is globally bounded along the flow.
  • Sampling runs the reverse ODE (2.5) with negated velocity from a Kac latent, and the Wasserstein-2 regularity of the flow guarantees an absolutely continuous probability curve at every step.
  • Diffusion models are recovered as the limiting Kac flow with $a,c\to\infty$ and $\sigma^2=c^2/a$ fixed, so the telegrapher's model interpolates between wave-like and diffusion-like behavior by tuning damping and speed.
  • The mean-reverting Kac process $M_t=f(t)X_0+K_{g(t)}$ with $f(1)=0$ reaches exactly the Kac latent at time $1$, and its conditional velocity has the closed form (7.2), which the CIFAR-10 experiments show can match flow-matching FID scores.
  • Because the componentwise decomposition (Lemma 6.1) does not use any Markov property, the same conditional-velocity decomposition applies to any forward process with independent coordinates, as the paper notes in Remark 6.4.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The paper leaves implicit that the closed-form conditional velocity (6.5) can be reused as a fixed teacher for few-step distillation or for likelihood-type evaluation without additional trajectory sampling; the conclusion mentions distillation only as a direction for future work.
  • The Kac latent is compactly supported with atoms at $\pm c$ per coordinate in the variance-exploding formulation, so unlike a Gaussian prior it imposes hard spatial limits on generated samples; whether this helps or hurts under distribution shift is not tested in the paper.
  • One could also vary the damping and speed per coordinate, which the paper allows in principle but does not exploit; this is a natural design choice for heterogeneous data such as images with different spatial scales.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper introduces a generative model based on the Kac (telegrapher) process. It derives an explicit conditional velocity field for a d-dimensional process built from independent 1D Kac components (Theorem 6.2, Eq. (6.5)), proves L2 boundedness of the velocity and Lipschitz continuity of the flow in Wasserstein space (Proposition 5.6), and proves a diffusion limit (Theorems 5.4 and 5.7). It then trains a neural network by conditional flow matching using the analytic velocity and reports CIFAR-10 FID scores together with a 2D Dirac-mode toy comparison.

Significance. If the construction is correct, it is an interesting new member of the flow-matching family: it provides an explicit, componentwise velocity that is globally bounded in L2(µt), unlike diffusion flows, and it retains a diffusion limit. The main theoretical statements are clearly organized, and the appendix gives a rigorous distributional proof of the product decomposition lemma and a corrected proof of Lemma 6.1. The paper also makes its code available. However, the claimed advantage over diffusion is not uniformly supported by the experiments, and the theoretical justification of the reverse-ODE step has a regularity gap that is load-bearing for the generative pipeline.

major comments (3)
  1. [§2, §6; Eq. (2.4), (6.5), Prop. 5.6] Condition (2.4) is the paper's own sufficient condition for the flow ODE (2.5) to represent the probability flow, but it is never verified for the Kac velocity. Proposition 5.6 proves only the L2 bound (2.3), not the local Lipschitz bound (2.4). The conditional velocity (6.5) is discontinuous at the wavefronts: for fixed t, the interior limit as x_i approaches x_i^0 + ct is ct/(t + 2/a), whereas the assigned boundary value is c, and similarly at x_i^0 - ct. Hence Lip(v_t, B) is infinite on any compact set meeting a wavefront, so (2.4) fails. Proposition A.1(iii) provides only a uniform pointwise bound under bounded data, not a Lipschitz estimate. The manuscript therefore does not justify the reverse-flow step by the cited theorem; a regular-Lagrangian-flow argument or an explicit smoothed-velocity approximation is needed. This also affects the heuristic in §7.2 that "spatial regularity improves" with damping, which is stated without a quantitative statement.
  2. [Theorem 5.4, Eq. (5.6)] The bound (5.6) cannot hold as stated because it is not homogeneous in f0: replacing f0 by λf0 multiplies the left-hand side by λ while leaving the right-hand side unchanged. The statement must include a norm of f0 on the right-hand side (for example ||f0||_{H^2} or ||f0||_{L^2}) or be restricted to normalized f0. The same omission propagates to Theorem 5.7 and Remark 5.5. As written, the diffusion-limit result is false for arbitrary f0 ∈ H^2(R^d).
  3. [Abstract, §7, Table 7.1] The abstract's unqualified claim of "advantages over diffusion models" is not uniformly supported by the reported FID numbers. The best Kac score (7.26 for a=900, c=10, g(t)=t^2) is only marginally better than the implemented FM baseline (7.59), and no error bars, multiple seeds, or statistical tests are reported. The diffusion baseline for g(t)=t (FID 82.27) is a known weak configuration. The clear qualitative advantage appears in the 2D Dirac-mode toy experiment (Figure 5). The claim should be qualified to "comparable or better in specific settings" unless the experimental evidence is strengthened.
minor comments (5)
  1. [Abstract] "Lipschitz continuous in the Wasserstein distance" should be phrased as "Lipschitz continuous as a curve in the Wasserstein space," since Lipschitz continuity is a property of the map t ↦ µ_t.
  2. [Corollary 6.3 and §7] Corollary 6.3 assumes that X0 has a density f0, while the numerical pipeline uses empirical/atomic data. The relation between the empirical CFM loss and the marginal velocity formula (6.8) should be stated explicitly for the atomic case.
  3. [Figure 8 and §7.2] The phrase "exploding Lipschitz constants" in the caption of Figure 8 is not quantified. If the derivative of the velocity is indeed unbounded near the wavefronts for small damping, a short asymptotic formula for the relevant coefficient would make the heuristic precise.
  4. [Appendix A.4, Algorithm 2] The precomputed inverse-CDF table for the continuous part of the Kac density is not described (grid size, interpolation method, and accuracy). Adding these details would improve reproducibility.
  5. [§3, Eq. (3.1)] In the first example, the calculation of v_t from the coupling should be explicitly identified as the conditional expectation E[y | x_t = x], since the displayed formula is otherwise not immediate.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the conditional velocity formula is derived from the Kac distribution with independent existence, and tuned hyperparameters enter only experiments, not the derivation.

full rationale

The central derivation is self-contained. Theorem 4.4 does not define the velocity to be the formula; it assumes existence of any weak-solution velocity field for the Kac distribution and proves that such a field must equal the quotient of the flux J by the density u, with existence supplied independently by Proposition 5.6 via sample-path Lipschitz estimates and the Ambrosio-Gigli-Savare AC^2 theorem. The multivariate decomposition in Lemma 6.1 and Theorem 6.2 is a direct product-rule computation with a rigorous weak-form proof in Appendix A.2, so formula (6.5) is derived rather than fitted. The diffusion-limit results are supported by external classical sources (Kac, Janssen, Griego-Hersh, Nualart), not by the present authors' own prior work. The self-citations that occur, such as [8] and [49], are motivational or secondary restatements of external flow-matching theorems and are not load-bearing for the main results. The skeptical concern about missing Lipschitz regularity for the reverse ODE, condition (2.4), is a genuine correctness or regularity gap but not a circularity: the paper does not assume the conclusion it purports to prove; it simply does not establish the additional regularity needed for ODE well-posedness in full generality. No fitted parameter is renamed as a prediction, and no load-bearing step reduces to its own input by construction.

Assumptions & free parameters 3 free parameters · 5 assumptions · 0 invented entities

The central derivation is largely self-contained given classical probability and PDE input: the Kac-telegrapher representation, the distribution formula, and Wasserstein AC theory are cited from prior work. The only quantities chosen by hand are generative hyperparameters (a, c, f, g); they do not enter the derivation of the velocity formula, but they affect whether the trained model is stable.

free parameters (3)
  • Damping parameter a = 25, 100, 900 in main CIFAR experiments
    Controls decay of wave amplitude; grid-searched to minimize FID; not determined by theory.
  • Wave speed c = 1, 2, 3, 4, 5, 10, 20, 30
    Controls propagation speed and support of the latent distribution; grid-searched in experiments.
  • Time schedule pair (f, g) = (1-t, t) and (1-t, t^2)
    Chosen by hand from flow-matching literature; strongly affects FID results.
assumptions (5)
  • standard math Feynman-Kac representation of the telegrapher equation by the Kac process (Theorem 4.1, Kac [22], Kabanov [21])
    The paper relies on the classical result that the Kac process distribution solves the 1D telegrapher equation.
  • standard math Existence of velocity fields for absolutely continuous Wasserstein curves (Ambrosio-Gigli-Savare Theorem 8.3.1)
    Used to infer the existence of a velocity field satisfying the continuity equation from Wasserstein regularity.
  • standard math Analytic distribution formula for the Kac process starting at a Dirac point (equation (4.7), attributed to Janssen [20])
    This formula is the basis for the explicit conditional velocity field in Theorem 4.4.
  • standard math Cosine operator bound for undamped wave solutions (Lutz [29], used in Theorem 5.4)
    Needed for the L2 convergence of telegrapher solutions to heat solutions.
  • domain assumption Bounded data support in the mean-reverting generative setting
    Proposition A.1(iii) gives a global pointwise velocity bound only when |X0| is bounded almost surely; the paper does not state this as a limitation of the generative model.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Telegrapher's Generative Model via Kac Flows." pith.science (2026). https://pith.science/paper/LHIT7H6Q

@misc{pith2026250620641,
  author       = {Pith},
  title        = {Pith review of: Telegrapher's Generative Model via Kac Flows},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/LHIT7H6Q}},
  note         = {Machine review of arXiv:2506.20641}
}
read the original abstract

We break the mold in flow-based generative modeling by proposing a new model based on the damped wave equation, also known as telegrapher's equation. Similar to the diffusion equation and Brownian motion, there is a Feynman-Kac type relation between the telegrapher's equation and the stochastic Kac process in 1D. The Kac flow evolves stepwise linearly in time, so that the probability flow is Lipschitz continuous in the Wasserstein distance and, in contrast to diffusion flows, the norm of the velocity remains globally bounded. Furthermore, the Kac model has the diffusion model as its asymptotic limit. We extend these considerations to a multi-dimensional stochastic process which consists of independent 1D Kac processes in each spatial component. We show that this process gives rise to an absolutely continuous curve in the Wasserstein space and analytically compute the conditional velocity field when starting in a Dirac point. Using the framework of flow matching, we train a neural network to approximate the velocity field and use it for sample generation. Our numerical experiments demonstrate the scalability of our approach, and show its advantages over diffusion models.

Figures

Figures reproduced from arXiv: 2506.20641 by the authors.

Figure 1
Figure 1. Paths of the componentwise Kac walk in 2D, simulated until time [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. The distribution of the Kac process Xt starting in a 2D Gaussian mixture, simulated until time T = 10 with (a, c) = (1, 1) (upper row) and (a, c) = (5, 5) (lower row). We observe a so-called ballistic-to-diffusive crossover of the Kac process, see e.g. [31]. 5.2 Multi-Dimensional Kac Process For generative modeling, we propose to circumvent the lack of mass conservation of the multi￾dimensional telegrapher’s equatio… view at source ↗
Figure 3
Figure 3. The distribution of Xt starting in a 2D Gaussian mixture, simulated until time T = 3 with ’large’ parameters (a, c) = (100, 10). As described in Theorem 5.7, we see a ’diffusion’ like process with approximate variance σ 2 t = c 2 a t = t. 6 Velocity Field of the Multi-Dimensional Kac Flow In this section, we want to develop a method how to retrieve the velocity field vt of the Kac flow in multiple dimensions. By con… view at source ↗
Figures from the paper (11 more)
Figure 4
Figure 4. Figure 4: Backward evolution of the learned Kac flow for (a, c) = (25, 5), see also [PITH_FULL_IMAGE:figures/full_fig_p021_4.png]
Figure 5
Figure 5. Figure 5: Generated samples (blue) vs. ground truth (red) at the indicated iteration for each model. [PITH_FULL_IMAGE:figures/full_fig_p022_5.png]
Figure 6
Figure 6. Figure 6: Generation results of the best performing mean-reverting Kac models and the diffusion [PITH_FULL_IMAGE:figures/full_fig_p024_6.png]
Figure 7
Figure 7. Figure 7: Generation results of the best performing mean-reverting Kac models and the diffusion [PITH_FULL_IMAGE:figures/full_fig_p024_7.png]
Figure 8
Figure 8. Figure 8: Top row: 1D velocity fields of the latent variable KT for T = 1, fixed c = 1, and various dampings a = 1 10 , 5, 25, 100 (left to right). The red lines symbolize exploding Lipschitz constants of the velocity fields at times t close to T. Higher values of a seem to have…
Figure 9
Figure 9. Figure 9: Paths of the componentwise Kac walk in 2D, simulated until time [PITH_FULL_IMAGE:figures/full_fig_p034_9.png]
Figure 10
Figure 10. Figure 10: Paths of a standard Brownian motion in 2D, simulated until time [PITH_FULL_IMAGE:figures/full_fig_p034_10.png]
Figure 11
Figure 11. Figure 11: Further generation results of the mean-reverting Kac models with [PITH_FULL_IMAGE:figures/full_fig_p037_11.png]
Figure 12
Figure 12. Figure 12: Further generation results of the mean-reverting Kac models with [PITH_FULL_IMAGE:figures/full_fig_p037_12.png]
Figure 13
Figure 13. Figure 13: Nearest neighbour analysis for three representative [PITH_FULL_IMAGE:figures/full_fig_p038_13.png]
Figure 14
Figure 14. Figure 14: Nearest neighbour analysis for three representative [PITH_FULL_IMAGE:figures/full_fig_p039_14.png]

Discussion (0). Sign in to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Provable Diffusion Posterior Sampling for Bayesian Inversion

    stat.ML 2025-12 conditional novelty 6.0 of 10

    A diffusion posterior sampler using Monte Carlo Langevin score estimation and warm start is proven to converge in Wasserstein-2 distance under semi-log-concavity and sub-Gaussian assumptions, and outperforms DPS/TV on...

  2. Adapting Noise to Data: Generative Flows from 1D Processes

    stat.ML 2025-10 conditional novelty 6.0 of 10

    A flow-matching framework that learns each coordinate's latent noise via quantile functions, fitting the noise to the data so transport paths shorten.

Reference graph

Works this paper leans on

53 extracted references · 42 canonical work pages · cited by 2 Pith papers

  1. [1]

    M. S. Albergo, N. M. Boffi, and E. Vanden-Eijnden. Stochastic interpolants: A unifying framework for flows and diffusions.arXiv:2303.08797, 2023

  2. [2]

    M. S. Albergo and E. Vanden-Eijnden. Building normalizing flows with stochastic interpolants. ICLR, 2022

  3. [3]

    Ambrosio, E

    L. Ambrosio, E. Brué, and D. Semola.Lectures on Optimal Transport. UNITEXT. Springer Nature, 2021

  4. [4]

    Ambrosio, N

    L. Ambrosio, N. Gigli, and G. Savaré.Gradient Flows. Lectures in Mathematics ETH Zürich. Birkhäuser, Basel, 2nd edition, 2008

  5. [5]

    Blessing, J

    D. Blessing, J. Berner, L. Richter, and G. Neumann. Underdamped diffusion bridges with applications to sampling.ICLR, 2025

  6. [6]

    Brunick and S

    G. Brunick and S. Shreve. Mimicking an Itô process by a solution of a stochastic differential equation.The Annals of Applied Probability, 23(4):1584––1628, 2013

  7. [7]

    Cattaneo

    C. Cattaneo. Sur une forme de l’équation de la chaleur éliminant le paradoxe d’une propagation instantanée.Comptes Rendus., 247:431–433, 1958

  8. [8]

    Chemseddine, C

    J. Chemseddine, C. Wald, R. Duong, and G. Steidl. Neural sampling from Boltzmann densities: Fisher-Rao curves in the Wasserstein geometry.ICLR, 2025. 25

Show all 53 references
  1. [9]

    R. T. Q. Chen. torchdiffeq, 2018

  2. [10]

    Chen and E

    Y. Chen and E. Vanden-Eijnden. Scale-adaptive generative flows for multiscale scientific data. arXiv:2509.02971, 2025

  3. [11]

    M. Chester. Second sound in solids.Physical Review, 131:2013–2015, 1963

  4. [12]

    Dockhorn, A

    T. Dockhorn, A. Vahdat, and K. Kreis. Score-based generative modeling with critically-damped Langevin diffusion.ICLR, 2022

  5. [13]

    S. N. Ethier and T. G. Kurtz.Markov Processes: Characterization and Convergence. Wiley, 1986

  6. [14]

    Griego and R

    R. Griego and R. Hersh. Theory of random evolutions with applications to partial differential equations.Transactions of the American Mathematical Society, 156:405–418, 1971

  7. [15]

    W. Guo, M. Tao, and Y. Chen. Complexity analysis of normalizing constant estimation: from Jarzynski equality to annealed importance sampling and beyond.arXiv:2502.04575, 2025

  8. [16]

    I. Gyöngy. Mimicking the one-dimensional marginal distributions of processes having an Itô differential.Probabability Theory and Related Fields, 71:501–516, 1986

  9. [17]

    W. Han, C. Meng, C. D. Manning, and S. Ermon. DistillKac: Few-step image generation via damped wave equations.ICLR, 2026

  10. [18]

    Holderrieth, M

    P. Holderrieth, M. Havasi, J. Yim, N. Shaul, I. Gat, T. Jaakkola, B. Karrer, R. T. Q. Chen, and Y. Lipman. Generator matching: Generative modeling with arbitrary Markov processes. ICLR, 2025

  11. [19]

    J. Hui, X. Lihu, and Y. Qingshan. Functional large deviations for Kac–Stroock approximation to a class of Gaussian processes with application to small noise diffusions.Journal of Theoretical Probability, 37(4):3015–3054, 2024

  12. [20]

    A. Janssen. The distance between the Kac process and the Wiener process with applications to generalized telegraph equations.Journal of Theoretical Probability, 3(2):349–360, 1990

  13. [21]

    Y. M. Kabanov. On the probabilistic representation of a solution of the telegraph equation. Theory of Probability and its Applications, 37:379–380, 1993

  14. [22]

    M. Kac. A stochastic model related to the telegrapher’s equation.Rocky Mountain Journal of Mathematics, 4(3):497–509, 1974

  15. [23]

    D. Kim, S. Shin, K. Song, W. Kang, and I.-C. Moon. Soft truncation: A universal training technique of score-based diffusion model for high precision score estimation.ICML, 2022

  16. [24]

    Lipman, R

    Y. Lipman, R. Chen, H. Ben-Hamu, M. Nickel, and M. Le. Flow matching for generative modeling.ICLR, 2023

  17. [25]

    Lipman, M

    Y. Lipman, M. Havasi, P. Holderrieth, N. Shaul, M. Le, B. Karrer, R. T. Q. Chen, D. Lopez-Paz, H. Ben-Hamu, and I. Gat. Flow Matching Guide and Code.arXiv:2412.06264, 2024

  18. [26]

    Q. Liu. Rectified flow: A marginal preserving approach to optimal transport.arXiv:2209.14577, 2022. 26

  19. [27]

    X. Liu, C. Gong, and Q. Liu. Flow straight and fast: Learning to generate and transfer data with rectified flow.ICLR, 2023

  20. [28]

    Z. Liu, D. Luo, Y. Xu, T. Jaakkola, and M. Tegmark. GenPhys: from physical processes to generative models.arXiv:2304.02637, 2023

  21. [29]

    D. Lutz. Which operators generate cosine operator functions?Atti della Accademia Nazionale dei Lincei. Classe di Scienze Fisiche, Matematiche e Naturali. Rendiconti, Serie 8, 63(5):314–317, 1977

  22. [30]

    Martin, A

    S. Martin, A. Gagneaux, P. Hagemann, and G. Steidl. PnP-Flow: Plug-and-play image restoration with flow matching.ICLR, 2025

  23. [31]

    Masoliver and G

    J. Masoliver and G. H. Weiss. Finite-velocity diffusion.European Journal of Physics, 17:190–196, 1996

  24. [32]

    Maurais and Y

    A. Maurais and Y. Marzouk. Sampling in unit time with kernel Fisher-Rao flow.ICML, 2024

  25. [33]

    Máté and F

    B. Máté and F. Fleuret. Learning interpolations between Boltzmann densities.Transactions on Machine Learning Research, 2023

  26. [34]

    A. Q. Nichol and P. Dhariwal. Improved denoising diffusion probabilistic models. InInternational conference on machine learning, pages 8162–8171. PMLR, 2021

  27. [35]

    M. Nualart. Distributional solutions for damped wave equations.Electronic Journal of Differential Equations, 2020(131):1–16, 2020

  28. [36]

    N. Nüsken. Stein transport for Bayesian inference.arXiv:2409.01464, 2024

  29. [37]

    Obukhov, M

    A. Obukhov, M. Seitzer, P.-W. Wu, S. Zhydenko, J. Kyl, and E. Y.-J. Lin. High-fidelity performance metrics for generative models in pytorch, 2020

  30. [38]

    H. G. Othmer and T. Hillen. The diffusion limit of transport equations derived from velocity- jump processes.SIAM Journal on Applied Mathematics, 61(3):751–775, 2000

  31. [39]

    Pidstrigach

    J. Pidstrigach. Score-based generative models detect manifolds.NeurIPS, 2022

  32. [40]

    Plonka, D

    G. Plonka, D. Potts, G. Steidl, and M. Tasche.Numerical Fourier Analysis. Birkhäuser, Basel, 2nd edition, 2023

  33. [41]

    Sohl-Dickstein, E

    J. Sohl-Dickstein, E. Weiss, N. Maheswaranathan, and S. Ganguli. Deep unsupervised learning using nonequilibrium thermodynamics. In F. Bach and D. Blei, editors,Proceedings of the 32nd International Conference on Machine Learning, volume 37 ofProceedings of Machine Learning Re...

  34. [42]

    Song and S

    Y. Song and S. Ermon. Generative modeling by estimating gradients of the data distribution. NeurIPS, 2019

  35. [43]

    Y. Song, J. Sohl-Dickstein, D. P. Kingma, A. Kumar, S. Ermon, and B. Poole. Score-based generative modeling through stochastic differential equations.ICLR, 2021

  36. [44]

    Stroock.Lectures on Topics in Stochastic Differential Equations

    D. Stroock.Lectures on Topics in Stochastic Differential Equations. Tata Institute of Funda- mental Research & Springer, 1982. 27

  37. [45]

    J. Sun, J. Berner, L. Richter, M. Zeinhofer, J. Müller, K. Azizzadenesheli, and A. Anandkumar. Dynamical measure transport and neural PDE solvers for sampling.arXiv:2407.07873, 2024

  38. [46]

    R. C. Tautz and I. Lerche. Application of the three-dimensional telegraph equation to cosmic-ray transport.Research in Astronomy and Astrophysics, 16(10):162–170, 2016

  39. [47]

    A. Tong, K. Fatras, N. Malkin, G. Huguet, Y. Zhang, J. Rector-Brooks, G. Wolf, and Y. Bengio. Improving and generalizing flow-based generative models with minibatch optimal transport. Transactions on Machine Learning Research, pages 1–34, 2024

  40. [48]

    Vernotte

    P. Vernotte. Les paradoxes de la theorie continue de l’équation de la chaleur.Comptes Rendus., 246:3154–3155, 1958

  41. [49]

    Wald and G

    C. Wald and G. Steidl. Flow Matching: Markov kernels, stochastic processes and transport plans. InVariational and Information Flows in Machine Learning and Optimal Transport, Oberwolfach Seminars. Vol. 56, pages 185–254. Birkhäuser, 2025

  42. [50]

    Y. Xu, Z. Liu, M. Tegmark, and T. Jaakkola. Poisson flow generative models.NeurIPS, 2022

  43. [51]

    Zhang, W

    B. Zhang, W. Yu, and M. Mascagni. Revisiting Kac’s method: A Monte Carlo algorithm for solving the telegrapher’s equations.Mathematics and Computers in Simulation, 156:176–198, 2018

  44. [52]

    Y. Zhu, K. Zhang, J. Liang, J. Cao, B. Wen, R. Timofte, and L. Van Gool. Denoising diffusion models for plug-and-play image restoration. InIEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshop, pages 1219–1229, 2023. 28 A Appendix: Additional Material ...

  45. [53]

    Therefore, the choiceg(t) := t isnot admissible for the diffusion case, but valid for the Kac framework

    A bound on the norm∥vt∥L2(µt) similar to(A.1) can also be obtained for the stochastic interpolant (7.3), assuming that f and √g are Lipschitz continuous. Therefore, the choiceg(t) := t isnot admissible for the diffusion case, but valid for the Kac framework. Table 7.1 exactly ...

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.