PulseAugur
EN
LIVE 23:19:47

FlashSinkhorn solver accelerates optimal transport on GPUs

Researchers have developed FlashSinkhorn, a new GPU-accelerated solver for entropic optimal transport (EOT) that significantly reduces memory input/output operations. By rewriting stabilized log-domain Sinkhorn updates to mimic the normalization process in transformer attention, FlashSinkhorn enables fused kernels that stream data through on-chip SRAM. This approach achieves substantial speedups, up to 32x for forward passes and 161x end-to-end, compared to existing methods on A100 GPUs for tasks like point-cloud OT. AI

IMPACT This IO-aware solver could accelerate various machine learning applications that rely on optimal transport, potentially improving efficiency and scalability.

RANK_REASON The cluster contains an academic paper detailing a new computational method for a machine learning task. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Felix X. -F. Ye, Xingjie Li, An Yu, Ming-Ching Chang, Linsong Chu, Davis Wertheimer ·

    FlashSinkhorn: IO-Aware Entropic Optimal Transport on GPU

    arXiv:2602.03067v3 Announce Type: replace Abstract: Entropic optimal transport (EOT) via Sinkhorn iterations is widely used in modern machine learning, yet GPU solvers remain inefficient at scale. Tensorized implementations suffer quadratic HBM traffic from dense $n\times m$ inte…