Towards Ground-truth-free Evaluation of Any Segmentation in Medical Images
Ahjol Senbi, Tianyu Huang, Fei Lyu, Qing Li, Yuhui Tao, Wei Shao,, Qiang Chen, Chengyan Wang, Shuo Wang, Tao Zhou, Yizhe Zhang

TL;DR
This paper introduces EvanySeg, a ground-truth-free evaluation model for medical image segmentation quality assessment, leveraging transformer architectures to enable model benchmarking, sample filtering, and quality-based selection without requiring ground truth annotations.
Contribution
The paper presents EvanySeg, a novel transformer-based regression model that estimates segmentation quality scores without ground truth, trained on diverse datasets and applicable for multiple evaluation tasks.
Findings
ViT outperforms ResNet in segmentation quality estimation.
EvanySeg effectively identifies poorly segmented samples.
The model enables ground-truth-free benchmarking and selection of segmentation models.
Abstract
We explore the feasibility and potential of building a ground-truth-free evaluation model to assess the quality of segmentations generated by the Segment Anything Model (SAM) and its variants in medical imaging. This evaluation model estimates segmentation quality scores by analyzing the coherence and consistency between the input images and their corresponding segmentation predictions. Based on prior research, we frame the task of training this model as a regression problem within a supervised learning framework, using Dice scores (and optionally other metrics) along with mean squared error to compute the training loss. The model is trained utilizing a large collection of public datasets of medical images with segmentation predictions from SAM and its variants. We name this model EvanySeg (Evaluation of Any Segmentation in Medical Images). Our exploration of convolution-based models…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMedical Image Segmentation Techniques · Medical Imaging Techniques and Applications · Advanced Neural Network Applications
MethodsSegment Anything Model
