paper-with-me

홈 › Papers

Who Should Predict? Exact Algorithms For Learning to Defer to Humans

2023-01-15 · Hussein Mozannar, Hunter Lang, Dennis Wei, Prasanna Sattigeri, Subhro Das, David Sontag

Automated AI classifiers should be able to defer the prediction to a human decision maker to ensure more accurate predictions. In this work, we jointly train a classifier with a rejector, which decides on each data point whether the classifier or the human should predict. We show that prior approaches can fail to find a human-AI system with low misclassification error even when there exists a linear classifier and rejector that have zero error (the realizable setting). We prove that obtaining a linear pair with low error is NP-hard even when the problem is realizable. To complement this negative result, we give a mixed-integer-linear-programming (MILP) formulation that can optimally solve the problem in the linear setting. However, the MILP only scales to moderately-sized problems. Therefore, we provide a novel surrogate loss function that is realizable-consistent and performs well empirically. We test our approaches on a comprehensive set of datasets and compare to a wide range of baselines.

📄 PDF Abstract BibTeX arXiv:2301.06197

Code (1)

clinicalml/human_ai_deferral 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

fail 설명 없음
Test 설명 없음

Similar Papers 제목 키워드 기반

Improving Learning-to-Defer Algorithms Through Fine-Tuning

2021-12-18 · Naveen Raman, Michael Yee

The ubiquity of AI leads to situations where humans and AI work together, creating the need for learning-to-defer algorithms that determine how to partition tasks between AI and humans. We work to improve learning-to-def…

Sample Efficient Learning of Predictors that Complement Humans

2022-07-19 · Mohammad-Amin Charusaie, Hussein Mozannar, David Sontag, Samira Samadi

One of the goals of learning algorithms is to complement and reduce the burden on human decision makers. The expert deferral setting wherein an algorithm can either predict on its own or defer the decision to a downstrea…

Active Learning

Human-AI Collaboration in Decision-Making: Beyond Learning to Defer

2022-06-27 · Diogo Leitão, Pedro Saleiro, Mário A. T. Figueiredo, Pedro Bizarro

Human-AI collaboration (HAIC) in decision-making aims to create synergistic teaming between human decision-makers and AI systems. Learning to defer (L2D) has been presented as a promising framework to determine who among…

Decision MakingFairnessManagement

DeCoDe: Defer-and-Complement Decision-Making via Decoupled Concept Bottleneck Models

2025-05-25 · Chengbo He, Bochao Zou, Junliang Xing, Jiansheng Chen 외

In human-AI collaboration, a central challenge is deciding whether the AI should handle a task, be deferred to a human expert, or be addressed through collaborative effort. Existing Learning to Defer approaches typically…

Decision Making

Learning to Defer with Limited Expert Predictions

2023-04-14 · Patrick Hemmer, Lukas Thede, Michael Vössing, Johannes Jakubik 외

Recent research suggests that combining AI models with a human expert can exceed the performance of either alone. The combination of their capabilities is often realized by learning to defer algorithms that enable the AI…