paper-with-me

Papers

Optimized Deferral for Imbalanced Settings

2026-04-30 · Corinna Cortes, Anqi Mao, Mehryar Mohri, Yutao Zhong arxiv

Learning algorithms can be significantly improved by routing complex or uncertain inputs to specialized experts, balancing accuracy with computational cost. This approach, known as learning to defer, is essential in domains like natural language generation, medical diagnosis, and computer vision, where an effective deferral can reduce errors at low extra resource consumption. However, the two-stage learning to defer setting, which leverages existing predictors such as a collection of LLMs or other classifiers, often faces challenges due to an expert imbalance problem. This imbalance can lead to suboptimal performance, with deferral algorithms favoring the majority expert. We present a comprehensive study of two-stage learning to defer in expert imbalance settings. We cast the deferral loss optimization as a novel cost-sensitive learning problem over the input-expert domain. We derive new margin-based loss functions and guarantees tailored to this setting, and develop novel algorithms for cost-sensitive learning. Leveraging these results, we design principled deferral algorithms, MILD (Margin-based Imbalanced Learning to Defer), specifically suited for expert imbalance settings. Extensive experiments demonstrate the effectiveness of our approach, showing clear improvements over existing baselines on both image classification and real-world Large Language Model (LLM) routing tasks.

📄 PDF Abstract BibTeX arXiv:2604.27723

Code (0)

등록된 구현이 없습니다.

Tasks

Image ClassificationMedical Diagnosis

Similar Papers 제목 키워드 기반

When Does Confidence-Based Cascade Deferral Suffice?

2023-07-06 · NeurIPS 2023 11 · Wittawat Jitkrittum, Neha Gupta, Aditya Krishna Menon, Harikrishna Narasimhan 외

Cascades are a classical strategy to enable inference cost to vary adaptively across samples, wherein a sequence of classifiers are invoked in turn. A deferral rule determines whether to invoke the next classifier in the…

Learning-to-defer for sequential medical decision-making under uncertainty

2021-09-13 · Shalmali Joshi, Sonali Parbhoo, Finale Doshi-Velez

Learning-to-defer is a framework to automatically defer decision-making to a human expert when ML-based decisions are deemed unreliable. Existing learning-to-defer frameworks are not designed for sequential settings. Tha…

Decision MakingDecision Making Under UncertaintyModel-based Reinforcement LearningReinforcement Learning (RL)+1

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

Trustworthy and Practical AI for Healthcare: A Guided Deferral System with Large Language Models

2024-06-11 · Joshua Strong, Qianhui Men, Alison Noble

Large language models (LLMs) offer a valuable technology for various applications in healthcare. However, their tendency to hallucinate and the existing reliance on proprietary systems pose challenges in environments con…

Computational EfficiencyDecision Making

Budgeted Multiple-Expert Deferral

2025-10-30 · Giulia DeSalvo, Clara Mohri, Mehryar Mohri, Yutao Zhong arxiv

Learning to defer uncertain predictions to costly experts offers a powerful strategy for improving the accuracy and efficiency of machine learning systems. However, standard training procedures for deferral algorithms ty…

Active Learning