pith. sign in

arxiv: 2206.04216 · v1 · pith:2RMNYMHGnew · submitted 2022-06-09 · 💻 cs.LG · cs.AI

Neo-GNNs: Neighborhood Overlap-aware Graph Neural Networks for Link Prediction

classification 💻 cs.LG cs.AI
keywords graphlinkneo-gnnspredictiongnnsheuristicmethodsneighborhood
0
0 comments X
read the original abstract

Graph Neural Networks (GNNs) have been widely applied to various fields for learning over graph-structured data. They have shown significant improvements over traditional heuristic methods in various tasks such as node classification and graph classification. However, since GNNs heavily rely on smoothed node features rather than graph structure, they often show poor performance than simple heuristic methods in link prediction where the structural information, e.g., overlapped neighborhoods, degrees, and shortest paths, is crucial. To address this limitation, we propose Neighborhood Overlap-aware Graph Neural Networks (Neo-GNNs) that learn useful structural features from an adjacency matrix and estimate overlapped neighborhoods for link prediction. Our Neo-GNNs generalize neighborhood overlap-based heuristic methods and handle overlapped multi-hop neighborhoods. Our extensive experiments on Open Graph Benchmark datasets (OGB) demonstrate that Neo-GNNs consistently achieve state-of-the-art performance in link prediction. Our code is publicly available at https://github.com/seongjunyun/Neo_GNNs.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Multi-view Graph Convolutional Network with Fully Leveraging Consistency via Granular-ball-based Topology Construction, Feature Enhancement and Interactive Fusion

    cs.CV 2026-03 unverdicted novelty 5.0

    MGCN-FLC improves multi-view GCN node classification by using granular-ball topology construction, inter-feature enhancement, and interactive cross-view fusion to exploit three forms of consistency.