paper-with-me

Papers

Seq-HGNN: Learning Sequential Node Representation on Heterogeneous Graph

2023-05-18 · Chenguang Du, Kaichun Yao, HengShu Zhu, Deqing Wang, Fuzhen Zhuang, Hui Xiong

Recent years have witnessed the rapid development of heterogeneous graph neural networks (HGNNs) in information retrieval (IR) applications. Many existing HGNNs design a variety of tailor-made graph convolutions to capture structural and semantic information in heterogeneous graphs. However, existing HGNNs usually represent each node as a single vector in the multi-layer graph convolution calculation, which makes the high-level graph convolution layer fail to distinguish information from different relations and different orders, resulting in the information loss in the message passing. %insufficient mining of information. To this end, we propose a novel heterogeneous graph neural network with sequential node representation, namely Seq-HGNN. To avoid the information loss caused by the single vector node representation, we first design a sequential node representation learning mechanism to represent each node as a sequence of meta-path representations during the node message passing. Then we propose a heterogeneous representation fusion module, empowering Seq-HGNN to identify important meta-paths and aggregate their representations into a compact one. We conduct extensive experiments on four widely used datasets from Heterogeneous Graph Benchmark (HGB) and Open Graph Benchmark (OGB). Experimental results show that our proposed method outperforms state-of-the-art baselines in both accuracy and efficiency. The source code is available at https://github.com/nobrowning/SEQ_HGNN.

📄 PDF Abstract BibTeX arXiv:2305.10771

Code (1)

nobrowning/seq_hgnn 공식 구현 pytorch

Tasks

Graph Neural NetworkInformation RetrievalRepresentation LearningRetrieval

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
fail 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Zero-shot Transfer Learning within a Heterogeneous Graph via Knowledge Transfer Networks

2022-03-03 · Minji Yoon, John Palowitch, Dustin Zelle, Ziniu Hu 외

Data continuously emitted from industrial ecosystems such as social or e-commerce platforms are commonly represented as heterogeneous graphs (HG) composed of multiple node/edge types. State-of-the-art graph learning meth…

Domain AdaptationGraph LearningRepresentation LearningTransfer Learning

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-dimen…

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

RHCO: A Relation-aware Heterogeneous Graph Neural Network with Contrastive Learning for Large-scale Graphs

2022-11-20 · Ziming Wan, Deqing Wang, Xuehua Ming, Fuzhen Zhuang 외

Heterogeneous graph neural networks (HGNNs) have been widely applied in heterogeneous information network tasks, while most HGNNs suffer from poor scalability or weak representation when they are applied to large-scale h…

Contrastive LearningGraph Neural NetworkGraph Representation LearningRelation+1

Simple and Efficient Heterogeneous Graph Neural Network

2022-07-06 · Xiaocheng Yang, Mingyu Yan, Shirui Pan, Xiaochun Ye 외

Heterogeneous graph neural networks (HGNNs) have powerful capability to embed rich structural and semantic information of a heterogeneous graph into node representations. Existing HGNNs inherit many mechanisms from graph…

Graph Neural NetworkHeterogeneous Node ClassificationNode Property Prediction

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