SOTAVerified

PAC-Bayes meta-learning with implicit task-specific posteriors

2020-03-05Code Available0· sign in to hype

Cuong Nguyen, Thanh-Toan Do, Gustavo Carneiro

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We introduce a new and rigorously-formulated PAC-Bayes meta-learning algorithm that solves few-shot learning. Our proposed method extends the PAC-Bayes framework from a single task setting to the meta-learning multiple task setting to upper-bound the error evaluated on any, even unseen, tasks and samples. We also propose a generative-based approach to estimate the posterior of task-specific model parameters more expressively compared to the usual assumption based on a multivariate normal distribution with a diagonal covariance matrix. We show that the models trained with our proposed meta-learning algorithm are well calibrated and accurate, with state-of-the-art calibration and classification results on few-shot classification (mini-ImageNet and tiered-ImageNet) and regression (multi-modal task-distribution regression) benchmarks.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Mini-Imagenet 5-way (1-shot)SImPaAccuracy52.11Unverified
Mini-Imagenet 5-way (5-shot)SImPaAccuracy63.87Unverified
Tiered ImageNet 5-way (1-shot)SImPaAccuracy70.82Unverified
Tiered ImageNet 5-way (5-shot)SImPaAccuracy81.84Unverified

Reproductions