Pith. sign in

REVIEW 2 major objections 5 minor 100 references

This paper claims that Nesterov's accelerated gradient method can be transplanted from Euclidean space to optimization over probability measures—preserving its classic rates—via two complementary lifts: a phase-space momentum lift and a Hil

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

T0 review · deepseek-v4-flash

2026-08-01 03:54 UTC pith:JZXIVRNU

load-bearing objection Elegant dual-lifting framework for accelerated Wasserstein optimization, but the strong-convexity theorem leans on a lifting equivalence that appears false as stated for non-Dirac minimizers. the 2 major comments →

arxiv 2607.23008 v1 pith:JZXIVRNU submitted 2026-07-25 math.OC cs.LG

Nesterov acceleration in optimizing over probability measures

classification math.OC cs.LG MSC 49Q2265K1090C25
keywords Nesterov accelerationprobability measuresWasserstein spacephase-space liftingHilbert-space liftingparticle methodsconvergence ratesgeodesic convexity
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

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

The paper tries to establish that Nesterov-style momentum acceleration works on the nonlinear space of probability measures, at the same speed as in Euclidean space. It does so by lifting the problem twice: first into a phase space of positions and velocities, then into a flat Hilbert space of random variables. If correct, the paper's rates mean that accelerated optimization over distributions—important for Bayesian sampling, mean-field neural networks, and related tasks—does not lose its iteration complexity to the curvature of the Wasserstein geometry. The finite-particle version is also shown to track the ideal trajectory with an explicit, dimension-cursed error bound.

Core claim

The paper claims that the phase-space Nesterov iteration over probability measures (3.12), when analyzed through the L²(ν) lift, converges at exactly the Euclidean Nesterov rates: linear convergence F[ρ_k]−m_F ≤ O((1−√(m/L))^k) for m-strongly geodesically convex functionals and O(1/k²) for geodesically convex ones, under a global Wasserstein-gradient regularity condition. The finite-particle version (3.13), initialized by N independent samples, is shown to track the continuous trajectory with expected Wasserstein error bounded by C e^{(3+L)t} N^{−1/d} for d>4, so iteration error and Monte Carlo error add without destroying the acceleration. The whole argument reduces the nonlinear measure-sp

What carries the argument

The central device is a double lift. First, a phase-space lift inserts velocity variables so momentum is encoded in a joint position–velocity measure. Second, a Hilbert-space lift represents any probability measure ρ as X#ν for a random variable X ∈ L²(ν), pulling the functional back to eF(X)=F[X#ν]. This restores a single flat geometry in which the Wasserstein gradient becomes an ordinary Fréchet gradient, geodesic convexity becomes m-convexity, and gradient smoothness becomes L-Lipschitz continuity. The lifted Nesterov updates are then two linear operators S and R acting on (X,V), whose pushforwards reproduce the measure iteration; particle implementations apply the same operators to empir

Load-bearing premise

The load-bearing premise is a cited equivalence—geodesic convexity of the functional on probability space is equivalent to ordinary convexity of its lifted version—and it is imported, not proven here; if that equivalence fails or needs extra conditions, the main rates do not follow.

What would settle it

Run the particle Nesterov scheme (3.13) on a smooth, strongly geodesically convex functional in dimension d=5, with N ranging from 10^3 to 10^5. If the expected W2 error at a fixed time t does not decay roughly like N^{−1/5}, Theorem 3.3 is wrong. Also, construct a functional where the cited geodesic-convexity-to-L²-convexity equivalence can be tested directly; a counterexample would collapse the proof of Theorem 3.2.

Watch this falsifier — get emailed when new claim-graph text bears on it.

If this is right

  • In the strongly geodesically convex case, the continuous phase-space Nesterov iterates satisfy F[ρ_k]−m_F = O((1−√(m/L))^k), the Euclidean Nesterov rate, not the slower gradient-descent rate.
  • In the merely geodesically convex case, the same scheme achieves O(1/k²), matching Nesterov's convex rate.
  • The interacting-particle implementation tracks the ideal measure trajectory: expected W2 error after time t is at most C e^{(3+L)t} N^{−1/d} for d>4, so iteration and sampling errors decouple.
  • Heavy-ball momentum, by contrast, only reaches the slower O((1+m/(16L))^{-k}) rate, reproducing the Euclidean gap.
  • Because the lifted sequence is exactly the classical Nesterov sequence in Hilbert space, all dimension-free Euclidean proof techniques transfer automatically to the measure setting.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • Editorial inference: the N^{−1/d} particle error means that for high-dimensional problems the sampling error will quickly dominate the iteration error; structured or quasi-Monte Carlo sampling could be tested as a way to soften the curse of dimension.
  • Editorial inference: the same two-step lifting recipe might transplant other Euclidean accelerated schemes—for example accelerated proximal methods—to measure spaces, provided convexity and smoothness are preserved by the lift.
  • Editorial inference: the numerical experiments include settings that only satisfy the paper's assumptions locally or approximately, suggesting the rates may hold beyond the stated global geodesic-convexity hypothesis; a dedicated local-convexity analysis would be a natural extension.

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

2 major / 5 minor

Summary. The paper proposes heavy-ball and Nesterov-type accelerated algorithms for minimizing functionals over the Wasserstein space P2(R^d). Two lifts are used: a phase-space lift adding velocity marginals, and an L2(ν) lift representing measures as pushforwards of a reference measure. The main theoretical results are Theorems 3.1–3.2, which claim that the continuous measure-level iterates converge at the Euclidean rates (1 + m/(16L))^{-k} (heavy-ball), (1 − √(m/L))^k (Nesterov, strongly convex), and O(1/k²) (Nesterov, convex). Theorem 3.3 bounds the particle approximation error by C e^{(3+L)t} N^{-1/d} for d > 4. The proofs reduce the measure-space update to a Euclidean Nesterov sequence in L2(ν) by invoking structural equivalences between geodesic convexity/smoothness of F and Hilbert-space convexity/smoothness of the lift eF (Propositions 2.3–2.4), cited to prior work. Numerical experiments on potential energies, regularized KL sampling, mean-field neural networks, and porous-media flow compare the proposed methods with Wasserstein gradient descent.

Significance. Should the results be correct, the paper would provide a conceptually clean template for momentum methods on P2 and the first end-to-end non-asymptotic guarantee tracking both iteration and particle number. The phase-space/L2 dual lift is attractive, and the finite-particle tracking argument in Theorem 3.3 is a simple and elegant Lipschitz-stability argument. The paper also presents numerical comparisons across four problems. However, the central structural Proposition 2.3 is not proved and is false for m > 0 as stated; since the convergence theorems rely on it, the advertised generality of the rates is not established. The contribution is therefore presently a heuristic algorithm with encouraging numerics, not a proven acceleration theory.

major comments (2)
  1. [§2.3 (Prop. 2.3); §3.2.1, proof of Thm. 3.2(i)] Proposition 2.3 (m > 0 direction) is internally inconsistent. For every measure-preserving map φ of (Ω,ν), eF(X∘φ)=eF(X). If eF were m-strongly convex on L2(ν), its minimizer X⋆ would be unique; invariance would force X⋆∘φ=X⋆ a.e. for all φ, hence X⋆ constant a.e. and ρ⋆=X⋆#ν a Dirac. Thus Prop. 2.3 can hold for m > 0 only when the minimizer of F is a Dirac. This contradicts the stated scope of Theorem 3.2(i) and excludes the regularized KL functional (4.1) used in Example 2, which has a non-Dirac minimizer. The proof at Eq. (3.24) therefore does not establish the claimed rate for general m-strongly geodesically convex F.
  2. [§2.3 (Prop. 2.3, m = 0 direction)] The m = 0 direction of Prop. 2.3 is also unproved. Definition 2.4 gives the convexity inequality only along optimal couplings, while (2.27) must hold for arbitrary X,Y ∈ L2(ν); the linear interpolation (1−t)X + tY is not an optimal coupling in general. No argument or precise quoted theorem is provided for this implication. This gap is independent of the m > 0 obstruction.
minor comments (5)
  1. [Thm. 3.3, Eq. (3.26)] The constant C is said to depend on dimension only, but the proof via Fournier–Guillin also depends on M3(µ0) and on the growth of the initial measure; these dependencies should be stated explicitly.
  2. [§4] The numerical experiments do not validate the N^{-1/d} particle rate. In Example 1, N=100 in d=500 gives N^{-1/d}≈0.99, so the bound is vacuous there; a scaling plot in N would be needed.
  3. [Thm. 3.3] The notation M3(µ0) is used without definition. Also, the bound (L')^{t/√s} ≤ e^{(3+L)t} in Eq. (3.34) absorbs an e^{2√s(L+1)t} factor into the constant; this should be acknowledged or s should be fixed.
  4. [§2.3, Props. 2.2–2.4] All three structural propositions are cited to prior papers without proofs or precise theorem numbers. For a self-contained journal submission, the exact statements and proofs (or precise references) should be included, especially because the main theorems rest on them.
  5. [§4, Example 1] The estimates m≈10^{-5} and L≈1 are asserted without derivation. Please specify how the strong-convexity and smoothness parameters are estimated in the experiments.

Circularity Check

1 steps flagged

Main rates depend on a load-bearing, unproved lift-convexity equivalence cited to a paper co-authored by the present authors; no fitted prediction or definitional tautology elsewhere.

specific steps
  1. self citation load bearing [Proposition 2.3 (Section 2.3), used in Proof of Theorem 3.2(i) (Section 3.2.1)]
    "Proposition 2.3 (Gangbo and Mészáros [2022]). Let F and eF be defined according to (2.25), and assume F satisfies Assumption 2.1. Then F is m-geodesically convex on P2(R^d) if and only if eF is m-convex on L2(ν)."

    This equivalence is the step that converts the nonlinear measure-space update into the Hilbert-space Nesterov sequence: the proof states 'By Proposition 2.3 and Proposition 2.4, the structural convexity and smoothness constants of F map identically to the lifted objective eF, enabling us to carry out the derivation via dimension-free optimization analysis.' The proposition is not proved in the manuscript; it is cited to Gangbo–Mészáros [2022], which shares an author with the present paper. Consequently the central convergence claim is not derived here but is forced by this imported equivalence: accept the self-cited bridge and the rates are exactly Nesterov's Euclidean theorem; reject it and the main theorem has no independent derivation in this paper.

full rationale

Apart from the load-bearing lift-convexity/smoothness equivalences cited to the authors' own prior work, the derivation is a direct and legitimate reduction: the phase-space measure update is pushed forward to L2(ν), where it is the standard Nesterov iteration, and the rates are then inherited from Nesterov's dimension-free theorem. The finite-particle bound is obtained from Lipschitz composition plus Fournier–Guillin empirical measure concentration, not from any fit. The numerical L/m estimates are standard parameter estimation and are not presented as predictions of the fitted quantities. The skeptical objection that Proposition 2.3(m>0) forces a Dirac minimizer under rearrangement invariance is a correctness concern about the cited equivalence, not a circularity of the present derivation; if true it would invalidate the theorem, not make it tautological. The self-citation is central rather than decorative, hence the score 4 rather than 0-2.

Axiom & Free-Parameter Ledger

2 free parameters · 7 axioms · 0 invented entities

The central rates depend on structural constants m and L, on a global differentiability assumption (A1–A2), on a bespoke cross-smoothness condition (2.30), and on the not-proved-here equivalence of geodesic convexity and L² convexity. No new physical or mathematical entities are postulated; the reference measure ν and phase-space distributions are standard analytic devices.

free parameters (2)
  • strong convexity constant m = assumed known in the theorems; estimated from the potential in Section 4
    Appears in the heavy-ball step size s=m/(16L²), in the Nesterov momentum β, and in the rate factor (1−√(m/L)). The examples set it via the convexity parameter of V_l rather than by exact functional analysis.
  • Lipschitz smoothness constant L = assumed known in the theorems; estimated empirically in Section 4
    Sets the step size s=1/L (Nesterov) or s=m/(16L²) (heavy-ball) and controls the L-smoothness of the lifted functional. Section 4 states L is obtained through an 'empirical local Lipschitz estimate of the particle gradient'.
axioms (7)
  • domain assumption F is globally finite on P₂ and Wasserstein differentiable at every ρ (Assumption 2.1 (A1)(A2))
    Used in Propositions 2.2–2.4 and all convergence theorems; excludes exact KL divergence and internal energies. Example 2 therefore uses a regularized KL approximation.
  • ad hoc to paper The Wasserstein gradient is jointly (x,ρ)-Lipschitz: ∥∇W2F[ρ0](x)−∇W2F[ρ1](y)∥ ≤ (L/2)(∥x−y∥+W2(ρ0,ρ1)) (condition (2.30))
    This condition is introduced in Section 2.3 to obtain L-smoothness of the lifted functional. It is assumed in Theorems 3.1–3.3 but not verified for the numerical examples.
  • domain assumption F is m-geodesically convex on P₂ if and only if the lifted eF is m-convex on L²(ν) (Proposition 2.3)
    Load-bearing equivalence cited to Gangbo–Mészáros 2022; no proof appears in this manuscript, and it is not a routine consequence of the definitions.
  • domain assumption Condition (2.30) implies eF is L-smooth on L²(ν) (Proposition 2.4)
    Also cited to Gangbo–Mészáros 2022; not proved in the manuscript, yet it is needed for the classical Nesterov analysis to apply.
  • domain assumption The lifted objective eF attains a minimizer X⋆ ∈ L²(ν)
    Used in the proof of Theorem 3.2(i) to identify the optimum and to set the initial map X0 through an optimal coupling; existence is not established under the stated assumptions.
  • standard math Classical Nesterov convergence bounds hold in Hilbert spaces
    The proof reduces the lifted iteration to the Euclidean Nesterov sequence and applies the standard dimension-free estimate.
  • standard math Empirical-measure concentration: W₂(μ0,μ^N_0) ≤ C N^{−1/d} for d>4 (Fournier–Guillin)
    Used in Theorem 3.3; this is the source of the d>4 restriction.

pith-pipeline@v1.3.0-alltime-deepseek · 19394 in / 29922 out tokens · 296851 ms · 2026-08-01T03:54:09.305761+00:00 · methodology

0 comments
read the original abstract

Optimization over probability measures has become an increasingly important paradigm in modern machine learning, scientific computing, and uncertainty quantification. Motivated by Nesterov's accelerated gradient method in Euclidean space, we develop Heavy-ball and Nesterov acceleration methods over the probability measure space $\mathcal{P}_2$ and establish non-asymptotic convergence guarantees that match their Euclidean counterparts. In particular, we derive convergence rates with respect to both the number of iterations and the number of particles used to represent the underlying probability distributions. Extending accelerated optimization from Euclidean space to probability measures is challenging. The natural notion of momentum requires concepts such as tangent bundles of the set of probability space and they are hard to operate numerically. To overcome these difficulties, we introduce two complementary lifting procedures. The first lifts probability measures to phase space through a Hamiltonian formulation, introducing momentum variables into the dynamics. The second lifts probability measures to a common Hilbert space, restoring the linear structure required for convergence analysis while simultaneously yielding executable particle dynamics. Together, these two complementary lifting procedures provide a systematic methodology for designing, analyzing, and implementing momentum-based accelerated optimization methods over probability measure spaces.

Figures

Figures reproduced from arXiv: 2607.23008 by Jiaqi Tang, Qin Li, Wilfrid Gangbo.

Figure 1
Figure 1. Figure 1: Optimality gap F(ρk) − F ∗ versus iteration k for the two test potential energy functionals, com￾paring Wasserstein gradient descent, heavy-ball, Nesterov-sc, and Nesterov-c. The left panel corresponds to the quadratic potential V1, while the right panel corresponds to the ridge neural-network potential V2. For the potential V1, we set the dimension to d = 500, and choose a random symmetric positive defini… view at source ↗
Figure 2
Figure 2. Figure 2: Panel (a) shows the target distribution. Panel (b) and (c) plot the error and objective function [PITH_FULL_IMAGE:figures/full_fig_p016_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Heat map for evolution of ρ by four different methods at five iterations. To plot the density, we smooth out the particle presentation with a Gaussian smoothing kernel Kε [PITH_FULL_IMAGE:figures/full_fig_p017_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: presents the results for minimizing the two regularized KL divergences associated with log￾density V1 and V2. It shows a similar pattern to [PITH_FULL_IMAGE:figures/full_fig_p017_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Performance of neural network training with target [PITH_FULL_IMAGE:figures/full_fig_p018_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: The panel on the left shows the heat map of the ground-truth function. The panel on the right [PITH_FULL_IMAGE:figures/full_fig_p019_6.png] view at source ↗
Figure 7
Figure 7. Figure 7: Heat map for evolution of reconstructed functions by four different methods at five iterations. [PITH_FULL_IMAGE:figures/full_fig_p019_7.png] view at source ↗
Figure 8
Figure 8. Figure 8: The left panel shows the desired distribution [PITH_FULL_IMAGE:figures/full_fig_p020_8.png] view at source ↗
Figure 9
Figure 9. Figure 9: Heat map for evolution of ρ given by four different methods at five different iteration. To plot the density, we smooth out the particle presentation with a Gaussian smoothing kernel Kε . Acknowledgements This material is based upon work supported by the National Science Foundation under Grant No. DMS￾2424139, while all three authors visited the Simons Laufer Mathematical Sciences Institute in Berkeley, Ca… view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

100 extracted references · 11 canonical work pages

  1. [1]

    and Mou, Chenchen and Zhang, Jianfeng , year=

    Gangbo, Wilfrid and M\'esz\'aros, Alp\'ar R. and Mou, Chenchen and Zhang, Jianfeng , year=. Mean field games master equations with nonseparable Hamiltonians and displacement monotonicity , volume=. The Annals of Probability , publisher=. doi:10.1214/22-AOP1580 , number=

  2. [2]

    Gangbo, Wilfrid and M\'esz\'aros, Alp\'ar R. , year=. Global well-posedness of master equations for deterministic displacement convex potential mean field games , volume=. Communications on Pure and Applied Mathematics , publisher=. doi:10.1002/cpa.22069 , number=

  3. [3]

    The master equation and the convergence problem in mean field games , volume=

    Cardaliaguet, Pierre and Delarue, Francois and Lasry, Jean-Michel and Lions, Pierre-Louis , year=. The master equation and the convergence problem in mean field games , volume=. Probability Theory and Related Fields , publisher=

  4. [4]

    2024 , eprint=

    Parameterized Wasserstein Gradient Flow , author=. 2024 , eprint=

  5. [5]

    2024 , eprint=

    Numerical Analysis on Neural Network Projected Schemes for Approximating One Dimensional Wasserstein Gradient Flows , author=. 2024 , eprint=

  6. [6]

    2023 , eprint=

    Parameterized Wasserstein Hamiltonian Flow , author=. 2023 , eprint=

  7. [7]

    International conference on machine learning , pages=

    Variational inference with normalizing flows , author=. International conference on machine learning , pages=. 2015 , organization=

  8. [8]

    2019 , issn =

    On differentiability in the Wasserstein space and well-posedness for Hamilton–Jacobi equations , journal =. 2019 , issn =. doi:https://doi.org/10.1016/j.matpur.2018.09.003 , url =

  9. [9]

    Dissipative probability vector fields and generation of evolution semigroups in Wasserstein spaces , volume=

    Cavagnari, Giulia and Savar\'e, Giuseppe and Sodini, Giacomo Enrico , year=. Dissipative probability vector fields and generation of evolution semigroups in Wasserstein spaces , volume=. Probability Theory and Related Fields , publisher=. doi:10.1007/s00440-022-01148-7 , number=

  10. [10]

    2023 , eprint=

    Some Convexity Criteria for Differentiable Functions on the 2-Wasserstein Space , author=. 2023 , eprint=

  11. [11]

    Wright , title =

    Shi Chen and Qin Li and Oliver Tse and Stephen J. Wright , title =. Journal of Machine Learning Research , year =

  12. [12]

    2025 , eprint=

    A Lagrangian approach to totally dissipative evolutions in Wasserstein spaces , author=. 2025 , eprint=

  13. [13]

    2025 , eprint=

    Forward Euler for Wasserstein Gradient Flows: Breakdown and Regularization , author=. 2025 , eprint=

  14. [14]

    2018 , eprint=

    Understanding the Acceleration Phenomenon via High-Resolution Differential Equations , author=. 2018 , eprint=

  15. [15]

    2013 , publisher=

    Introductory lectures on convex optimization: A basic course , author=. 2013 , publisher=

  16. [16]

    Wilson and Michael I

    Andre Wibisono and Ashia C. Wilson and Michael I. Jordan , title =. Proceedings of the National Academy of Sciences , volume =. 2016 , doi =

  17. [17]

    SIAM Journal on Optimization , volume =

    Lessard, Laurent and Recht, Benjamin and Packard, Andrew , title =. SIAM Journal on Optimization , volume =. 2016 , doi =

  18. [18]

    1964 , issn =

    Some methods of speeding up the convergence of iteration methods , journal =. 1964 , issn =. doi:https://doi.org/10.1016/0041-5553(64)90137-5 , url =

  19. [19]

    Gradient Flows in Metric Spaces and in the Space of Probability Measures , edition =

    Ambrosio, Luigi and Gigli, Nicola and Savar\'e, Giuseppe , file =. Gradient Flows in Metric Spaces and in the Space of Probability Measures , edition =

  20. [20]

    2009 , publisher=

    Optimal Transport: Old and New , author=. 2009 , publisher=

  21. [21]

    A differential equation for modeling Nesterov's accelerated gradient method: theory and insights , year =

    Su, Weijie and Boyd, Stephen and Cand\`. A differential equation for modeling Nesterov's accelerated gradient method: theory and insights , year =. J. Mach. Learn. Res. , month = jan, pages =

  22. [22]

    arXiv preprint arXiv:2510.13640 , year=

    The first Fundamental Theorem of Calculus for functions defined on Wasserstein space , author=. arXiv preprint arXiv:2510.13640 , year=

  23. [23]

    Probability Theory and Related Fields , volume =

    Fournier, Nicolas and Guillin, Arnaud , title =. Probability Theory and Related Fields , volume =

  24. [24]

    A blob method for diffusion , journal =

    Carrillo, Jos. A blob method for diffusion , journal =

  25. [25]

    Wright , title =

    Zhiyan Ding and Shi Chen and Qin Li and Stephen J. Wright , title =. Journal of Machine Learning Research , year =

  26. [26]

    Journal of Machine Learning Research , year =

    Yuchen Li and Laura Balzano and Deanna Needell and Hanbaek Lyu , title =. Journal of Machine Learning Research , year =

  27. [27]

    and Seiringer, Robert , year=

    Lieb, Elliott H. and Seiringer, Robert , year=. The Stability of Matter in Quantum Mechanics , publisher=

  28. [28]

    Journal of Physics: Condensed Matter , abstract =

    Evans, Robert and Oettel, Martin and Roth, Roland and Kahl, Gerhard , title =. Journal of Physics: Condensed Matter , abstract =. doi:10.1088/0953-8984/28/24/240401 , year =

  29. [29]

    Morrison, Philip J , year=

  30. [30]

    Mathematical Methods in the Applied Sciences , volume =

    Rein, Gerhard , title =. Mathematical Methods in the Applied Sciences , volume =. doi:10.1002/mma.1670171404 , year =

  31. [31]

    From Optimization to Sampling Through Gradient Flows , journal =

    Garc. From Optimization to Sampling Through Gradient Flows , journal =. 2023 , volume =. doi:10.1090/noti2708 , publisher =

  32. [32]

    SIAM Journal on Mathematical Analysis , volume =

    Rein, Gerhard , title =. SIAM Journal on Mathematical Analysis , volume =. 2001 , doi =

  33. [33]

    2013 , publisher =

    Theory of Simple Liquids , author =. 2013 , publisher =

  34. [34]

    Gradient flows in metric spaces and in the space of probability measures , publisher=

    Ambrosio, Luigi and Gigli, Nicola and Savare\'e, Giuseppe , year=. Gradient flows in metric spaces and in the space of probability measures , publisher=

  35. [35]

    Journal of Machine Learning Research , year =

    Rentian Yao and Xiaohui Chen and Yun Yang , title =. Journal of Machine Learning Research , year =

  36. [36]

    2020 , issn =

    Journal of Differential Equations , volume =. 2020 , issn =. doi:10.1016/j.jde.2019.08.046 , author =

  37. [37]

    Bulletin of the London Mathematical Society , volume =

    Parker, Guy , title =. Bulletin of the London Mathematical Society , volume =

  38. [38]

    SIAM Journal on Optimization , volume =

    Lavenant, Hugo and Zanella, Giacomo , title =. SIAM Journal on Optimization , volume =. 2024 , doi =

  39. [39]

    SIAM Journal on Numerical Analysis , volume =

    Wu, Hao and Liu, Shu and Ye, Xiaojing and Zhou, Haomin , title =. SIAM Journal on Numerical Analysis , volume =. 2025 , doi =

  40. [40]

    and Recht, Benjamin , year=

    Wright, Stephen J. and Recht, Benjamin , year=. Optimization for Data Analysis , publisher=

  41. [41]

    Wright , title =

    Stephen J. Wright , title =. Mathematical Programming , year =. doi:10.1007/s10107-015-0892-3 , issn =

  42. [42]

    Linear Convergence of Gradient and Proximal-Gradient Methods Under the

    Karimi, Hamed and Nutini, Julie and Schmidt, Mark , editor =. Linear Convergence of Gradient and Proximal-Gradient Methods Under the. Machine Learning and Knowledge Discovery in Database , year=

  43. [43]

    Foundations and Trends in Optimization , volume =

    Parikh, Neal and Boyd, Stephen , title =. Foundations and Trends in Optimization , volume =. 2014 , month =

  44. [44]

    SIAM Journal on Optimization , volume =

    Chorobura, Flavia and Necoara, Ion , title =. SIAM Journal on Optimization , volume =. 2023 , doi =

  45. [45]

    Mathematical Programming , year =

    Peter Richtárik and Martin Takáč , title =. Mathematical Programming , year =. doi:10.1007/s10107-012-0614-z , issn =

  46. [46]

    Optimization in High Dimensions via Accelerated, Parallel, and Proximal Coordinate Descent , journal =

    Fercoq, Olivier and Richt\'. Optimization in High Dimensions via Accelerated, Parallel, and Proximal Coordinate Descent , journal =. 2016 , doi =

  47. [47]

    Salim, Adil and Korba, Anna and Luise, Giulia , booktitle =. The

  48. [48]

    Random Coordinate Underdamped

    Ding, Zhiyan and Li, Qin and Lu, Jianfeng and Wright, Stephen , booktitle =. Random Coordinate Underdamped. 2021 , editor =

  49. [49]

    2025 , eprint=

    Guaranteeing Higher Order Convergence Rates for Accelerated Wasserstein Gradient Flow Schemes , author=. 2025 , eprint=

  50. [50]

    Journal of Scientific Computing , volume =

    Yifei Wang and Wuchen Li , title =. Journal of Scientific Computing , volume =. 2021 , doi =

  51. [51]

    2307.16421 , archivePrefix=

    Nabarun Deb and Young-Heon Kim and Soumik Pal and Geoffrey Schiebinger , year=. 2307.16421 , archivePrefix=

  52. [52]

    SIAM Journal on Mathematical Analysis , volume =

    Jordan, Richard and Kinderlehrer, David and Otto, Felix , title =. SIAM Journal on Mathematical Analysis , volume =. 1998 , doi =

  53. [53]

    Mirror and Preconditioned Gradient Descent in

    Bonet, Cl\'. Mirror and Preconditioned Gradient Descent in. Advances in Neural Information Processing Systems , editor =

  54. [54]

    The back-and-forth method for

    Jacobs, Matt and Lee, Wonjun and L. The back-and-forth method for. ESAIM: Control, Optimisation and Calculus of Variations , year =

  55. [55]

    Mathematics of Computation , shortjournal =

    Sampling via gradient flows in the space of probability measures , author =. Mathematics of Computation , shortjournal =. 2026 , doi =

  56. [56]

    Stochastic Processes and their Applications , volume =

    Solving a class of. Stochastic Processes and their Applications , volume =. 2024 , issn =. doi:https://doi.org/10.1016/j.spa.2024.104374 , author =

  57. [57]

    Computing Optimal Transport Plans via Min-Max Gradient Flows , year=

    Conger, Lauren and Hoffmann, Franca and Baptista, Ricardo and Mazumdar, Eric , booktitle=. Computing Optimal Transport Plans via Min-Max Gradient Flows , year=

  58. [58]

    Ratliff , year=

    Lauren Conger and Franca Hoffmann and Eric Mazumdar and Lillian J. Ratliff , year=. Coupled. 2411.07403 , archivePrefix=

  59. [59]

    Conditional simulation via entropic optimal transport: Toward non-parametric estimation of conditional

    Baptista, Ricardo and Pooladian, Aram-Alexandre and Brennan, Michael and Marzouk, Youssef and Niles-Weed, Jonathan , booktitle =. Conditional simulation via entropic optimal transport: Toward non-parametric estimation of conditional. 2025 , editor =

  60. [60]

    Statistical Science , number =

    Jeremy Heng and Valentin De Bortoli and Arnaud Doucet , title =. Statistical Science , number =. 2024 , doi =

  61. [61]

    NeurIPS 2023 Workshop Optimal Transport and Machine Learning , year=

    A generative flow model for conditional sampling via optimal transport , author=. NeurIPS 2023 Workshop Optimal Transport and Machine Learning , year=

  62. [62]

    Variational and Information Flows in Machine Learning and Optimal Transport , series =

    Wuchen Li and Bernhard Schmitzer and Gabriele Steidl and Fran. Variational and Information Flows in Machine Learning and Optimal Transport , series =. 2025 , doi =

  63. [63]

    Accelerated, Parallel, and Proximal Coordinate Descent , journal =

    Fercoq, Olivier and Richt\'. Accelerated, Parallel, and Proximal Coordinate Descent , journal =. 2015 , doi =

  64. [64]

    Proceedings of the National Academy of Sciences , volume =

    Song Mei and Andrea Montanari and Phan-Minh Nguyen , title =. Proceedings of the National Academy of Sciences , volume =. 2018 , doi =

  65. [65]

    , title =

    Nesterov, Yu. , title =. SIAM Journal on Optimization , volume =. 2012 , doi =

  66. [66]

    and Wang, Li , title =

    Craig, Katy and Liu, Jian-Guo and Lu, Jianfeng and Marzuola, Jeremy L. and Wang, Li , title =. Numerische Mathematik , year =. doi:10.1007/s00211-022-01320-0 , issn =

  67. [67]

    and Richt\'

    Chambolle, Antonin and Ehrhardt, Matthias J. and Richt\'. Stochastic Primal-Dual Hybrid Gradient Algorithm with Arbitrary Sampling and Imaging Applications , journal =. 2018 , doi =

  68. [68]

    , title =

    Carrillo, Jos\'e Antonio and Craig, Katy and Patacchini, Francesco S. , title =. Calculus of Variations and Partial Differential Equations , year =. doi:10.1007/s00526-019-1486-3 , issn =

  69. [69]

    First-Order Conditions for Optimization in the

    Lanzetti, Nicolas and Bolognani, Saverio and D\". First-Order Conditions for Optimization in the. SIAM Journal on Mathematics of Data Science , volume =. 2025 , doi =

  70. [70]

    29th Annual Conference on Learning Theory , pages =

    First-order Methods for Geodesically Convex Optimization , author =. 29th Annual Conference on Learning Theory , pages =. 2016 , editor =

  71. [71]

    , title =

    Lee, John M. , title =. 2018 , doi =

  72. [72]

    Annali della Scuola Normale Superiore di Pisa - Classe di Scienze, Serie 5 , year =

    Kloeckner, Benoît , title =. Annali della Scuola Normale Superiore di Pisa - Classe di Scienze, Serie 5 , year =

  73. [73]

    2010 , address =

    Dahl, Jonathan , title =. 2010 , address =

  74. [74]

    doi:10.1088/1361-6544/acf988 , year =

    Lu, Yulong and Slepčev, Dejan and Wang, Lihan , title =. doi:10.1088/1361-6544/acf988 , year =

  75. [75]

    Statistical Optimal Transport , subtitle =

    Chewi, Sinho and Niles-Weed, Jonathan and Rigollet, Philippe , year =. Statistical Optimal Transport , subtitle =. doi:10.1007/978-3-031-85160-5 , isbn =

  76. [76]

    and Mahony, Robert and Sepulchre, Rodolphe , title =

    Absil, P.-A. and Mahony, Robert and Sepulchre, Rodolphe , title =. 2008 , isbn =

  77. [77]

    Ferreira, O. P. and Louzeiro, M. S. and Prudente, L. F. , title =. SIAM Journal on Optimization , volume =. 2019 , doi =

  78. [78]

    2024 , eprint=

    Convergence of coordinate ascent variational inference for log-concave measures via optimal transport , author=. 2024 , eprint=

  79. [79]

    Annales de l'Institut Henri Poincar\'e, Probabilit\'es et Statistiques , number =

    Daniel Lacker , title =. Annales de l'Institut Henri Poincar\'e, Probabilit\'es et Statistiques , number =. 2026 , doi =

  80. [80]

    Randomized Coordinate Descent Methods for Big Data Optimization , school =

    Tak. Randomized Coordinate Descent Methods for Big Data Optimization , school =. 2014 , address =

Showing first 80 references.