paper-with-me

Papers

Sequential Bayesian Optimization for Adaptive Informative Path Planning with Multimodal Sensing

2022-09-16 · Joshua Ott, Edward Balaban, Mykel J. Kochenderfer

Adaptive Informative Path Planning with Multimodal Sensing (AIPPMS) considers the problem of an agent equipped with multiple sensors, each with different sensing accuracy and energy costs. The agent's goal is to explore the environment and gather information subject to its resource constraints in unknown, partially observable environments. Previous work has focused on the less general Adaptive Informative Path Planning (AIPP) problem, which considers only the effect of the agent's movement on received observations. The AIPPMS problem adds additional complexity by requiring that the agent reasons jointly about the effects of sensing and movement while balancing resource constraints with information objectives. We formulate the AIPPMS problem as a belief Markov decision process with Gaussian process beliefs and solve it using a sequential Bayesian optimization approach with online planning. Our approach consistently outperforms previous AIPPMS solutions by more than doubling the average reward received in almost every experiment while also reducing the root-mean-square error in the environment belief by 50%. We completely open-source our implementation to aid in further development and comparison.

📄 PDF Abstract BibTeX arXiv:2209.07660

Code (1)

sisl/sbo_aippms 공식 구현

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 제목 키워드 기반

SnAKe: Bayesian Optimization with Pathwise Exploration

2022-01-31 · Jose Pablo Folch, Shiqiang Zhang, Robert M Lee, Behrang Shafei 외

Bayesian Optimization is a very effective tool for optimizing expensive black-box functions. Inspired by applications developing and characterizing reaction chemistry using droplet microfluidic reactors, we consider a no…

Bayesian Optimization

Online Sharp-Calibrated Bayesian Optimization

2026-05-11 · Marshal Arijona Sinaga, Julien Martinelli, Teemu Turpeinen, Samuel Kaski arxiv

Bayesian optimization (BO) is a widely used framework for optimizing expensive black-box functions, commonly based on Gaussian process (GP) surrogate models. Its effectiveness relies on uncertainty quantification that is…

Bayesian Optimization with Informative Covariance

2022-08-04 · Afonso Eduardo, Michael U. Gutmann

Bayesian optimization is a methodology for global optimization of unknown and expensive objectives. It combines a surrogate Bayesian regression model with an acquisition function to decide where to evaluate the objective…

Bayesian OptimizationGaussian Processesglobal-optimizationregression

Rollout Algorithms and Approximate Dynamic Programming for Bayesian Optimization and Sequential Estimation

2022-12-15 · Dimitri Bertsekas

We provide a unifying approximate dynamic programming framework that applies to a broad variety of problems involving sequential estimation. We consider first the construction of surrogate cost functions for the purposes…

Bayesian Optimization

Bayesian Adaptive Calibration and Optimal Design

2024-05-23 · Rafael Oliveira, Dino Sejdinovic, David Howard, Edwin V. Bonilla

The process of calibrating computer models of natural phenomena is essential for applications in the physical sciences, where plenty of domain knowledge can be embedded into simulations and then calibrated against real o…

Experimental Design