GraphReach: Position-Aware Graph Neural Network Using Reachability Estimations
Abstract
Majority of the existing graph neural networks(GNN) learn node embeddings that encode their local neighborhoods but not their positions. Consequently, two nodes that are vastly distant but located in similar local neighborhoods map to similar embeddings in those networks. This limitation prevents accurate performance in predictive tasks that rely on position information. In this paper, we develop GRAPHREACH , a position-aware inductive GNN that captures the global positions of nodes through reachability estimations with respect to a set of anchor nodes. The anchors are strategically selected so that reachability estimations across all the nodes are maximized. We show that this combinatorial anchor selection problem is NP-hard and, consequently, develop a greedy (1−1/e) approximation heuristic. Empirical evaluation against state-of-the-art GNN architectures reveal that GRAPHREACH provides up to 40% relative improvement in accuracy. In addition, it is more robust to adversarial attacks.
Cite
Text
Nishad et al. "GraphReach: Position-Aware Graph Neural Network Using Reachability Estimations." International Joint Conference on Artificial Intelligence, 2021. doi:10.24963/IJCAI.2021/211Markdown
[Nishad et al. "GraphReach: Position-Aware Graph Neural Network Using Reachability Estimations." International Joint Conference on Artificial Intelligence, 2021.](https://mlanthology.org/ijcai/2021/nishad2021ijcai-graphreach/) doi:10.24963/IJCAI.2021/211BibTeX
@inproceedings{nishad2021ijcai-graphreach,
title = {{GraphReach: Position-Aware Graph Neural Network Using Reachability Estimations}},
author = {Nishad, Sunil and Agarwal, Shubhangi and Bhattacharya, Arnab and Ranu, Sayan},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2021},
pages = {1527-1533},
doi = {10.24963/IJCAI.2021/211},
url = {https://mlanthology.org/ijcai/2021/nishad2021ijcai-graphreach/}
}