paper-with-me

Papers

When Heterophily Meets Heterogeneous Graphs: Latent Graphs Guided Unsupervised Representation Learning

2024-09-01 · Zhixiang Shen, Zhao Kang

Unsupervised heterogeneous graph representation learning (UHGRL) has gained increasing attention due to its significance in handling practical graphs without labels. However, heterophily has been largely ignored, despite its ubiquitous presence in real-world heterogeneous graphs. In this paper, we define semantic heterophily and propose an innovative framework called Latent Graphs Guided Unsupervised Representation Learning (LatGRL) to handle this problem. First, we develop a similarity mining method that couples global structures and attributes, enabling the construction of fine-grained homophilic and heterophilic latent graphs to guide the representation learning. Moreover, we propose an adaptive dual-frequency semantic fusion mechanism to address the problem of node-level semantic heterophily. To cope with the massive scale of real-world data, we further design a scalable implementation. Extensive experiments on benchmark datasets validate the effectiveness and efficiency of our proposed framework. The source code and datasets have been made available at https://github.com/zxlearningdeep/LatGRL.

📄 PDF Abstract BibTeX arXiv:2409.00687

Code (2)

zxlearningdeep/latgrl 공식 구현 pytorch
zxlearningdeep/infomgf pytorch

Tasks

Graph Representation LearningRepresentation Learning

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 제목 키워드 기반

When Heterophily Meets Heterogeneity: Challenges and a New Large-Scale Graph Benchmark

2024-07-15 · Junhong Lin, Xiaojie Guo, Shuaicheng Zhang, Yada Zhu 외

Graph mining has become crucial in fields such as social science, finance, and cybersecurity. Many large-scale real-world networks exhibit both heterogeneity, where multiple node and edge types exist in the graph, and he…

BenchmarkingGraph LearningGraph MiningModel Selection+1

Hetero$^2$Net: Heterophily-aware Representation Learning on Heterogenerous Graphs

2023-10-18 · Jintang Li, Zheng Wei, Jiawang Dan, Jing Zhou 외

Real-world graphs are typically complex, exhibiting heterogeneity in the global structure, as well as strong heterophily within local neighborhoods. While a growing body of literature has revealed the limitations of comm…

Node ClassificationRepresentation Learning

Enhancing Homophily-Heterophily Separation: Relation-Aware Learning in Heterogeneous Graphs

2025-06-26 · Ziyu Zheng, Yaming Yang, Ziyu Guan, Wei Zhao 외

Real-world networks usually have a property of node heterophily, that is, the connected nodes usually have different features or different labels. This heterophily issue has been extensively studied in homogeneous graphs…

Contrastive LearningRelation

Adaptive Heterogeneous Graph Neural Networks: Bridging Heterophily and Heterogeneity

2025-08-08 · Qin Chen, Guojie Song arxiv

Heterogeneous graphs (HGs) are common in real-world scenarios and often exhibit heterophily. However, most existing studies focus on either heterogeneity or heterophily in isolation, overlooking the prevalence of heterop…

Graph Neural Network

HeterSEED: Semantics-Structure Decoupling for Heterogeneous Graph Learning under Heterophily

2026-05-06 · Xinyi Li, Ming Li, Lu Bai, Lixin Cui 외 arxiv

Many real-world heterogeneous graphs exhibit pronounced heterophily, where connected nodes often have dissimilar labels or play different semantic roles. In such settings, standard heterogeneous graph neural networks tha…

Representation LearningGraph Learning