paper-with-me

Papers

Empirical Bayes Transductive Meta-Learning with Synthetic Gradients

2020-04-27 · ICLR 2020 1 · Shell Xu Hu, Pablo G. Moreno, Yang Xiao, Xi Shen, Guillaume Obozinski, Neil D. Lawrence, Andreas Damianou

We propose a meta-learning approach that learns from multiple tasks in a transductive setting, by leveraging the unlabeled query set in addition to the support set to generate a more powerful model for each task. To develop our framework, we revisit the empirical Bayes formulation for multi-task learning. The evidence lower bound of the marginal log-likelihood of empirical Bayes decomposes as a sum of local KL divergences between the variational posterior and the true posterior on the query set of each task. We derive a novel amortized variational inference that couples all the variational posteriors via a meta-model, which consists of a synthetic gradient network and an initialization network. Each variational posterior is derived from synthetic gradient descent to approximate the true posterior on the query set, although where we do not have access to the true gradient. Our results on the Mini-ImageNet and CIFAR-FS benchmarks for episodic few-shot classification outperform previous state-of-the-art methods. Besides, we conduct two zero-shot learning experiments to further explore the potential of the synthetic gradient.

📄 PDF Abstract BibTeX arXiv:2004.12696

Code (2)

amzn/xfer 공식 구현 mxnet
hushell/sib_meta_learn 공식 구현 pytorch

Tasks

Few-Shot Image ClassificationMeta-LearningMulti-Task LearningVariational InferenceZero-Shot Learning

Similar Papers 제목 키워드 기반

An Ensemble of Epoch-wise Empirical Bayes for Few-shot Learning

2019-04-17 · ECCV 2020 8 · Yaoyao Liu, Bernt Schiele, Qianru Sun

Few-shot learning aims to train efficient predictive models with a few examples. The lack of training data leads to poor models that perform high-variance or low-confidence predictions. In this paper, we propose to meta-…

Few-Shot LearningMeta-Learning

Information-Theoretic Generalization Bounds for Transductive Learning and its Applications

2023-11-08 · Huayi Tang, Yong liu

In this paper, we establish generalization bounds for transductive learning algorithms in the context of information theory and PAC-Bayes, covering both the random sampling and the random splitting setting. First, we sho…

Generalization BoundsGraph LearningInductive LearningTransductive Learning

Inductive Linear Probing for Few-shot Node Classification

2023-06-14 · Hirthik Mathavan, Zhen Tan, Nivedh Mudiam, Huan Liu

Meta-learning has emerged as a powerful training strategy for few-shot node classification, demonstrating its effectiveness in the transductive setting. However, the existing literature predominantly focuses on transduct…

ClassificationFew-Shot LearningMeta-LearningNode Classification

Scalable Bayesian Meta-Learning through Generalized Implicit Gradients

2023-03-31 · Yilang Zhang, Bingcong Li, Shijian Gao, Georgios B. Giannakis

Meta-learning owns unique effectiveness and swiftness in tackling emerging tasks with limited data. Its broad applicability is revealed by viewing it as a bi-level optimization problem. The resultant algorithmic viewpoin…

Meta-Learning

ALPaCA vs. GP-based Prior Learning: A Comparison between two Bayesian Meta-Learning Algorithms

2020-10-15 · YiLun Wu

Meta-learning or few-shot learning, has been successfully applied in a wide range of domains from computer vision to reinforcement learning. Among the many frameworks proposed for meta-learning, bayesian methods are part…

Few-Shot LearningMeta-LearningReinforcement Learning (RL)