LGMay 8

GRAPHLCP: Structure-Aware Localized Conformal Prediction on Graphs

arXiv:2605.080740.10
AI Analysis55

For practitioners using GNNs, this provides more reliable uncertainty quantification by leveraging graph structure, addressing limitations of embedding-space proximity methods.

GRAPHLCP introduces a localized conformal prediction framework for graph neural networks that incorporates graph topology and inter-node dependencies, achieving finite-sample marginal coverage guarantees and improved conditional coverage across various graph datasets.

Conformal prediction (CP) provides a distribution-free approach to uncertainty quantification with finite-sample guarantees. However, applying CP to graph neural networks (GNNs) remains challenging as the combinatorial nature of graphs often leads to insufficiently certain predictions and indiscriminative embeddings. Existing methods primarily rely on embedding-space proximity for localization, which can be unreliable for graphs and yield inefficient prediction sets. We propose GRAPHLCP, a proximity-based localized CP framework that explicitly incorporates graph topology and inter-node dependencies into localization and weighting. Our approach introduces a feature-aware densification step to mitigate locality bias in sparse graphs, followed by a Personalized PageRank-based kernel computation to model structural proximity. This enables topology-dependent anchor sampling and calibration weighting that captures both local and long-range dependencies. Extensive experiments on several regression and classification datasets demonstrate that GRAPHLCP guarantees marginal coverage with finite samples while efficiently attaining favorable test conditional coverage across various conditioning scenarios.

Foundations

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

Your Notes