TL;DR
This paper introduces a novel dynamic graph transformer model that captures structural-temporal coupling for anomaly detection in evolving graphs, outperforming existing methods across multiple datasets.
Contribution
The paper proposes a new architecture that integrates structural and temporal features at multiple levels using a dynamic graph transformer with 2D positional encoding, addressing a key gap in anomaly detection.
Findings
Outperforms state-of-the-art models on six datasets
Effectively captures structural-temporal interactions in dynamic graphs
Demonstrates robustness in real-world anomaly detection scenarios
Abstract
Detecting anomalous edges in dynamic graphs is an important task in many applications over evolving triple-based data, such as social networks, transaction management, and epidemiology. A major challenge with this task is the absence of structural-temporal coupling information, which decreases the ability of the representation to distinguish anomalies from normal instances. Existing methods focus on handling independent structural and temporal features with embedding models, which ignore the deep interaction between these two types of information. In this paper, we propose a structural-temporal coupling anomaly detection architecture with a dynamic graph transformer model. Specifically, we introduce structural and temporal features from two integration levels to provide anomaly-aware graph evolutionary patterns. Then, a dynamic graph transformer enhanced by two-dimensional positional…
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
MethodsAttention Is All You Need · Linear Layer · Multi-Head Attention · Dense Connections · Dropout · Layer Normalization · Byte Pair Encoding · Laplacian EigenMap · Softmax · Absolute Position Encodings
