Contrastive Meta-Learning for Few-shot Node Classification
Song Wang, Zhen Tan, Huan Liu, Jundong Li

TL;DR
This paper introduces COSMIC, a contrastive meta-learning framework for few-shot node classification that improves embedding generalizability across classes by using contrastive optimization and a similarity-sensitive mix-up strategy.
Contribution
The paper proposes a novel contrastive meta-learning approach with two key designs to enhance intra- and inter-class generalizability in few-shot node classification.
Findings
Outperforms state-of-the-art baselines on multiple datasets
Effectively aligns node embeddings within classes
Generates hard classes to improve inter-class discrimination
Abstract
Few-shot node classification, which aims to predict labels for nodes on graphs with only limited labeled nodes as references, is of great significance in real-world graph mining tasks. Particularly, in this paper, we refer to the task of classifying nodes in classes with a few labeled nodes as the few-shot node classification problem. To tackle such a label shortage issue, existing works generally leverage the meta-learning framework, which utilizes a number of episodes to extract transferable knowledge from classes with abundant labeled nodes and generalizes the knowledge to other classes with limited labeled nodes. In essence, the primary aim of few-shot node classification is to learn node embeddings that are generalizable across different classes. To accomplish this, the GNN encoder must be able to distinguish node embeddings between different classes, while also aligning embeddings…
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
TopicsAdvanced Graph Neural Networks
MethodsALIGN
