Overview
- Field: Computer Vision
- Authors: Siddharth Gupta, Jitin Singla
- Published: 2026-09-09
- arXiv: 2609.10495
- Independent training alone suffices: With 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).
- Cross-architecture referees help further: SegFormer-B0 achieves the strongest performance (ROC-AUC = 0.960), significantly outperforming the same-architecture control and UNet++.
- Beats TTA baseline: RBQE exceeds a representative Test-Time Augmentation baseline by 0.055 ROC-AUC under an identical protocol.
- MedSAM underperforms: A prompt-coupled MedSAM referee underperforms despite maximal architectural diversity.
- Restricted evaluation: Because empty-mask agreement is trivially separable, a restricted evaluation excluding such cases reports ROC-AUC of 0.876 (SegFormer-B0, 1,046 images) and 0.783 (same-architecture control, 975 images); RBQE's margin over both baselines widens on this identical subset.
- Selective prediction: The mean Dice of retained predictions increases as low-agreement cases are progressively rejected.
- Low overhead: RBQE requires only one additional deterministic referee forward pass at inference.
Problem
In real-time colonoscopy, ground-truth annotations are unavailable at inference, so polyp segmentation models can fail silently. There is a need for deployment-time reliability signals that do not rely on reference annotations.Proposed Method: Referee-Based Quality Estimation (RBQE)
RBQE is a reference-free framework that measures agreement between a primary segmentation model and an independently trained referee on the same image. It was evaluated on a standardized 1,223-image external benchmark drawn from four public datasets, with four referee configurations designed to separate two design axes: referee independence and architectural diversity.Key Findings
Conclusion
Cross-model agreement is a practical, interpretable deployment-time reliability framework for automated polyp segmentation.--- *Auto-collected on 2026-09-11*