SAUC: Sparsity-Aware Uncertainty Calibration for Spatiotemporal Prediction with Graph Neural Networks
Dingyi Zhuang, Yuheng Bu, Guang Wang, Shenhao Wang, Jinhua Zhao
TL;DR
SAUC tackles uncertainty quantification for sparse, high-resolution spatiotemporal data by post-hoc calibration of $NB$ outputs produced by spatiotemporal GNNs. It partitions zero and non-zero predictions and uses quantile regression to calibrate the 5th and 95th percentile prediction intervals, aligning empirical coverage with target probabilities without retraining the base model. The authors introduce ENCE-based calibration metrics for asymmetric distributions and demonstrate around a 20% reduction in calibration error for zero-valued entries on two real-world datasets, highlighting improved reliability for safety-critical predictions. The framework is model-agnostic and scalable to existing GNN architectures, offering practical uncertainty quantification improvements for high-resolution, sparse spatiotemporal forecasting.
Abstract
Quantifying uncertainty is crucial for robust and reliable predictions. However, existing spatiotemporal deep learning mostly focuses on deterministic prediction, overlooking the inherent uncertainty in such prediction. Particularly, highly-granular spatiotemporal datasets are often sparse, posing extra challenges in prediction and uncertainty quantification. To address these issues, this paper introduces a novel post-hoc Sparsity-awar Uncertainty Calibration (SAUC) framework, which calibrates uncertainty in both zero and non-zero values. To develop SAUC, we firstly modify the state-of-the-art deterministic spatiotemporal Graph Neural Networks (ST-GNNs) to probabilistic ones in the pre-calibration phase. Then we calibrate the probabilistic ST-GNNs for zero and non-zero values using quantile approaches.Through extensive experiments, we demonstrate that SAUC can effectively fit the variance of sparse data and generalize across two real-world spatiotemporal datasets at various granularities. Specifically, our empirical experiments show a 20\% reduction in calibration errors in zero entries on the sparse traffic accident and urban crime prediction. Overall, this work demonstrates the theoretical and empirical values of the SAUC framework, thus bridging a significant gap between uncertainty quantification and spatiotemporal prediction.
