paper-with-me

Papers

Hyperbolic Graph Attention Network

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

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 in Euclidean spaces. Recent research has proven that the graph data exhibits non-Euclidean latent anatomy. Unfortunately, there was rarely study of GNN in non-Euclidean settings so far. To bridge this gap, in this paper, we study the GNN with attention mechanism in hyperbolic spaces at the first attempt. The research of hyperbolic GNN has some unique challenges: since the hyperbolic spaces are not vector spaces, the vector operations (e.g., vector addition, subtraction, and scalar multiplication) cannot be carried. To tackle this problem, we employ the gyrovector spaces, which provide an elegant algebraic formalism for hyperbolic geometry, to transform the features in a graph; and then we propose the hyperbolic proximity based attention mechanism to aggregate the features. Moreover, as mathematical operations in hyperbolic spaces could be more complicated than those in Euclidean spaces, we further devise a novel acceleration strategy using logarithmic and exponential mappings to improve the efficiency of our proposed model. The comprehensive experimental results on four real-world datasets demonstrate the performance of our proposed hyperbolic graph attention network model, by comparisons with other state-of-the-art baseline methods.

📄 PDF Abstract BibTeX arXiv:1912.03046

Code (1)

ydzhang-stormstout/HAT tf

Tasks

AnatomyGraph AttentionGraph Neural Network

Similar 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, w…

Graph AttentionGraph Embedding

Time-aware Hyperbolic Graph Attention Network for Session-based Recommendation

2023-01-10 · Xiaohan Li, Yuqing Liu, Zheng Liu, Philip S. Yu

Session-based Recommendation (SBR) is to predict users' next interested items based on their previous browsing sessions. Existing methods model sessions as graphs or sequences to estimate user interests based on their in…

Graph AttentionGraph Neural NetworkSession-Based Recommendations

Dynamic Hyperbolic Attention Network for Fine Hand-object Reconstruction

2023-09-06 · ICCV 2023 1 · Zhiying Leng, Shun-Cheng Wu, Mahdi Saleh, Antonio Montanaro 외

Reconstructing both objects and hands in 3D from a single RGB image is complex. Existing methods rely on manually defined hand-object constraints in Euclidean space, leading to suboptimal feature learning. Compared with …

ObjectObject Reconstruction

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

Lorentzian Graph Convolutional Networks

2021-04-15 · Yiding Zhang, Xiao Wang, Chuan Shi, Nian Liu 외

Graph convolutional networks (GCNs) have received considerable research attention recently. Most GCNs learn the node representations in Euclidean geometry, but that could have a high distortion in the case of embedding g…