LGDCMAMLJul 9, 2025

On the Surprising Effectiveness of a Single Global Merging in Decentralized Learning

arXiv:2507.06542v21 citationsh-index: 10
Originality Highly original
AI Analysis

This addresses scalability and generalization issues in decentralized learning for distributed systems, offering a counterintuitive but effective communication strategy.

The paper tackles the problem of limited peer-to-peer communication hindering performance in decentralized learning, finding that concentrating communication in later stages and using a single global merging at the final step significantly improves generalization under high data heterogeneity.

Decentralized learning provides a scalable alternative to parameter-server-based training, yet its performance is often hindered by limited peer-to-peer communication. In this paper, we study how communication should be scheduled over time to improve global generalization, including determining when and how frequently devices synchronize. Counterintuitive empirical results show that concentrating communication budgets in the later stages of decentralized training remarkably improves global generalization. Surprisingly, we uncover that fully connected communication at the final step, implemented by a single global merging, can significant improve the generalization performance of decentralized learning under serve high data heterogeneity. Our theoretical contributions, which explains these phenomena, are first to establish that the globally merged model of decentralized SGD can match the convergence rate of parallel SGD. Technically, we reinterpret part of the discrepancy among local models, which were previously considered as detrimental noise, as constructive components essential for matching this rate. This work provides promising results that decentralized learning is able to generalize under high data heterogeneity and limited communication, while offering broad new avenues for model merging research. The code will be made publicly available.

Foundations

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

Your Notes