Skip to content

Benchmark of several algorithms to solve the quadratically and entropically regularized optimal transportation problem on graphs. Implementation from scratch of the method described in: https://arxiv.org/abs/1704.08200

Notifications You must be signed in to change notification settings

aubin-tchoi/quad-reg-graph-ot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quadratically-Regularized Optimal Transport on Graphs

This repo contains resources to solve the problem of computing the Wasserstein-1 distance on a graph with a quadratic regularization.

More precisely, two probability distributions are defined on the nodes of a directed graph with weighted edges, and we are looking at the optimization problem that consists in finding the transport map of minimal cost that sends the first distribution onto the second one.

The algorithm implemented here in regularized_quad_ot is presented in the following article: https://arxiv.org/pdf/1704.08200.pdf.

For comparison, other algorithms are implemented, including Sinkhorn algorithm and direct implementations relying on a solver.

The motivation behind the use of a quadratic regularization is detailed in the article, alongside the idea behind the algorithm in itself.

There could be some tricks or details of implementation I did not replicate properly, the authors of the article worked with MATLAB, which does not exactly offer the same content in terms of available libraries, particularly when it comes to the implementation of Cholesky rank 1 updates.

About

Benchmark of several algorithms to solve the quadratically and entropically regularized optimal transportation problem on graphs. Implementation from scratch of the method described in: https://arxiv.org/abs/1704.08200

Topics

Resources

Stars

Watchers

Forks