TL;DR
ALPaCA is a meta-learning algorithm that learns domain-specific features and priors for efficient, scalable Bayesian regression, outperforming traditional Gaussian Processes and other meta-learning methods in robotics applications.
Contribution
The paper introduces ALPaCA, a novel meta-learning approach that learns neural network features and priors for fast, data-efficient Bayesian regression in robotics.
Findings
ALPaCA outperforms kernel-based GP regression in accuracy and efficiency.
ALPaCA reduces sample complexity significantly compared to traditional methods.
ALPaCA demonstrates superior performance on robotic and human driving tasks.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsLinear Regression
