paper-with-me

홈 › Papers

Meta-GNN: On Few-shot Node Classification in Graph Meta-learning

2019-05-23 · Fan Zhou, Chengtai Cao, Kunpeng Zhang, Goce Trajcevski, Ting Zhong, Ji Geng

Meta-learning has received a tremendous recent attention as a possible approach for mimicking human intelligence, i.e., acquiring new knowledge and skills with little or even no demonstration. Most of the existing meta-learning methods are proposed to tackle few-shot learning problems such as image and text, in rather Euclidean domain. However, there are very few works applying meta-learning to non-Euclidean domains, and the recently proposed graph neural networks (GNNs) models do not perform effectively on graph few-shot learning problems. Towards this, we propose a novel graph meta-learning framework -- Meta-GNN -- to tackle the few-shot node classification problem in graph meta-learning settings. It obtains the prior knowledge of classifiers by training on many similar few-shot learning tasks and then classifies the nodes from new classes with only few labeled samples. Additionally, Meta-GNN is a general model that can be straightforwardly incorporated into any existing state-of-the-art GNN. Our experiments conducted on three benchmark datasets demonstrate that our proposed approach not only improves the node classification performance by a large margin on few-shot learning problems in meta-learning paradigm, but also learns a more general and flexible model for task adaption.

📄 PDF Abstract BibTeX arXiv:1905.09718

Code (1)

ChengtaiCao/Meta-GNN 공식 구현 pytorch

Tasks

Few-Shot LearningGeneral ClassificationMeta-LearningNode Classification

Similar Papers 제목 키워드 기반

Graph Few-shot Learning with Task-specific Structures

2022-10-21 · Song Wang, Chen Chen, Jundong Li

Graph few-shot learning is of great importance among various graph learning tasks. Under the few-shot scenario, models are often required to conduct classification given limited labeled samples. Existing graph few-shot l…

ClassificationFew-Shot LearningGraph LearningNode Classification

Graph Contrastive Learning Meets Graph Meta Learning: A Unified Method for Few-shot Node Tasks

2023-09-19 · Hao liu, Jiarui Feng, Lecheng Kong, DaCheng Tao 외

Graph Neural Networks (GNNs) have become popular in Graph Representation Learning (GRL). One fundamental application is few-shot node classification. Most existing methods follow the meta learning paradigm, showing the a…

CoLAContrastive LearningGraph Representation LearningMeta-Learning+2

Few-shot Node Classification with Extremely Weak Supervision

2023-01-06 · Song Wang, Yushun Dong, Kaize Ding, Chen Chen 외

Few-shot node classification aims at classifying nodes with limited labeled nodes as references. Recent few-shot node classification methods typically learn from classes with abundant labeled nodes (i.e., meta-training c…

ClassificationMeta-LearningNode Classification

Task-Equivariant Graph Few-shot Learning

2023-05-30 · Sungwon Kim, Junseok Lee, Namkyeong Lee, Wonjoong Kim 외

Although Graph Neural Networks (GNNs) have been successful in node classification tasks, their performance heavily relies on the availability of a sufficient number of labeled nodes per class. In real-world situations, n…

Few-Shot LearningMeta-LearningNode Classification

Supervised Graph Contrastive Learning for Few-shot Node Classification

2022-03-29 · Zhen Tan, Kaize Ding, Ruocheng Guo, Huan Liu

Graphs are present in many real-world applications, such as financial fraud detection, commercial recommendation, and social network analysis. But given the high cost of graph annotation or labeling, we face a severe gra…

ClassificationContrastive LearningData AugmentationFew-Shot Learning+3