paper-with-me

홈 › Papers

Learn Locally, Correct Globally: A Distributed Algorithm for Training Graph Neural Networks

2021-11-16 · ICLR 2022 4 · Morteza Ramezani, Weilin Cong, Mehrdad Mahdavi, Mahmut T. Kandemir, Anand Sivasubramaniam

Despite the recent success of Graph Neural Networks (GNNs), training GNNs on large graphs remains challenging. The limited resource capacities of the existing servers, the dependency between nodes in a graph, and the privacy concern due to the centralized storage and model learning have spurred the need to design an effective distributed algorithm for GNN training. However, existing distributed GNN training methods impose either excessive communication costs or large memory overheads that hinders their scalability. To overcome these issues, we propose a communication-efficient distributed GNN training technique named $\text{{Learn Locally, Correct Globally}}$ (LLCG). To reduce the communication and memory overhead, each local machine in LLCG first trains a GNN on its local data by ignoring the dependency between nodes among different machines, then sends the locally trained model to the server for periodic model averaging. However, ignoring node dependency could result in significant performance degradation. To solve the performance degradation, we propose to apply $\text{{Global Server Corrections}}$ on the server to refine the locally learned models. We rigorously analyze the convergence of distributed methods with periodic model averaging for training GNNs and show that naively applying periodic model averaging but ignoring the dependency between nodes will suffer from an irreducible residual error. However, this residual error can be eliminated by utilizing the proposed global corrections to entail fast convergence rate. Extensive experiments on real-world datasets show that LLCG can significantly improve the efficiency without hurting the performance.

📄 PDF Abstract BibTeX arXiv:2111.08202

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Distributed stochastic optimization via matrix exponential learning

2016-06-03 · Panayotis Mertikopoulos, E. Veronica Belmega, Romain Negrel, Luca Sanguinetti

In this paper, we investigate a distributed learning scheme for a broad class of stochastic optimization problems and games that arise in signal processing and wireless communications. The proposed algorithm relies on th…

Stochastic Optimizationvalid

Mean Field MARL Based Bandwidth Negotiation Method for Massive Devices Spectrum Sharing

2021-04-30 · TianHao Li, Yu Tian, Shuai Yuan, Naijin Liu

In this paper, a novel bandwidth negotiation mechanism is proposed for massive devices wireless spectrum sharing, in which individual device locally negotiates bandwidth usage with neighbor devices and globally optimal s…

Decision MakingDistributed OptimizationMulti-agent Reinforcement LearningReinforcement Learning (RL)

Predict Globally, Correct Locally: Parallel-in-Time Optimal Control of Neural Networks

2019-02-07 · Panos Parpas, Corey Muir

The links between optimal control of dynamical systems and neural networks have proved beneficial both from a theoretical and from a practical point of view. Several researchers have exploited these links to investigate …

Distributed Optimization

Locally Convex Sparse Learning over Networks

2018-03-31 · Ahmed Zaki, Saikat Chatterjee, Partha P. Mitra, Lars K. Rasmussen

We consider a distributed learning setup where a sparse signal is estimated over a network. Our main interest is to save communication resource for information exchange over the network and reduce processing time. Each n…

Sparse Learning

PubSwap: Public-Data Off-Policy Coordination for Federated RLVR

2026-04-14 · Anupam Nayak, Baris Askin, Muhammed Ustaomeroglu, Carlee Joe-Wong 외 arxiv

Reasoning post-training with reinforcement learning from verifiable rewards (RLVR) is typically studied in centralized settings, yet many realistic applications involve decentralized private data distributed across organ…

Reinforcement Learning