paper-with-me

홈 › Papers

Predict Responsibly: Improving Fairness and Accuracy by Learning to Defer

2017-11-17 · NeurIPS 2018 12 · David Madras, Toniann Pitassi, Richard Zemel

In many machine learning applications, there are multiple decision-makers involved, both automated and human. The interaction between these agents often goes unaddressed in algorithmic development. In this work, we explore a simple version of this interaction with a two-stage framework containing an automated model and an external decision-maker. The model can choose to say "Pass", and pass the decision downstream, as explored in rejection learning. We extend this concept by proposing "learning to defer", which generalizes rejection learning by considering the effect of other agents in the decision-making process. We propose a learning algorithm which accounts for potential biases held by external decision-makers in a system. Experiments demonstrate that learning to defer can make systems not only more accurate but also less biased. Even when working with inconsistent or biased users, we show that deferring models still greatly improve the accuracy and/or fairness of the entire system.

📄 PDF Abstract BibTeX arXiv:1711.06664

Code (1)

dmadras/predict-responsibly tf

Tasks

Decision MakingFairness

Similar Papers 제목 키워드 기반

Predict Responsibly: Increasing Fairness by Learning to Defer

2018-01-01 · ICLR 2018 1 · David Madras, Toniann Pitassi, Richard Zemel

When machine learning models are used for high-stakes decisions, they should predict accurately, fairly, and responsibly. To fulfill these three requirements, a model must be able to output a reject option (i.e. say "``I…

Decision MakingFairness

Towards Unbiased and Accurate Deferral to Multiple Experts

2021-02-25 · Vijay Keswani, Matthew Lease, Krishnaram Kenthapadi

Machine learning models are often implemented in cohort with humans in the pipeline, with the model having an option to defer to a domain expert in cases where it has low confidence in its inference. Our goal is to desig…

BIG-bench Machine LearningFairness

Designing Closed Human-in-the-loop Deferral Pipelines

2022-02-09 · Vijay Keswani, Matthew Lease, Krishnaram Kenthapadi

In hybrid human-machine deferral frameworks, a classifier can defer uncertain cases to human decision-makers (who are often themselves fallible). Prior work on simultaneous training of such classifier and deferral models…

Decision MakingFairness

A Unifying Post-Processing Framework for Multi-Objective Learn-to-Defer Problems

2024-07-17 · Mohammad-Amin Charusaie, Samira Samadi

Learn-to-Defer is a paradigm that enables learning algorithms to work not in isolation but as a team with human experts. In this paradigm, we permit the system to defer a subset of its tasks to the expert. Although there…

FairnessLEMMA

From Soft Classifiers to Hard Decisions: How fair can we be?

2018-10-03 · Ran Canetti, Aloni Cohen, Nishanth Dikkala, Govind Ramnarayan 외

A popular methodology for building binary decision-making classifiers in the presence of imperfect information is to first construct a non-binary "scoring" classifier that is calibrated over all protected groups, and the…

Decision MakingFairness