REVIEW 3 major objections 5 minor 2 cited by
Inexact JKO and proximal-gradient algorithms in the Wasserstein space
T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read This paper proves that approximate JKO steps, with errors measured in Wasserstein distance or in energy, still converge weakly to minimizers at the usual convex rate $O(1/\sigma_n)$, provided the per-step errors are summable and satisfy a…
desk verdict A genuinely useful paper; the stress-test's entropy counterexample fails, and the remaining issues are fixable typos and a real but nonfatal convexity restriction. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the discrete evolution variational inequality (EVI) for the proximal map, extended to all input measures rather than only to inputs inside the domain of $G$: $W_2^2(J_\tau(\mu),\nu) \le W_2^2(\mu,\nu) - 2\tau(G(J_\tau(\mu))-G(\nu)) - W_2^2(J_\tau(\mu),\mu)$. This inequality converts each inexact step into a quasi-contraction of squared Wasserstein distances, and the extra negative term $W_2^2(J_\tau(\mu),\mu)$ is what makes the increments $\sum_n W_2^2(J_{\tau_n}(\mu_n),\mu_n)$ summable. Full sequence convergence is then obtained from the Opial property of the weak topology $\tau_{w,2}$, which upgrades the fact that every cluster point is a minimizer to convergence of the whole sequence. The proximal-gradient part uses a finer EVI, $W_2^2(S_\tau(\mu),\nu) \le (1-\tau\lambda)W_2^2(\mu,\nu) - 2\tau(G(S_\tau(\mu))-G(\nu)) - (1-\tau L)W_2^2(\mu,S_\tau(\mu))$, whose extra coefficient $(1-\tau L)$ plays the same summability role.
What would settle it
Check whether the discrete EVI (2.5), $W_2^2(J_\tau(\mu),\nu) \le W_2^2(\mu,\nu) - 2\tau(G(J_\tau(\mu))-G(\nu)) - W_2^2(J_\tau(\mu),\mu)$, holds for a proper lower semicontinuous geodesically convex $G$ when the input $\mu$ is a two-atomic measure outside $D(G)$; a single failure would break the proof of Theorem 3.3 for functionals whose domain excludes such measures.
Extended reading notes
Core claim
The central claim is that approximate computation of JKO steps does not destroy convergence. For a proper, lower semicontinuous functional $G$ that is convex along generalized geodesics and admits a minimizer, any sequence satisfying the distance-type error bound $W_2(\mu_{n+1}, J_{\tau_n}(\mu_n)) \le \epsilon_n$ with $\sum_n \epsilon_n < \infty$, $\sum_n \tau_n = \infty$, and $\sum_n (\sigma_n/\tau_n)\epsilon_{n-1}^2 < \infty$ has the property that the energies of the exact JKO outputs converge at rate $G(J_{\tau_n}(\mu_n))-\inf G = O(1/\sigma_n)$, and the sequence itself converges in the $\tau_{w,2}$ topology—hence in $W_p$ for every $p<2$—to a minimizer of $G$. The same conclusion holds under the variational-type error bound (1.3), with the added benefit that $G(\mu_n)-\inf G$ itself is $O(1/\sigma_n)$. The proximal-gradient analogue, for $G=E_F+H$ under assumptions (A1)–(A3), inherits both convergence statements, with the corresponding weighted error conditions; Theorem 4.6 thereby extends the known weak-convergence result for exact proximal-gradient methods beyond the Gaussian/Bures–Wasserstein setting.
Load-bearing premise
The key premise is that the energy is convex along generalized geodesics with base points allowed anywhere in the space of probability measures, not just inside the energy's domain, because approximate JKO iterates can leave the domain of $G$; for many natural energies only convexity along ordinary geodesics is known, and the discrete EVI used throughout the proof requires the stronger property.
Editorial extensions
If this is right
- If a numerical solver returns each JKO step with a $W_2$ error that is summable and satisfies the weighted condition $\sum_n(\sigma_n/\tau_n)\epsilon_{n-1}^2<\infty$, the computed iterates are guaranteed to converge weakly to a minimizer, so approximate solvers can replace exact JKO steps without destroying convergence.
- Under variational-type errors, the actually accessible values $G(\mu_n)$ converge at the rate $O(1/\sigma_n)$, not only the unobservable values $G(J_{\tau_n}(\mu_n))$.
- The proximal-gradient algorithm for composite functionals $E_F+H$ keeps the same guarantees under the stated error conditions, generalizing existing weak-convergence results from the Gaussian/Bures–Wasserstein case to the full Wasserstein space.
- Variable and vanishing stepsizes are allowed without changing the rates, which is relevant for correcting the bias of unadjusted Langevin-type sampling schemes.
Reading between the lines
- The weighted condition $\sum_n(\sigma_n/\tau_n)\epsilon_{n-1}^2<\infty$ gives a concrete budget for inner solvers: early errors may be large, but errors must decay fast enough relative to the accumulated stepsize; this is a ready-made stopping criterion for algorithms such as ALG2 once a $W_2$ error estimate is available.
- The authors' conjecture that the domain restriction $\mathrm{dom}(H)\subseteq P_2^r$ can be removed via a different subdifferential calculus, if true, would let the proximal-gradient results cover entropy-type functionals evaluated at atomic or singular measures.
- The same proof template could apply to other approximate JKO constructions, such as entropic-regularized JKO, provided one can quantify the distance between the entropic proximal output and the exact JKO output—a step the paper explicitly leaves open.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proves convergence results for inexact JKO schemes and inexact proximal-gradient algorithms in the 2-Wasserstein space. Two inexactness models are considered: a distance-type error W2(μ_{n+1}, J_{τ_n}(μ_n)) ≤ ε_n and a variational-type error in the value of the proximal objective. The main theorems (Theorems 3.3, 3.8, 4.6, 4.10) assert O(1/σ_n) rates for the objective at the best or last iterates, and convergence of the generated sequence in the τ_{w,2} topology (hence in W_p for p < 2) to a minimizer of G, under summability assumptions on the error and weighted-error sequences. The analysis for the proximal-gradient scheme relies on a refined discrete EVI (Lemma 4.2) and on the composite structure G = E_F + H with dom(H) contained in the regular measures.
Significance. If the results hold, they fill a genuine gap: numerical solvers for the JKO step are inexact, yet convergence analyses in the Wasserstein literature mostly assume exact proximal steps. Extending the classical inexact-proximal-point template to a non-Hilbertian setting via the Opial property is a useful contribution, and the proximal-gradient part goes beyond the Bures–Wasserstein results of Diao et al. The assumptions are explicit and the error conditions are natural analogues of those used in Hilbert-space analyses. The paper would be strengthened by making the proof of the general-base convexity extension fully explicit, but the main body of the analysis appears sound; the stress-test concern about the free-energy example does not, on close reading, invalidate the main theorems.
major comments (3)
- [Definition 2.9 and Theorem 2.13] The paper assumes convexity along generalized geodesics with base points ν in all of P2(R^d), whereas the standard notion in [4, Def. 9.2.4] and in [63] only uses base points in D(G) or in P^r_2(R^d). This extension is necessary because inexact iterates can leave D(G), but the assertion in Definition 2.9 that the two notions coincide under lower semicontinuity is not proved. A proof can be supplied by approximating an arbitrary base ν by regular measures ν_k, extracting a limit of the associated triples of couplings, and using lower semicontinuity of G to pass to the limit in (2.3). The potential counterexample with Ent and base δ0 does not land: for that base one may take the optimal coupling between the endpoints, so the generalized geodesic reduces to a displacement geodesic, and Ent is convex along displacement geodesics. Please add the missing argument, since Theorem 2.13(ii) and its use in Lemma 3.1 depend on this point.
- [Theorem 3.3, Eq. (3.8)] The displayed inequality in (3.8) uses G(μ_{n+1}), but β_N is defined as the best iterate among {G(J_{τ_i}(μ_i))}. The correct inequality is G(β_N) ≤ (1/σ_N)∑_{n=0}^{N-1} τ_n G(J_{τ_n}(μ_n)); with G(μ_{n+1}) the bound (3.9) does not follow from (3.7). Please correct this line and the surrounding text. In the same proof, Lemma 3.1 writes W2(J_{τ_n}(μ_{n+1}),ν), which should read W2(J_{τ_{n+1}}(μ_{n+1}),ν); otherwise the claimed convergence of {W2(J_{τ_n}(μ_n),ν)} is not established.
- [Theorem 3.8, proof after Eq. (3.16)] The reduction from the variational error (3.15) to W2(μ_{n+1}, J_{τ_n}(μ_n)) ≤ ε_n contains inconsistent constants: the two displayed inequalities have (1−t)2ε_n^2/τ_n and (1−t)ε_n^2/(2τ_n), respectively, and as written the limiting argument yields 4ε_n^2 rather than ε_n^2. The intended conclusion is correct with δ = ε_n^2/(2τ_n), since the standard derivation gives W2^2 ≤ 2τ_nδ/t and hence W2^2 ≤ ε_n^2 as t → 1, but the displayed computation should be fixed.
minor comments (5)
- [Theorem 2.13(iii)] In the proof of Theorem 2.13(iii), the line defining ν as J_{τ}(μ_n) should read J_{τ}(μ); otherwise the subsequent continuity argument is not the intended one.
- [Lemma 2.5] In the proof of Lemma 2.5, the statement that τ_{w,2}-convergence of μ̄_n to μ* implies W1(μ̄_n, μ*) → 0 should cite the relevant fact that τ_{w,2} convergence gives W_p convergence for p < 2; as written the sentence looks circular.
- [Theorem 3.3, Opial step] The function ℓ(ν) is defined as the limit of W2(J_{τ_n}(μ_n), ν), but in the Opial argument it is used as the limit of squared distances; please define ℓ with W2^2 consistently.
- [Throughout] There are several typos and minor notational slips: 'Wassertein', 'contant', 'demostrate', 'propriety'; Theorem 4.6 writes ε_{n−1} for n = 0; Corollary 4.9 has S_{w,2} instead of τ_{w,2}; and the display (3.8) mislabels the index set for j_n. These should be corrected in a revision.
- [Remarks 3.6 and 4.8] The ergodic remarks cite [1, Proposition 7.6] for convexity along barycenters; please state explicitly that the JKO images are assumed regular there, since the cited result is stated for regular measures and the general-energy-density case is left as an expectation.
Circularity Check
No significant circularity: the convergence theorems are derived from explicit error assumptions via the discrete EVI; the shared-author citation provides independent published support.
full rationale
Walked the derivation chain. The paper does not fit any parameter to data and does not rename a known result. The two inexactness models, distance-type (1.2) and variational-type (1.3)/(3.15), are stated as input assumptions; the main theorems derive O(1/sigma_n) rates and tau_w,2-convergence from the discrete EVI (Theorem 2.13(ii) for JKO and (4.7)/(4.6) for proximal-gradient) plus summability of the error sequences. In Theorem 3.3, every cluster point of {J_tau_n(mu_n)} is shown to be a minimizer via the summed EVI (3.7); the convergence of {mu_n} then follows from Lemma 3.2 and Lemma 2.5. No inequality used there is the desired conclusion restated. Theorem 3.8 reduces the variational error to the distance error, W2(mu_{n+1}, J_tau(mu_n)) <= eps_n, before applying Theorem 3.3, and derives the G(mu_n) rate via (3.19)-(3.22). The proximal-gradient part builds on [63, Proposition 8] but proves a refined EVI (Lemma 4.1) and extends it to non-regular inputs by a limiting argument (Lemma 4.2); the subsequent analysis follows the JKO template with (A3) supplying dom(H) subset P^r_2(R^d), an explicit assumption rather than an imported conclusion. The only shared-author citation with load-bearing role is [58] for the Opial property (Theorem 2.6) and compactness (Corollary 3.6); these are published theorems with stated assumptions independent of the present error sequences or fitted values, so they count as independent support under the review rules. No equation was found in which a claimed prediction equals an input by construction; for example, inequality (3.10) uses the assumed W2 bound to relate consecutive JKO values, which is a genuine small-error argument. The possible mathematical weakness of requiring convexity along generalized geodesics with arbitrary base points (Definition 2.9) is a correctness/applicability concern, not a circularity: the paper does not define the conclusion in terms of the assumption.
Assumptions & free parameters
assumptions (5)
- domain assumption G: P2(Rd) → R is proper, lower semicontinuous, and convex along generalized geodesics with argmin G not empty
- domain assumption Error sequence {ε_n} is summable and the composite condition Σ σ_n/τ_n ε²_{n-1} < ∞ (or variants) holds
- domain assumption Stepsize sequence {τ_n} ⊂ R>0 with Σ τ_n = ∞
- domain assumption (A1) F is proper, convex, differentiable with L-Lipschitz gradient and λ-strong convexity (λ ≥ 0); (A2) H is proper, l.s.c., convex along generalized geodesics; (A3) dom(H) ⊂ P^r_2(Rd)
- standard math Known results from Ambrosio-Gigli-Savare [4] and Naldi-Savare [58] are used as black boxes
Cite this review
Pith. "Pith review of Inexact JKO and proximal-gradient algorithms in the Wasserstein space." pith.science (2026). https://pith.science/paper/UE3CBARQ
@misc{pith2026250523517,
author = {Pith},
title = {Pith review of: Inexact JKO and proximal-gradient algorithms in the Wasserstein space},
year = {2026},
howpublished = {\url{https://pith.science/paper/UE3CBARQ}},
note = {Machine review of arXiv:2505.23517}
}
read the original abstract
This paper studies the convergence properties of the inexact Jordan-Kinderlehrer-Otto (JKO) scheme and proximal-gradient algorithm in the context of Wasserstein spaces. The JKO scheme, a widely-used method for approximating solutions to gradient flows in Wasserstein spaces, typically assumes exact solutions to iterative minimization problems. However, practical applications often require approximate solutions due to computational limitations. This work focuses on the convergence of the scheme to minimizers for the underlying functional and addresses these challenges by analyzing two types of inexactness: errors in Wasserstein distance and errors in energy functional evaluations. The paper provides rigorous convergence guarantees under controlled error conditions, demonstrating that weak convergence can still be achieved with inexact steps. The analysis is further extended to proximal-gradient algorithms, showing that convergence is preserved under inexact evaluations.
Figures
Forward citations
Cited by 2 Pith papers
-
On the stability of proximal operators in Wasserstein spaces under different notions of convexity
Wasserstein proximal operators are non-expansive under total or 2-base generalized geodesic convexity and locally 1/2-Hölder under ordinary generalized geodesic convexity.
-
A Kernel Formula for Kinetic Fokker-Planck Equations
An explicit Gaussian-kernel operator is introduced as a one-step approximation of the kinetic Fokker-Planck equation, with local weak consistency and conditional first-order finite-time weak convergence.
Reference graph
Works this paper leans on
-
[63]
The Wasserstein proximal gradient algorithm
Adil Salim, Anna Korba, and Giulia Luise. The Wasserstein proximal gradient algorithm. In Advances in Neural Information Processing Systems , volume 33, pages 12356–12366. Curran Associates, Inc., 2020
work page 2020
-
[1]
Barycenters in the Wasserstein space
Martial Agueh and Guillaume Carlier. Barycenters in the Wasserstein space. SIAM Journal on Mathematical Analysis , 43(2):904–924, 2011
2011
-
[2]
Ya. I. Alber, Regina Burachik, and Alfred Iusem. A proximal point method for nons- mooth convex optimization problems in banach spaces. InAbstract and Applied Analysis, volume 2, pages 97–120, 1997
work page 1997
-
[3]
Luigi Ambrosio, Elia Bru´ e, and Daniele Semola.Lectures on Optimal Transport, volume 169 of UNITEXT. Springer, 2024
work page 2024
-
[4]
Lectures in Mathematics ETH Z¨ urich
Luigi Ambrosio, Nicola Gigli, and Giuseppe Savar´ e.Gradient Flows in Metric Spaces and in the Space of Probability Measures . Lectures in Mathematics ETH Z¨ urich. Birkh¨ auser Verlag, Basel, 2nd edition, 2008
work page 2008
-
[5]
Numerical methods for nondifferentiable convex optimization
Alfred Auslender. Numerical methods for nondifferentiable convex optimization. In Nonlinear Anal ysis and Optimization, Mathematical Programming Studies , pages 102– –126. 1987
work page 1987
-
[6]
Iglesias, Yury Korolev, Emanuele Naldi, and Stefano Vigogna
Francesca Bartolucci, Marcello Carioni, Jos´ e A. Iglesias, Yury Korolev, Emanuele Naldi, and Stefano Vigogna. A lipschitz spaces view of infinitely wide shallow neural networks. arXiv preprint, 2024. arXiv:2410.14591
-
[7]
Bauschke and Patrick L
Heinz H. Bauschke and Patrick L. Combettes. Convex analysis and monotone operator theory in Hilbert spaces . CMS Books in Mathematics/Ouvrages de Math´ ematiques de la SMC. Springer, Cham, second edition, 2017
2017
Show all 71 references
-
[8]
A computational fluid mechanics solution to the Monge-Kantorovich mass transfer problem
Jean-David Benamou and Yann Brenier. A computational fluid mechanics solution to the Monge-Kantorovich mass transfer problem. Numerische Mathematik, 84(3):375–393, 2000
2000
-
[9]
An augmented la- grangian approach to Wasserstein gradient flows and applications
Jean-David Benamou, Guillaume Carlier, and Maxime Laborde. An augmented la- grangian approach to Wasserstein gradient flows and applications. ESAIM: Proceedings and Surveys , 54:1–17, 2016
2016
-
[10]
Langevin Monte Carlo and JKO splitting
Espen Bernton. Langevin Monte Carlo and JKO splitting. In Conference on Learning Theory, pages 1777–1798, 2018
2018
-
[11]
Weak solutions to a fractional Fokker-–Planck equa- tion via splitting and Wasserstein gradient flow
Malcolm Bowles and Martial Agueh. Weak solutions to a fractional Fokker-–Planck equa- tion via splitting and Wasserstein gradient flow. Applied Mathematics Letters, 42:30–35, 2015. 27
2015
-
[12]
Distributed optimization and statistical learning via the alternating direction method of multipliers , volume 3
Stephen Boyd, Neal Parikh, Eric Chu, Borja Peleato, and Jonathan Eckstein. Distributed optimization and statistical learning via the alternating direction method of multipliers , volume 3. Now Publishers Inc., 2011
2011
-
[13]
Graph and distributed exten- sions of the Douglas–Rachford method
Kristian Bredies, Enis Chenchene, and Emanuele Naldi. Graph and distributed exten- sions of the Douglas–Rachford method. SIAM Journal on Optimization , 34(2):1569– 1594, 2024
2024
-
[14]
Preconditioned Douglas–Rachford splitting meth- ods for convex-concave saddle-point problems
Kristian Bredies and Hongpeng Sun. Preconditioned Douglas–Rachford splitting meth- ods for convex-concave saddle-point problems. SIAM Journal on Numerical Analysis , 53(1):421–444, 2015
2015
-
[15]
Polar factorization and monotone rearrangement of vector-valued func- tions
Yann Brenier. Polar factorization and monotone rearrangement of vector-valued func- tions. Communications on Pure and Applied Mathematics , 44(4):375–417, 1991
1991
-
[16]
A relative error tolerance for a family of generalized proximal point methods
Regina Burachik and Benar Fux Svaiter. A relative error tolerance for a family of generalized proximal point methods. Mathematics and Operations Research , 26:816– –831, 2001
2001
-
[17]
Quasiα-firmly nonexpansive mappings in Wasser- stein spaces
Arian B¨ erd¨ ellima and Gabriele Steidl. Quasiα-firmly nonexpansive mappings in Wasser- stein spaces. Fixed Point Theory , 26(1):37–56, 2025
2025
-
[18]
Carlen and Katy Craig
Eric A. Carlen and Katy Craig. Contraction of the proximal map and generalized con- vexity of the Moreau-Yosida regularization in the 2-Wasserstein metric. Mathematics and Mechanics of Complex Systems , 1(1):33–65, 2013
2013
-
[19]
Quantitative stability of barycenters in the Wasserstein space
Guillaume Carlier, Alex Delalande, and Quentin M´ erigot. Quantitative stability of barycenters in the Wasserstein space. Probability Theory and Related Fields , 188(3):1257–1286, Apr 2024
2024
-
[20]
Conver- gence of entropic schemes for optimal transport and gradient flows
Guillaume Carlier, Vincent Duval, Gabriel Peyr´ e, and Bernhard Schmitzer. Conver- gence of entropic schemes for optimal transport and gradient flows. SIAM Journal on Mathematical Analysis, 49(2):1385–1418, 2017
2017
-
[21]
A splitting method for nonlinear diffusions with nonlocal, nonpotential drifts
Guillaume Carlier and Maxime Laborde. A splitting method for nonlinear diffusions with nonlocal, nonpotential drifts. Nonlinear Analysis: Theory, Methods & Applications, 150:1–18, 2017
2017
-
[22]
A Lagrangian approach to totally dissipative evolutions in Wasserstein spaces, 2023
Giulia Cavagnari, Giuseppe Savar´ e, and Giacomo Enrico Sodini. A Lagrangian approach to totally dissipative evolutions in Wasserstein spaces, 2023
2023
-
[23]
A first-order primal-dual algorithm for convex problems with applications to imaging
Antonin Chambolle and Thomas Pock. A first-order primal-dual algorithm for convex problems with applications to imaging. Journal of Mathematical Imaging and Vision , 40(1):120–145, 2011
2011
-
[24]
Convergence of Langevin MCMC in KL-divergence
Xiang Cheng and Peter Bartlett. Convergence of Langevin MCMC in KL-divergence. In Algorithmic Learning Theory, pages 186–211, 2018
2018
-
[25]
On the global convergence of gradient descent for over-parameterized models using optimal transport
Lenaic Chizat and Francis Bach. On the global convergence of gradient descent for over-parameterized models using optimal transport. In Advances in Neural Information Processing Systems, pages 3036–3046, 2018. 28
2018
-
[26]
Combettes
Patrick L. Combettes. Solving monotone inclusions via compositions of nonexpansive averaged operators. Optimization, 53(5-6):475–504, 2004
2004
-
[27]
Combettes and Val´ erie R
Patrick L. Combettes and Val´ erie R. Wajs. Signal recovery by proximal forward- backward splitting. Multiscale Modeling & Simulation , 4(4):1168–1200, 2005
2005
-
[28]
Coupling the proximal point algorithm with approximation methods
Roberto Cominetti. Coupling the proximal point algorithm with approximation methods. Journal of Optimization Theory and Applications , 95:581–600, 1997
1997
-
[29]
Sinkhorn distances: Lightspeed computation of optimal transport
Marco Cuturi. Sinkhorn distances: Lightspeed computation of optimal transport. In Ad- vances in Neural Information Processing Systems , volume 26, pages 2292–2300. Curran Associates, Inc., 2013
2013
-
[30]
Convergence rate analysis of the forward-Douglas–Rachford splitting scheme
Damek Davis. Convergence rate analysis of the forward-Douglas–Rachford splitting scheme. SIAM Journal on Optimization , 25(3):1760–1786, 2015
2015
-
[31]
Convergence rate analysis of several splitting schemes
Damek Davis and Wotao Yin. Convergence rate analysis of several splitting schemes. In Splitting Methods in Communication, Imaging, Science, and Engineering , pages 115–
-
[32]
BV estimates in optimal transportation and applications.Archive for Rational Mechanics and Analysis , 219(2):829–860, 2016
Guido De Philippis, Alp´ ar Rich´ ard M´ esz´ aros, Filippo Santambrogio, and Bozhidar Velichkov. BV estimates in optimal transportation and applications.Archive for Rational Mechanics and Analysis , 219(2):829–860, 2016
2016
-
[33]
First-order methods of smooth convex optimization with inexact oracle
Olivier Devolder, Fran¸ cois Glineur, and Yurii Nesterov. First-order methods of smooth convex optimization with inexact oracle. Mathematical Programming, 146(1):37–75, Aug 2014
2014
-
[34]
Forward- backward Gaussian variational inference via JKO in the Bures–Wasserstein space, 2023
Michael Diao, Krishnakumar Balasubramanian, Sinho Chewi, and Adil Salim. Forward- backward Gaussian variational inference via JKO in the Bures–Wasserstein space, 2023
2023
-
[35]
Analysis of Langevin Monte Carlo via convex optimization
Alain Durmus, Szymon Majewski, and Blazej Miasojedow. Analysis of Langevin Monte Carlo via convex optimization. Journal of Machine Learning Research , 20(73):1–46, 2018
2018
-
[36]
Approximate iterations in bregman-function-based proximal algo- rithms
Jonathan Eckstein. Approximate iterations in bregman-function-based proximal algo- rithms. Mathematical Programming, 83:113–123, 1998
1998
-
[37]
Bertsekas
Jonathan Eckstein and Dimitri P. Bertsekas. Douglas-Rachford splitting methods in convex programming. Mathematical Programming, 55(1-3):293–318, 1992
1992
-
[38]
On decomposition-coordination methods using an augmented lagrangian
Michel Fortin and Roland Glowinski. On decomposition-coordination methods using an augmented lagrangian. In Augmented Lagrangian Methods: Applications to the Solution of Boundary-Value Problems, pages 97–146. North-Holland, Amsterdam, 1983
1983
-
[39]
Applications of the method of multipliers to variational inequalities
Daniel Gabay. Applications of the method of multipliers to variational inequalities. In Augmented Lagrangian Methods: Applications to the Solution of Boundary-Value Problems, pages 299–331. North-Holland, Amsterdam, 1983. 29
1983
-
[40]
A dual algorithm for the solution of nonlinear variational problems via finite element approximations
Daniel Gabay and Bertrand Mercier. A dual algorithm for the solution of nonlinear variational problems via finite element approximations. Computers & mathematics with applications, 2(1):17–40, 1976
1976
-
[41]
De Giorgi
E. De Giorgi. New problems on minimizing movements. In Boundary Value Problems for PDE and Applications , pages 81–98. Masson, 1993
1993
-
[42]
Augmented lagrangian methods for the solution of variational problems
Roland Glowinski and Patrick Le Tallec. Augmented lagrangian methods for the solution of variational problems. Mrc technical summary report #2965, Mathematics Research Center, University of Wisconsin-Madison, Madison, WI, 1987
1987
-
[43]
Existence and consistency of Wasserstein barycenters
Thibaut Le Gouic and Jean-Michel Loubes. Existence and consistency of Wasserstein barycenters. Probability Theory and Related Fields , 168(3-4):901–917, 2017
2017
-
[44]
On the convergence of the proximal point algorithm for convex minimiza- tion
Osman G¨ uler. On the convergence of the proximal point algorithm for convex minimiza- tion. SIAM journal on control and optimization , 29(2):403–419, 1991
1991
-
[45]
Global solutions to nonconvex problems by evolution of Hamilton-Jacobi PDEs
Howard Heaton, Samy Wu Fung, and Stanley Osher. Global solutions to nonconvex problems by evolution of Hamilton-Jacobi PDEs. Communications on Applied Mathe- matics and Computation , 6(2):790–810, 2024
2024
-
[46]
Multiplier and gradient methods
Magnus R Hestenes. Multiplier and gradient methods. Journal of optimization theory and applications, 4(5):303–320, 1969
1969
-
[47]
The variational formulation of the Fokker–Planck equation
Richard Jordan, David Kinderlehrer, and Felix Otto. The variational formulation of the Fokker–Planck equation. SIAM Journal on Mathematical Analysis , 29(1):1–17, 1998
1998
-
[48]
Concerning nonnegative matrices and doubly stochastic matrices
Paul Knopp and Richard Sinkhorn. Concerning nonnegative matrices and doubly stochastic matrices. Pacific Journal of Mathematics , 21(2):343 – 348, 1967
1967
-
[49]
Knott and C
M. Knott and C. S. Smith. On the optimal mapping of distributions. Journal of Opti- mization Theory and Applications , 43(1):39–49, May 1984
1984
-
[50]
Deep JKO: Time-implicit particle methods for general nonlinear gradient flows
Wonjun Lee, Li Wang, and Wuchen Li. Deep JKO: Time-implicit particle methods for general nonlinear gradient flows. Journal of Computational Physics , 514:113187, 2024
2024
-
[51]
A kernel formula for regularized Wasserstein proximal operators
Wuchen Li, Siting Liu, and Stanley Osher. A kernel formula for regularized Wasserstein proximal operators. Research in the Mathematical Sciences , 10(4):43, 2023
2023
-
[52]
Fisher information regularization schemes for Wasserstein gradient flows
Wuchen Li, Jianfeng Lu, and Li Wang. Fisher information regularization schemes for Wasserstein gradient flows. Journal of Computational Physics , 416:109449, 2020
2020
-
[53]
Wasserstein proximal of GANs
Alex Tong Lin, Wuchen Li, Stanley Osher, and Guido Mont´ ufar. Wasserstein proximal of GANs. In Geometric Science of Information , pages 524–533, Cham, 2021. Springer International Publishing
2021
-
[54]
A survey of the schr¨ odinger problem and some of its connections with optimal transport
Christian L´ eonard. A survey of the schr¨ odinger problem and some of its connections with optimal transport. Discrete and Continuous Dynamical Systems , 34(4):1533–1574, 2014. 30
2014
-
[55]
D´ etermination approch´ ee d’un point fixe d’une application pseudo- contractante
Bernard Martinet. D´ etermination approch´ ee d’un point fixe d’une application pseudo- contractante. Comptes Rendus Hebdomadaires des S´ eances de l’Acad´ emie des Sciences. S´ eries A et B, 274:163–165, 1972
1972
-
[56]
Handling congestion in crowd motion modeling
Bertrand Maury, Aude Roudneff-Chupin, Filippo Santambrogio, and Juliette Venel. Handling congestion in crowd motion modeling. Networks and Heterogeneous Media , pages 485–519, 2011
2011
-
[57]
Mean-field theory of two-layers neural networks: dimension-free bounds and kernel limit
Song Mei, Theodor Misiakiewicz, and Andrea Montanari. Mean-field theory of two-layers neural networks: dimension-free bounds and kernel limit. In Conference on Learning Theory, pages 1–77, 2019
2019
-
[58]
Weak topology and opial property in Wasserstein spaces, with applications to gradient flows and proximal point algorithms of geodesically convex functionals
Emanuele Naldi and Giuseppe Savar´ e. Weak topology and opial property in Wasserstein spaces, with applications to gradient flows and proximal point algorithms of geodesically convex functionals. Atti Accad. Naz. Lincei Cl. Sci. Fis. Mat. Natur. , 32(4):725–750, 2021
2021
-
[59]
A Hamilton-Jacobi-based prox- imal operator
Stanley Osher, Heather Heaton, and Shingyu Wu Fung. A Hamilton-Jacobi-based prox- imal operator. Proceedings of the National Academy of Sciences of the United States of America, 120(14):e2220469120, 2023
2023
-
[60]
Michael J.D. Powell. A method for nonlinear constraints in minimization problems. pages 283–298, 1969
1969
-
[61]
Richemond and Brendan Maginnis
Pierre H. Richemond and Brendan Maginnis. On Wasserstein reinforcement learning and the Fokker–Planck equation. arXiv preprint, 2017. arXiv:1712.07185
2017 arXiv
-
[62]
Tyrrell Rockafellar
R. Tyrrell Rockafellar. Monotone operators and the proximal point algorithm. SIAM J. Control Optim., 14(5):877–898, 1976
1976
-
[64]
Inexact and accelerated proximal point algorithms
Saverio Salzo, Silvia Villa, et al. Inexact and accelerated proximal point algorithms. Journal of Convex analysis , 19(4):1167–1192, 2012
2012
-
[65]
Error bounds for proximal point subproblems and associated inexact proximal point algorithms
Mikhail Solodov and Svaiter Benar Fux. Error bounds for proximal point subproblems and associated inexact proximal point algorithms. Mathematical Programming, 88:371– 389, 2000
2000
-
[66]
A unified framework for some inexact proximal point algorithms
Mikhail Solodov and Benar Fux Svaiter. A unified framework for some inexact proximal point algorithms. Numerical functional analysis and optimization , 22(7-8):1013–1035, 2001
2001
-
[67]
Accelerated and inexact forward-backward algorithms
Silvia Villa, Saverio Salzo, Luca Baldassarre, and Alessandro Verri. Accelerated and inexact forward-backward algorithms. SIAM Journal on Optimization , 23(3):1607–1633, 2013
2013
-
[68]
Springer Science & Business Media, 2008
C´ edric Villani.Optimal transport: old and new , volume 338. Springer Science & Business Media, 2008. 31
2008
-
[69]
Sampling as optimization in the space of measures: The Langevin dynamics as a composite optimization problem
Andre Wibisono. Sampling as optimization in the space of measures: The Langevin dynamics as a composite optimization problem. In Proceedings of the 31st Conference On Learning Theory , volume 75 of Proceedings of Machine Learning Research , pages 2093–3027. PMLR, 2018
2018
-
[70]
Policy optimization as Wasserstein gradient flows
Ruiyi Zhang, Changyou Chen, Chunyuan Li, and Lawrence Carin. Policy optimization as Wasserstein gradient flows. In International Conference on Machine Learning , pages 5737–5746, 2018. 32
2018
-
[163]
Springer International Publishing, 2016
2016
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.