paper-with-me

Papers

SHGNN: Structure-Aware Heterogeneous Graph Neural Network

2021-12-12 · Wentao Xu, Yingce Xia, Weiqing Liu, Jiang Bian, Jian Yin, Tie-Yan Liu

Many real-world graphs (networks) are heterogeneous with different types of nodes and edges. Heterogeneous graph embedding, aiming at learning the low-dimensional node representations of a heterogeneous graph, is vital for various downstream applications. Many meta-path based embedding methods have been proposed to learn the semantic information of heterogeneous graphs in recent years. However, most of the existing techniques overlook the graph structure information when learning the heterogeneous graph embeddings. This paper proposes a novel Structure-Aware Heterogeneous Graph Neural Network (SHGNN) to address the above limitations. In detail, we first utilize a feature propagation module to capture the local structure information of intermediate nodes in the meta-path. Next, we use a tree-attention aggregator to incorporate the graph structure information into the aggregation module on the meta-path. Finally, we leverage a meta-path aggregator to fuse the information aggregated from different meta-paths. We conducted experiments on node classification and clustering tasks and achieved state-of-the-art results on the benchmark datasets, which shows the effectiveness of our proposed method.

📄 PDF Abstract BibTeX arXiv:2112.06244

Code (1)

wentao-xu/shgnn 공식 구현 pytorch

Tasks

Graph EmbeddingGraph Neural NetworkNode Classification

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

FreshGNN: Reducing Memory Access via Stable Historical Embeddings for Graph Neural Network Training

2023-01-18 · Kezhao Huang, Haitian Jiang, Minjie Wang, Guangxuan Xiao 외

A key performance bottleneck when training graph neural network (GNN) models on large, real-world graphs is loading node features onto a GPU. Due to limited GPU memory, expensive data movement is necessary to facilitate …

CPUGPUGraph Neural Network

Spatial Heterophily Aware Graph Neural Networks

2023-06-21 · Congxi Xiao, Jingbo Zhou, Jizhou Huang, Tong Xu 외

Graph Neural Networks (GNNs) have been broadly applied in many urban applications upon formulating a city as an urban graph whose nodes are urban objects like regions or points of interest. Recently, a few enhanced GNN a…

DiversityGraph Neural Network

HeterSEED: Semantics-Structure Decoupling for Heterogeneous Graph Learning under Heterophily

2026-05-06 · Xinyi Li, Ming Li, Lu Bai, Lixin Cui 외 arxiv

Many real-world heterogeneous graphs exhibit pronounced heterophily, where connected nodes often have dissimilar labels or play different semantic roles. In such settings, standard heterogeneous graph neural networks tha…

Representation LearningGraph Learning

Superhypergraph Neural Networks and Plithogenic Graph Neural Networks: Theoretical Foundations

2024-12-02 · Takaaki Fujita

Hypergraphs extend traditional graphs by allowing edges to connect multiple nodes, while superhypergraphs further generalize this concept to represent even more complex relationships. Neural networks, inspired by biologi…

Graph Neural Network

HetCAN: A Heterogeneous Graph Cascade Attention Network with Dual-Level Awareness

2023-11-06 · Zeyuan Zhao, Qingqing Ge, Anfeng Cheng, Yiding Liu 외

Heterogeneous graph neural networks(HGNNs) have recently shown impressive capability in modeling heterogeneous graphs that are ubiquitous in real-world applications. Most existing methods for heterogeneous graphs mainly …

Attribute