MLLGMay 24, 2018

Meta-Learning Probabilistic Inference For Prediction

arXiv:1805.09921v4286 citations
Originality Incremental advance
AI Analysis

This work addresses the need for versatile and efficient few-shot learning methods in machine learning, though it builds incrementally on existing probabilistic interpretations.

The paper tackles the problem of data-efficient learning by introducing ML-PIP, a meta-learning framework for probabilistic inference, and VERSA, an instance that sets new state-of-the-art results on benchmark datasets and handles arbitrary numbers of shots and classes.

This paper introduces a new framework for data efficient and versatile learning. Specifically: 1) We develop ML-PIP, a general framework for Meta-Learning approximate Probabilistic Inference for Prediction. ML-PIP extends existing probabilistic interpretations of meta-learning to cover a broad class of methods. 2) We introduce VERSA, an instance of the framework employing a flexible and versatile amortization network that takes few-shot learning datasets as inputs, with arbitrary numbers of shots, and outputs a distribution over task-specific parameters in a single forward pass. VERSA substitutes optimization at test time with forward passes through inference networks, amortizing the cost of inference and relieving the need for second derivatives during training. 3) We evaluate VERSA on benchmark datasets where the method sets new state-of-the-art results, handles arbitrary numbers of shots, and for classification, arbitrary numbers of classes at train and test time. The power of the approach is then demonstrated through a challenging few-shot ShapeNet view reconstruction task.

Code Implementations1 repo
Foundations

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

Your Notes