Graph Attention Network for Node Regression on Random Geometric Graphs with Erdős--Rényi contamination
Somak Laha, Suqi Liu, Morgane Austern
TL;DR
The paper addresses node regression on latent-position graphs perturbed by ER contamination by introducing a discretized attention scheme that builds denoised proxies for latent covariates. By crossing screening and averaging across two blocks of features, the proposed proxies $\boldsymbol{\lambda}_i$ converge to the true covariates $\mathbf{x}_i$, enabling consistent estimation of $\boldsymbol{\beta}$ via proxy regression and improved prediction for unseen nodes. The work provides rigorous asymptotic guarantees, showing an explicit regime where the proxy-based estimator outperforms non-attention GNNs and yields an oracle-like MSE for unlabelled-node prediction, corroborated by extensive synthetic and real-data experiments. Overall, the results establish a provable advantage of discretized attention over vanilla averaging in noisy, contaminated graphs and suggest a robust preprocessing pathway for other downstream graph tasks.
Abstract
Graph attention networks (GATs) are widely used and often appear robust to noise in node covariates and edges, yet rigorous statistical guarantees demonstrating a provable advantage of GATs over non-attention graph neural networks~(GNNs) are scarce. We partially address this gap for node regression with graph-based errors-in-variables models under simultaneous covariate and edge corruption: responses are generated from latent node-level covariates, but only noise-perturbed versions of the latent covariates are observed; and the sample graph is a random geometric graph created from the node covariates but contaminated by independent Erdős--Rényi edges. We propose and analyze a carefully designed, task-specific GAT that constructs denoised proxy features for regression. We prove that regressing the response variables on the proxies achieves lower error asymptotically in (a) estimating the regression coefficient compared to the ordinary least squares (OLS) estimator on the noisy node covariates, and (b) predicting the response for an unlabelled node compared to a vanilla graph convolutional network~(GCN) -- under mild growth conditions. Our analysis leverages high-dimensional geometric tail bounds and concentration for neighbourhood counts and sample covariances. We verify our theoretical findings through experiments on synthetically generated data. We also perform experiments on real-world graphs and demonstrate the effectiveness of the attention mechanism in several node regression tasks.
