LGCYHCMLJan 28, 2022

Improving Expert Predictions with Conformal Prediction

arXiv:2201.12006v559 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of integrating automated systems with human experts in decision-making tasks, offering a practical solution for domains where expert trust and accuracy are critical.

The paper tackles the problem of designing automated decision support systems that improve expert accuracy in multiclass classification without requiring experts to decide when to trust the system, by using conformal prediction to provide sets of labels and forcing experts to predict from these sets. The result is a system that helps experts make more accurate predictions, as shown in simulation experiments with synthetic and real expert data.

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.

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