paper-with-me

홈 › Papers

Spatiotemporal Multi-Task Graph Transformer for Trip-Level Transit Prediction

2026-05-30 · Oluwaleke Yusuf, Adil Rasheed, Frank Lindseth arxiv

Passenger count data from public transit systems reveals urban mobility patterns and is essential for planning, operation, and optimisation. However, non-linear spatiotemporal interdependencies across stops and lines make modelling and prediction challenging. Existing approaches often rely on fixed temporal, spatial, or stop-level formulations, limiting their ability to capture within-trip evolution and network context. This study proposes SMT-GraphFormer, a spatiotemporal multi-task graph transformer that frames trip-level transit prediction as sequence-to-sequence modelling. Given a line's stop sequence and trip-level context, the model predicts successive boarding and alighting counts, with delay and dwell time treated as encoder-side surrogate tasks. Key components include graph embeddings for multi-relational stop similarity, a context encoder for weather and temporal information, and a multi-gate mixture-of-experts module that produces task-specific decoder representations for boarding and alighting predictions. Evaluation on public bus transit data from Trondheim, Norway, shows that SMT-GraphFormer outperforms stop-level tabular benchmarks, with ablation studies examining each component's contribution. The sequential formulation yields substantial gains on alighting prediction ($+$0.24 in $R^2$) and consistent improvements on boarding, delay, and dwell, confirming the value of explicit trip-level sequential bias and inter-target dependencies. These findings demonstrate the potential of transformer-based sequence modelling for capturing complex spatiotemporal dynamics in public transit and underscore the value of architectures tailored to transit data rather than off-the-shelf tabular models. The proposed framework provides a horizon-agnostic basis for scenario analysis in digital twin environments, supporting informed decision-making by planners and transit operators.

📄 PDF Abstract BibTeX arXiv:2606.00572

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DG-Trans: Dual-level Graph Transformer for Spatiotemporal Incident Impact Prediction on Traffic Networks

2023-03-21 · Yanshen Sun, Kaiqun Fu, Chang-Tien Lu

The prompt estimation of traffic incident impacts can guide commuters in their trip planning and improve the resilience of transportation agencies' decision-making on resilience. However, it is more challenging than node…

Decision MakingGraph LearningManagement

Triplet Attention Transformer for Spatiotemporal Predictive Learning

2023-10-28 · Xuesong Nie, Xi Chen, Haoyuan Jin, Zhihang Zhu 외

Spatiotemporal predictive learning offers a self-supervised learning paradigm that enables models to learn both spatial and temporal patterns by predicting future sequences based on historical sequences. Mainstream metho…

Computational EfficiencyPredictionSelf-Supervised LearningTrajectory Prediction+1

Knowledge Graph Refinement based on Triplet BERT-Networks

2022-11-18 · Armita Khajeh Nassiri, Nathalie Pernelle, Fatiha Sais, Gianluca Quercini

Knowledge graph embedding techniques are widely used for knowledge graph refinement tasks such as graph completion and triple classification. These techniques aim at embedding the entities and relations of a Knowledge Gr…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsRelation+3

STGformer: Efficient Spatiotemporal Graph Transformer for Traffic Forecasting

2024-10-01 · Hongjun Wang, Jiyuan Chen, Tong Pan, Zheng Dong 외

Traffic forecasting is a cornerstone of smart city management, enabling efficient resource allocation and transportation planning. Deep learning, with its ability to capture complex nonlinear patterns in spatiotemporal (…

GPU

Kriformer: A Novel Spatiotemporal Kriging Approach Based on Graph Transformers

2024-09-23 · Renbin Pan, Feng Xiao, Hegui Zhang, Minyu Shen

Accurately estimating data in sensor-less areas is crucial for understanding system dynamics, such as traffic state estimation and environmental monitoring. This study addresses challenges posed by sparse sensor deployme…

Representation LearningState Estimation