LGDCOCNov 30, 2023

Communication-Efficient Federated Optimization over Semi-Decentralized Networks

arXiv:2311.18787v46 citationsh-index: 6
Originality Incremental advance
AI Analysis

This work addresses communication efficiency for large-scale federated learning systems, representing an incremental improvement by combining agent-to-agent and agent-to-server communication probabilistically.

The paper tackles the communication efficiency bottleneck in federated and decentralized learning by proposing a semi-decentralized protocol and algorithm called PISCO, which achieves a linear speedup in convergence with respect to the number of agents and local updates, as demonstrated in numerical results.

In large-scale federated and decentralized learning, communication efficiency is one of the most challenging bottlenecks. While gossip communication -- where agents can exchange information with their connected neighbors -- is more cost-effective than communicating with the remote server, it often requires a greater number of communication rounds, especially for large and sparse networks. To tackle the trade-off, we examine the communication efficiency under a semi-decentralized communication protocol, in which agents can perform both agent-to-agent and agent-to-server communication in a probabilistic manner. We design a tailored communication-efficient algorithm over semi-decentralized networks, referred to as PISCO, which inherits the robustness to data heterogeneity thanks to gradient tracking and allows multiple local updates for saving communication. We establish the convergence rate of PISCO for nonconvex problems and show that PISCO enjoys a linear speedup in terms of the number of agents and local updates. Our numerical results highlight the superior communication efficiency of PISCO and its resilience to data heterogeneity and various network topologies.

Foundations

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

Your Notes