Revisiting graph neural networks and distance encoding from a practical view
Haoteng Yin, Yanbang Wang, Pan Li

TL;DR
This paper critically examines how distance encoding enhances graph neural networks in practical applications like node classification and link prediction, providing insights into their effectiveness and proper usage.
Contribution
It offers a practical analysis of distance encoding's role in GNNs, categorizes node labels, and evaluates GNN configurations across real-world datasets.
Findings
Distance encoding improves GNN performance on structure-type node labels.
DE effectively establishes correlations for link prediction tasks.
Guidelines for proper use of GNNs and DE in node classification tasks.
Abstract
Graph neural networks (GNNs) are widely used in the applications based on graph structured data, such as node classification and link prediction. However, GNNs are often used as a black-box tool and rarely get in-depth investigated regarding whether they fit certain applications that may have various properties. A recently proposed technique distance encoding (DE) (Li et al. 2020) magically makes GNNs work well in many applications, including node classification and link prediction. The theory provided in (Li et al. 2020) supports DE by proving that DE improves the representation power of GNNs. However, it is not obvious how the theory assists the applications accordingly. Here, we revisit GNNs and DE from a more practical point of view. We want to explain how DE makes GNNs fit for node classification and link prediction. Specifically, for link prediction, DE can be viewed as a way to…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques
