Lost in the Folds: When Cross-Validation Is Not a Deep Ensemble for Uncertainty Estimation
Summary
This paper compares cross-validation ensembles to deep ensembles for uncertainty estimation in medical image segmentation. Deep ensembles outperform cross-validation ensembles in calibration and failure detection, while cross-validation ensembles better approximate inter-rater variability.
View Cached Full Text
Cached at: 05/21/26, 06:12 PM
Paper page - Lost in the Folds: When Cross-Validation Is Not a Deep Ensemble for Uncertainty Estimation
Source: https://huggingface.co/papers/2605.18329
Abstract
Deep ensembles trained with fixed data and varying seeds outperform cross-validation ensembles in calibration and failure detection for medical image segmentation, while cross-validation ensembles better approximate inter-rater variability.
Ensemble disagreement is widely used as a proxy forepistemic uncertaintyin medical image segmentation. In practice, many studies form ensembles via K-foldcross-validation(CV), yet refer to them as ``deep ensembles’’ (DE). Because CV members are trained on different data subsets, their disagreement mixes seed-driven variability with data-exposure effects, which can change how uncertainty should be interpreted. We audit recent segmentation uncertainty studies and find that terminology--implementation mismatches are common. We then compare a standard 5-fold CV ensemble to a 5-member DE (fixed training set, different random seeds) under otherwise identical configurations on three multi-rater segmentation datasets spanning three modalities. We evaluate uncertainty forcalibration,failure detection,ambiguity modeling, and robustness underdistribution shift. DE match segmentation accuracy while improvingcalibrationandfailure detection, whereas CV ensembles sometimes correlate more strongly with inter-rater variability on the studied datasets. Thus, ensemble construction should be chosen to match the research question: DE for reliability-oriented use (e.g., selective referral/failure detection) and CV ensembles as a proxy for ambiguity. We provide a lightweightnnU-Netmodification enabling DE training within the default pipeline.
View arXiv pageView PDFGitHub0Add to collection
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2605.18329 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2605.18329 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2605.18329 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Uncertainty-Aware Ensemble Deep Randomized Neural Networks for Classification
The paper proposes intuitionistic fuzzy deep RVFL (IF-dRVFL) and ensemble deep RVFL (IF-edRVFL) frameworks that use sample neighborhood information to improve robustness against noise and outliers in classification tasks, outperforming existing SOTA fuzzy and non-fuzzy approaches on benchmark datasets.
Uncertainty Estimation and Generalization Bounds for Modern Deep Learning
This paper presents theoretical bounds for uncertainty estimation and generalization in modern deep learning models.
Calibrated Trust, Not Sharper Prediction: An Empirical Test of Uncertainty Fusion
An empirical study tests uncertainty fusion pipelines for legal outcome prediction, finding that they improve calibrated trust and selective automation rather than raw prediction accuracy.
Uncertainty Quantification for AI-Driven Crash Simulation Surrogates: A Comparative Study of Monte Carlo Dropout and Deep Ensemble on Open-Source Bumper Beam Benchmark
This paper presents a comparative study of Monte Carlo Dropout and Deep Ensemble methods for uncertainty quantification in AI-driven crash simulation surrogates, using an open-source bumper beam benchmark.
Bayesian uncertainty estimation improves clinical decision making in medical AI agents
This paper shows that Monte Carlo dropout provides epistemic uncertainty signals for chest radiograph classifiers, which improves error detection and reduces confident misdiagnoses in clinical decision-support agents when communicated as a binary error-risk flag.