MDLpark: Available Parking Prediction for Smart Parking Through Mobile Deep Learning

Md Tanvir Rahman,Yu Zhang,Samen Anjum Arani,Wei Shao
DOI: https://doi.org/10.1007/978-981-19-8350-4_15
2022-01-01
Abstract:Problems with parking have resulted in traffic congestion, social phobia, and smog, as well as an inefficient allocation of resources as a result of the city's growing population. The importance of computeraided methods and existing methods for parking prediction are analyzed. On this basis, the existing deep learning and mobile deep learning methods were investigated in depth and found that the existing methods are dependent on the cloud server and also have issues related to accuracy and response time. MDLpark, a novel mobile deep learning architecture-based approach for parking occupancy prediction is proposed. The method is based on Temporal Convolutional Network (TCN), which uses a one-dimensional fully convolutional network architecture through TCN, which utilizes its convolution and dilation to make it dynamically adaptive to the prediction window and prediction response. We restructured the residual block of TCN by replacing the weight normalization with batch normalization, which is more stable than weight normalization. The proposed MDLpark prediction method is implemented based on Keras and TensorFlow, and a mobile deep learning parking application is designed. Experimental results show that compared with other models (TCN, LSTM, GRU and MLP), MDLpark achieves higher prediction accuracy with 97.6% accuracy (97.3%, 84.3%, 95.6%, and 95.7% for TCN, LSTM, GRU, and MLP, respectively). At the same time, through the developed model, the traveler's time to find a parking space is reduced, and the function of direction to these parking lots is provided.
What problem does this paper attempt to address?