LGAIMar 14, 2025

Spherical Tree-Sliced Wasserstein Distance

arXiv:2503.11249v28 citationsh-index: 5ICLR
AI Analysis

This provides an efficient metric for spherical measures, useful in domains like computer vision or machine learning where data lies on spheres, though it is an incremental adaptation of existing tree-sliced methods.

The paper tackles the problem of computing optimal transport distances for measures on a sphere by adapting tree-sliced methods to spherical domains, resulting in the Spherical Tree-Sliced Wasserstein distance with closed-form expressions and efficient computation. It demonstrates performance through numerical experiments like gradient flows and self-supervised learning, comparing favorably to benchmarks.

Sliced Optimal Transport (OT) simplifies the OT problem in high-dimensional spaces by projecting supports of input measures onto one-dimensional lines and then exploiting the closed-form expression of the univariate OT to reduce the computational burden of OT. Recently, the Tree-Sliced method has been introduced to replace these lines with more intricate structures, known as tree systems. This approach enhances the ability to capture topological information of integration domains in Sliced OT while maintaining low computational cost. Inspired by this approach, in this paper, we present an adaptation of tree systems on OT problems for measures supported on a sphere. As a counterpart to the Radon transform variant on tree systems, we propose a novel spherical Radon transform with a new integration domain called spherical trees. By leveraging this transform and exploiting the spherical tree structures, we derive closed-form expressions for OT problems on the sphere. Consequently, we obtain an efficient metric for measures on the sphere, named Spherical Tree-Sliced Wasserstein (STSW) distance. We provide an extensive theoretical analysis to demonstrate the topology of spherical trees and the well-definedness and injectivity of our Radon transform variant, which leads to an orthogonally invariant distance between spherical measures. Finally, we conduct a wide range of numerical experiments, including gradient flows and self-supervised learning, to assess the performance of our proposed metric, comparing it to recent benchmarks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes