Skip to content

Suggestion for efficient discrepancy estimation (and optimisation) for large weighted datasets #727

Answered by rflamary
tvercaut asked this question in Q&A
Discussion options

You must be logged in to vote

If you have a very large number of points you should definitely consider minibach OT. It consists in optimizing the expectation ofover minibatch with SGD. You can do that manually easily enough with sliced wasserstein or exact solver (ot.emd2/ot.solve_sample) or sinkhorn divergence from POT that are very efficient on small batches.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@tvercaut
Comment options

@tvercaut
Comment options

@rflamary
Comment options

Answer selected by tvercaut
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants