paper-with-me

Papers

Lifelong Bayesian Optimization

2019-05-29 · Yao Zhang, James Jordon, Ahmed M. Alaa, Mihaela van der Schaar

Automatic Machine Learning (Auto-ML) systems tackle the problem of automating the design of prediction models or pipelines for data science. In this paper, we present Lifelong Bayesian Optimization (LBO), an online, multitask Bayesian optimization (BO) algorithm designed to solve the problem of model selection for datasets arriving and evolving over time. To be suitable for "lifelong" Bayesian Optimization, an algorithm needs to scale with the ever increasing number of acquisitions and should be able to leverage past optimizations in learning the current best model. We cast the problem of model selection as a black-box function optimization problem. In LBO, we exploit the correlation between functions by using components of previously learned functions to speed up the learning process for newly arriving datasets. Experiments on real and synthetic data show that LBO outperforms standard BO algorithms applied repeatedly on the data.

📄 PDF Abstract BibTeX arXiv:1905.12280

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationModel Selection

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Lifelong Learning for Sentiment Classification

2018-01-09 · IJCNLP 2015 7 · Zhiyuan Chen, Nianzu Ma, Bing Liu

This paper proposes a novel lifelong learning (LL) approach to sentiment classification. LL mimics the human continuous learning process, i.e., retaining the knowledge learned from past tasks and use it to help future le…

Bayesian OptimizationClassificationGeneral ClassificationLifelong learning+2

Bayesian Exploration for Lifelong Reinforcement Learning

2021-09-29 · Haotian Fu, Shangqun Yu, Michael Littman, George Konidaris

A central question in reinforcement learning (RL) is how to leverage prior knowledge to accelerate learning in new tasks. We propose a Bayesian exploration method for lifelong reinforcement learning (BLRL) that aims to …

Lifelong learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Model-based Lifelong Reinforcement Learning with Bayesian Exploration

2022-10-20 · Haotian Fu, Shangqun Yu, Michael Littman, George Konidaris

We propose a model-based lifelong reinforcement-learning approach that estimates a hierarchical Bayesian posterior distilling the common structure shared across different tasks. The learned posterior combined with a samp…

modelreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Deep Bayesian Unsupervised Lifelong Learning

2021-06-13 · Tingting Zhao, Zifeng Wang, Aria Masoomi, Jennifer Dy

Lifelong Learning (LL) refers to the ability to continually learn and solve new problems with incremental available information over time while retaining previous knowledge. Much attention has been given lately to Superv…

Bayesian InferenceLifelong learning

PAC-Bayesian Lifelong Learning For Multi-Armed Bandits

2022-03-07 · Hamish Flynn, David Reeb, Melih Kandemir, Jan Peters

We present a PAC-Bayesian analysis of lifelong learning. In the lifelong learning problem, a sequence of learning tasks is observed one-at-a-time, and the goal is to transfer information acquired from previous tasks to n…

Lifelong learningMulti-Armed Bandits