Safety
Bandits in Prod: Hyperparameter Optimization at Inference Time
arXiv:2609.01335v1 Announce Type: cross Abstract: Many production systems can assess a configuration only by using it on live requests and observing noisy feedback. Modern agentic systems are a promin
arXiv:2609.01335v1 Announce Type: cross Abstract: Many production systems can assess a configuration only by using it on live requests and observing noisy feedback. Modern agentic systems are a prominent example, with inference-time choices such as model selection, retrieval depth, prompting strategy, and decoding temperature, yet often with no representative validation data. We formalize this setting as Online Hyperparameter Optimization (OHPO) and cast it as an infinitely many-armed bandit over mixed and conditional search spaces. We introduce IMABO, a general framework that combines any bandit policy for choosing among already sampled configurations with any oracle for proposing new ones. We instantiate it with IMOSS, a restart-free anytime policy whose active set grows as t^{eta}, and prove an expected cumulative quantile-regret bound of O(p_rho^{-1/eta} + T^{(1+eta)/2}), where etain(0,1) controls active-set growth and p_rho lower-bounds the probability that a proposed configuration falls in the top-rho fraction of the search space. We combine IMOSS with three practical oracles: a Tree-structured Parzen Estimator, an incumbent-mutation oracle driven by a per-coordinate bandit, and a pretrained tabular foundation model, all three improving over the uniform random oracle baseline. IMABO obtains the lowest cumulative regret across diverse OHPO settings, from tuning classical machine-learning models to configuring LLM-based agents.
Related
- Linear and Neural Dueling Bandits with Delayed Feedback
- Double Preconditioning (DoPr): Optimization for Test-Time Performance, not Validation Loss
- Adapting Without Gradients: Affine Statistics Transport and What Its Certificate Can Tell You
Source: arXiv cs.AI | 2026-09-02