Node Classification on Graphs with Few-Shot Novel Labels via Meta Transformed Network Embedding
Lin Lan, Pinghui Wang, Xuefeng Du, Kaikai Song, Jing Tao, Xiaohong, Guan

TL;DR
This paper introduces MetaTNE, a novel framework for node classification on graphs with few-shot novel labels, combining graph structure, meta-learning, and embedding transformation to improve classification accuracy.
Contribution
The paper proposes MetaTNE, integrating structural, meta-learning, and transformation modules to effectively handle few-shot novel label node classification on graphs.
Findings
MetaTNE significantly outperforms state-of-the-art methods on four real-world datasets.
The embedding transformation enhances meta-learning effectiveness.
MetaTNE effectively captures relationships between graph structure and labels.
Abstract
We study the problem of node classification on graphs with few-shot novel labels, which has two distinctive properties: (1) There are novel labels to emerge in the graph; (2) The novel labels have only a few representative nodes for training a classifier. The study of this problem is instructive and corresponds to many applications such as recommendations for newly formed groups with only a few users in online social networks. To cope with this problem, we propose a novel Meta Transformed Network Embedding framework (MetaTNE), which consists of three modules: (1) A \emph{structural module} provides each node a latent representation according to the graph structure. (2) A \emph{meta-learning module} captures the relationships between the graph structure and the node labels as prior knowledge in a meta-learning manner. Additionally, we introduce an \emph{embedding transformation function}…
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
Taxonomy
TopicsAdvanced Graph Neural Networks · Recommender Systems and Techniques · Text and Document Classification Technologies
