Transitivity-Preserving Graph Representation Learning for Bridging Local Connectivity and Role-Based Similarity
Abstract
Graph representation learning (GRL) methods, such as graph neural networks and graph transformer models, have been successfully used to analyze graph-structured data, mainly focusing on node classification and link prediction tasks. However, the existing studies mostly only consider local connectivity while ignoring long-range connectivity and the roles of nodes. In this paper, we propose Unified Graph Transformer Networks (UGT) that effectively integrate local and global structural information into fixed-length vector representations. First, UGT learns local structure by identifying the local sub-structures and aggregating features of the k-hop neighborhoods of each node. Second, we construct virtual edges, bridging distant nodes with structural similarity to capture the long-range dependencies. Third, UGT learns unified representations through self-attention, encoding structural distance and p-step transition probability between node pairs. Furthermore, we propose a self-supervised learning task that effectively learns transition probability to fuse local and global structural features, which could then be transferred to other downstream tasks. Experimental results on real-world benchmark datasets over various downstream tasks showed that UGT significantly outperformed baselines that consist of state-of-the-art models. In addition, UGT reaches the third-order Weisfeiler-Lehman power to distinguish non-isomorphic graph pairs.
Cite
Text
Hoang and Lee. "Transitivity-Preserving Graph Representation Learning for Bridging Local Connectivity and Role-Based Similarity." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I11.29138Markdown
[Hoang and Lee. "Transitivity-Preserving Graph Representation Learning for Bridging Local Connectivity and Role-Based Similarity." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/hoang2024aaai-transitivity/) doi:10.1609/AAAI.V38I11.29138BibTeX
@inproceedings{hoang2024aaai-transitivity,
title = {{Transitivity-Preserving Graph Representation Learning for Bridging Local Connectivity and Role-Based Similarity}},
author = {Hoang, Van Thuy and Lee, O-Joun},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2024},
pages = {12456-12465},
doi = {10.1609/AAAI.V38I11.29138},
url = {https://mlanthology.org/aaai/2024/hoang2024aaai-transitivity/}
}