Exploring the Noise Robustness of Online Conformal Prediction
Huajun Xi, Kangdao Liu, Hao Zeng, Wenguang Sun, Hongxin Wei
TL;DR
This work tackles uncertainty quantification under online distribution shifts by focusing on online conformal prediction under uniform label noise. It identifies a persistent coverage gap caused by noisy labels and introduces Noise Robust Online Conformal Prediction (NR-OCP) which uses a robust pinball loss to update the conformal threshold without ground-truth labels. The authors prove that the robust loss yields unbiased estimates of the clean pinball loss in expectation and establish convergence rates of $\mathcal{O}(T^{-1/2})$ for empirical and expected coverage errors under both constant and dynamic learning rates. Empirically, NR-OCP substantially reduces the coverage gap while maintaining precise long-run coverage and improved set efficiency on CIFAR-100 and ImageNet across multiple non-conformity scores and architectures. The method is simple to implement and complements existing online conformal prediction frameworks, with potential applicability to real-world noisy data streams.
Abstract
Conformal prediction is an emerging technique for uncertainty quantification that constructs prediction sets guaranteed to contain the true label with a predefined probability. Recent work develops online conformal prediction methods that adaptively construct prediction sets to accommodate distribution shifts. However, existing algorithms typically assume perfect label accuracy which rarely holds in practice. In this work, we investigate the robustness of online conformal prediction under uniform label noise with a known noise rate, in both constant and dynamic learning rate schedules. We show that label noise causes a persistent gap between the actual mis-coverage rate and the desired rate $α$, leading to either overestimated or underestimated coverage guarantees. To address this issue, we propose Noise Robust Online Conformal Prediction (dubbed NR-OCP) by updating the threshold with a novel robust pinball loss, which provides an unbiased estimate of clean pinball loss without requiring ground-truth labels. Our theoretical analysis shows that NR-OCP eliminates the coverage gap in both constant and dynamic learning rate schedules, achieving a convergence rate of $\mathcal{O}(T^{-1/2})$ for both empirical and expected coverage errors under uniform label noise. Extensive experiments demonstrate the effectiveness of our method by achieving both precise coverage and improved efficiency.
