DES-LOC: Desynced Low Communication Adaptive Optimizers for Training Foundation Models
Alex Iacob, Lorenzo Sani, Mher Safaryan, Paris Giampouras, Samuel Horváth, Andrej Jovanovic, Meghdad Kurmanji, Preslav Aleksandrov, William F. Shen, Xinchi Qiu, Nicholas D. Lane
TL;DR
This work tackles bandwidth bottlenecks in distributed foundation-model pretraining by introducing Desynced Low Communication Adaptive Optimizers (DES-LOC), which decouple synchronization frequencies for model parameters and optimizer states. The approach yields provable convergence for SGDM and Adam variants under realistic assumptions, while delivering substantial communication reductions (up to ~$170\times$ vs DDP and ~$2\times$ vs LocalAdam) and robust scalability to billion-scale language models. Empirically, DES-LOC shows predictable momentum-state dynamics governed by half-lives, enabling practical configurations that maintain perplexity while improving wall-clock efficiency, even under system failures or heterogeneous data. The results suggest DES-LOC as a scalable, fault-tolerant alternative to DDP for distributed foundation-model training, with clear guidelines to tune parameter and momentum synchronization frequencies.
Abstract
Scaling foundation model training with Distributed Data Parallel (DDP) methods is bandwidth-limited. Existing infrequent communication methods like Local SGD were designed to synchronize only model parameters and cannot be trivially applied to adaptive optimizers due to additional optimizer states. Current approaches extending Local SGD either lack convergence guarantees or require synchronizing all optimizer states, tripling communication costs. We propose Desynced Low Communication Adaptive Optimizers (DES-LOC), a family of optimizers assigning independent synchronization periods to parameters and momenta, enabling lower communication costs while preserving convergence. Through extensive experiments on language models of up to 1.7B, we show that DES-LOC can communicate 170x less than DDP and 2x less than the previous state-of-the-art Local ADAM. Furthermore, unlike previous heuristic approaches, DES-LOC is suited for practical training scenarios prone to system failures. DES-LOC offers a scalable, bandwidth-efficient, and fault-tolerant solution for foundation model training.
