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

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

You must be logged in to vote
3 replies
@tvercaut

@tvercaut

@rflamary

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