paper-with-me

홈 › Papers

Don't Waste Your Time: Early Stopping Cross-Validation

2024-05-06 · Edward Bergman, Lennart Purucker, Frank Hutter

State-of-the-art automated machine learning systems for tabular data often employ cross-validation; ensuring that measured performances generalize to unseen data, or that subsequent ensembling does not overfit. However, using k-fold cross-validation instead of holdout validation drastically increases the computational cost of validating a single configuration. While ensuring better generalization and, by extension, better performance, the additional cost is often prohibitive for effective model selection within a time budget. We aim to make model selection with cross-validation more effective. Therefore, we study early stopping the process of cross-validation during model selection. We investigate the impact of early stopping on random search for two algorithms, MLP and random forest, across 36 classification datasets. We further analyze the impact of the number of folds by considering 3-, 5-, and 10-folds. In addition, we investigate the impact of early stopping with Bayesian optimization instead of random search and also repeated cross-validation. Our exploratory study shows that even a simple-to-understand and easy-to-implement method consistently allows model selection to converge faster; in ~94% of all datasets, on average by ~214%. Moreover, stopping cross-validation enables model selection to explore the search space more exhaustively by considering +167% configurations on average within one hour, while also obtaining better overall performance.

📄 PDF Abstract BibTeX arXiv:2405.03389

Code (1)

automl/dontwasteyourtime-early-stopping 공식 구현

Tasks

Bayesian OptimizationModel Selection

Methods 이 논문이 사용한 방법론

Early Stopping Early Stopping is a regularization technique for deep neural networks that stops training when parameter updates no longer begin to yield improves on a validation set. In…
Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…

Similar Papers 제목 키워드 기반

Early Stopping Bayesian Optimization for Controller Tuning

2025-01-20 · David Stenger, Dominik Scheurenberg, Heike Vallery, Sebastian Trimpe

Manual tuning of performance-critical controller parameters can be tedious and sub-optimal. Bayesian Optimization (BO) is an increasingly popular practical alternative to automatically optimize controller parameters from…

Bayesian Optimization

ESTAR: Early-Stopping Token-Aware Reasoning For Efficient Inference

2026-02-10 · Junda Wang, Zhichao Yang, Dongxu Zhang, Sanjit Singh Batra 외 arxiv

Large reasoning models (LRMs) achieve state-of-the-art performance by generating long chains-of-thought, but often waste computation on redundant reasoning after the correct answer has already been reached. We introduce …

Reinforcement LearningDomain Generalization

Doomed from the Start: Early Abort of LLM Agent Episodes via a Recall-Controlled Probe Cascade

2026-07-07 · Kai Ruan, Zihe Huang, Ziqi Zhou, Qianshan Wei 외 arxiv

Large language model (LLM) agents often waste inference compute by continuing multi-step trajectories that are already doomed to fail. We study early failure prediction and inference-time early stopping for LLM agents us…

ACE: Adaptive Constraint-aware Early Stopping in Hyperparameter Optimization

2022-08-04 · Yi-Wei Chen, Chi Wang, Amin Saied, Rui Zhuang

Deploying machine learning models requires high model quality and needs to comply with application constraints. That motivates hyperparameter optimization (HPO) to tune model configurations under deployment constraints. …

FairnessHyperparameter Optimization

Adaptive Random Forests for Energy-Efficient Inference on Microcontrollers

2022-05-27 · Francesco Daghero, Alessio Burrello, Chen Xie, Luca Benini 외

Random Forests (RFs) are widely used Machine Learning models in low-power embedded devices, due to their hardware friendly operation and high accuracy on practically relevant tasks. The accuracy of a RF often increases w…