Skip to content

single-model vs 5-fold cross-validation #2896

@mgarbade

Description

@mgarbade

Has anyone compared nnU-Net trained as a single model on 100% of the training data vs. the default 5-fold CV ensemble (5×80%)? I wonder how much accuracy is actually lost or gained, given the big inference speed advantage of using just one model.

I expect CV ensembles to help on small datasets by stabilizing hyperparameter choices, but on very large datasets you probably don’t need to hold out 20% for validation. In that scenario the benefit should vanish, and a single model would be much faster to train and for inference. Any benchmarks or experience with this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions