paper-with-me

Papers

ABC: Aggregation before Communication, a Communication Reduction Framework for Distributed Graph Neural Network Training and Effective Partition

2022-12-11 · Junwei Su

Graph Neural Networks(GNNs) are a family of neural models tailored for graph-structure data and have shown superior performance in learning representations for graph-structured data. However, training GNNs on large graphs remains challenging and a promising direction is distributed GNN training, which is to partition the input graph and distribute the workload across multiple machines. The key bottleneck of the existing distributed GNNs training framework is the across-machine communication induced by the dependency on the graph data and aggregation operator of GNNs. In this paper, we study the communication complexity during distributed GNNs training and propose a simple lossless communication reduction method, termed the Aggregation before Communication (ABC) method. ABC method exploits the permutation-invariant property of the GNNs layer and leads to a paradigm where vertex-cut is proved to admit a superior communication performance than the currently popular paradigm (edge-cut). In addition, we show that the new partition paradigm is particularly ideal in the case of dynamic graphs where it is infeasible to control the edge placement due to the unknown stochastic of the graph-changing process.

📄 PDF Abstract BibTeX arXiv:2212.05410

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

ABC Class of methods in Bayesian Statistics where the posterior distribution is approximated over a rejection scheme on simulations because the likelihood function is…

Similar Papers 제목 키워드 기반

Soft-Label Caching and Sharpening for Communication-Efficient Federated Distillation

2025-04-28 · Kitsuya Azuma, Takayuki Nishio, Yuichi Kitagawa, Wakako Nakano 외

Federated Learning (FL) enables collaborative model training across decentralized clients, enhancing privacy by keeping data local. Yet conventional FL, relying on frequent parameter-sharing, suffers from high communicat…

Federated Learning

FedPURIN: Programmed Update and Reduced INformation for Sparse Personalized Federated Learning

2025-10-17 · Lunchen Xie, Zehua He, Qingjiang Shi arxiv

Personalized Federated Learning (PFL) has emerged as a critical research frontier addressing data heterogeneity issue across distributed clients. Novel model architectures and collaboration mechanisms are engineered to a…

Personalized Federated LearningImage Classification

Information-Theoretically Secure Aggregation for Lightweight Federated Learning: Resilient to Dropouts and Adversaries

2026-07-23 · Hyeong-Gun Joo, Songnam Hong, Dong-Joon Shin arxiv

On-device federated learning (FL) enables privacy-preserving and personalized model training on resource-constrained devices such as smartphones and IoT nodes. To reduce communication cost, sign-based methods (e.g., sign…

Federated Learning

Differential Privacy Meets Federated Learning under Communication Constraints

2021-01-28 · Nima Mohammadi, Jianan Bai, Qiang Fan, Yifei Song 외

The performance of federated learning systems is bottlenecked by communication costs and training variance. The communication overhead problem is usually addressed by three communication-reduction techniques, namely, mod…

Federated LearningModel Compression

Dynamic Scheduling for Over-the-Air Federated Edge Learning with Energy Constraints

2021-05-31 · Yuxuan Sun, Sheng Zhou, Zhisheng Niu, Deniz Gündüz

Machine learning and wireless communication technologies are jointly facilitating an intelligent edge, where federated edge learning (FEEL) is a promising training framework. As wireless devices involved in FEEL are reso…

Scheduling