paper-with-me

Papers

Robust Attributed Graph Alignment via Joint Structure Learning and Optimal Transport

2023-01-30 · Jianheng Tang, Weiqi Zhang, Jiajin Li, Kangfei Zhao, Fugee Tsung, Jia Li

Graph alignment, which aims at identifying corresponding entities across multiple networks, has been widely applied in various domains. As the graphs to be aligned are usually constructed from different sources, the inconsistency issues of structures and features between two graphs are ubiquitous in real-world applications. Most existing methods follow the ``embed-then-cross-compare'' paradigm, which computes node embeddings in each graph and then processes node correspondences based on cross-graph embedding comparison. However, we find these methods are unstable and sub-optimal when structure or feature inconsistency appears. To this end, we propose SLOTAlign, an unsupervised graph alignment framework that jointly performs Structure Learning and Optimal Transport Alignment. We convert graph alignment to an optimal transport problem between two intra-graph matrices without the requirement of cross-graph comparison. We further incorporate multi-view structure learning to enhance graph representation power and reduce the effect of structure and feature inconsistency inherited across graphs. Moreover, an alternating scheme based algorithm has been developed to address the joint optimization problem in SLOTAlign, and the provable convergence result is also established. Finally, we conduct extensive experiments on six unsupervised graph alignment datasets and the DBP15K knowledge graph (KG) alignment benchmark dataset. The proposed SLOTAlign shows superior performance and strongest robustness over seven unsupervised graph alignment methods and five specialized KG alignment methods.

📄 PDF Abstract BibTeX arXiv:2301.12721

Code (1)

squareroot3/slotalign 공식 구현 pytorch

Tasks

Graph Embedding

Similar Papers 제목 키워드 기반

GCL-OT: Graph Contrastive Learning with Optimal Transport for Heterophilic Text-Attributed Graphs

2025-11-20 · Yating Ren, Yikun Ban, Huobin Tan arxiv

Recently, structure-text contrastive learning has shown promising performance on text-attributed graphs by leveraging the complementary strengths of graph neural networks and language models. However, existing methods ty…

Contrastive Learning

Bridge the Gaps: Heterogeneous Attributed Graph Clustering via Quaternion Representation Learning

2026-06-22 · Xinxi Chen, Junyang Chen, Yiqun Zhang, Chuangming Qiu 외 arxiv

Attributed graph clustering partitions nodes by jointly exploiting node attributes and graph topology. It remains challenging due to attribute heterogeneity and representation degradation during graph learning. Real-worl…

Graph Representation LearningGraph ClusteringGraph Learning

Learning Optimal Graph Filters for Clustering of Attributed Graphs

2022-11-09 · Meiby Ortiz-Bouza, Selin Aviyente

Many real-world systems can be represented as graphs where the different entities in the system are presented by nodes and their interactions by edges. An important task in studying large datasets with graphical structur…

ClusteringGraph Clustering

PromptGNN-sim: Deep Fusion and Alignment of GNN and LLMs for Text-Attributed Graph Learning

2026-06-29 · Zhifei Hu, Alexandra I. Cristea arxiv

Text-Attributed Graphs (TAGs) combine textual semantics with graph structure and are central to many graph learning tasks. However, existing fusion methods often treat text and structure as separate inputs in a shallow, …

Contrastive LearningGraph Learning

TAGA: Text-Attributed Graph Self-Supervised Learning by Synergizing Graph and Text Mutual Transformations

2024-05-27 · Zheng Zhang, Yuntong Hu, Bo Pan, Chen Ling 외

Text-Attributed Graphs (TAGs) enhance graph structures with natural language descriptions, enabling detailed representation of data and their relationships across a broad spectrum of real-world scenarios. Despite the pot…

Representation LearningSelf-Supervised LearningTAG