@@ -21,6 +21,7 @@ It provides the following solvers:
2121- Joint OT matrix and mapping estimation [8].
2222- Wasserstein Discriminant Analysis [11] (requires autograd +
2323 pymanopt).
24+ - Gromov-Wasserstein distances and barycenters [12]
2425
2526Some demonstrations (both in Python and Jupyter Notebook format) are
2627available in the examples folder.
@@ -190,6 +191,7 @@ The contributors to this library are:
190191- `Nathalie
191192 Gayraud <https://www.linkedin.com/in/nathalie-t-h-gayraud/?ppe=1> `__
192193- `Stanislas Chambon <https://slasnista.github.io/ >`__
194+ - `Antoine Rolet <https://arolet.github.io/ >`__
193195
194196This toolbox benefit a lot from open source research and we would like
195197to thank the following persons for providing some code (in various
@@ -199,7 +201,6 @@ languages):
199201 in Matlab)
200202- `Nicolas Bonneel <http://liris.cnrs.fr/~nbonneel/ >`__ ( C++ code for
201203 EMD)
202- - `Antoine Rolet <https://arolet.github.io/ >`__ ( Mex file for EMD )
203204- `Marco Cuturi <http://marcocuturi.net/ >`__ (Sinkhorn Knopp in
204205 Matlab/Cuda)
205206
@@ -280,6 +281,11 @@ arXiv:1607.05816.
280281Analysis <https://arxiv.org/pdf/1608.08063.pdf> `__. arXiv preprint
281282arXiv:1608.08063.
282283
284+ [12] Gabriel Peyré, Marco Cuturi, and Justin Solomon,
285+ `Gromov-Wasserstein averaging of kernel and distance
286+ matrices <http://proceedings.mlr.press/v48/peyre16.html> `__
287+ International Conference on Machine Learning (ICML). 2016.
288+
283289.. |PyPI version | image :: https://badge.fury.io/py/POT.svg
284290 :target: https://badge.fury.io/py/POT
285291.. |Build Status | image :: https://travis-ci.org/rflamary/POT.svg?branch=master
0 commit comments