LGOct 26, 2025

Random Search Neural Networks for Efficient and Expressive Graph Learning

arXiv:2510.22520v11 citationsh-index: 40
Originality Highly original
AI Analysis

This work addresses efficiency and expressivity limitations in graph learning for domains like molecular and protein analysis, offering a novel method that reduces sampling complexity.

The paper tackled the problem of random walk neural networks (RWNNs) failing to capture global graph structure under realistic sampling constraints by proposing random search neural networks (RSNNs), which guarantee full node coverage and achieve comparable or superior performance with up to 16× fewer sampled sequences on molecular and protein benchmarks.

Random walk neural networks (RWNNs) have emerged as a promising approach for graph representation learning, leveraging recent advances in sequence models to process random walks. However, under realistic sampling constraints, RWNNs often fail to capture global structure even in small graphs due to incomplete node and edge coverage, limiting their expressivity. To address this, we propose \textit{random search neural networks} (RSNNs), which operate on random searches, each of which guarantees full node coverage. Theoretically, we demonstrate that in sparse graphs, only $O(\log |V|)$ searches are needed to achieve full edge coverage, substantially reducing sampling complexity compared to the $O(|V|)$ walks required by RWNNs (assuming walk lengths scale with graph size). Furthermore, when paired with universal sequence models, RSNNs are universal approximators. We lastly show RSNNs are probabilistically invariant to graph isomorphisms, ensuring their expectation is an isomorphism-invariant graph function. Empirically, RSNNs consistently outperform RWNNs on molecular and protein benchmarks, achieving comparable or superior performance with up to 16$\times$ fewer sampled sequences. Our work bridges theoretical and practical advances in random walk based approaches, offering an efficient and expressive framework for learning on sparse graphs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes