LGSPJun 20, 2021

Transfer Bayesian Meta-learning via Weighted Free Energy Minimization

arXiv:2106.10711v3
Originality Incremental advance
AI Analysis

This addresses distribution shifts in meta-learning for practitioners in fields like computer vision, though it is incremental as it builds on existing Bayesian meta-learning frameworks.

The paper tackles the problem of meta-learning failing when test tasks differ from training tasks by introducing weighted free energy minimization (WFEM) for transfer meta-learning, validated on regression and classification tasks with improvements over baseline methods.

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 auxiliary tasks, known as meta-training tasks, share the same generating distribution as the tasks to be encountered at deployment time, known as meta-test tasks. This may, however, not be the case when the test environment differ from the meta-training conditions. To address shifts in task generating distribution between meta-training and meta-testing phases, this paper introduces weighted free energy minimization (WFEM) for transfer meta-learning. We instantiate the proposed approach for non-parametric Bayesian regression and classification via Gaussian Processes (GPs). The method is validated on a toy sinusoidal regression problem, as well as on classification using miniImagenet and CUB data sets, through comparison with standard meta-learning of GP priors as implemented by PACOH.

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