paper-with-me

Papers

Revisiting Random Walks for Learning on Graphs

2024-07-01 · Jinwoo Kim, Olga Zaghen, Ayhan Suleymanzade, Youngmin Ryou, Seunghoon Hong

We revisit a simple idea for machine learning on graphs, where a random walk on a graph produces a machine-readable record, and this record is processed by a deep neural network to directly make vertex-level or graph-level predictions. We refer to these stochastic machines as random walk neural networks, and show that we can design them to be isomorphism invariant while capable of universal approximation of graph functions in probability. A useful finding is that almost any kind of record of random walk guarantees probabilistic invariance as long as the vertices are anonymized. This enables us to record random walks in plain text and adopt a language model to read these text records to solve graph tasks. We further establish a parallelism to message passing neural networks using tools from Markov chain theory, and show that over-smoothing in message passing is alleviated by construction in random walk neural networks, while over-squashing manifests as probabilistic under-reaching. We show that random walk neural networks based on pre-trained language models can solve several hard problems on graphs, such as separating strongly regular graphs where the 3-WL test fails, counting substructures, and transductive classification on arXiv citation network without training. Code is available at https://github.com/jw9730/random-walk.

📄 PDF Abstract BibTeX arXiv:2407.01214

Code (1)

jw9730/random-walk 공식 구현 pytorch

Tasks

Language Modelling

Similar Papers 제목 키워드 기반

Random Walks on Hypergraphs with Edge-Dependent Vertex Weights

2019-05-20 · Uthsav Chitra, Benjamin J. Raphael

Hypergraphs are used in machine learning to model higher-order relationships in data. While spectral methods for graphs are well-established, spectral theory for hypergraphs remains an active area of research. In this pa…

BIG-bench Machine Learning

Can NetGAN be improved on short random walks?

2019-05-13 · Amir Jalilifard, Vinicius Caridá, Alex Mansano, Rogers Cristo

Graphs are useful structures that can model several important real-world problems. Recently, learning graphs have drawn considerable attention, leading to the proposal of new methods for learning these data structures. O…

Link Prediction

Residual2Vec: Debiasing graph embedding with random graphs

2021-10-14 · NeurIPS 2021 12 · Sadamori Kojaku, Jisung Yoon, Isabel Constantino, Yong-Yeol Ahn

Graph embedding maps a graph into a convenient vector-space representation for graph analysis and machine learning applications. Many graph embedding methods hinge on a sampling of context nodes based on random walks. Ho…

Graph EmbeddingGraph Representation LearningLink PredictionRepresentation Learning

Learning Role-based Graph Embeddings

2018-02-07 · IJCAI 2018 7 · Nesreen K. Ahmed, Ryan Rossi, John Boaz Lee, Theodore L. Willke 외

Random walks are at the heart of many existing network embedding methods. However, such algorithms have many limitations that arise from the use of random walks, e.g., the features resulting from these methods are unable…

Inductive LearningNetwork Embedding

Faster Clustering via Non-Backtracking Random Walks

2017-08-26 · Brian Rappaport, Anuththari Gamage, Shuchin Aeron

This paper presents VEC-NBT, a variation on the unsupervised graph clustering technique VEC, which improves upon the performance of the original algorithm significantly for sparse graphs. VEC employs a novel application …

ClusteringGraph Clustering