paper-with-me

홈 › Papers

Grappa: Gradient-Only Communication for Scalable Graph Neural Network Training

2026-02-02 · Chongyang Xu, Christoph Siebenbrunner, Laurent Bindschaedler arxiv

Cross-partition edges dominate the cost of distributed GNN training: fetching remote features and activations per iteration overwhelms the network as graphs deepen and partition counts grow. Grappa is a distributed GNN training framework that enforces gradient-only communication: during each iteration, partitions train in isolation and exchange only gradients for the global update. To recover accuracy lost to isolation, Grappa (i) periodically repartitions to expose new neighborhoods and (ii) applies a lightweight coverage-corrected gradient aggregation inspired by importance sampling. We present an asymptotically unbiased estimator for gradient correction, which we use to develop a minimum-distance batch-level variant that is compatible with common deep-learning packages. We also introduce a shrinkage version that improves stability in practice. Empirical results on real and synthetic graphs show that Grappa trains GNNs 4x faster on average (up to 13x) than state-of-the-art systems, achieves better accuracy especially for deeper models, and sustains training at the trillion-edge scale on commodity hardware. Grappa is model-agnostic, supports full-graph and mini-batch training, and does not rely on high-bandwidth interconnects or caching.

📄 PDF Abstract BibTeX arXiv:2602.01872

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

Similar Papers 제목 키워드 기반

GRAPPA - A Hybrid Graph Neural Network for Predicting Pure Component Vapor Pressures

2025-01-15 · Marco Hoffmann, Hans Hasse, Fabian Jirasek

Although the pure component vapor pressure is one of the most important properties for designing chemical processes, no broadly applicable, sufficiently accurate, and open-source prediction method has been available. To …

Graph AttentionGraph Neural NetworkPrediction

Grappa -- A Machine Learned Molecular Mechanics Force Field

2024-03-25 · Leif Seute, Eric Hartmann, Jan Stühmer, Frauke Gräter

Simulating large molecular systems over long timescales requires force fields that are both accurate and efficient. In recent years, E(3) equivariant neural networks have lifted the tension between computational efficien…

Computational Efficiency

Solving Advanced Argumentation Problems with Answer Set Programming

2019-12-05 · Gerhard Brewka, Martin Diller, Georg Heissenberger, Thomas Linsbichler 외

Powerful formalisms for abstract argumentation have been proposed, among them abstract dialectical frameworks (ADFs) that allow for a succinct and flexible specification of the relationship between arguments, and the GRA…

Abstract Argumentation

GRAPPA-GANs for Parallel MRI Reconstruction

2021-01-05 · Nader Tavaf, Amirsina Torfi, Kamil Ugurbil, Pierre-Francois Van de Moortele

k-space undersampling is a standard technique to accelerate MR image acquisitions. Reconstruction techniques including GeneRalized Autocalibrating Partial Parallel Acquisition(GRAPPA) and its variants are utilized extens…

Generative Adversarial NetworkMRI ReconstructionSSIM

Distributed Policy Gradient for Linear Quadratic Networked Control with Limited Communication Range

2024-03-05 · Yuzi Yan, Yuan Shen

This paper proposes a scalable distributed policy gradient method and proves its convergence to near-optimal solution in multi-agent linear quadratic networked systems. The agents engage within a specified network under …