paper-with-me

Papers

Bayesian Algorithm Execution: Estimating Computable Properties of Black-box Functions Using Mutual Information

2021-04-19 · Willie Neiswanger, Ke Alexander Wang, Stefano Ermon

In many real-world problems, we want to infer some property of an expensive black-box function $f$, given a budget of $T$ function evaluations. One example is budget constrained global optimization of $f$, for which Bayesian optimization is a popular method. Other properties of interest include local optima, level sets, integrals, or graph-structured information induced by $f$. Often, we can find an algorithm $\mathcal{A}$ to compute the desired property, but it may require far more than $T$ queries to execute. Given such an $\mathcal{A}$, and a prior distribution over $f$, we refer to the problem of inferring the output of $\mathcal{A}$ using $T$ evaluations as Bayesian Algorithm Execution (BAX). To tackle this problem, we present a procedure, InfoBAX, that sequentially chooses queries that maximize mutual information with respect to the algorithm's output. Applying this to Dijkstra's algorithm, for instance, we infer shortest paths in synthetic and real-world graphs with black-box edge costs. Using evolution strategies, we yield variants of Bayesian optimization that target local, rather than global, optima. On these problems, InfoBAX uses up to 500 times fewer queries to $f$ than required by the original algorithm. Our method is closely connected to other Bayesian optimal experimental design procedures such as entropy search methods and optimal sensor placement using Gaussian processes.

📄 PDF Abstract BibTeX arXiv:2104.09460

Code (1)

willieneis/bayesian-algorithm-execution 공식 구현 tf

Tasks

Bayesian OptimizationExperimental DesignGaussian Processesglobal-optimization

Similar Papers 제목 키워드 기반

Nonparametric General Reinforcement Learning

2016-11-28 · Jan Leike

Reinforcement learning (RL) problems are often phrased in terms of Markov decision processes (MDPs). In this thesis we go beyond MDPs and consider RL in environments that are non-Markovian, non-ergodic and only partially…

General Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

On the Efficient Implementation of High Accuracy Optimality of Profile Maximum Likelihood

2022-10-13 · Moses Charikar, Zhihao Jiang, Kirankumar Shiragur, Aaron Sidford

We provide an efficient unified plug-in approach for estimating symmetric properties of distributions given $n$ independent samples. Our estimator is based on profile-maximum-likelihood (PML) and is sample optimal for es…

Bayesian Deep Learning on a Quantum Computer

2018-06-29 · Zhikuan Zhao, Alejandro Pozas-Kerstjens, Patrick Rebentrost, Peter Wittek

Bayesian methods in machine learning, such as Gaussian processes, have great advantages com-pared to other techniques. In particular, they provide estimates of the uncertainty associated with a prediction. Extending the …

Deep LearningGaussian Processes

On the computability of conditional probability

2010-05-17 · Nathanael L. Ackerman, Cameron E. Freer, Daniel M. Roy

As inductive inference and machine learning methods in computer science see continued success, researchers are aiming to describe ever more complex probabilistic models and inference algorithms. It is natural to ask whet…

Bayesian Meta-Learning for Few-Shot 3D Shape Completion

2021-01-01 · Masanori Koyama, Toshiki Nakanishi, Shin-ichi Maeda, Vitor Campagnolo Guizilini 외

Estimating the 3D shape of real-world objects is a key perceptual challenge. It requires going from partial observations, which are often too sparse and incomprehensible for the human eye, to detailed shape representatio…

Meta-LearningObject