To capture higher-order structural features, most GNN-based algorithms learn node representations incorporating k-hop neighbors' information. Due to the high time complexity of querying k-hop neighbors, most graph algorithms cannot be deployed in a giant dense temporal network to execute millisecond-level inference. This problem dramatically limits the potential of applying graph algorithms in certain areas, especially financial fraud detection. Therefore, we propose Asynchronous Propagation Attention Network, an asynchronous continuous time dynamic graph algorithm for real-time temporal graph embedding. Traditional graph models usually execute two serial operations: first graph querying and then model inference. Different from previous graph algorithms, we decouple model inference and graph computation to alleviate the damage of the heavy graph query operation to the speed of model inference. Extensive experiments demonstrate that the proposed method can achieve competitive performance while greatly improving the inference speed. The source code is published at a Github repository.
CITATION STYLE
Wang, X., Lyu, D., Li, M., Xia, Y., Yang, Q., Wang, X., … Guo, Z. (2021). APAN: Asynchronous Propagation Attention Network for Real-time Temporal Graph Embedding. In Proceedings of the ACM SIGMOD International Conference on Management of Data (pp. 2628–2638). Association for Computing Machinery. https://doi.org/10.1145/3448016.3457564
Mendeley helps you to discover research relevant for your work.