LGMay 28, 2025

DES-LOC: Desynced Low Communication Adaptive Optimizers for Training Foundation Models

arXiv:2505.22549v12 citationsh-index: 12
Originality Highly original
AI Analysis

This provides a scalable, bandwidth-efficient, and fault-tolerant solution for training large foundation models, addressing a critical bottleneck in distributed AI systems.

The paper tackles the bandwidth limitation in scaling foundation model training with Distributed Data Parallel methods by proposing DES-LOC, a family of optimizers that assign independent synchronization periods to parameters and momenta, enabling 170x less communication than DDP and 2x less than Local ADAM while preserving convergence.

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.

Foundations

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

Your Notes