Skip to content

Commit

Permalink
Add a tuto about sparse monge displacements (#374)
Browse files Browse the repository at this point in the history
* update index

* init nb

* add paper

* jit solver

* add new source points

* rephrase

* fix h_tau

* add samples description

* fix from michal's comments

* fix math

* fix typo

* Update links to functions

---------

Co-authored-by: Michal Klein <46717574+michalk8@users.noreply.github.com>
  • Loading branch information
pierreablin and michalk8 authored Jun 21, 2023
1 parent 00bbd74 commit 05c0afb
Show file tree
Hide file tree
Showing 3 changed files with 421 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,13 @@ @inproceedings{bunne:22
year = {2022},
}

@inproceedings{cuturi:23,
title = {Monge, Bregman and Occam: Interpretable Optimal Transport in High-Dimensions with Feature-Sparse Maps},
author = {Cuturi, Marco and Klein, Michal and Ablin, Pierre},
booktitle = {International Conference on Machine Learning},
year = {2023}
}

@article{gelbrich:90,
author = {Gelbrich, Matthias},
doi = {10.1002/mana.19901470121},
Expand Down
1 change: 1 addition & 0 deletions docs/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Linear Optimal Transport
notebooks/Hessians
notebooks/LRSinkhorn
notebooks/sinkhorn_divergence_gradient_flow
notebooks/sparse_monge_displacements

Barycenters
^^^^^^^^^^^
Expand Down
Loading

0 comments on commit 05c0afb

Please sign in to comment.