Learning to Propagate for Graph Meta-Learning
Lu Liu, Tianyi Zhou, Guodong Long, Jing Jiang, Chengqi Zhang

TL;DR
This paper introduces Gated Propagation Network (GPN), a graph-based meta-learner that explicitly models task relations to improve few-shot learning by propagating information between class prototypes.
Contribution
It proposes a novel graph-based meta-learning approach that explicitly models task relations and propagates prototype information for improved few-shot classification.
Findings
GPN outperforms recent meta-learning methods on benchmark datasets.
GPN effectively reuses and updates prototypes in a lifelong learning cycle.
The approach improves classification accuracy under various training-test discrepancies.
Abstract
Meta-learning extracts common knowledge from learning different tasks and uses it for unseen tasks. It can significantly improve tasks that suffer from insufficient training data, e.g., few shot learning. In most meta-learning methods, tasks are implicitly related by sharing parameters or optimizer. In this paper, we show that a meta-learner that explicitly relates tasks on a graph describing the relations of their output dimensions (e.g., classes) can significantly improve few shot learning. The graph's structure is usually free or cheap to obtain but has rarely been explored in previous works. We develop a novel meta-learner of this type for prototype-based classification, in which a prototype is generated for each class, such that the nearest neighbor search among the prototypes produces an accurate classification. The meta-learner, called "Gated Propagation Network (GPN)", learns to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Graph Neural Networks · Topic Modeling
