paper-with-me

홈 › Papers

T3former: Temporal Graph Classification with Topological Machine Learning

2025-10-15 · Md. Joshem Uddin, Soham Changani, Baris Coskunuzer arxiv

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.

📄 PDF Abstract BibTeX arXiv:2510.13789

Code (0)

등록된 구현이 없습니다.

Tasks

Graph ClassificationLink PredictionGraph Learning

Similar Papers 제목 키워드 기반

Spatiotemporal Pooling on Appropriate Topological Maps Represented as Two-Dimensional Images for EEG Classification

2024-03-07 · Takuto Fukushima, Ryusuke Miyamoto

Motor imagery classification based on electroencephalography (EEG) signals is one of the most important brain-computer interface applications, although it needs further improvement. Several methods have attempted to obta…

Brain Computer InterfaceClassificationEEGMotor Imagery

Inductive Representation Learning on Temporal Graphs

2020-02-19 · ICLR 2020 1 · Da Xu, Chuanwei Ruan, Evren Korpeoglu, Sushant Kumar 외

Inductive representation learning on temporal graphs is an important step toward salable machine learning on real-world dynamic networks. The evolving nature of temporal dynamic graphs requires handling new nodes as well…

Graph AttentionGraph EmbeddingLink PredictionNode Classification+1

Persformer: A Transformer Architecture for Topological Machine Learning

2021-12-30 · Raphael Reinauer, Matteo Caorsi, Nicolas Berkouk

One of the main challenges of Topological Data Analysis (TDA) is to extract features from persistent diagrams directly usable by machine learning algorithms. Indeed, persistence diagrams are intrinsically (multi-)sets of…

BIG-bench Machine LearningTopological Data Analysis

Enhancing Topological Dependencies in Spatio-Temporal Graphs with Cycle Message Passing Blocks

2024-01-29 · Minho Lee, Yun Young Choi, Sun Woo Park, Seunghwan Lee 외

Graph Neural Networks (GNNs) and Transformer-based models have been increasingly adopted to learn the complex vector representations of spatio-temporal graphs, capturing intricate spatio-temporal dependencies crucial for…

Spatio-Temporal ForecastingTime Series PredictionTraffic Prediction

Supercharging Graph Transformers with Advective Diffusion

2023-10-10 · Qitian Wu, Chenxiao Yang, Kaipeng Zeng, Michael Bronstein

The capability of generalization is a cornerstone for the success of modern learning systems. For non-Euclidean data, e.g., graphs, that particularly involves topological structures, one important aspect neglected by pri…

Graph Learning