T3former: Temporal Graph Classification with Topological Machine Learning
Md. Joshem Uddin, Soham Changani, Baris Coskunuzer
TL;DR
The paper tackles temporal graph classification where edges carry timestamps, a setting where preserving temporal fidelity is essential. It introduces T3Former, a Topological Temporal Transformer that fuses sliding-window topological descriptors (Betti numbers) and spectral DoS vectors with a global GraphSAGE encoder through a Descriptor-Attention fusion mechanism. The authors provide stability guarantees for the topological and spectral descriptors under perturbations, introduce new temporal-graph classification datasets, and demonstrate state-of-the-art results across social, brain, and traffic benchmarks. The work showcases robust, scalable temporal graph learning by integrating global structure with mesoscopic topological and spectral signatures through a principled multi-view fusion framework.
Abstract
Temporal graph classification plays a critical role in applications such as cybersecurity, brain connectivity analysis, social dynamics, and traffic monitoring. Despite its significance, this problem remains underexplored compared to temporal link prediction or node forecasting. Existing methods often rely on snapshot-based or recurrent architectures that either lose fine-grained temporal information or struggle with long-range dependencies. Moreover, local message-passing approaches suffer from oversmoothing and oversquashing, limiting their ability to capture complex temporal structures. We introduce T3former, a novel Topological Temporal Transformer that leverages sliding-window topological and spectral descriptors as first-class tokens, integrated via a specialized Descriptor-Attention mechanism. This design preserves temporal fidelity, enhances robustness, and enables principled cross-modal fusion without rigid discretization. T3former achieves state-of-the-art performance across multiple benchmarks, including dynamic social networks, brain functional connectivity datasets, and traffic networks. It also offers theoretical guarantees of stability under temporal and structural perturbations. Our results highlight the power of combining topological and spectral insights for advancing the frontier of temporal graph learning.
