paper-with-me

Papers

Meta-Learning Priors for Efficient Online Bayesian Regression

2018-07-24 · James Harrison, Apoorva Sharma, Marco Pavone

Gaussian Process (GP) regression has seen widespread use in robotics due to its generality, simplicity of use, and the utility of Bayesian predictions. The predominant implementation of GP regression is a nonparameteric kernel-based approach, as it enables fitting of arbitrary nonlinear functions. However, this approach suffers from two main drawbacks: (1) it is computationally inefficient, as computation scales poorly with the number of samples; and (2) it can be data inefficient, as encoding prior knowledge that can aid the model through the choice of kernel and associated hyperparameters is often challenging and unintuitive. In this work, we propose ALPaCA, an algorithm for efficient Bayesian regression which addresses these issues. ALPaCA uses a dataset of sample functions to learn a domain-specific, finite-dimensional feature encoding, as well as a prior over the associated weights, such that Bayesian linear regression in this feature space yields accurate online predictions of the posterior predictive density. These features are neural networks, which are trained via a meta-learning (or "learning-to-learn") approach. ALPaCA extracts all prior information directly from the dataset, rather than restricting prior information to the choice of kernel hyperparameters. Furthermore, by operating in the weight space, it substantially reduces sample complexity. We investigate the performance of ALPaCA on two simple regression problems, two simulated robotic systems, and on a lane-change driving task performed by humans. We find our approach outperforms kernel-based GP regression, as well as state of the art meta-learning approaches, thereby providing a promising plug-in tool for many regression tasks in robotics where scalability and data-efficiency are important.

📄 PDF Abstract BibTeX arXiv:1807.08912

Code (3)

StanfordASL/ALPaCA 공식 구현
StanfordASL/moca pytorch
yilun-wu/MetaL-Benchmark

Tasks

Meta-Learningregression

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Transfer Bayesian Meta-learning via Weighted Free Energy Minimization

2021-06-20 · Yunchuan Zhang, Sharu Theresa Jose, Osvaldo Simeone

Meta-learning optimizes the hyperparameters of a training procedure, such as its initialization, kernel, or learning rate, based on data sampled from a number of auxiliary tasks. A key underlying assumption is that the a…

Gaussian ProcessesMeta-Learningregression

Nonlinear Bayesian Update via Ensemble Kernel Regression with Clustering and Subsampling

2025-03-19 · Yoonsang Lee

Nonlinear Bayesian update for a prior ensemble is proposed to extend traditional ensemble Kalman filtering to settings characterized by non-Gaussian priors and nonlinear measurement operators. In this framework, the obse…

ClusteringDensity Estimationregression

Meta-Learning Bayesian Neural Network Priors Based on PAC-Bayesian Theory

2021-01-01 · Jonas Rothfuss, Martin Josifoski, Andreas Krause

Bayesian deep learning is a promising approach towards improved uncertainty quantification and sample efficiency. Due to their complex parameter space, choosing informative priors for Bayesian Neural Networks (BNNs) is c…

Meta-LearningUncertainty QuantificationVariational Inference

Model-Assisted Probabilistic Safe Adaptive Control With Meta-Bayesian Learning

2023-07-03 · Shengbo Wang, Ke Li, Yin Yang, Yuting Cao 외

Breaking safety constraints in control systems can lead to potential risks, resulting in unexpected costs or catastrophic damage. Nevertheless, uncertainty is ubiquitous, even among similar tasks. In this paper, we devel…

Meta-LearningSafe Exploration

Variational EP with Probabilistic Backpropagation for Bayesian Neural Networks

2023-03-02 · Kehinde Olobatuyi

I propose a novel approach for nonlinear Logistic regression using a two-layer neural network (NN) model structure with hierarchical priors on the network weights. I present a hybrid of expectation propagation called Var…

regression