AILGSep 29, 2020

Neural Model-based Optimization with Right-Censored Observations

arXiv:2009.13828v19 citations
Originality Incremental advance
AI Analysis

It addresses efficiency in optimization for fields like algorithm configuration, though it is incremental as it extends existing neural network methods to handle censored data.

The paper tackles the problem of model-based optimization with right-censored data, where some observations are only lower bounds, and proposes a neural network approach that achieves new state-of-the-art performance, such as minimizing SAT solver runtime and neural network time-to-accuracy.

In many fields of study, we only observe lower bounds on the true response value of some experiments. When fitting a regression model to predict the distribution of the outcomes, we cannot simply drop these right-censored observations, but need to properly model them. In this work, we focus on the concept of censored data in the light of model-based optimization where prematurely terminating evaluations (and thus generating right-censored data) is a key factor for efficiency, e.g., when searching for an algorithm configuration that minimizes runtime of the algorithm at hand. Neural networks (NNs) have been demonstrated to work well at the core of model-based optimization procedures and here we extend them to handle these censored observations. We propose (i)~a loss function based on the Tobit model to incorporate censored samples into training and (ii) use an ensemble of networks to model the posterior distribution. To nevertheless be efficient in terms of optimization-overhead, we propose to use Thompson sampling s.t. we only need to train a single NN in each iteration. Our experiments show that our trained regression models achieve a better predictive quality than several baselines and that our approach achieves new state-of-the-art performance for model-based optimization on two optimization problems: minimizing the solution time of a SAT solver and the time-to-accuracy of neural networks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes