paper-with-me

홈 › Papers

Scalable Transit Delay Prediction at City Scale: A Systematic Approach with Multi-Resolution Feature Engineering and Deep Learning

2026-01-26 · Emna Boudabbous, Mohamed Karaa, Lokman Sboui, Julio Montecinos, Omar Alam arxiv

Urban bus transit agencies need reliable, network-wide delay predictions to provide accurate arrival information to passengers and support real-time operational control. Accurate predictions help passengers plan their trips, reduce waiting time, and allow operations staff to adjust headways, dispatch extra vehicles, and manage disruptions. Although real-time feeds such as GTFS-Realtime (GTFS-RT) are now widely available, most existing delay prediction systems handle only a few routes, depend on hand-crafted features, and offer little guidance on how to design a scalable, reusable architecture. We present a city-scale prediction pipeline that combines multi-resolution feature engineering, dimensionality reduction, and deep learning. The framework generates 1,683 spatiotemporal features by exploring 23 aggregation combinations over H3 cells, routes, segments, and temporal patterns, and compresses them into 83 components using Adaptive PCA while preserving 95% of the variance. To avoid the "giant cluster" problem that occurs when dense urban areas fall into a single H3 region, we introduce a hybrid H3+topology clustering method that yields 12 balanced route clusters (coefficient of variation 0.608) and enables efficient distributed training. We compare five model architectures on six months of bus operations from the Société de transport de Montréal (STM) network in Montréal. A global LSTM with cluster-aware features achieves the best trade-off between accuracy and efficiency, outperforming transformer models by 18 to 52% while using 275 times fewer parameters. We also report multi-level evaluation at the elementary segment, segment, and trip level with walk-forward validation and latency analysis, showing that the proposed pipeline is suitable for real-time, city-scale deployment and can be reused for other networks with limited adaptation.

📄 PDF Abstract BibTeX arXiv:2601.18521

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality ReductionFeature Engineering

Similar Papers 제목 키워드 기반

AlphaTransit: Learning to Design City-scale Transit Routes

2026-05-27 · Bibek Poudel, Sai Swaminathan, Weizi Li arxiv

Designing a transit network requires many sequential route extension decisions, but their quality is often visible only after the full network is assembled. This delayed-feedback challenge lies at the heart of the Transi…

Reinforcement Learning

Norm-Hierarchy Transitions in Representation Learning: When and Why Neural Networks Abandon Shortcuts

2026-03-07 · Truong Xuan Khanh, Truong Quynh Hoa arxiv

Neural networks often rely on spurious shortcuts for many epochs before discovering structured representations. However, the mechanism governing when this transition occurs and whether its timing can be predicted remains…

Representation Learning

Spike-timing-dependent plasticity with axonal delay tunes networks of Izhikevich neurons to the edge of synchronization transition with scale-free avalanches

2019-07-22

Critical brain hypothesis has been intensively studied both in experimental and theoretical neuroscience over the past two decades. However, some important questions still remain: (i) What is the critical point the brain…

Simulation-Driven Railway Delay Prediction: An Imitation Learning Approach

2025-12-17 · Clément Elliker, Jesse Read, Sonia Vanier, Albert Bifet arxiv

Reliable prediction of train delays is essential for enhancing the robustness and efficiency of railway transportation systems. In this work, we reframe delay forecasting as a stochastic simulation task, modeling state-t…

A Novel Markov Model for Near-Term Railway Delay Prediction

2022-05-21 · Jin Xu, Weiqi Wang, Zheming Gao, Haochen Luo 외

Predicting the near-future delay with accuracy for trains is momentous for railway operations and passengers' traveling experience. This work aims to design prediction models for train delays based on Netherlands Railway…

Density EstimationPredictionTime SeriesTime Series Analysis