vix.ing · top · new · best · stats · spec

Sketch-Augmented Features Improve Learning Long-Range Dependencies in Graph Neural Networks

2025/11/05 by Ryien Hosseini, Hosseini, Ryien, Filippo Simini +7
Computer Science · #Advanced Graph Neural Networks #FOS: Computer and information sciences #Graph Theory and Algorithms #Machine Learning (cs.LG) #Machine Learning in Healthcare

paper · pdf · doi:10.48550/arxiv.2511.03824

openalex publication_date 2025/11/05 · openalex created_date 2025/11/08 · openalex updated_date 2026/07/28

Abstract

Graph Neural Networks learn on graph-structured data by iteratively aggregating local neighborhood information. While this local message passing paradigm imparts a powerful inductive bias and exploits graph sparsity, it also yields three key challenges: (i) oversquashing of long-range information, (ii) oversmoothing of node representations, and (iii) limited expressive power. In this work we inject randomized global embeddings of node features, which we term Sketched Random Features, into standard GNNs, enabling them to efficiently capture long-range dependencies. The embeddings are unique, distance-sensitive, and topology-agnostic -- properties which we analytically and empirically show alleviate the aforementioned limitations when injected into GNNs. Experimental results on real-world graph learning tasks confirm that this strategy consistently improves performance over baseline GNNs, offering both a standalone solution and a complementary enhancement to existing techniques such as graph positional encodings. Our source code is available at \hrefhttps://github.com/ryienh/sketched-random-featureshttps://github.com/ryienh/sketched-random-features.

Citations

Related