paper-with-me

Papers

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, researchers combine metapaths into HGNNs to associate nodes closely related in semantics but far apart in the graph. However, existing metapath-based models suffer from either information loss or high computation costs. To address these problems, we present a novel Metapath Context Convolution-based Heterogeneous Graph Neural Network (MECCH). MECCH leverages metapath contexts, a new kind of graph structure that facilitates lossless node information aggregation while avoiding any redundancy. Specifically, MECCH applies three novel components after feature preprocessing to extract comprehensive information from the input graph efficiently: (1) metapath context construction, (2) metapath context encoder, and (3) convolutional metapath fusion. Experiments on five real-world heterogeneous graph datasets for node classification and link prediction show that MECCH achieves superior prediction accuracy compared with state-of-the-art baselines with improved computational efficiency.

📄 PDF Abstract BibTeX arXiv:2211.12792

Code (1)

cynricfu/mecch 공식 구현 pytorch

Tasks

Computational EfficiencyGraph Neural NetworkLink PredictionNode ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

MAGNN: Metapath Aggregated Graph Neural Network for Heterogeneous Graph Embedding

2020-02-05 · Xinyu Fu, Jiani Zhang, Ziqiao Meng, Irwin King

A large number of real-world graphs or networks are inherently heterogeneous, involving a diversity of node types and relation types. Heterogeneous graph embedding is to embed rich structural and semantic information of …

ClusteringDiversityGraph EmbeddingGraph Neural Network+3

Metapaths guided Neighbors aggregated Network for?Heterogeneous Graph Reasoning

2021-03-11 · Bang Lin, Xiuchong Wang, Yu Dong, Chengfu Huo 외

Most real-world datasets are inherently heterogeneous graphs, which involve a diversity of node and relation types. Heterogeneous graph embedding is to learn the structure and semantic information from the graph, and the…

DiversityGraph EmbeddingGraph Neural NetworkLink Prediction+2

Comprehensive Metapath-based Heterogeneous Graph Transformer for Gene-Disease Association Prediction

2025-01-14 · Wentao Cui, Shoubo Li, Chen Fang, Qingqing Long 외

Discovering gene-disease associations is crucial for understanding disease mechanisms, yet identifying these associations remains challenging due to the time and cost of biological experiments. Computational methods are …

Text Enriched Sparse Hyperbolic Graph Convolutional Networks

2022-07-06 · Nurendra Choudhary, Nikhil Rao, Karthik Subbian, Chandan K. Reddy

Heterogeneous networks, which connect informative nodes containing text with different edge types, are routinely used to store and process information in various real-world applications. Graph Neural Networks (GNNs) and …

Language ModellingLink Prediction

Metapath-based Hyperbolic Contrastive Learning for Heterogeneous Graph Embedding

2025-06-20 · Jongmin Park, SeungHoon Han, Won-Yong Shin, Sungsu Lim

The hyperbolic space, characterized by a constant negative curvature and exponentially expanding space, aligns well with the structural properties of heterogeneous graphs. However, although heterogeneous graphs inherentl…

Contrastive LearningGraph Embedding