Skip to content

jaberkow/TensorFlowSinkhorn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Description

This repository contains an implementation of the sinkhorn algorithm (1) in TensorFlow so that it can differentiated through.

Contents

  • tf_wasserstein.py contains the necessary tensorflow functions, notably the function sinkhorn_loss that computes the sinkhorn distance
  • swiss_roll_demo.ipynb contains an example use of the sinkhorn_loss, implementing a sinkhorn autoencoder (2) on the swiss roll dataset

Requirements

  • tf_wasserstein.py requires TensorFlow 1.1 or greater and all dependencies therein
  • swiss_roll_demo.ipynbuses TensorFlow 2 and matplotlib

Further Reading

  1. Cuturi, Marco. "Sinkhorn distances: Lightspeed computation of optimal transport." Advances in neural information processing systems. (2013). http://papers.nips.cc/paper/4927-sinkhorn-distances-lightspeed-computation-of-optimal-transport
  2. Patrini, Giorgio, et al. "Sinkhorn autoencoders." arXiv preprint arXiv:1810.01118 (2018). https://arxiv.org/abs/1810.01118

About

A tensorflow implementation of the Sinkhorn Distance calculation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published