Bayesian Optimization with Missing Inputs
Phuc Luong, Dang Nguyen, Sunil Gupta, Santu Rana, and Svetha Venkatesh

TL;DR
This paper introduces a novel Bayesian optimization approach that effectively handles missing input data by probabilistic imputation and an acquisition function that accounts for imputation uncertainty, improving optimization performance in real-world scenarios.
Contribution
The paper proposes a new Bayesian optimization method that models missing inputs probabilistically and incorporates imputation uncertainty into the acquisition function.
Findings
The method outperforms naive approaches on synthetic data.
It demonstrates improved efficiency in real-world heat treatment process optimization.
The approach effectively manages missing data in both training and evaluation phases.
Abstract
Bayesian optimization (BO) is an efficient method for optimizing expensive black-box functions. In real-world applications, BO often faces a major problem of missing values in inputs. The missing inputs can happen in two cases. First, the historical data for training BO often contain missing values. Second, when performing the function evaluation (e.g. computing alloy strength in a heat treatment process), errors may occur (e.g. a thermostat stops working) leading to an erroneous situation where the function is computed at a random unknown value instead of the suggested value. To deal with this problem, a common approach just simply skips data points where missing values happen. Clearly, this naive method cannot utilize data efficiently and often leads to poor performance. In this paper, we propose a novel BO method to handle missing inputs. We first find a probability distribution of…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
