基本信息
- 来源: arxiv
- 原始来源: http://arxiv.org/abs/2609.10495v1
- 发布域名: arxiv.org
- 分类: cs.CV
- 作者: Siddharth Gupta、Jitin Singla
要点解读
这是什么
该研究提出一种无需标注即可评估结肠镜实时图像中息肉分割模型可靠性的框架。它利用一个独立训练的裁判模型在同一样本上进行分割,通过比较两者的输出一致性来形成可靠性信号,并据此判断主模型是否可能出错。
用在哪里
适用于需要在推理阶段自动感知模型输出可信度的临床辅助系统,尤其是实时结肠镜检查场景。对从事医学图像分割算法研发或想在部署阶段进行自检的团队有帮助。
可以推断的
推测:在缺乏人工标注的部署环境中,使用第二个独立模型作为裁判可以在几乎不增加计算成本的情况下提供实时的可靠性评估。
推测:该一致性评估思路或可迁移至其他医学影像分割任务,如肿瘤或器官分割,从而帮助构建自动化的质量控制流程。
来源摘要/节选
In real-time colonoscopy, ground-truth annotations are unavailable at inference, so polyp segmentation models can fail silently. We propose Referee-Based Quality Estimation (RBQE), a reference-free framework measuring agreement between a primary segmentation model and an independently trained referee on the same image. RBQE is evaluated on a standardized 1,223-image external benchmark drawn from four public datasets, using four referee configurations chosen to separate two design axes: referee independence and architectural diversity. Using a common Agreement Dice descriptor, a same-architecture referee differing from the primary model only in random initialization already yields a useful reliability signal (ROC-AUC = 0.923), showing that independent training alone is sufficient. Cross-architecture referees improve further: SegFormer-B0 achieves the strongest performance (ROC-AUC = 0.960), significantly outperforming the same-architecture control and UNet++, and exceeding a representative Test-Time Augmentation baseline by 0.055 ROC-AUC under an identical protocol, whereas a prompt-coupled MedSAM referee underperforms despite maximal architectural diversity. Because empty-mask agreement is trivially separable, we also report a restricted evaluation excluding such cases: ROC-AUC falls to 0.876 (SegFormer-B0, 1,046 images) and 0.783 (same-architecture control, 975 images), yet RBQE’s margin over both baselines widens on this identical subset. RBQE additionally increases the mean Dice of retained predictions as low-agreement cases are progressively rejected, supporting selective prediction, and requires only one additional deterministic referee forward pass at inference. Our study therefore supports cross-model agreement as a practical, interpretable reliability framework for automated polyp segmentation.
来源说明
当前保存的是来源摘要,不代表论文全文。请以原始来源为准。
「要点解读」由 AI Stack 依据上方已保存内容整理,不代表来源的完整表述;标注「推测:」的判断来自编辑,不是来源陈述。