DUPLEX: Dual GAT for Complex Embedding of Directed Graphs
Zhaoru Ke, Hang Yu, Jianguo Li, Haipeng Zhang
TL;DR
DUPLEX tackles the challenge of embedding directed graphs by using a Hermitian adjacency matrix to encode both connectivity and direction, paired with a dual GAT encoder that separately learns amplitude and phase components. The model employs two parameter-free decoders to reconstruct the HAM in a self-supervised fashion, enabling task-agnostic embeddings that generalize to unseen nodes. Empirical results across five digraph datasets show strong improvements, particularly for low-degree nodes, and demonstrate robustness in both inductive and transductive settings, as well as across multiple downstream tasks. The approach offers a scalable, inductive alternative to spectral methods, with broad practical impact for directed graph analysis and downstream predictive tasks.
Abstract
Current directed graph embedding methods build upon undirected techniques but often inadequately capture directed edge information, leading to challenges such as: (1) Suboptimal representations for nodes with low in/out-degrees, due to the insufficient neighbor interactions; (2) Limited inductive ability for representing new nodes post-training; (3) Narrow generalizability, as training is overly coupled with specific tasks. In response, we propose DUPLEX, an inductive framework for complex embeddings of directed graphs. It (1) leverages Hermitian adjacency matrix decomposition for comprehensive neighbor integration, (2) employs a dual GAT encoder for directional neighbor modeling, and (3) features two parameter-free decoders to decouple training from particular tasks. DUPLEX outperforms state-of-the-art models, especially for nodes with sparse connectivity, and demonstrates robust inductive capability and adaptability across various tasks. The code is available at https://github.com/alipay/DUPLEX.
