Two-step hyperparameter optimization method: Accelerating hyperparameter search by using a fraction of a training dataset
Sungduk Yu, Mike Pritchard, Po-Lun Ma, Balwinder Singh, and Sam Silva

TL;DR
The paper introduces a two-step hyperparameter optimization method that significantly reduces computational costs by evaluating hyperparameters on a small data subset before full training, demonstrated with neural network emulators for aerosol activation.
Contribution
It proposes a universally applicable two-step HPO approach that accelerates hyperparameter search using minimal data in the initial phase, enabling efficient model development.
Findings
Achieves up to 135-times speedup in hyperparameter search.
Uses as little as 0.0025% of data for initial evaluation.
Identifies minimal model complexity for optimal performance.
Abstract
Hyperparameter optimization (HPO) is an important step in machine learning (ML) model development, but common practices are archaic -- primarily relying on manual or grid searches. This is partly because adopting advanced HPO algorithms introduces added complexity to the workflow, leading to longer computation times. This poses a notable challenge to ML applications, as suboptimal hyperparameter selections curtail the potential of ML model performance, ultimately obstructing the full exploitation of ML techniques. In this article, we present a two-step HPO method as a strategic solution to curbing computational demands and wait times, gleaned from practical experiences in applied ML parameterization work. The initial phase involves a preliminary evaluation of hyperparameters on a small subset of the training dataset, followed by a re-evaluation of the top-performing candidate models…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Advanced Multi-Objective Optimization Algorithms · Metaheuristic Optimization Algorithms Research
MethodsHyper-parameter optimization
