English

CurvaDion: Curvature-Adaptive Distributed Orthonormalization

Machine Learning 2025-12-17 v1 Artificial Intelligence

Abstract

As language models scale to trillions of parameters, distributed training across many GPUs becomes essential, yet gradient synchronization over high-bandwidth, low-latency networks remains a critical bottleneck. While recent methods like Dion reduce per-step communication through low-rank updates, they synchronize at every step regardless of the optimization landscape. We observe that synchronization requirements vary dramatically throughout training: workers naturally compute similar gradients in flat regions, making frequent synchronization redundant, while high-curvature regions require coordination to prevent divergence. We introduce CurvaDion, which uses Relative Maximum Momentum Change (RMMC) to detect high-curvature regions requiring synchronization. RMMC leverages momentum dynamics which are already computed during optimization as a computationally tractable proxy for directional curvature, adding only O(d)\mathcal{O}(d) operations per layer. We establish theoretical connections between RMMC and loss curvature and demonstrate that CurvaDion achieves 99\% communication reduction while matching baseline convergence across models from 160M to 1.3B parameters.

Keywords

Cite

@article{arxiv.2512.13728,
  title  = {CurvaDion: Curvature-Adaptive Distributed Orthonormalization},
  author = {Bhavesh Kumar and Roger Jin and Jeffrey Quesnelle},
  journal= {arXiv preprint arXiv:2512.13728},
  year   = {2025}
}

Comments

Nous Research

R2 v1 2026-07-01T08:25:55.569Z