paper-with-me

Papers

Multi-Hyperbolic Space-based Heterogeneous Graph Attention Network

2024-11-18 · Jongmin Park, SeungHoon Han, Jong-Ryul Lee, Sungsu Lim

To leverage the complex structures within heterogeneous graphs, recent studies on heterogeneous graph embedding use a hyperbolic space, characterized by a constant negative curvature and exponentially increasing space, which aligns with the structural properties of heterogeneous graphs. However, despite heterogeneous graphs inherently possessing diverse power-law structures, most hyperbolic heterogeneous graph embedding models use a single hyperbolic space for the entire heterogeneous graph, which may not effectively capture the diverse power-law structures within the heterogeneous graph. To address this limitation, we propose Multi-hyperbolic Space-based heterogeneous Graph Attention Network (MSGAT), which uses multiple hyperbolic spaces to effectively capture diverse power-law structures within heterogeneous graphs. We conduct comprehensive experiments to evaluate the effectiveness of MSGAT. The experimental results demonstrate that MSGAT outperforms state-of-the-art baselines in various graph machine learning tasks, effectively capturing the complex structures of heterogeneous graphs.

📄 PDF Abstract BibTeX arXiv:2411.11283

Code (0)

등록된 구현이 없습니다.

Tasks

Graph AttentionGraph Embedding

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Hyperbolic Heterogeneous Graph Attention Networks

2024-04-15 · Jongmin Park, SeungHoon Han, Soohwan Jeong, Sungsu Lim

Most previous heterogeneous graph embedding models represent elements in a heterogeneous graph as vector representations in a low-dimensional Euclidean space. However, because heterogeneous graphs inherently possess comp…

ClusteringGraph AttentionGraph EmbeddingNode Classification

Hyperbolic Heterogeneous Graph Transformer

2026-01-13 · Jongmin Park, Seunghoon Han, Hyewon Lee, Won-Yong Shin 외 arxiv

In heterogeneous graphs, we can observe complex structures such as tree-like or hierarchical structures. Recently, the hyperbolic space has been widely adopted in many studies to effectively learn these complex structure…

Node Classification

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

HGCH: A Hyperbolic Graph Convolution Network Model for Heterogeneous Collaborative Graph Recommendation

2023-04-06 · Lu Zhang, Ning Wu

User-item interaction data in collaborative filtering and graph modeling tasks often exhibit power-law characteristics, which suggest the suitability of hyperbolic space modeling. Hyperbolic Graph Convolution Neural Netw…

Collaborative Filtering

Hyperbolic Graph Attention Network

2019-12-06 · Yiding Zhang, Xiao Wang, Xunqiang Jiang, Chuan Shi 외

Graph neural network (GNN) has shown superior performance in dealing with graphs, which has attracted considerable research attention recently. However, most of the existing GNN models are primarily designed for graphs i…

AnatomyGraph AttentionGraph Neural Network