DPGN: Distribution Propagation Graph Network for Few-shot Learning
Ling Yang, Liangliang Li, Zilun Zhang, Xinyu Zhou, Erjin Zhou, and Yu, Liu

TL;DR
DPGN introduces a dual graph network that models both distribution-level and instance-level relations to improve few-shot learning, significantly outperforming existing methods on benchmark datasets.
Contribution
The paper proposes a novel dual graph architecture that explicitly models distribution-level relations alongside instance-level relations for few-shot learning.
Findings
Outperforms state-of-the-art methods by 5-12% in supervised settings.
Achieves 7-13% improvement in semi-supervised few-shot learning.
Demonstrates effectiveness across multiple benchmark datasets.
Abstract
Most graph-network-based meta-learning approaches model instance-level relation of examples. We extend this idea further to explicitly model the distribution-level relation of one example to all other examples in a 1-vs-N manner. We propose a novel approach named distribution propagation graph network (DPGN) for few-shot learning. It conveys both the distribution-level relations and instance-level relations in each few-shot learning task. To combine the distribution-level relations and instance-level relations for all examples, we construct a dual complete graph network which consists of a point graph and a distribution graph with each node standing for an example. Equipped with dual graph architecture, DPGN propagates label information from labeled examples to unlabeled examples within several update generations. In extensive experiments on few-shot learning benchmarks, DPGN…
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
DPGN: Distribution Propagation Graph Network for Few-Shot Learning· youtube
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Topic Modeling · Machine Learning and Data Classification
