[edit]
Pixelwise Split Conformal Prediction for Global Temperature Emulation via Leave-One-Out Ensemble Distillation
Proceedings of the Fifteenth Symposium on Conformal and Probabilistic Prediction with Applications, PMLR 329:1010-1028, 2026.
Abstract
Neural emulators of climate model output rarely come with statistically principled uncertainty estimates. We study how split conformal prediction (SCP) can be repurposed from a post-hoc uncertainty wrapper into a training-time spatial prior for ensemble distillation. Given nine CMIP6 Earth System Models, we train nine leave-one-out (LOO) UNet++ teachers and calibrate each on its held-out target member, producing per-pixel calibration quantiles with the standard marginal split-CP validity interpretation at each spatial location and for each teacher, under exchangeability. From these calibration residual statistics, we derive calibration-informed center weights that score, for each pixel, how consistently each teacher tracks the bias-corrected ensemble consensus, and pixel-loss weights that re-weight the distillation objective so that the student is pushed harder on historically difficult regions. On global monthly near-surface air temperature emulation across a 192$\times$288 grid, the student achieves a test MAE of 0.9625 K versus 0.9782 K for a strong UNet++ baseline (-1.61%), decreases the error of 96.4% of grid cells, and reaches empirical pixelwise coverage of 90.6%. This student coverage is reported as an empirical calibration check rather than as a formal conformal guarantee for the distilled predictor. Our source code is available at https://github.com/bunyaminkorkut/COPA-Global-Temperature-Emulation.