paper-with-me

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 learning methods typically leverage Graph Neural Networks (GNNs) and perform classification across a series of meta-tasks. Nevertheless, these methods generally rely on the original graph (i.e., the graph that the meta-task is sampled from) to learn node representations. Consequently, the graph structure used in each meta-task is identical. Since the class sets are different across meta-tasks, node representations should be learned in a task-specific manner to promote classification performance. Therefore, to adaptively learn node representations across meta-tasks, we propose a novel framework that learns a task-specific structure for each meta-task. To handle the variety of nodes across meta-tasks, we extract relevant nodes and learn task-specific structures based on node influence and mutual information. In this way, we can learn node representations with the task-specific structure tailored for each meta-task. We further conduct extensive experiments on five node classification datasets under both single- and multiple-graph settings to validate the superiority of our framework over the state-of-the-art baselines. Our code is provided at https://github.com/SongW-SW/GLITTER.

📄 PDF Abstract BibTeX arXiv:2210.12130

Code (1)

songw-sw/glitter 공식 구현 pytorch

Tasks

ClassificationFew-Shot LearningGraph LearningNode Classification

Similar Papers 제목 키워드 기반

GraphGPT: Graph Instruction Tuning for Large Language Models

2023-10-19 · Jiabin Tang, Yuhao Yang, Wei Wei, Lei Shi 외

Graph Neural Networks (GNNs) have evolved to understand graph structures through recursive exchanges and aggregations among nodes. To enhance robustness, self-supervised learning (SSL) has become a vital tool for data au…

Data AugmentationGraph LearningSelf-Supervised LearningZero-Shot Learning

Adaptive-Step Graph Meta-Learner for Few-Shot Graph Classification

2020-03-18 · Ning Ma, Jiajun Bu, Jieyu Yang, Zhen Zhang 외

Graph classification aims to extract accurate information from graph-structured data for classification and is becoming more and more important in graph learning community. Although Graph Neural Networks (GNNs) have been…

ClassificationFew-Shot LearningGeneral ClassificationGraph Classification+4

CHARM: A Multimodal Graph Foundation Model with Hierarchical Context Modeling for Zero-Shot Transfer

2026-07-28 · Ankang Yang, Jitao Zhao, Di Jin, Yuxiao Huang 외 arxiv

Graph foundation models (GFMs) have emerged as a promising paradigm for transferring knowledge across graph domains and tasks. Real-world graphs associate nodes with text, images, and other modalities, making multimodal …

Context-aware Graph Causality Inference for Few-Shot Molecular Property Prediction

2026-01-16 · Van Thuy Hoang, O-Joun Lee arxiv

Molecular property prediction is becoming one of the major applications of graph learning in Web-based services, e.g., online protein structure prediction and drug discovery. A key challenge arises in few-shot scenarios,…

Molecular Property PredictionProtein Structure PredictionCausal InferenceGraph Learning

Less is More: Unseen Domain Fake News Detection via Causal Propagation Substructures

2024-11-14 · Shuzhi Gong, Richard O. Sinnott, Jianzhong Qi, Cecile Paris

The spread of fake news on social media poses significant threats to individuals and society. Text-based and graph-based models have been employed for fake news detection by analysing news content and propagation network…

Contrastive LearningFake News DetectionGraph Neural Network