Conformal Load Prediction with Transductive Graph Autoencoders
Rui Luo, Nicolo Colombo
TL;DR
This work tackles edge-weight prediction on graphs with finite-sample validity by applying split conformal prediction to GNN-based edge predictors. It develops two transductive pipelines—a Graph Autoencoder (GAE) and a Line Graph Neural Network (LGNN)—and augments them with Conformalized Quantile Regression (CQR) and an Error Reweighted Conformal (ERC) variant to handle heteroscedasticity, yielding prediction intervals $C_{ab}$ with $P(W_{ab} \in C_{ab}) \geq 1-\alpha$. The authors establish exchangeability-based validity for the graph setting and show that CQR-ERC produces locally adaptive, efficient intervals. Empirical results on Chicago and Anaheim transportation networks demonstrate superior coverage and interval efficiency compared to baselines, highlighting the approach’s practical impact for uncertainty-aware traffic load forecasting and downstream optimization.
Abstract
Predicting edge weights on graphs has various applications, from transportation systems to social networks. This paper describes a Graph Neural Network (GNN) approach for edge weight prediction with guaranteed coverage. We leverage conformal prediction to calibrate the GNN outputs and produce valid prediction intervals. We handle data heteroscedasticity through error reweighting and Conformalized Quantile Regression (CQR). We compare the performance of our method against baseline techniques on real-world transportation datasets. Our approach has better coverage and efficiency than all baselines and showcases robustness and adaptability.
