paper-with-me

홈 › Papers

Higher-Order Attribute-Enhancing Heterogeneous Graph Neural Networks

2021-04-16 · JianXin Li, Hao Peng, Yuwei Cao, Yingtong Dou, Hekai Zhang, Philip S. Yu, Lifang He

Graph neural networks (GNNs) have been widely used in deep learning on graphs. They can learn effective node representations that achieve superior performances in graph analysis tasks such as node classification and node clustering. However, most methods ignore the heterogeneity in real-world graphs. Methods designed for heterogeneous graphs, on the other hand, fail to learn complex semantic representations because they only use meta-paths instead of meta-graphs. Furthermore, they cannot fully capture the content-based correlations between nodes, as they either do not use the self-attention mechanism or only use it to consider the immediate neighbors of each node, ignoring the higher-order neighbors. We propose a novel Higher-order Attribute-Enhancing (HAE) framework that enhances node embedding in a layer-by-layer manner. Under the HAE framework, we propose a Higher-order Attribute-Enhancing Graph Neural Network (HAEGNN) for heterogeneous network representation learning. HAEGNN simultaneously incorporates meta-paths and meta-graphs for rich, heterogeneous semantics, and leverages the self-attention mechanism to explore content-based nodes interactions. The unique higher-order architecture of HAEGNN allows examining the first-order as well as higher-order neighborhoods. Moreover, HAEGNN shows good explainability as it learns the importances of different meta-paths and meta-graphs. HAEGNN is also memory-efficient, for it avoids per meta-path based matrix calculation. Experimental results not only show HAEGNN superior performance against the state-of-the-art methods in node classification, node clustering, and visualization, but also demonstrate its superiorities in terms of memory efficiency and explainability.

📄 PDF Abstract BibTeX arXiv:2104.07892

Code (1)

RingBDStack/HAE 공식 구현 tf

Tasks

AttributeClusteringGraph Neural NetworkNode ClassificationNode ClusteringRepresentation Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

HeGAE-AC: heterogeneous graph auto-encoder for attribute completion

2024-03-05 · Knowledge-Based Systems 2024 3 · Yejia Chen, Ye Liu

Heterogeneous Graphs (HGs) are widely used to model complex real-world networks that involve multiple types of nodes and relations. Many heterogeneous graph neural networks (HGNNs) based methods have been developed to le…

AttributeGraph Representation LearningRepresentation Learning

AGHINT: Attribute-Guided Representation Learning on Heterogeneous Information Networks with Transformer

2024-04-16 · Jinhui Yuan, Shan Lu, Peibo Duan, Jieyue He

Recently, heterogeneous graph neural networks (HGNNs) have achieved impressive success in representation learning by capturing long-range dependencies and heterogeneity at the node level. However, few existing studies ha…

AttributeNode ClassificationRepresentation Learning

DualHNIE: Dual-Channel Hypergraph Learning for Node Importance Estimation in Heterogeneous Knowledge Graphs

2025-12-13 · Jiawen Chen, Yanyan He, Qi Shao, Mengli Wei 외 arxiv

Estimating node importance in heterogeneous knowledge graphs is a fundamental problem underlying recommendation, search, and knowledge decision systems. However, most existing methods rely on pairwise message passing mec…

Hypergraph Contrastive LearningRepresentation LearningKnowledge Graphs

Attributed Multi-order Graph Convolutional Network for Heterogeneous Graphs

2023-04-13 · Zhaoliang Chen, Zhihao Wu, Luying Zhong, Claudia Plant 외

Heterogeneous graph neural networks aim to discover discriminative node embeddings and relations from multi-relational networks.One challenge of heterogeneous graph learning is the design of learnable meta-paths, which s…

Graph Learning

Higher-order Spectral Clustering for Heterogeneous Graphs

2018-10-06 · Aldo G. Carranza, Ryan A. Rossi, Anup Rao, Eunyee Koh

Higher-order connectivity patterns such as small induced sub-graphs called graphlets (network motifs) are vital to understand the important components (modules/functional units) governing the configuration and behavior o…

ClusteringLink Prediction