paper-with-me

홈 › Papers

Cross-Model Agreement as a Deployment-Time Reliability Signal for Automatic Polyp Segmentation

2026-09-09 · Siddharth Gupta, Jitin Singla arxiv

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.

📄 PDF Abstract BibTeX arXiv:2609.10495

Code (0)

등록된 구현이 없습니다.

Tasks

Polyp Segmentation

Similar Papers 제목 키워드 기반

Semantic Agreement Enables Efficient Open-Ended LLM Cascades

2025-09-26 · Duncan Soiffer, Steven Kolawole, Virginia Smith arxiv

Cascade systems route computational requests to smaller models when possible and defer to larger models only when necessary, offering a promising approach to balance cost and quality in LLM deployment. However, they face…

Text Generation

Great Models Think Alike: Improving Model Reliability via Inter-Model Latent Agreement

2023-05-02 · Ailin Deng, Miao Xiong, Bryan Hooi

Reliable application of machine learning is of primary importance to the practical deployment of deep learning methods. A fundamental challenge is that models are often unreliable due to overconfidence. In this paper, we…

model

Verification Mirage: Mapping the Reliability Boundary of Self-Verification in Medical VQA

2026-05-11 · Ruinan Jin, Beidi Zhao, Myeongkyun Kang, Qiong Zhang 외 arxiv

Self-verification, re-invoking the same vision language model (VLM) in a fresh context to check its own generated answer, is increasingly used as a default safety layer for medical visual question answering (VQA). We arg…

Visual Question Answering

Cross-Model Disagreement as a Label-Free Correctness Signal

2026-03-26 · Matt Gorbett, Suman Jana arxiv

Detecting when a language model is wrong without ground truth labels is a fundamental challenge for safe deployment. Existing approaches rely on a model's own uncertainty -- such as token entropy or confidence scores -- …

Decomposed Prompting Does Not Fix Knowledge Gaps, But Helps Models Say "I Don't Know"

2026-02-04 · Dhruv Madhwal, Lyuxin David Zhang, Dan Roth, Tomer Wolfson 외 arxiv

Large language models often struggle to recognize their knowledge limits in closed-book question answering, leading to confident hallucinations. While decomposed prompting is typically used to improve accuracy, we invest…

Question Answering