LGNov 19, 2021

DyFormer: A Scalable Dynamic Graph Transformer with Provable Benefits on Generalization Ability

arXiv:2111.10447v315 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of poor generalizability and high computation cost for dynamic graph learning, which is incremental as it adapts Transformer-like methods to a specific domain.

The authors tackled the challenge of applying Transformers to dynamic graphs by proposing DyFormer, a scalable method with spatial-temporal encoding and self-supervised pre-training, achieving a consistent 1%-3% AUC gain over baselines on real-world datasets.

Transformers have achieved great success in several domains, including Natural Language Processing and Computer Vision. However, its application to real-world graphs is less explored, mainly due to its high computation cost and its poor generalizability caused by the lack of enough training data in the graph domain. To fill in this gap, we propose a scalable Transformer-like dynamic graph learning method named Dynamic Graph Transformer (DyFormer) with spatial-temporal encoding to effectively learn graph topology and capture implicit links. To achieve efficient and scalable training, we propose temporal-union graph structure and its associated subgraph-based node sampling strategy. To improve the generalization ability, we introduce two complementary self-supervised pre-training tasks and show that jointly optimizing the two pre-training tasks results in a smaller Bayesian error rate via an information-theoretic analysis. Extensive experiments on the real-world datasets illustrate that DyFormer achieves a consistent 1%-3% AUC gain (averaged over all time steps) compared with baselines on all benchmarks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes