paper-with-me

Papers

Few-Shot Semantic Relation Prediction across Heterogeneous Graphs

2022-07-11 · Pengfei Ding, Yan Wang, Guanfeng Liu, Xiaofang Zhou

Semantic relation prediction aims to mine the implicit relationships between objects in heterogeneous graphs, which consist of different types of objects and different types of links. In real-world scenarios, new semantic relations constantly emerge and they typically appear with only a few labeled data. Since a variety of semantic relations exist in multiple heterogeneous graphs, the transferable knowledge can be mined from some existing semantic relations to help predict the new semantic relations with few labeled data. This inspires a novel problem of few-shot semantic relation prediction across heterogeneous graphs. However, the existing methods cannot solve this problem because they not only require a large number of labeled samples as input, but also focus on a single graph with a fixed heterogeneity. Targeting this novel and challenging problem, in this paper, we propose a Meta-learning based Graph neural network for Semantic relation prediction, named MetaGS. Firstly, MetaGS decomposes the graph structure between objects into multiple normalized subgraphs, then adopts a two-view graph neural network to capture local heterogeneous information and global structure information of these subgraphs. Secondly, MetaGS aggregates the information of these subgraphs with a hyper-prototypical network, which can learn from existing semantic relations and adapt to new semantic relations. Thirdly, using the well-initialized two-view graph neural network and hyper-prototypical network, MetaGS can effectively learn new semantic relations from different graphs while overcoming the limitation of few labeled data. Extensive experiments on three real-world datasets have demonstrated the superior performance of MetaGS over the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2207.05068

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkMeta-LearningPredictionRelationRelation Prediction

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

HDGT: Heterogeneous Driving Graph Transformer for Multi-Agent Trajectory Prediction via Scene Encoding

2022-04-30 · Xiaosong Jia, Penghao Wu, Li Chen, Yu Liu 외

Encoding a driving scene into vector representations has been an essential task for autonomous driving that can benefit downstream tasks e.g. trajectory prediction. The driving scene often involves heterogeneous elements…

Autonomous Drivinggraph constructionGraph Neural NetworkRelation+1

Relational Transformer: Toward Zero-Shot Foundation Models for Relational Data

2025-10-07 · Rishabh Ranjan, Valter Hudovernik, Mark Znidar, Charilaos Kanatsoulis 외 arxiv

Pretrained transformers readily adapt to new sequence modeling tasks via zero-shot prompting, but relational domains still lack architectures that transfer across datasets and tasks. The core challenge is the diversity o…

Binary Classification

DKEC: Domain Knowledge Enhanced Multi-Label Classification for Diagnosis Prediction

2023-10-10 · Xueren Ge, Satpathy Abhishek, Ronald Dean Williams, John A. Stankovic 외

Multi-label text classification (MLTC) tasks in the medical domain often face the long-tail label distribution problem. Prior works have explored hierarchical label structures to find relevant information for few-shot cl…

ClassificationKnowledge GraphsMedical DiagnosisMulti-Label Classification+5

TAROT: Task-Adaptive Refinement of LLM-prior Graphs for Few-shot Tabular Learning

2026-06-10 · Ruxue Shi, Yili Wang, Mengnan Du, Hangting Ye 외 arxiv

Few-shot tabular learning provides a cost-effective approach for real-world applications where annotation is costly and collecting sufficient samples for new tasks is difficult. Existing Traditional and LLM-based methods…

Heterogeneous Graph Representation Learning with Relation Awareness

2021-05-24 · Le Yu, Leilei Sun, Bowen Du, Chuanren Liu 외

Representation learning on heterogeneous graphs aims to obtain meaningful node representations to facilitate various downstream tasks, such as node classification and link prediction. Existing heterogeneous graph learnin…

Graph LearningGraph Neural NetworkGraph Representation LearningLink Prediction+4