This contribution presents substantial computational advancements to compare measures even with varying masses.
Specifically, we utilize the nonequispaced fast Fourier transform to accelerate the radial kernel convolution in unbalanced optimal transport approximation, built upon the Sinkhorn algorithm. We also present accelerated schemes for maximum mean discrepancies involving kernels.
Our approaches reduce the arithmetic operations needed to compute distances from
The "NFFT3.jl" package has be installed. For more details, please refer to https://www-user.tu-chemnitz.de and https://github.com/NFFT/NFFT3.jl.
NOTE: The "NFFT3.jl" package should be in the same parent directory.
When you are using this code, please cite the paper.
[1] Rajmadan Lakshmanan, and Alois Pichler. (2024). Unbalanced Optimal Transport and Maximum Mean Discrepancies: Interconnections and Rapid Evaluation.
This paper also comprehensively explains the implementation of NFFT accelerated UOT approximation and MMD.
File/Folder | Purpose |
---|---|
src | Standard and NFFT accelerated implementations of regularized UOT and MMD |
Experiments | Experiment scripts-- Performance and accuracy analysis |