paper-with-me

Papers

A Survey of Few-Shot Learning on Graphs: from Meta-Learning to Pre-Training and Prompt Learning

2024-02-02 · Xingtong Yu, Yuan Fang, Zemin Liu, Yuxia Wu, Zhihao Wen, Jianyuan Bo, Xinming Zhang, Steven C. H. Hoi

Graph representation learning, a critical step in graph-centric tasks, has seen significant advancements. Earlier techniques often operate in an end-to-end setting, which heavily rely on the availability of ample labeled data. This constraint has spurred the emergence of few-shot learning on graphs, where only a few labels are available for each task. Given the extensive literature in this field, this survey endeavors to synthesize recent developments, provide comparative insights, and identify future directions. We systematically categorize existing studies based on two major taxonomies: (1) Problem taxonomy, which explores different types of data scarcity problems and their applications, and (2) Technique taxonomy, which details key strategies for addressing these data-scarce few-shot problems. The techniques can be broadly categorized into meta-learning, pre-training, and hybrid approaches, with a finer-grained classification in each category to aid readers in their method selection process. Within each category, we analyze the relationships among these methods and compare their strengths and limitations. Finally, we outline prospective directions for few-shot learning on graphs to catalyze continued innovation in this field. The website for this survey can be accessed by \url{https://github.com/smufang/fewshotgraph}.

📄 PDF Abstract BibTeX arXiv:2402.01440

Code (1)

smufang/fewshotgraph 공식 구현 pytorch

Tasks

Few-Shot LearningGraph Representation LearningMeta-LearningPrompt LearningRepresentation LearningSurvey

Similar Papers 제목 키워드 기반

Exploring Graph Classification Techniques Under Low Data Constraints: A Comprehensive Study

2023-11-21 · Kush Kothari, Bhavya Mehta, Reshmika Nambiar, Seema Shrawne

This survey paper presents a brief overview of recent research on graph data augmentation and few-shot learning. It covers various techniques for graph data augmentation, including node and edge perturbation, graph coars…

Data AugmentationFew-Shot LearningGraph ClassificationGraph Generation+2

Self-supervised Meta-Prompt Learning with Meta-Gradient Regularization for Few-shot Generalization

2023-03-22 · Kaihang Pan, Juncheng Li, Hongye Song, Jun Lin 외

Prompt tuning is a parameter-efficient method, which learns soft prompts and conditions frozen language models to perform specific downstream tasks. Though effective, prompt tuning under few-shot settings on the one hand…

Domain GeneralizationFew-Shot LearningMeta-LearningPrompt Learning

FAITH: Few-Shot Graph Classification with Hierarchical Task Graphs

2022-05-05 · Song Wang, Yushun Dong, Xiao Huang, Chen Chen 외

Few-shot graph classification aims at predicting classes for graphs, given limited labeled graphs for each class. To tackle the bottleneck of label scarcity, recent works propose to incorporate few-shot learning framewor…

ClassificationFew-Shot LearningGraph Classification

A Survey of Graph Prompting Methods: Techniques, Applications, and Challenges

2023-03-13 · Xuansheng Wu, Kaixiong Zhou, Mingchen Sun, Xin Wang 외

The recent "pre-train, prompt, predict training" paradigm has gained popularity as a way to learn generalizable models with limited labeled data. The approach involves using a pre-trained model and a prompting function t…

Prompt LearningSurvey

Understanding Survey Paper Taxonomy about Large Language Models via Graph Representation Learning

2024-02-16 · Jun Zhuang, Casey Kennington

As new research on Large Language Models (LLMs) continues, it is difficult to keep up with new research and models. To help researchers synthesize the new research many have written survey papers, but even those have bec…

Graph Representation LearningRepresentation LearningSurvey