No-Regret Bayesian Optimization with Finite-Library Input-Warped Kernels
arXiv:2609.02993
2026
Optimization
1 ideas extracted · analyzed Sep 4, 2026
What the math gives to ML
The paper provides a constructive way to adapt the geometry of expensive black-box search without sacrificing high-probability guarantees: maintain a finite library of warped kernels and permit arbitrary history-dependent kernel selection. The key transferable asset is that fixed-kernel confidence bounds can be lifted to the entire library by a union bound, while information gain under a warp is no larger than that of the base kernel on the warped domain. This is directly useful for neural-network hyperparameter and fine-tuning searches, where learning-rate scales, weight-decay scales, batch sizes, and architectural ratios often have radically different geometries.
Ideas from this paper
Unverified
2026
Replace a single-coordinate GP surrogate used for expensive neural-network hyperparameter trials with a finite bank of input-warped kernels. Each trial may select whichever warp currently gives the most promising upper-confidence acquisition, including after observing all previous results, while confidence parameters are enlarged to account for the finite library. This should recover the benefits of log-scaled or localized geometries without committing to one hand-designed parameterization.
Useful6/10
Difficulty4/10
Novelty6/10