paper-with-me

Papers

On Safety in Safe Bayesian Optimization

2024-03-19 · Christian Fiedler, Johanna Menn, Lukas Kreisköther, Sebastian Trimpe

Optimizing an unknown function under safety constraints is a central task in robotics, biomedical engineering, and many other disciplines, and increasingly safe Bayesian Optimization (BO) is used for this. Due to the safety critical nature of these applications, it is of utmost importance that theoretical safety guarantees for these algorithms translate into the real world. In this work, we investigate three safety-related issues of the popular class of SafeOpt-type algorithms. First, these algorithms critically rely on frequentist uncertainty bounds for Gaussian Process (GP) regression, but concrete implementations typically utilize heuristics that invalidate all safety guarantees. We provide a detailed analysis of this problem and introduce Real-\b{eta}-SafeOpt, a variant of the SafeOpt algorithm that leverages recent GP bounds and thus retains all theoretical guarantees. Second, we identify assuming an upper bound on the reproducing kernel Hilbert space (RKHS) norm of the target function, a key technical assumption in SafeOpt-like algorithms, as a central obstacle to real-world usage. To overcome this challenge, we introduce the Lipschitz-only Safe Bayesian Optimization (LoSBO) algorithm, which guarantees safety without an assumption on the RKHS bound, and empirically show that this algorithm is not only safe, but also exhibits superior performance compared to the state-of-the-art on several function classes. Third, SafeOpt and derived algorithms rely on a discrete search space, making them difficult to apply to higher-dimensional problems. To widen the applicability of these algorithms, we introduce Lipschitz-only GP-UCB (LoS-GP-UCB), a variant of LoSBO applicable to moderately high-dimensional problems, while retaining safety.

📄 PDF Abstract BibTeX arXiv:2403.12948

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian Optimization

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Lipschitz Safe Bayesian Optimization for Automotive Control

2025-01-22 · Johanna Menn, Pietro Pelizzari, Michael Fleps-Dezasse, Sebastian Trimpe

Controller tuning is a labor-intensive process that requires human intervention and expert knowledge. Bayesian optimization has been applied successfully in different fields to automate this process. However, when tuning…

Bayesian Optimization

Falsification of Learning-Based Controllers through Multi-Fidelity Bayesian Optimization

2022-12-28 · Zahra Shahrooei, Mykel J. Kochenderfer, Ali Baheri

Simulation-based falsification is a practical testing method to increase confidence that the system will meet safety requirements. Because full-fidelity simulations can be computationally demanding, we investigate the us…

Bayesian Optimization

Constrained Policy Optimization via Bayesian World Models

2022-01-24 · ICLR 2022 4 · Yarden As, Ilnura Usmanova, Sebastian Curi, Andreas Krause

Improving sample-efficiency and safety are crucial challenges when deploying reinforcement learning in high-stakes real world applications. We propose LAMBDA, a novel model-based approach for policy optimization in safet…

reinforcement-learningReinforcement Learning (RL)

Safe Bayesian Optimization for the Control of High-Dimensional Embodied Systems

2024-12-29 · Yunyue Wei, Zeji Yi, Hongda Li, Saraswati Soedarmadji 외

Learning to move is a primary goal for animals and robots, where ensuring safety is often important when optimizing control policies on the embodied systems. For complex tasks such as the control of human or humanoid con…

Bayesian OptimizationHumanoid ControlSafe Exploration

Bayesian Optimization with Safety Constraints: Safe and Automatic Parameter Tuning in Robotics

2016-02-14 · Felix Berkenkamp, Andreas Krause, Angela P. Schoellig

Robotic algorithms typically depend on various parameters, the choice of which significantly affects the robot's performance. While an initial guess for the parameters may be obtained from dynamic models of the robot, pa…

Bayesian Optimization