LGAIMLAug 18, 2023

Robust Uncertainty Quantification Using Conformalised Monte Carlo Prediction

arXiv:2308.09647v224 citationsh-index: 34
Originality Incremental advance
AI Analysis

This work addresses the need for efficient and reliable uncertainty quantification in safety-critical deep learning deployments, offering an incremental improvement over existing methods.

The paper tackles the challenge of providing dependable uncertainty quantification for deep learning models in safety-critical applications by introducing MC-CP, a hybrid method that combines adaptive Monte Carlo dropout with conformal prediction, resulting in robust prediction sets/intervals with significant improvements over advanced methods like MC dropout, RAPS, and CQR in classification and regression benchmarks.

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 advanced 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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes