Paper Overview
- Field: Computer Vision (medical imaging)
- Authors: Siddharth Gupta, Jitin Singla
- Published: 2026-09-09
- arXiv: 2609.10495
- Benchmark: standardized 1,223-image external set drawn from four public polyp datasets.
- Design axes: four referee configurations separate *referee independence* from *architectural diversity*.
- Descriptor: a common Agreement Dice descriptor across configurations.
- 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 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.
- A prompt-coupled MedSAM referee underperforms despite maximal architectural diversity.
- Restricted evaluation (excluding trivially separable empty-mask 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.
- Selective prediction: the mean Dice of retained predictions increases as low-agreement cases are progressively rejected.
- Cost: only one additional deterministic referee forward pass at inference.
The Problem
In real-time colonoscopy, ground-truth annotations are unavailable at inference time, so automatic polyp segmentation models can fail silently — producing confidently wrong masks with no way to detect errors. A deployment-time reliability signal is needed.Method: Referee-Based Quality Estimation (RBQE)
RBQE is a reference-free framework that measures the agreement between a primary segmentation model and an independently trained "referee" model on the same image. Agreement serves as a proxy for prediction quality without requiring ground truth.Evaluation
Key Findings
Conclusion
Cross-model agreement is a practical, interpretable, and inexpensive reliability signal for automated polyp segmentation at deployment time, supporting safer clinical use through failure detection and selective prediction.--- *Source: arXiv paper page — https://arxiv.org/abs/2609.10495*