菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-14
📄 Abstract - DeferredSeg: A Multi-Expert Deferral Framework for Trustworthy Medical Image Segmentation

Segmentation models based on deep neural networks demonstrate strong generalization for medical image segmentation. However, they often exhibit overconfidence or underconfidence, leading to unreliable confidence scores for segmentation masks, especially in ambiguous regions. This undermines the trustworthiness required for clinical deployment. Motivated by the learning-to-defer (L2D) paradigm, we introduce DeferredSeg, a deferral-aware segmentation framework, i.e., a Human--AI collaboration system that determines whether to defer predictions to human experts in specific regions. DeferredSeg extends the base segmentor with an aggregated deferral predictor and additional routing channels that dynamically route each pixel to either the base segmentor or a human expert. To train this routing efficiently, we introduce a pixel-wise surrogate collaboration loss that supervises deferral decisions. In addition, to preserve spatial coherence within deferral regions, we propose a spatial-coherence loss that enforces smooth deferral masks, thereby enhancing reliability. Beyond single-expert deferral, we further extend the framework to a multi-expert setting by introducing multiple discrepancy experts for collaborative decision-making. To prevent overloading or underutilizing individual experts, we further design a load-balancing penalty that evenly distributes workload across expert branches. We evaluate DeferredSeg on three challenging medical datasets using MedSAM and CENet as the base segmentor for fair comparison. Experimental results show that DeferredSeg consistently outperforms the baseline, demonstrating its effectiveness for trustworthy dense medical segmentation. Moreover, the proposed framework is model-agnostic and can be readily applied to other segmentation architectures.

顶级标签: medical computer vision model evaluation
详细标签: medical image segmentation human-ai collaboration learning to defer trustworthy ai multi-expert system 或 搜索:

DeferredSeg:一种用于可信医学图像分割的多专家延迟决策框架 / DeferredSeg: A Multi-Expert Deferral Framework for Trustworthy Medical Image Segmentation


1️⃣ 一句话总结

这篇论文提出了一种名为DeferredSeg的新框架,它通过一个智能路由系统,让AI在医学图像分割中遇到不确定区域时,能够自动将判断任务交给人类专家,从而显著提升了分割结果的可靠性和临床实用性。

源自 arXiv: 2604.12411