🤖 AI Summary
In clinical practice, medical image segmentation models often face the challenge of unlabeled test data, hindering reliable performance assessment. To address this, we propose Segmentation Performance Evaluator (SPE), the first lightweight, plug-and-play unsupervised performance estimation method that accurately predicts six key metrics—including Dice and HD95—without ground-truth annotations. SPE integrates universal meta-learning representations from UniverSeg, uncertainty-aware regression, and cross-domain consistency constraints, enabling generalizable evaluation across diverse segmentation architectures and metrics with zero training overhead and seamless integration into existing pipelines. Evaluated on six public benchmarks, SPE achieves an average Pearson correlation coefficient of 0.956 ± 0.046 and a mean absolute error of 0.025 ± 0.019—significantly outperforming prior approaches. The source code is publicly available.
📝 Abstract
The performance of medical image segmentation models is usually evaluated using metrics like the Dice score and Hausdorff distance, which compare predicted masks to ground truth annotations. However, when applying the model to unseen data, such as in clinical settings, it is often impractical to annotate all the data, making the model's performance uncertain. To address this challenge, we propose the Segmentation Performance Evaluator (SPE), a framework for estimating segmentation models' performance on unlabeled data. This framework is adaptable to various evaluation metrics and model architectures. Experiments on six publicly available datasets across six evaluation metrics including pixel-based metrics such as Dice score and distance-based metrics like HD95, demonstrated the versatility and effectiveness of our approach, achieving a high correlation (0.956$pm$0.046) and low MAE (0.025$pm$0.019) compare with real Dice score on the independent test set. These results highlight its ability to reliably estimate model performance without requiring annotations. The SPE framework integrates seamlessly into any model training process without adding training overhead, enabling performance estimation and facilitating the real-world application of medical image segmentation algorithms. The source code is publicly available