Robust Uncertainty Quantification Using Conformalised Monte Carlo Prediction

Abstract

Deploying deep learning models in safety-critical applications remains a very challenging task, mandating the provision of assurances for the dependable operation of these models. Uncertainty quantification (UQ) methods estimate the model’s confidence per prediction, informing decision-making by considering the effect of randomness and model misspecification. Despite the advances of state-of-the-art UQ methods, they are computationally expensive or produce conservative prediction sets/intervals. We introduce MC-CP, a novel hybrid UQ method that combines a new adaptive Monte Carlo (MC) dropout method with conformal prediction (CP). MC-CP adaptively modulates the traditional MC dropout at runtime to save memory and computation resources, enabling predictions to be consumed by CP, yielding robust prediction sets/intervals. Throughout comprehensive experiments, we show that MC-CP delivers significant improvements over comparable UQ methods, like MC dropout, RAPS and CQR, both in classification and regression benchmarks. MC-CP can be easily added to existing models, making its deployment simple. The MC-CP code and replication package is available at https://github.com/team-daniel/MC-CP.

Cite

Text

Bethell et al. "Robust Uncertainty Quantification Using Conformalised Monte Carlo Prediction." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I19.30084

Markdown

[Bethell et al. "Robust Uncertainty Quantification Using Conformalised Monte Carlo Prediction." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/bethell2024aaai-robust/) doi:10.1609/AAAI.V38I19.30084

BibTeX

@inproceedings{bethell2024aaai-robust,
  title     = {{Robust Uncertainty Quantification Using Conformalised Monte Carlo Prediction}},
  author    = {Bethell, Daniel and Gerasimou, Simos and Calinescu, Radu},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {20939-20948},
  doi       = {10.1609/AAAI.V38I19.30084},
  url       = {https://mlanthology.org/aaai/2024/bethell2024aaai-robust/}
}