arXiv:2509.18130cs.LGcs.AI2025-09被引 18

用STL-GRU模型提升地铁换乘客流预测精度,助力智能调度。

Research on Metro Transportation Flow Prediction Based on the STL-GRU Combined Model

  • 先用STL分解客流数据,再用GRU模型预测,提升时间序列建模能力。
  • 在工作日、周五和休息日的预测误差比LSTM等模型降低至少2.3个百分点。
  • 适合交通规划与智能运维团队,尤其关注客流波动规律的场景。

在城市轨道交通智能系统中,精准预测换乘客流是优化运营方案、提升运输效率的关键环节。为完善地铁内部换乘客流预测理论,并为智能决策提供更可靠支持,本文创新性地提出一种融合季节趋势分解法(STL)与门控循环单元(GRU)的联合预测模型。实际应用中,首先基于Keras框架构建并训练GRU模型;随后对原始地铁刷卡数据进行预处理,利用基于图的深度优先搜索算法识别乘客出行路径,构建换乘客流时间序列;接着采用STL算法将时间序列分解为趋势、周期和残差成分,通过3σ原则剔除并填补残差中的异常值;最终完成换乘预测。以某地铁站换乘客流数据为样本验证模型有效性。结果表明,在工作日(不含周五)、周五及休息日,该模型相比LSTM、GRU及STL-LSTM组合模型,平均绝对百分比误差(MAPE)分别降低至少2.3、1.36和6.42个百分点。

原文摘要 · Abstract (English)

In the metro intelligent transportation system, accurate transfer passenger flow prediction is a key link in optimizing operation plans and improving transportation efficiency. To further improve the theory of metro internal transfer passenger flow prediction and provide more reliable support for intelligent operation decisions, this paper innovatively proposes a metro transfer passenger flow prediction model that integrates the Seasonal and Trend decomposition using Loess (STL) method and Gated Recurrent Unit (GRU).In practical application, the model first relies on the deep learning library Keras to complete the construction and training of the GRU model, laying the foundation for subsequent prediction; then preprocesses the original metro card swiping data, uses the graph-based depth-first search algorithm to identify passengers' travel paths, and further constructs the transfer passenger flow time series; subsequently adopts the STL time series decomposition algorithm to decompose the constructed transfer passenger flow time series into trend component, periodic component and residual component, and uses the 3σ principle to eliminate and fill the outliers in the residual component, and finally completes the transfer passenger flow prediction.Taking the transfer passenger flow data of a certain metro station as the research sample, the validity of the model is verified. The results show that compared with Long Short-Term Memory (LSTM), Gated Recurrent Unit (GRU), and the combined model of STL time series decomposition method and Long Short-Term Memory (STL-LSTM), the STL-GRU combined prediction model significantly improves the prediction accuracy of transfer passenger flow on weekdays (excluding Fridays), Fridays and rest days, with the mean absolute percentage error (MAPE) of the prediction results reduced by at least 2.3, 1.36 and 6.42 percentage points respectively.

客流预测时间序列GRUSTL

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。