LGAIMay 15

Attention Dispersion in Dynamic Graph Transformers: Diagnosis and a Transferable Fix

arXiv:2605.1611249.3
AI Analysis

For practitioners of continuous-time dynamic graph learning, this work diagnoses a fundamental limitation of Transformers under temporal shift and provides a simple, transferable fix that yields significant performance gains.

The paper identifies attention dispersion as a key failure mode in dynamic graph Transformers under temporal distribution shift, and proposes replacing standard attention with differential attention to suppress common-mode noise. This fix consistently improves performance across three baselines, and the resulting model DiffDyG achieves SOTA on 9 benchmarks, with large gains on high-shift datasets.

Transformer-based architectures have become the dominant paradigm for Continuous-Time Dynamic Graph (CTDG) learning, yet their performance remains limited on temporally shifted datasets. In this work, we identify attention dispersion as a shared failure mode of dynamic graph Transformers under temporal distribution shift. Through controlled ablation contrasting structurally and temporally distinguished historical neighbors against random ones, we show that prediction depends on a class of critical nodes that carry consistently more predictive signal than arbitrary neighbors. However, existing Transformers fail to focus on these nodes even when they are present in the input, as temporal shift weakens attention contrast and produces overly dispersed attention distributions. This diagnosis suggests a simple and transferable fix: replace standard attention with differential attention, which suppresses common-mode attention and amplifies distinctive token-level signals. When added to three representative CTDG Transformer baselines, differential attention consistently improves performance, with gains concentrated on high-shift datasets. Attention-level measurements further confirm the mechanism, showing reduced attention entropy and increased attention mass on critical nodes. Building on these findings, we introduce DiffDyG, a reference implementation combining differential attention with standard input encodings. Across 9 benchmarks and three negative sampling protocols, DiffDyG achieves SOTA performance, with especially large gains on the most shifted datasets.

Foundations

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

Your Notes