paper-with-me

Papers

Improving Expert Predictions with Conformal Prediction

2022-01-28 · Eleni Straitouri, Lequn Wang, Nastaran Okati, Manuel Gomez Rodriguez

Automated decision support systems promise to help human experts solve multiclass classification tasks more efficiently and accurately. However, existing systems typically require experts to understand when to cede agency to the system or when to exercise their own agency. Otherwise, the experts may be better off solving the classification tasks on their own. In this work, we develop an automated decision support system that, by design, does not require experts to understand when to trust the system to improve performance. Rather than providing (single) label predictions and letting experts decide when to trust these predictions, our system provides sets of label predictions constructed using conformal prediction$\unicode{x2014}$prediction sets$\unicode{x2014}$and forcefully asks experts to predict labels from these sets. By using conformal prediction, our system can precisely trade-off the probability that the true label is not in the prediction set, which determines how frequently our system will mislead the experts, and the size of the prediction set, which determines the difficulty of the classification task the experts need to solve using our system. In addition, we develop an efficient and near-optimal search method to find the conformal predictor under which the experts benefit the most from using our system. Simulation experiments using synthetic and real expert predictions demonstrate that our system may help experts make more accurate predictions and is robust to the accuracy of the classifier the conformal predictor relies on.

📄 PDF Abstract BibTeX arXiv:2201.12006

Code (1)

Networks-Learning/improve-expert-predictions-conformal-prediction 공식 구현 pytorch

Tasks

Conformal PredictionPrediction

Similar Papers 제목 키워드 기반

Towards Human-AI Complementarity with Prediction Sets

2024-05-27 · Giovanni De Toni, Nastaran Okati, Suhas Thejaswi, Eleni Straitouri 외

Decision support systems based on prediction sets have proven to be effective at helping human experts solve classification tasks. Rather than providing single-label predictions, these systems provide sets of label predi…

Conformal PredictionPrediction

Conformal Set-based Human-AI Complementarity with Multiple Experts

2025-08-09 · Helbert Paat, Guohao Shen arxiv

Decision support systems are designed to assist human experts in classification tasks by providing conformal prediction sets derived from a pre-trained model. This human-AI collaboration has demonstrated enhanced classif…

No Need for Learning to Defer? A Training Free Deferral Framework to Multiple Experts through Conformal Prediction

2025-09-16 · Tim Bary, Benoît Macq, Louis Petit arxiv

AI systems often struggle to provide reliable predictions across all inputs, motivating hybrid human-AI decision-making. Existing Learning to Defer (L2D) approaches address this by training models to selectively defer to…

Predicting assisted ventilation in Amyotrophic Lateral Sclerosis using a mixture of experts and conformal predictors

2019-07-30 · Telma Pereira, Sofia Pires, Marta Gromicho, Susana Pinto 외

Amyotrophic Lateral Sclerosis (ALS) is a neurodegenerative disease characterized by a rapid motor decline, leading to respiratory failure and subsequently to death. In this context, researchers have sought for models to …

Conformal PredictionMixture-of-ExpertsRespiratory FailureTranslation

Validation of Conformal Prediction in Cervical Atypia Classification

2025-05-13 · Misgina Tsighe Hagos, Antti Suutala, Dmitrii Bychkov, Hakan Kücükel 외

Deep learning based cervical cancer classification can potentially increase access to screening in low-resource regions. However, deep learning models are often overconfident and do not reliably reflect diagnostic uncert…

Cancer ClassificationClassificationConformal PredictionDeep Learning+2