Cost-Sensitive Learning to Defer to Multiple Experts with Workload Constraints
Jean V. Alves, Diogo Leitão, Sérgio Jesus, Marco O. P. Sampaio, Javier Liébana, Pedro Saleiro, Mário A. T. Figueiredo, Pedro Bizarro
TL;DR
This paper tackles the practical limitations of learning to defer (L2D) in human-AI collaboration by introducing DeCCaF, a framework that operates under cost-sensitive misclassification and explicit human workload constraints with multiple experts. It combines a classifier (h), a human-expertise model (HEM), and a constraint-based assigner to globally optimize deferrals, training under limited data (one expert per instance) and using constraint programming (CP-SAT) to respect batch-wise capacities. The authors demonstrate, on a realistic bank-fraud task with synthetic experts, that DeCCaF consistently outperforms baselines, achieving an average misclassification-cost reduction of about $8.4\%$, and provide a publicly available codebase. The work advances practical HAIC deployment by modeling expert capacity, incorporating instance-dependent costs, and validating performance across diverse data-availability and cost-structure scenarios, with implications for scalable, fair, and safe decision-support systems.
Abstract
Learning to defer (L2D) aims to improve human-AI collaboration systems by learning how to defer decisions to humans when they are more likely to be correct than an ML classifier. Existing research in L2D overlooks key real-world aspects that impede its practical adoption, namely: i) neglecting cost-sensitive scenarios, where type I and type II errors have different costs; ii) requiring concurrent human predictions for every instance of the training dataset; and iii) not dealing with human work-capacity constraints. To address these issues, we propose the \textit{deferral under cost and capacity constraints framework} (DeCCaF). DeCCaF is a novel L2D approach, employing supervised learning to model the probability of human error under less restrictive data requirements (only one expert prediction per instance) and using constraint programming to globally minimize the error cost, subject to workload limitations. We test DeCCaF in a series of cost-sensitive fraud detection scenarios with different teams of 9 synthetic fraud analysts, with individual work-capacity constraints. The results demonstrate that our approach performs significantly better than the baselines in a wide array of scenarios, achieving an average $8.4\%$ reduction in the misclassification cost. The code used for the experiments is available at https://github.com/feedzai/deccaf
