基于多元时间序列预测的智能交通系统
2019-10-21李家鑫宋佳怡李冠辰宋琳刘翰宸
李家鑫 宋佳怡 李冠辰 宋琳 刘翰宸
摘 要:随着城市化进程的高速发展,交通拥堵已成为困扰和阻碍城市发展的重要问题。道路大多数是部分拥堵、部分畅通,准确预测出道路拥堵状态可以更好地实现汽车分流,缓解交通压力。本文分别运用VARMA(向量自回归移动平均)和LSTM(长短期记忆网络)算法对首都机场附近的57条道路的拥堵数据进行建模分析,在此基础上将LSTM处理多元时间序列的核心思想加入到多元回归算法中,使多元回归算法拥有处理多元时间序列的能力。之后对三个算法的预测准确度和建模复杂度进行对比,找出适合用于不同场景的算法。得出结论,VARMA模型适用于短期精准预测、RNN适用于长期大规模的波动预测、改造后的多元回归模型适用于中长期快速预测。本文中的算法和结论可以更好地帮助公安和交警及时把控道路拥堵状况,针对道路拥堵情况提前做出预案和防范措施。减轻出行压力,提高居民幸福感。
关键词:交通拥堵指数预测;VARMA算法;LSTM算法;多元线性时序回归算法;智能交通
中图分类号:TP311.13;U495 文献标识码:A 文章编号:2096-4706(2019)12-0104-02
Abstract:With the rapid development of urbanization,traffic congestion has become an important problem that puzzles and hinders urban development. Most of the roads are partially congested and partially unobstructed. Accurate prediction of road congestion can better realize vehicle diversion and relieve traffic pressure. In this paper,we use VARMA (Vector Autoregressive Moving Average) and LSTM (Long-term and Short-term Memory Network) algorithms to model and analyze the congestion data of 57 roads near the Capital Airport. On this basis,the core idea of LSTM processing multiple time series is added to the multiple regression algorithm,so that the multiple regression algorithm has the ability to deal with multiple time series. Then the prediction accuracy and modeling complexity of the three algorithms are compared to find out the suitable algorithm for different scenarios. It is concluded that VARMA model is suitable for short-term accurate prediction,RNN model is suitable for long-term large-scale fluctuation prediction,and the modified multiple regression model is suitable for medium-term and long-term fast prediction. The algorithm and conclusion in this paper can better help the public security and traffic police to control the road congestion situation in time,and make plans and preventive measures in advance for the road congestion situation. Reduce travel pressure and improve residentswell-being.
Keywords:traffic congestion index prediction;VARMA algorithm;LSTM algorithm;multiple linear time series regression algorithm;intelligent transportation
1 緒论
1.1 研究背景
中国是一个拥有14亿人口的大国,城市化和汽车数量的增加都会加剧道路的拥堵。以北京为例,北京城区接近90%的道路已经达到饱和状态,拥堵问题十分严重。
1.2 国内外研究现状
国内外学者在这个问题上的研究已经做了很多努力并有了很多突破,主要的研究方向可以分为非参数回归、参数回归、神经网络、时间序列分析等。……
