TGTOD: A Global Temporal Graph Transformer for Outlier Detection at Scale
Kay Liu, Jiahao Ding, MohamadAli Torkamani, Philip S. Yu

TL;DR
TGTOD introduces a scalable, global attention-based Temporal Graph Transformer that effectively detects outliers in large temporal graphs, outperforming existing methods in accuracy and efficiency.
Contribution
It proposes a novel hierarchical Transformer architecture with global attention and spatiotemporal partitioning for scalable outlier detection in temporal graphs.
Findings
Achieves 61% AP improvement on Elliptic dataset.
Reduces training time by 44x compared to existing methods.
Demonstrates effectiveness across three public datasets.
Abstract
While Transformers have revolutionized machine learning on various data, existing Transformers for temporal graphs face limitations in (1) restricted receptive fields, (2) overhead of subgraph extraction, and (3) suboptimal generalization capability beyond link prediction. In this paper, we rethink temporal graph Transformers and propose TGTOD, a novel end-to-end Temporal Graph Transformer for Outlier Detection. TGTOD employs global attention to model both structural and temporal dependencies within temporal graphs. To tackle scalability, our approach divides large temporal graphs into spatiotemporal patches, which are then processed by a hierarchical Transformer architecture comprising Patch Transformer, Cluster Transformer, and Temporal Transformer. We evaluate TGTOD on three public datasets under two settings, comparing with a wide range of baselines. Our experimental results…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications
MethodsLaplacian EigenMap · Absolute Position Encodings · Residual Connection · Laplacian Positional Encodings · Adam · Attention Is All You Need · Softmax · Label Smoothing · Dropout · Dense Connections
