PyClustrPath is a new GPU-accelerated Python package for convex clustering that reports speedups of about 2.5x to 10x over existing CPU-based solvers on five benchmark datasets.
HOT: An Efficient Halpern Accelerating Algorithm for Optimal Transport Problems
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
This paper proposes an efficient HOT algorithm for solving the optimal transport (OT) problems with finite supports. We particularly focus on an efficient implementation of the HOT algorithm for the case where the supports are in $\mathbb{R}^2$ with ground distances calculated by $L_2^2$-norm. Specifically, we design a Halpern accelerating algorithm to solve the equivalent reduced model of the discrete OT problem. Moreover, we derive a novel procedure to solve the involved linear systems in the HOT algorithm in linear time complexity. Consequently, we can obtain an $\varepsilon$-approximate solution to the optimal transport problem with $M$ supports in $O(M^{1.5}/\varepsilon)$ flops, which significantly improves the best-known computational complexity. We further propose an efficient procedure to recover an optimal transport plan for the original OT problem based on a solution to the reduced model, thereby overcoming the limitations of the reduced OT model in applications that require the transport plan. We implement the HOT algorithm in PyTorch and extensive numerical results show the superior performance of the HOT algorithm compared to existing state-of-the-art algorithms for solving the OT problems.
fields
math.OC 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
PyClustrPath: An efficient Python package for generating clustering paths with GPU acceleration
PyClustrPath is a new GPU-accelerated Python package for convex clustering that reports speedups of about 2.5x to 10x over existing CPU-based solvers on five benchmark datasets.