English

Irredundant $k$-Fold Cross-Validation

Machine Learning 2025-08-29 v2 Artificial Intelligence Methodology Machine Learning

Abstract

In traditional k-fold cross-validation, each instance is used (k1k-1) times for training and once for testing, leading to redundancy that lets many instances disproportionately influence the learning phase. We introduce Irredundant kk-fold cross-validation, a novel method that guarantees each instance is used exactly once for training and once for testing across the entire validation procedure. This approach ensures a more balanced utilization of the dataset, mitigates overfitting due to instance repetition, and enables sharper distinctions in comparative model analysis. The method preserves stratification and remains model-agnostic, i.e., compatible with any classifier. Experimental results demonstrate that it delivers consistent performance estimates across diverse datasets -- comparable to kk-fold cross-validation -- while providing less optimistic variance estimates because training partitions are non-overlapping, and significantly reducing the overall computational cost.

Keywords

Cite

@article{arxiv.2507.20048,
  title  = {Irredundant $k$-Fold Cross-Validation},
  author = {Jesus S. Aguilar-Ruiz},
  journal= {arXiv preprint arXiv:2507.20048},
  year   = {2025}
}
R2 v1 2026-07-01T04:20:26.085Z