RaWaNet: Enriching Graph Neural Network Input via Random Walks on Graphs
Anahita Iravanizad, Edgar Ivan Sanchez Medina, Martin Stoll

TL;DR
RaWaNet introduces a novel graph data processing method using random walks of various lengths and stationary distributions to enrich GNN inputs, leading to improved performance on molecular datasets with simpler models.
Contribution
The paper proposes a new random walk-based preprocessing technique that enhances GNN inputs by capturing local and global graph dynamics, outperforming deep GNNs on molecular tasks.
Findings
Shallow networks outperform deep GNNs with RaWaNet preprocessing.
Random walk-based features improve molecular graph classification and regression.
Stationary distributions effectively scale node features.
Abstract
In recent years, graph neural networks (GNNs) have gained increasing popularity and have shown very promising results for data that are represented by graphs. The majority of GNN architectures are designed based on developing new convolutional and/or pooling layers that better extract the hidden and deeper representations of the graphs to be used for different prediction tasks. The inputs to these layers are mainly the three default descriptors of a graph, node features , adjacency matrix , and edge features (if available). To provide a more enriched input to the network, we propose a random walk data processing of the graphs based on three selected lengths. Namely, (regular) walks of length 1 and 2, and a fractional walk of length , in order to capture the different local and global dynamics on the graphs. We also calculate the stationary distribution…
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
TopicsMachine Learning in Materials Science · Advanced Graph Neural Networks · Complex Network Analysis Techniques
