LGNov 9, 2021

Gaussian Process Meta Few-shot Classifier Learning via Linear Discriminant Laplace Approximation

arXiv:2111.05392v26 citations
AI Analysis

This work addresses the challenge of quickly adapting models to new tasks with limited data, which is crucial for applications like robotics and healthcare, though it is incremental as it builds on existing Bayesian and meta-learning frameworks.

The paper tackles the problem of meta-learning for few-shot classification by introducing a Gaussian process approach with a novel linear discriminant analysis plugin to approximate the MAP solution, enabling closed-form differentiable posteriors and achieving considerable improvement over previous methods.

The meta learning few-shot classification is an emerging problem in machine learning that received enormous attention recently, where the goal is to learn a model that can quickly adapt to a new task with only a few labeled data. We consider the Bayesian Gaussian process (GP) approach, in which we meta-learn the GP prior, and the adaptation to a new task is carried out by the GP predictive model from the posterior inference. We adopt the Laplace posterior approximation, but to circumvent the iterative gradient steps for finding the MAP solution, we introduce a novel linear discriminant analysis (LDA) plugin as a surrogate for the MAP solution. In essence, the MAP solution is approximated by the LDA estimate, but to take the GP prior into account, we adopt the prior-norm adjustment to estimate LDA's shared variance parameters, which ensures that the adjusted estimate is consistent with the GP prior. This enables closed-form differentiable GP posteriors and predictive distributions, thus allowing fast meta training. We demonstrate considerable improvement over the previous approaches.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes