Optimizing Resources for On-the-Fly Label Estimation with Multiple Unknown Medical Experts
Tim Bary, Tiffanie Godelaine, Axel Abels, Benoît Macq
TL;DR
This work tackles real-time ground truth estimation in medical screening when expert pools are unknown and data arrive as a stream. It introduces a modular backbone that alternates between ranking experts by Bayesian trust, inferring a coalitional label with a calculated confidence, and updating expert parameters via EM, stopping when $c_*^n \ge \tau$. The approach achieves comparable accuracy to non-adaptive baselines while reducing the number of expert queries by up to 50% across three multi-annotator datasets, demonstrating practical gains for continuous screening workflows. The framework supports on-the-fly labeling, cold-start capability, and adaptive allocation of experts to difficult cases, offering a scalable path toward tighter integration of human expertise in medical AI pipelines.
Abstract
Accurate ground truth estimation in medical screening programs often relies on coalitions of experts and peer second opinions. Algorithms that efficiently aggregate noisy annotations can enhance screening workflows, particularly when data arrive continuously and expert proficiency is initially unknown. However, existing algorithms do not meet the requirements for seamless integration into screening pipelines. We therefore propose an adaptive approach for real-time annotation that (I) supports on-the-fly labeling of incoming data, (II) operates without prior knowledge of medical experts or pre-labeled data, and (III) dynamically queries additional experts based on the latent difficulty of each instance. The method incrementally gathers expert opinions until a confidence threshold is met, providing accurate labels with reduced annotation overhead. We evaluate our approach on three multi-annotator classification datasets across different modalities. Results show that our adaptive querying strategy reduces the number of expert queries by up to 50% while achieving accuracy comparable to a non-adaptive baseline. Our code is available at https://github.com/tbary/MEDICS
