paper-with-me

Papers

Probabilistic Meta-Learning for Bayesian Optimization

2021-01-01 · Felix Berkenkamp, Anna Eivazi, Lukas Grossberger, Kathrin Skubch, Jonathan Spitz, Christian Daniel, Stefan Falkner

Transfer and meta-learning algorithms leverage evaluations on related tasks in order to significantly speed up learning or optimization on a new problem. For applications that depend on uncertainty estimates, e.g., in Bayesian optimization, recent probabilistic approaches have shown good performance at test time, but either scale poorly with the number of data points or under-perform with little data on the test task. In this paper, we propose a novel approach to probabilistic transfer learning that uses a generative model for the underlying data distribution and simultaneously learns a latent feature distribution to represent unknown task properties. To enable fast and accurate inference at test-time, we introduce a novel meta-loss that structures the latent space to match the prior used for inference. Together, these contributions ensure that our probabilistic model exhibits high sample-efficiency and provides well-calibrated uncertainty estimates. We evaluate the proposed approach and compare its performance to probabilistic models from the literature on a set of Bayesian optimization transfer-learning tasks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationMeta-LearningTransfer Learning

Similar Papers 제목 키워드 기반

Bayesian task embedding for few-shot Bayesian optimization

2020-01-02 · Steven Atkinson, Sayan Ghosh, Natarajan Chennimalai-Kumar, Genghis Khan 외

We describe a method for Bayesian optimization by which one may incorporate data from multiple systems whose quantitative interrelationships are unknown a priori. All general (nonreal-valued) features of the systems are …

Bayesian InferenceBayesian Optimization

Scalable Bayesian Meta-Learning through Generalized Implicit Gradients

2023-03-31 · Yilang Zhang, Bingcong Li, Shijian Gao, Georgios B. Giannakis

Meta-learning owns unique effectiveness and swiftness in tackling emerging tasks with limited data. Its broad applicability is revealed by viewing it as a bi-level optimization problem. The resultant algorithmic viewpoin…

Meta-Learning

Amortized Probabilistic Conditioning for Optimization, Simulation and Inference

2024-10-20 · Paul E. Chang, Nasrulloh Loka, Daolang Huang, Ulpu Remes 외

Amortized meta-learning methods based on pre-training have propelled fields like natural language processing and vision. Transformer-based neural processes and their variants are leading models for probabilistic meta-lea…

Bayesian OptimizationMeta-Learning

Meta-Learning Priors for Safe Bayesian Optimization

2022-10-03 · Jonas Rothfuss, Christopher Koenig, Alisa Rupenyan, Andreas Krause

In robotics, optimizing controller parameters under safety constraints is an important challenge. Safe Bayesian optimization (BO) quantifies uncertainty in the objective and constraints to safely guide exploration in suc…

Bayesian OptimizationMeta-LearningUncertainty Quantification

Bayesian Model-Agnostic Meta-Learning

2018-06-11 · NeurIPS 2018 12 · Taesup Kim, Jaesik Yoon, Ousmane Dia, Sungwoong Kim 외

Learning to infer Bayesian posterior from a few-shot dataset is an important step towards robust meta-learning due to the model uncertainty inherent in the problem. In this paper, we propose a novel Bayesian model-agnost…

Active Learningimage-classificationImage ClassificationMeta-Learning+3