Adversarial Permutation Guided Node Representations for Link Prediction
Indradyumna Roy, Abir De, Soumen Chakrabarti

TL;DR
This paper introduces PermGNN, a novel link prediction method that uses an adversarial permutation approach with a recurrent aggregator, enhancing expressive power and prediction accuracy in social networks.
Contribution
PermGNN combines an order-sensitive neighbor aggregation with adversarial training to improve link prediction, addressing limitations of symmetric GNNs.
Findings
PermGNN outperforms state-of-the-art link predictors.
It predicts likely edges faster due to a new hashing framework.
The method demonstrates significant improvements across diverse datasets.
Abstract
After observing a snapshot of a social network, a link prediction (LP) algorithm identifies node pairs between which new edges will likely materialize in future. Most LP algorithms estimate a score for currently non-neighboring node pairs, and rank them by this score. Recent LP systems compute this score by comparing dense, low dimensional vector representations of nodes. Graph neural networks (GNNs), in particular graph convolutional networks (GCNs), are popular examples. For two nodes to be meaningfully compared, their embeddings should be indifferent to reordering of their neighbors. GNNs typically use simple, symmetric set aggregators to ensure this property, but this design decision has been shown to produce representations with limited expressive power. Sequence encoders are more expressive, but are permutation sensitive by design. Recent efforts to overcome this dilemma turn out…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Bioinformatics and Genomic Networks
MethodsGraph Convolutional Networks
