PINS: Proximal Iterations with Sparse Newton and Sinkhorn for Optimal Transport
Di Wu, Ling Liang, Haizhao Yang
TL;DR
The paper tackles the challenge of solving large-scale discrete optimal transport with high accuracy while avoiding numerical instability from entropic regularization. It introduces PINS, a two-phase proximal framework that first uses the Sinkhorn algorithm to obtain a well-conditioned start and then performs a sparse Newton refinement with Hessian sparsification, conjugate gradient solves, and line search. The authors establish global convergence and provide sparsification analysis showing bounded Hessian sparsity, with empirical results on synthetic and augmented MNIST datasets demonstrating near $10^{-10}$ accuracy and substantial speedups over Sinkhorn-type methods. The approach offers a scalable, robust pathway to exact-like OT solutions in large-scale settings, reducing sensitivity to the regularization parameter and enhancing practical impact in ML applications.
Abstract
Optimal transport (OT) is a critical problem in optimization and machine learning, where accuracy and efficiency are paramount. Although entropic regularization and the Sinkhorn algorithm improve scalability, they frequently encounter numerical instability and slow convergence, especially when the regularization parameter is small. In this work, we introduce Proximal Iterations with Sparse Newton and Sinkhorn methods (PINS) to efficiently compute highly accurate solutions for large-scale OT problems. A reduced computational complexity through overall sparsity and global convergence are guaranteed by rigorous theoretical analysis. Our approach offers three key advantages: it achieves accuracy comparable to exact solutions, progressively accelerates each iteration for greater efficiency, and enhances robustness by reducing sensitivity to regularization parameters. Extensive experiments confirm these advantages, demonstrating superior performance compared to related methods.
