ICML 2026poster0 citations

Computationally-efficient Graph Modeling with Refined Graph Random Features

Krzysztof Choromanski, Kumar Avinava Dubey, Arijit Sehanobish, Isaac Reid

Abstract

We propose *refined GRFs* (GRFs++), a new class of *Graph Random Features* (GRFs) for efficient and accurate computations involving kernels defined on the nodes of a graph. GRFs++ resolve some of the long-standing limitations of regular GRFs, including difficulty modeling relationships between more distant nodes. They reduce dependence on sampling long graph random walks via a novel *walk-stitching* technique, concatenating several shorter walks without breaking unbiasedness. By applying these techniques, GRFs++ inherit the approximation quality provided by longer walks but with greater efficiency, trading sequential inefficient sampling of a long walk for parallel computation of short walks and matrix-matrix multiplication. Furthermore, GRFs++ extend the simplistic GRFs walk termination mechanism (Bernoulli schemes with fixed halting probabilities) to a broader class of strategies, applying general distributions on the walks' lengths. This improves approximation accuracy of graph kernels, without incurring extra computational cost. We provide empirical evaluations to showcase our claims and complement our results with theoretical analysis.

FairnessGraphsBenchmark
BibTeX
@inproceedings{
choromanski2026computationallyefficient,
title={Computationally-efficient Graph Modeling with Refined Graph Random Features},
author={Krzysztof Marcin Choromanski and Kumar Avinava Dubey and Arijit Sehanobish and Isaac Reid},
booktitle={Forty-third International Conference on Machine Learning},
year={2026},
url={https://openreview.net/forum?id=NvJPE1oiKd}
}