File size: 17,770 Bytes
cbeeed4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
@article{mielkeNotesHellingerDistance2025,
  title={Some notes on the Hellinger distance and various Fisher-Rao distances},
  author={Mielke, Alexander},
  journal={arXiv preprint arXiv:2510.02537},
  year={2025}
}

@article{carrillo2024fisher,
  title   = {Fisher-rao gradient flow: geodesic convexity and functional inequalities},
  author  = {Carrillo, Jos{\'e} A and Chen, Yifan and Huang, Daniel Zhengyu and Huang, Jiaoyang and Wei, Dongyi},
  journal = {arXiv preprint arXiv:2407.15693},
  year    = {2024}
}
@article{chen2023sampling,
  title   = {Sampling via gradient flows in the space of probability measures},
  author  = {Chen, Yifan and Huang, Daniel Zhengyu and Huang, Jiaoyang and Reich, Sebastian and Stuart, Andrew M},
  journal = {arXiv preprint arXiv:2310.03597},
  year    = {2023}
}
@book{ambrosio2008gradient,
  title     = {Gradient Flows: {{In}} Metric Spaces and in the Space of Probability Measures},
  author    = {Ambrosio, Luigi and Gigli, Nicola and Savare, Giuseppe},
  year      = {2005},
  publisher = {Springer Science \& Business Media}
}

@article{delageDistributionallyRobustOptimization2010,
  title     = {Distributionally Robust Optimization under Moment Uncertainty with Application to Data-Driven Problems},
  author    = {Delage, Erick and Ye, Yinyu},
  year      = {2010},
  journal   = {Operations research},
  volume    = {58},
  number    = {3},
  pages     = {595--612},
  publisher = {INFORMS}
}

@article{ben-talRobustSolutionsOptimization2013,
  title   = {Robust {{Solutions}} of {{Optimization Problems Affected}} by {{Uncertain Probabilities}}},
  author  = {{Ben-Tal}, Aharon and {den Hertog}, Dick and De Waegenaere, Anja and Melenberg, Bertrand and Rennen, Gijs},
  year    = {2013},
  month   = feb,
  journal = {Management Science},
  volume  = {59},
  number  = {2},
  pages   = {341--357},
  issn    = {0025-1909, 1526-5501},
  doi     = {10.1287/mnsc.1120.1641},
  urldate = {2022-03-02},
  langid  = {english}
}

@article{levyLargeScaleMethodsDistributionally2020,
  title={Large-scale methods for distributionally robust optimization},
  author={Levy, Daniel and Carmon, Yair and Duchi, John C and Sidford, Aaron},
  journal={Advances in neural information processing systems},
  volume={33},
  pages={8847--8860},
  year={2020}
}

@article{kuhnDistributionallyRobustOptimization2024,
  title={Distributionally robust optimization},
  author={Kuhn, Daniel and Shafiee, Soroosh and Wiesemann, Wolfram},
  journal={Acta Numerica},
  volume={34},
  pages={579--804},
  year={2025},
  publisher={Cambridge University Press}
}

@article{gallouetJKOSplittingScheme2018,
  title         = {A {{JKO}} Splitting Scheme for {{Kantorovich-Fisher-Rao}} Gradient Flows},
  author        = {Gallou{\"e}t, Thomas and Monsaingeon, L{\'e}onard},
  year          = {2018},
  month         = may,
  number        = {arXiv:1602.04457},
  eprint        = {1602.04457},
  primaryclass  = {math},
  publisher     = {arXiv},
  doi           = {10.48550/arXiv.1602.04457},
  urldate       = {2023-01-15},
  archiveprefix = {arXiv},
  keywords      = {35K15 35K57 35K65 47J30,Mathematics - Analysis of PDEs}
}

@inproceedings{yuFastDistributionallyRobust2022,
  title     = {Fast {{Distributionally Robust Learning}} with {{Variance-Reduced Min-Max Optimization}}},
  booktitle = {Proceedings of {{The}} 25th {{International Conference}} on {{Artificial Intelligence}} and {{Statistics}}},
  author    = {Yu, Yaodong and Lin, Tianyi and Mazumdar, Eric V. and Jordan, Michael},
  year      = {2022},
  month     = may,
  pages     = {1219--1250},
  publisher = {PMLR},
  issn      = {2640-3498},
  urldate   = {2022-07-22},
  langid    = {english}
}
@inproceedings{congerStrategicDistributionShift2023,
  title     = {Strategic {{Distribution Shift}} of {{Interacting Agents}} via {{Coupled Gradient Flows}}},
  booktitle = {Thirty-Seventh {{Conference}} on {{Neural Information Processing Systems}}},
  author    = {Conger, Lauren E. and Hoffman, Franca and Mazumdar, Eric and Ratliff, Lillian J.},
  year      = {2023},
  month     = nov,
  urldate   = {2023-12-21},
  langid    = {english}
}


@article{trillosAdversarialRobustnessUse2023,
  title={On adversarial robustness and the use of Wasserstein ascent-descent dynamics to enforce it},
  author={Garc{\'\i}a Trillos, Camilo Andr{\'e}s and Garc{\'\i}a Trillos, Nicol{\'a}s},
  journal={Information and Inference: A Journal of the IMA},
  volume={13},
  number={3},
  pages={iaae018},
  year={2024},
  publisher={Oxford University Press}
}

@article{luAcceleratingLangevinSampling2019,
  title={Accelerating Langevin sampling with birth-death},
  author={Lu, Yulong and Lu, Jianfeng and Nolen, James},
  journal={arXiv preprint arXiv:1905.09863},
  year={2019}
}

@article{luBirthdeathDynamicsSampling2023,
  title         = {Birth-Death Dynamics for Sampling: {{Global}} Convergence, Approximations and Their Asymptotics},
  shorttitle    = {Birth-Death Dynamics for Sampling},
  author        = {Lu, Yulong and Slep{\v c}ev, Dejan and Wang, Lihan},
  year          = {2023},
  month         = nov,
  journal       = {Nonlinearity},
  volume        = {36},
  number        = {11},
  eprint        = {2211.00450},
  primaryclass  = {math, stat},
  pages         = {5731--5772},
  issn          = {0951-7715, 1361-6544},
  doi           = {10.1088/1361-6544/acf988},
  urldate       = {2023-12-25},
  archiveprefix = {arXiv},
  keywords      = {Mathematics - Analysis of PDEs,Mathematics - Probability,Statistics - Machine Learning}
}
@article{mielke2025hellinger,
  title   = {Hellinger-Kantorovich gradient flows: Global exponential decay of entropy functionals},
  author  = {Mielke, Alexander and Zhu, Jia-Jie},
  journal = {arXiv preprint arXiv:2501.17049},
  year    = {2025}
}
@article{wang2022exponentially,
  title   = {An exponentially converging particle method for the mixed nash equilibrium of continuous games},
  author  = {Wang, Guillaume and Chizat, L{\'e}na{\"\i}c},
  journal = {arXiv preprint arXiv:2211.01280},
  year    = {2022}
}

@article{gaoDistributionallyRobustStochastic2016,
  title = {Distributionally {{Robust Stochastic Optimization}} with {{Wasserstein Distance}}},
  author = {Gao, Rui and Kleywegt, Anton J.},
  year = {2016},
  journal = {arXiv preprint arXiv:1604.02199},
}

@article{zhaoDatadrivenRiskaverseStochastic2018,
  title   = {Data-Driven Risk-Averse Stochastic Optimization with {{Wasserstein}} Metric},
  author  = {Zhao, Chaoyue and Guan, Yongpei},
  year    = {2018},
  month   = mar,
  journal = {Operations Research Letters},
  volume  = {46},
  number  = {2},
  pages   = {262--267},
  issn    = {01676377},
  doi     = {10.1016/j.orl.2018.01.011},
  urldate = {2022-03-03},
  langid  = {english}
}


@article{wang2021sinkhorn,
  title={Sinkhorn distributionally robust optimization},
  author={Wang, Jie and Gao, Rui and Xie, Yao},
  journal={arXiv preprint arXiv:2109.11926},
  year={2021}
}
@inproceedings{lee2021structured,
  title={Structured logconcave sampling with a restricted Gaussian oracle},
  author={Lee, Yin Tat and Shen, Ruoqi and Tian, Kevin},
  booktitle={Conference on Learning Theory},
  pages={2993--3050},
  year={2021},
  organization={PMLR}
}

@article{sinha2020certifyingdistributionalrobustnessprincipled,
  title={Certifying some distributional robustness with principled adversarial training},
  author={Sinha, Aman and Namkoong, Hongseok and Volpi, Riccardo and Duchi, John},
  journal={arXiv preprint arXiv:1710.10571},
  year={2017}
}

@inproceedings{chen2022improved,
  title={Improved analysis for a proximal algorithm for sampling},
  author={Chen, Yongxin and Chewi, Sinho and Salim, Adil and Wibisono, Andre},
  booktitle={Conference on Learning Theory},
  pages={2984--3014},
  year={2022},
  organization={PMLR}
}

@article{bertsimas2020predictive,
  title={From predictive to prescriptive analytics},
  author={Bertsimas, Dimitris and Kallus, Nathan},
  journal={Management Science},
  volume={66},
  number={3},
  pages={1025--1044},
  year={2020},
  publisher={INFORMS}
}

@article{chewi2024statistical,
  title={Statistical optimal transport},
  author={Chewi, Sinho and Niles-Weed, Jonathan and Rigollet, Philippe},
  journal={arXiv preprint arXiv:2407.18163},
  year={2024}
}

@article{xu2018global,
  title={Global convergence of Langevin dynamics based algorithms for nonconvex optimization},
  author={Xu, Pan and Chen, Jinghui and Zou, Difan and Gu, Quanquan},
  journal={Advances in Neural Information Processing Systems},
  volume={31},
  year={2018}
}

@article{hwang1980laplace,
  title={Laplace's method revisited: weak convergence of probability measures},
  author={Hwang, Chii-Ruey},
  journal={The Annals of Probability},
  pages={1177--1182},
  year={1980},
  publisher={JSTOR}
}

@article{gelfand1991recursive,
  title={Recursive stochastic algorithms for global optimization in R\^{}d},
  author={Gelfand, Saul B and Mitter, Sanjoy K},
  journal={SIAM Journal on Control and Optimization},
  volume={29},
  number={5},
  pages={999--1018},
  year={1991},
  publisher={SIAM}
}

@article{roberts1996exponential,
  title={Exponential convergence of Langevin distributions and their discrete approximations},
  author={Roberts, Gareth O and Tweedie, Richard L},
  year={1996}
}

@article{tan2023accelerate,
  title={Accelerate Langevin sampling with birth-death process and exploration component},
  author={Tan, Lezhi and Lu, Jianfeng},
  journal={arXiv preprint arXiv:2305.05529},
  year={2023}
}

@article{mohajerin2018data,
  title={Data-driven distributionally robust optimization using the Wasserstein metric: Performance guarantees and tractable reformulations},
  author={Mohajerin Esfahani, Peyman and Kuhn, Daniel},
  journal={Mathematical Programming},
  volume={171},
  number={1},
  pages={115--166},
  year={2018},
  publisher={Springer}
}


@article{nusken2024stein,
  title={Stein transport for Bayesian inference},
  author={N{\"u}sken, Nikolas},
  journal={arXiv preprint arXiv:2409.01464},
  year={2024}
}

@article{liu2016stein,
  title={Stein variational gradient descent: A general purpose bayesian inference algorithm},
  author={Liu, Qiang and Wang, Dilin},
  journal={Advances in neural information processing systems},
  volume={29},
  year={2016}
}

@article{heng2024diffusion,
  title={Diffusion schr{\"o}dinger bridges for bayesian computation},
  author={Heng, Jeremy and De Bortoli, Valentin and Doucet, Arnaud},
  journal={Statistical Science},
  volume={39},
  number={1},
  pages={90--99},
  year={2024},
  publisher={Institute of Mathematical Statistics}
}

@article{hu2013kullback,
  title={Kullback-Leibler divergence constrained distributionally robust optimization},
  author={Hu, Zhaolin and Hong, L Jeff},
  journal={Available at Optimization Online},
  volume={1},
  number={2},
  pages={9},
  year={2013}
}

@article{maurais2024sampling,
  title={Sampling in unit time with kernel fisher-rao flow},
  author={Maurais, Aimee and Marzouk, Youssef},
  journal={arXiv preprint arXiv:2401.03892},
  year={2024}
}

@article{ghadimi2013stochastic,
  title={Stochastic first-and zeroth-order methods for nonconvex stochastic programming},
  author={Ghadimi, Saeed and Lan, Guanghui},
  journal={SIAM journal on optimization},
  volume={23},
  number={4},
  pages={2341--2368},
  year={2013},
  publisher={SIAM}
}

@article{vempala2019rapid,
  title={Rapid convergence of the unadjusted langevin algorithm: Isoperimetry suffices},
  author={Vempala, Santosh and Wibisono, Andre},
  journal={Advances in neural information processing systems},
  volume={32},
  year={2019}
}

@article{otto2000generalization,
  title={Generalization of an inequality by Talagrand and links with the logarithmic Sobolev inequality},
  author={Otto, Felix and Villani, C{\'e}dric},
  journal={Journal of Functional Analysis},
  volume={173},
  number={2},
  pages={361--400},
  year={2000},
  publisher={Elsevier}
}

@article{talagrand1996transportation,
  title={Transportation cost for Gaussian and other product measures},
  author={Talagrand, Michel},
  journal={Geometric \& Functional Analysis GAFA},
  volume={6},
  number={3},
  pages={587--600},
  year={1996},
  publisher={Springer}
}

@article{zhu2024distributionally,
  title={Distributionally Robust Optimization via Iterative Algorithms in Continuous Probability Spaces},
  author={Zhu, Linglingzhi and Xie, Yao},
  journal={arXiv preprint arXiv:2412.20556},
  year={2024}
}

@article{xu2024flow,
  title={Flow-based distributionally robust optimization},
  author={Xu, Chen and Lee, Jonghyeok and Cheng, Xiuyuan and Xie, Yao},
  journal={IEEE Journal on Selected Areas in Information Theory},
  volume={5},
  pages={62--77},
  year={2024},
  publisher={IEEE}
}

@inproceedings{zhu2021kernel,
  title={Kernel distributionally robust optimization: Generalized duality theorem and stochastic approximation},
  author={Zhu, Jia-Jie and Jitkrittum, Wittawat and Diehl, Moritz and Sch{\"o}lkopf, Bernhard},
  booktitle={International Conference on Artificial Intelligence and Statistics},
  pages={280--288},
  year={2021},
  organization={PMLR}
}

@article{el1997robust,
  title={Robust solutions to least-squares problems with uncertain data},
  author={El Ghaoui, Laurent and Lebret, Herv{\'e}},
  journal={SIAM Journal on matrix analysis and applications},
  volume={18},
  number={4},
  pages={1035--1064},
  year={1997},
  publisher={SIAM}
}

@misc{krizhevsky2009learning,
  title={Learning multiple layers of features from tiny images.(2009)},
  author={Krizhevsky, Alex and Hinton, Geoffrey and others},
  year={2009}
}

@book{otto1996double,
  title={Double degenerate diffusion equations as steepest descent},
  author={Otto, Felix},
  year={1996},
  publisher={Sonderforschungsbereich 256}
}

@article{garcia2018continuum,
  title={Continuum limits of posteriors in graph Bayesian inverse problems},
  author={Garc{\'\i}a Trillos, Nicolás and Sanz-Alonso, Daniel},
  journal={SIAM Journal on Mathematical Analysis},
  volume={50},
  number={4},
  pages={4020--4040},
  year={2018},
  publisher={SIAM}
}

@article{onsagerFluctuationsIrreversibleProcesses1953,
  title={Fluctuations and irreversible processes},
  author={Onsager, Lars and Machlup, Stefan},
  journal={Physical Review},
  volume={91},
  number={6},
  pages={1505},
  year={1953},
  publisher={APS}
}

@article{onsagerReciprocalRelationsIrreversible1931,
  title={Reciprocal relations in irreversible processes. I.},
  author={Onsager, Lars},
  journal={Physical review},
  volume={37},
  number={4},
  pages={405},
  year={1931},
  publisher={APS}
}

@article{mielkeNonequilibriumThermodynamicalPrinciples2017,
  title={Non-equilibrium thermodynamical principles for chemical reactions with mass-action kinetics},
  author={Mielke, Alexander and Patterson, Robert IA and Peletier, Mark A and Michiel Renger, DR3691731},
  journal={SIAM Journal on Applied Mathematics},
  volume={77},
  number={4},
  pages={1562--1585},
  year={2017},
  publisher={SIAM}
}

@article{ottoGeometryDissipativeEvolution2001,
  title={The geometry of dissipative evolution equations: the porous medium equation},
  author={Otto, Felix},
  year={2001},
  publisher={Taylor \& Francis}
}

@article{mielke2023introduction,
  title={An introduction to the analysis of gradients systems},
  author={Mielke, Alexander},
  journal={arXiv preprint arXiv:2306.05026},
  year={2023}
}

@article{wibisono2025mixing,
  title={Mixing time of the proximal sampler in relative Fisher information via strong data processing inequality},
  author={Wibisono, Andre},
  journal={arXiv preprint arXiv:2502.05623},
  year={2025}
}

@inproceedings{chewi2022query,
  title={The query complexity of sampling from strongly log-concave distributions in one dimension},
  author={Chewi, Sinho and Gerber, Patrik R and Lu, Chen and Le Gouic, Thibaut and Rigollet, Philippe},
  booktitle={Conference on Learning Theory},
  pages={2041--2059},
  year={2022},
  organization={PMLR}
}

@inproceedings{ba2021understanding,
  title={Understanding the variance collapse of SVGD in high dimensions},
  author={Ba, Jimmy and Erdogdu, Murat A and Ghassemi, Marzyeh and Sun, Shengyang and Suzuki, Taiji and Wu, Denny and Zhang, Tianzong},
  booktitle={International Conference on Learning Representations},
  year={2021}
}

@inproceedings{salim2022convergence,
  title={A convergence theory for SVGD in the population limit under Talagrand’s inequality T1},
  author={Salim, Adil and Sun, Lukang and Richtarik, Peter},
  booktitle={International Conference on Machine Learning},
  pages={19139--19152},
  year={2022},
  organization={PMLR}
}

@inproceedings{zhuo2018message,
  title={Message passing Stein variational gradient descent},
  author={Zhuo, Jingwei and Liu, Chang and Shi, Jiaxin and Zhu, Jun and Chen, Ning and Zhang, Bo},
  booktitle={International Conference on Machine Learning},
  pages={6018--6027},
  year={2018},
  organization={PMLR}
}

@article{shi2023finite,
  title={A finite-particle convergence rate for stein variational gradient descent},
  author={Shi, Jiaxin and Mackey, Lester},
  journal={Advances in Neural Information Processing Systems},
  volume={36},
  pages={26831--26844},
  year={2023}
}

@article{gross1975logarithmic,
  title={Logarithmic sobolev inequalities},
  author={Gross, Leonard},
  journal={American Journal of Mathematics},
  volume={97},
  number={4},
  pages={1061--1083},
  year={1975},
  publisher={JSTOR}
}

@inproceedings{blanchet2015unbiased,
  title={Unbiased Monte Carlo for optimization and functions of expectations via multi-level randomization},
  author={Blanchet, Jose H and Glynn, Peter W},
  booktitle={2015 Winter Simulation Conference (WSC)},
  pages={3656--3667},
  year={2015},
  organization={IEEE}
}