Using Sequential Statistical Tests for Efficient Hyperparameter Tuning
Philip Buczak, Andreas Groll, Markus Pauly, Jakob Rehof, Daniel, Horn

TL;DR
This paper introduces Sequential Random Search (SQRS), a method that uses sequential statistical tests to eliminate poor hyperparameter configurations early, reducing computational costs while maintaining performance.
Contribution
The paper presents a novel hyperparameter tuning method that integrates sequential testing into random search to improve efficiency.
Findings
SQRS finds comparable hyperparameters with fewer evaluations.
Simulation shows SQRS reduces computational effort significantly.
Sequential tests effectively discard inferior configurations early.
Abstract
Hyperparameter tuning is one of the the most time-consuming parts in machine learning. Despite the existence of modern optimization algorithms that minimize the number of evaluations needed, evaluations of a single setting may still be expensive. Usually a resampling technique is used, where the machine learning method has to be fitted a fixed number of k times on different training datasets. The respective mean performance of the k fits is then used as performance estimator. Many hyperparameter settings could be discarded after less than k resampling iterations if they are clearly inferior to high-performing settings. However, resampling is often performed until the very end, wasting a lot of computational effort. To this end, we propose the Sequential Random Search (SQRS) which extends the regular random search algorithm by a sequential testing procedure aimed at detecting and…
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.
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
MethodsRandom Search
