paper-with-me

홈 › Papers

A Unification Framework for Euclidean and Hyperbolic Graph Neural Networks

2022-06-09 · Mehrdad Khatir, Nurendra Choudhary, Sutanay Choudhury, Khushbu Agarwal, Chandan K. Reddy

Hyperbolic neural networks can effectively capture the inherent hierarchy of graph datasets, and consequently a powerful choice of GNNs. However, they entangle multiple incongruent (gyro-)vector spaces within a layer, which makes them limited in terms of generalization and scalability. In this work, we propose the Poincare disk model as our search space, and apply all approximations on the disk (as if the disk is a tangent space derived from the origin), thus getting rid of all inter-space transformations. Such an approach enables us to propose a hyperbolic normalization layer and to further simplify the entire hyperbolic model to a Euclidean model cascaded with our hyperbolic normalization layer. We applied our proposed nonlinear hyperbolic normalization to the current state-of-the-art homogeneous and multi-relational graph networks. We demonstrate that our model not only leverages the power of Euclidean networks such as interpretability and efficient execution of various model components, but also outperforms both Euclidean and hyperbolic counterparts on various benchmarks. Our code is made publicly available at https://github.com/oom-debugger/ijcai23.

📄 PDF Abstract BibTeX arXiv:2206.04285

Code (1)

oom-debugger/ijcai23 공식 구현 pytorch

Tasks

Link PredictionNode Classification

Similar Papers 제목 키워드 기반

Non-Euclidean Mixture Model for Social Network Embedding

2024-11-07 · Roshni G. Iyer, Yewen Wang, Wei Wang, Yizhou Sun

It is largely agreed that social network links are formed due to either homophily or social influence. Inspired by this, we aim at understanding the generation of links via providing a novel embedding-based graph formati…

DecoderGraph Representation LearningmodelNetwork Embedding+1

Generalizing Knowledge Graph Embedding with Universal Orthogonal Parameterization

2024-05-14 · Rui Li, Chaozhuo Li, Yanming Shen, Zeyu Zhang 외

Recent advances in knowledge graph embedding (KGE) rely on Euclidean/hyperbolic orthogonal relation transformations to model intrinsic logical patterns and topological structures. However, existing approaches are confine…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graphs

Node-Specific Space Selection via Localized Geometric Hyperbolicity in Graph Neural Networks

2023-03-03 · See Hian Lee, Feng Ji, Wee Peng Tay

Many graph neural networks have been developed to learn graph representations in either Euclidean or hyperbolic space, with all nodes' representations embedded in a single space. However, a graph can have hyperbolic and …

Graph Neural NetworkLink PredictionNode Classification

Hyperbolic Graph Representation Learning: A Tutorial

2022-11-08 · Min Zhou, Menglin Yang, Lujia Pan, Irwin King

Graph-structured data are widespread in real-world applications, such as social networks, recommender systems, knowledge graphs, chemical molecules etc. Despite the success of Euclidean space for graph-related learning t…

Graph LearningGraph Representation LearningKnowledge GraphsRecommendation Systems+1

Hyperbolic Graph Neural Networks: A Review of Methods and Applications

2022-02-28 · Menglin Yang, Min Zhou, Zhihao LI, Jiahong Liu 외

Graph neural networks generalize conventional neural networks to graph-structured data and have received widespread attention due to their impressive representation ability. In spite of the remarkable achievements, the p…

AnatomyGraph Learning