Hyperparameter Optimization for Randomized Algorithms: A Case Study on Random Features
Oliver R. A. Dunbar, Nicholas H. Nelsen, Maya Mutic

TL;DR
This paper introduces a gradient-free, scalable method using ensemble Kalman inversion to optimize hyperparameters in randomized algorithms like random feature regression, improving performance in complex, high-dimensional problems.
Contribution
It proposes a novel hyperparameter tuning approach for random features using EKI, a gradient-free optimizer, applicable to high-dimensional and stochastic settings.
Findings
EKI effectively tunes hyperparameters in RFR.
Method improves performance in sensitivity analyses and dynamical systems.
Demonstrates potential for automated hyperparameter optimization in randomized algorithms.
Abstract
Randomized algorithms exploit stochasticity to reduce computational complexity. One important example is random feature regression (RFR) that accelerates Gaussian process regression (GPR). RFR approximates an unknown function with a random neural network whose hidden weights and biases are sampled from a probability distribution. Only the final output layer is fit to data. In randomized algorithms like RFR, the hyperparameters that characterize the sampling distribution greatly impact performance, yet are not directly accessible from samples. This makes optimization of hyperparameters via standard (gradient-based) optimization tools inapplicable. Inspired by Bayesian ideas from GPR, this paper introduces a random objective function that is tailored for hyperparameter tuning of vector-valued random features. The objective is minimized with ensemble Kalman inversion (EKI). EKI is a…
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 · Metaheuristic Optimization Algorithms Research · Advanced Multi-Objective Optimization Algorithms
MethodsGaussian Process
