MLLGMay 2, 2018

A Dynamic Model for Traffic Flow Prediction Using Improved DRN

arXiv:1805.00868v41 citations
Originality Incremental advance
AI Analysis

This work addresses traffic flow prediction for travelers and management agencies, offering incremental improvements over existing deep learning methods.

The authors tackled real-time traffic flow prediction by improving the Deep Residual Network (DRN) with a dynamic model that integrates layer inputs and outputs and uses online learning, resulting in higher accuracy than state-of-the-art models and better practical performance.

Real-time traffic flow prediction can not only provide travelers with reliable traffic information so that it can save people's time, but also assist the traffic management agency to manage traffic system. It can greatly improve the efficiency of the transportation system. Traditional traffic flow prediction approaches usually need a large amount of data but still give poor performances. With the development of deep learning, researchers begin to pay attention to artificial neural networks (ANNs) such as RNN and LSTM. However, these ANNs are very time-consuming. In our research, we improve the Deep Residual Network and build a dynamic model which previous researchers hardly use. We firstly integrate the input and output of the $i^{th}$ layer to the input of the $i+1^{th}$ layer and prove that each layer will fit a simpler function so that the error rate will be much smaller. Then, we use the concept of online learning in our model to update pre-trained model during prediction. Our result shows that our model has higher accuracy than some state-of-the-art models. In addition, our dynamic model can perform better in practical applications.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes