stat.MLMay 12, 2026

Online Learning-to-Defer with Varying Experts

Authors: Dang Hoang DuyYannis MontreuilMaxime MeyerAxel CarlierLai Xing NgWei Tsang Ooi

Abstract

Learning-to-Defer (L2D) methods route each query either to a predictive model or to external experts. While existing work studies this problem in batch settings, real-world deployments require handling streaming data, changing expert availability, and shifting expert distribution. We introduce the first online L2D algorithm for multiclass classification with bandit feedback and a dynamically varying pool of experts. Our method achieves regret guarantees of O((n+ne)T2/3)O((n+n_e)T^{2/3}) in general and O((n+ne)T)O((n+n_e)\sqrt{T}) under a low-noise condition, where TT is the time horizon, nn is the number of labels, and nen_e is the number of distinct experts observed across rounds. The analysis builds on novel H\mathcal{H}-consistency bounds for the online framework, combined with first-order methods for online convex optimization. Experiments on synthetic and real-world datasets demonstrate that our approach effectively extends standard Learning-to-Defer to settings with varying expert availability and reliability.

Explore similar work

CardsList
  1. Optimized Deferral for Imbalanced Settings

    Apr 30, 2026Corinna Cortes, Anqi Mao, Mehryar Mohri +1Extreme Class Imbalance

  2. Density-Ratio Losses for Post-Hoc Learning to Defer

    May 19, 2026Alexander Soen, Ragnar Thobaben, Joakim Jaldén +1Post-HocBregman Divergences

  3. Offline-to-Online Learning in Linear Bandits

    Jun 3, 2026Kushagra Chandak, Toshinori Kitamura, Xiaoqi TanLinear BanditsOffline Reinforcement Learning