paper-with-me

홈 › Papers

Personalised Meta-path Generation for Heterogeneous GNNs

2020-10-26 · Zhiqiang Zhong, Cheng-Te Li, Jun Pang

Recently, increasing attention has been paid to heterogeneous graph representation learning (HGRL), which aims to embed rich structural and semantic information in heterogeneous information networks (HINs) into low-dimensional node representations. To date, most HGRL models rely on hand-crafted meta-paths. However, the dependency on manually-defined meta-paths requires domain knowledge, which is difficult to obtain for complex HINs. More importantly, the pre-defined or generated meta-paths of all existing HGRL methods attached to each node type or node pair cannot be personalised to each individual node. To fully unleash the power of HGRL, we present a novel framework, Personalised Meta-path based Heterogeneous Graph Neural Networks (PM-HGNN), to jointly generate meta-paths that are personalised for each individual node in a HIN and learn node representations for the target downstream task like node classification. Precisely, PM-HGNN treats the meta-path generation as a Markov Decision Process and utilises a policy network to adaptively generate a meta-path for each individual node and simultaneously learn effective node representations. The policy network is trained with deep reinforcement learning by exploiting the performance improvement on a downstream task. We further propose an extension, PM-HGNN++, to better encode relational structure and accelerate the training during the meta-path generation. Experimental results reveal that both PM-HGNN and PM-HGNN++ can significantly and consistently outperform 16 competing baselines and state-of-the-art methods in various settings of node classification. Qualitative analysis also shows that PM-HGNN++ can identify meaningful meta-paths overlooked by human knowledge.

📄 PDF Abstract BibTeX arXiv:2010.13735

Code (1)

zhiqiangzhongddu/PM-HGNN 공식 구현 pytorch

Tasks

Deep Reinforcement LearningGraph Representation LearningNode ClassificationReinforcement Learning (RL)Representation Learning

Similar Papers 제목 키워드 기반

Heterogeneous Graph Tree Networks

2022-09-01 · Nan Wu, Chaofan Wang

Heterogeneous graph neural networks (HGNNs) have attracted increasing research interest in recent three years. Most existing HGNNs fall into two classes. One class is meta-path-based HGNNs which either require domain kno…

Node Classification

FHGE: A Fast Heterogeneous Graph Embedding with Ad-hoc Meta-paths

2025-02-22 · Xuqi Mao, Zhenying He, X. Sean Wang

Graph neural networks (GNNs) have emerged as the state of the art for a variety of graph-related tasks and have been widely used in Heterogeneous Graphs (HetGs), where meta-paths help encode specific semantics between va…

Graph EmbeddingLink PredictionNode Classification

HAGNN: Hybrid Aggregation for Heterogeneous Graph Neural Networks

2023-07-04 · Guanghui Zhu, Zhennan Zhu, Hongyang Chen, Chunfeng Yuan 외

Heterogeneous graph neural networks (GNNs) have been successful in handling heterogeneous graphs. In existing heterogeneous GNNs, meta-path plays an essential role. However, recent work pointed out that simple homogeneou…

Link PredictionNode ClassificationNode Clustering

MECCH: Metapath Context Convolution-based Heterogeneous Graph Neural Networks

2022-11-23 · Xinyu Fu, Irwin King

Heterogeneous graph neural networks (HGNNs) were proposed for representation learning on structural data with multiple types of nodes and edges. To deal with the performance degradation issue when HGNNs become deep, rese…

Computational EfficiencyGraph Neural NetworkLink PredictionNode Classification+1

Heterogeneous Graph Masked Contrastive Learning for Robust Recommendation

2025-05-30 · Lei Sang, Yu Wang, Yiwen Zhang

Heterogeneous graph neural networks (HGNNs) have demonstrated their superiority in exploiting auxiliary information for recommendation tasks. However, graphs constructed using meta-paths in HGNNs are usually too dense an…

Contrastive Learning