LGSINov 29, 2021

p2pGNN: A Decentralized Graph Neural Network for Node Classification in Peer-to-Peer Networks

arXiv:2111.14837v28 citations
Originality Incremental advance
AI Analysis

This work addresses node classification for users of decentralized social networks, offering a practical solution with incremental improvements in efficiency.

The paper tackled node classification in decentralized peer-to-peer networks with communication uncertainty by developing a decentralized graph neural network (p2pGNN) that uses decoupled diffusion of predictions and errors. It achieved comparable accuracy to centralized GNNs with minimal communication overhead, specifically less than 3% additional overhead beyond gossip training.

In this work, we aim to classify nodes of unstructured peer-to-peer networks with communication uncertainty, such as users of decentralized social networks. Graph Neural Networks (GNNs) are known to improve the accuracy of simple classifiers in centralized settings by leveraging naturally occurring network links, but graph convolutional layers are challenging to implement in decentralized settings when node neighbors are not constantly available. We address this problem by employing decoupled GNNs, where base classifier predictions and errors are diffused through graphs after training. For these, we deploy pre-trained and gossip-trained base classifiers and implement peer-to-peer graph diffusion under communication uncertainty. In particular, we develop an asynchronous decentralized formulation of diffusion that converges to centralized predictions in distribution and linearly with respect to communication rates. We experiment on three real-world graphs with node features and labels and simulate peer-to-peer networks with uniformly random communication frequencies; given a portion of known labels, our decentralized graph diffusion achieves comparable accuracy to centralized GNNs with minimal communication overhead (less than 3% of what gossip training already adds).

Code Implementations1 repo
Foundations

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

Your Notes