paper-with-me

홈 › Papers

Scaling Up Data Parallelism in Decentralized Deep Learning

2025-08-31 · Bing Xie, Junqi Yin, Zhenyu Zhou, Sarp Oral, Feiyi Wang arxiv

Although it has been extensively explored in theory, decentralized learning is not yet green-lighted for production use, largely due to a lack of stability, scalability, and generality in large scale DNN training. To shed light on the production use of decentralized learning, this work studies decentralized data parallel training at scale. To this end, we introduce a benchmarking framework, namely DBench, to host both centralized and decentralized DNN training. Building upon DBench, we introduce a benchmarking methodology to uncover the correlations between model accuracy and the variances of parameter tensors by varying communication graphs and training scales. Based on the benchmarking results, we observe that, (1) Similar to centralized learning, decentralized data parallel training also presents the issues of scalability and generality when the training scales up; (2) The model accuracy of decentralized learning is correlated to the number of connections in a communication graph; (3) The model accuracy of decentralized learning is surprisingly sensitive to the variance of parameter tensors across model replicas. Built upon the observations, we propose Ada, a decentralized adaptive approach that performs large scale DNN training following a decentralized SGD method and adapting the communication graph in use dynamically throughout training iterations. We apply Ada on large scale training and observe that Ada can obtain the best convergence rates consistently in decentralized DNN training, and delivers equally or comparably good model accuracy for all sample applications as centralized learning does, even when training ResNet50 for ImageNet-1K on the scale of 1008 GPUs.

📄 PDF Abstract BibTeX arXiv:2509.12213

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Subspace Networks: Scaling Decentralized Training with Communication-Efficient Model Parallelism

2025-06-02 · Sameera Ramasinghe, Thalaiyasingam Ajanthan, Gil Avraham, Yan Zuo 외 arxiv

Scaling models has led to significant advancements in deep learning, but training these models in decentralized settings remains challenging due to communication bottlenecks. While existing compression techniques are eff…

Mixtures of Subspaces for Bandwidth Efficient Context Parallel Training

2026-06-15 · Sameera Ramasinghe, Ajanthan Thalaiyasingam, Hadi Mohaghegh Dolatabadi, Gil Avraham 외 arxiv

Pretraining language models with extended context windows enhances their ability to leverage rich information during generation. Existing methods split input sequences into chunks, broadcast them across multiple devices,…

EARL: Efficient Agentic Reinforcement Learning Systems for Large Language Models

2025-10-07 · Zheyue Tan, Mustapha Abdullahi, Tuo Shi, Huining Yuan 외 arxiv

Reinforcement learning (RL) has become a pivotal component of large language model (LLM) post-training, and agentic RL extends this paradigm to operate as agents through multi-turn interaction and tool use. Scaling such …

Reinforcement Learning

Efficient Scaling of LLM Training with Flexible Context Parallelism

2026-02-25 · Yifan Niu, Han Xiao, Dongyi Liu, Wei Zhou 외 arxiv

Scaling long-context capabilities is crucial for Large Language Models (LLMs). However, real-world data contain a large number of sequences with heterogeneous lengths. Existing training libraries for LLMs rely on static …

Decentralized Training of Foundation Models in Heterogeneous Environments

2022-06-02 · Binhang Yuan, Yongjun He, Jared Quincy Davis, Tianyi Zhang 외

Training foundation models, such as GPT-3 and PaLM, can be extremely expensive, often involving tens of thousands of GPUs running continuously for months. These models are typically trained in specialized clusters featur…

GPUScheduling