Isometric Graph Neural Networks
Matthew Walker, Bo Yan, Yiou Xiao, Yafei Wang, Ayan Acharya

TL;DR
This paper introduces Isometric Graph Neural Networks (IGNN), a method that enables GNNs to produce node representations that accurately reflect graph distances, significantly improving distance-aware embedding quality.
Contribution
The paper proposes a novel technique to adapt GNNs for faithful distance representation by modifying input space and loss functions, enhancing their ability to encode graph distances.
Findings
Up to 43% improvement in AUC-ROC across tasks and datasets.
Up to 400% increase in Kendall's Tau, indicating better distance reflection.
Consistent enhancement in distance-aware embedding quality.
Abstract
Many tasks that rely on representations of nodes in graphs would benefit if those representations were faithful to distances between nodes in the graph. Geometric techniques to extract such representations have poor scaling over large graph size, and recent advances in Graph Neural Network (GNN) algorithms have limited ability to reflect graph distance information beyond the first degree neighborhood. To enable this highly desired capability, we propose a technique to learn Isometric Graph Neural Networks (IGNN), which requires changing the input representation space and loss function to enable any GNN algorithm to generate representations that reflect distances between nodes. We experiment with the isometric technique on several GNN architectures for modeling multiple prediction tasks on multiple datasets. In addition to an improvement in AUC-ROC as high as in these experiments,…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Explainable Artificial Intelligence (XAI) · Bayesian Modeling and Causal Inference
MethodsGraph Neural Network
