paper-with-me

Papers

Disentangled Hyperbolic Representation Learning for Heterogeneous Graphs

2024-06-14 · Qijie Bai, Changli Nie, Haiwei Zhang, Zhicheng Dou, Xiaojie Yuan

Heterogeneous graphs have attracted a lot of research interests recently due to the success for representing complex real-world systems. However, existing methods have two pain points in embedding them into low-dimensional spaces: the mixing of structural and semantic information, and the distributional mismatch between data and embedding spaces. These two challenges require representation methods to consider the global and partial data distributions while unmixing the information. Therefore, in this paper, we propose $\text{Dis-H}^2\text{GCN}$, a Disentangled Hyperbolic Heterogeneous Graph Convolutional Network. On the one hand, we leverage the mutual information minimization and discrimination maximization constraints to disentangle the semantic features from comprehensively learned representations by independent message propagation for each edge type, away from the pure structural features. On the other hand, the entire model is constructed upon the hyperbolic geometry to narrow the gap between data distributions and representing spaces. We evaluate our proposed $\text{Dis-H}^2\text{GCN}$ on five real-world heterogeneous graph datasets across two downstream tasks: node classification and link prediction. The results demonstrate its superiority over state-of-the-art methods, showcasing the effectiveness of our method in disentangling and representing heterogeneous graph data in hyperbolic spaces.

📄 PDF Abstract BibTeX arXiv:2406.10367

Code (0)

등록된 구현이 없습니다.

Tasks

Link PredictionNode ClassificationRepresentation Learning

Similar Papers 제목 키워드 기반

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

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

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

Weighted Embeddings for Low-Dimensional Graph Representation

2024-10-08 · Thomas Bläsius, Jean-Pierre von der Heydt, Maximilian Katzmann, Nikolai Maas

Learning low-dimensional numerical representations from symbolic data, e.g., embedding the nodes of a graph into a geometric space, is an important concept in machine learning. While embedding into Euclidean space is com…