Next Article in Journal
QuatJND: A Robust Quaternion JND Model for Color Image Watermarking
Next Article in Special Issue
An Improved Temporal Fusion Transformers Model for Predicting Supply Air Temperature in High-Speed Railway Carriages
Previous Article in Journal
Influence of Transfer Entropy in the Short-Term Prediction of Financial Time Series Using an ∊-Machine
Previous Article in Special Issue
Spatial Warped Gaussian Processes: Estimation and Efficient Field Reconstruction
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Multi-View Travel Time Prediction Based on Electronic Toll Collection Data

1
Fujian Key Laboratory for Automotive Electronics and Electric Drive, Fujian University of Technology, Fuzhou 350118, China
2
College of Computer and Data Science, Fuzhou University, Fuzhou 350108, China
3
College of Information Technology and Management, Hunan University of Finance and Economics, Changsha 410205, China
4
Fujian Provincial Big Data Research Institute of Intelligent Transportation, Fujian University of Technology, Fuzhou 350118, China
*
Author to whom correspondence should be addressed.
Entropy 2022, 24(8), 1050; https://doi.org/10.3390/e24081050
Submission received: 19 June 2022 / Revised: 24 July 2022 / Accepted: 28 July 2022 / Published: 30 July 2022
(This article belongs to the Special Issue Spatial–Temporal Data Analysis and Its Applications)

Abstract

:
The travel time prediction of vehicles is an important part of intelligent expressways. It can not only provide the vehicle distribution trend of each section for the expressway management department to assist the fine management of the expressway, but it can also provide owners with dynamic and accurate travel time prediction services to assist the owners to formulate more reasonable travel plans. However, there are still some problems in the current travel time prediction research (e.g., different types of vehicles are not processed separately, the proximity of the road network is not considered, and the capture of important information in the spatial-temporal perspective is not considered in depth). In this paper, we propose a Multi-View Travel Time Prediction (MVPPT) model. First, the travel times of different types of vehicles of each section in the expressway are analyzed, and the main differences in the travel times of different types of vehicles are obtained. Second, multiple travel time features are constructed, which include a novel spatial proximity feature. On this basis, we use CNN to capture the spatial correlation and the spatial attention mechanism to capture key information, the BiLSTM to capture the time correlation of time series, and the time attention mechanism capture key time information. Experiments on large-scale real traffic data demonstrate the effectiveness of our proposal over state-of-the-art methods.

1. Introduction

As an important part of transportation infrastructure, expressways provide important support for social economic development and people’s quality of life. However, in recent years, the number of vehicles in China has gradually increased, and the management and planning of expressways have faced many problems. In order to improve the efficiency of vehicle management of expressways, China’s road management departments have deployed more than 20,000 sets of gantry equipment on expressways across China [1], and the intelligent charging and real-time location recording of vehicles have been realized, which further promotes the fine management of expressways [2]. This is of great significance to improve expressway traffic efficiency, reduce logistics costs, facilitate mass travel, and promote the high-quality development of expressways. At the same time, due to the construction of expressway infrastructure, the expressway gantry system also generates massive Electronic Toll Collection (ETC) data, which provides data support for the “ETC plus”. ETC data record most of the vehicles driving on the expressway, which basically reflects the traffic status of the expressway section [3]. Therefore, through ETC data, we can accurately obtain the road utilization rate, traffic rate, traffic speed, travel time, etc., which can help us effectively predict the traffic flow [4], travel time [5], and speed [6] of all vehicle types in each section of the expressway.
Travel time prediction is an important part of an intelligent expressway, which provides travelers with travel time information of each path, helps travelers make more intelligent travel decisions, and formulates more accurate and reasonable expressway driving schedules [7]. In addition, travel time prediction can also provide auxiliary decision-making information for road management and rectification for traffic management departments. A large number of researchers have studied travel time prediction [5,7,8], with the deepening of research, the error value is gradually reduced, but there are still some problems. First, there is no separate discussion of different types of vehicles, and different types of vehicles on expressways have different travel characteristics [8]. Most researchers predict the future travel time based on the overall travel time of all vehicles, which may seriously affect the accurate prediction of travel time and cannot be applied to fine expressway management. Second, the road proximity is not considered, which has great influence on traffic prediction [9]. However, the proximity of the road network is not considered in the current travel time prediction research. Third, the important information extraction does not consider both spatial and temporal features. In the long-term sequence processing, different information of time dimension and space dimension has different weights for the prediction model [10,11]. If more weight can be given to the important information of the two dimensions of time and space, the accuracy of the prediction model could be further improved.
To address the aforementioned challenges, we propose a Multi-View Travel Time Prediction Model (MVTTP). First, the travel time characteristics of each vehicle type on the expressway are analyzed, and the vehicles are classified according to the difference in travel time of each vehicle type. On this basis, we consider multi-view spatial-temporal features to construct feature vectors, where we propose a novel spatial proximity feature. Finally, we propose a new deep learning framework in which the Convolutional Neural Network (CNN) captures the spatial dependency of the network structure and then adds a spatial attention mechanism to weight the important information, and the Bi-directional Long Short-Term Memory (BiLSTM) captures the temporal dependency of the time series and adds a temporal attention mechanism to capture the important temporal features. The experimental results show that the predicted values after classification are closer to the real travel time values and that the model has better prediction performance. The prediction performance of the model is also improved after considering the spatial proximity, and the proposal has better prediction performance compared with other deep learning methods.
Our contributions are summarized below:
  • We analyze the travel time of expressway, find out there are great differences in the travel time of different types of vehicles, and further verify the necessity of separate predictions for different types of vehicles.
  • We propose a road network proximity feature for travel time prediction, which can perceive the correlation of adjacent sections in the space of the road network.
  • We propose a novel travel time prediction model, which considers the road network proximity, temporal and spatial correlation, and can capture the key spatial-temporal information.
  • We conducted extensive experiments on real- traffic datasets. The results show that our method consistently outperforms the competing baselines.
The organization of this paper is as follows: The first section is the introduction; the second section is the related work. The third section is the details in the Methodology. The fourth section is the Experimental Results and Analysis, and finally, the fifth section is the Conclusion.

2. Related Work

At present, travel time prediction models can be divided into two categories, one is model driven, the other is data driven [12]. Model-driven methods were a common travel time prediction model in the past [13], which are mainly divided into queuing models and cell transmission models. With the development of business and industry, a large amount of data is collected, and data-driven prediction has become a hot research topic [14], which can be divided into machine learning algorithms and deep learning models.
Model-driven methods predict future travel time by modeling parameters in traffic models [12]. In the development of model-driven travel time prediction, Takaba et al. [15] use leakage a model and delay model based on queuing theory to predict travel time; their results show that the leakage model has a better performance than the delay model. Skabardonis et al. [16] take the free travel time and traffic signal delay time as the total travel time of the vehicle and used the queuing theory model based on motion wave theory to predict total travel time. Juri et al. [17] combined statistical prediction technology with cell transmission model, using a sliding window framework for online travel time prediction, which is a point-to-point, online, short-term prediction method. Seybold et al. [18] proposed an improved cell transmission model to predict travel time, which uses the least square method and global least square method to optimize model parameters. Model-driven prediction has a relatively complete traffic model and theoretical system, which can clearly explain the relationship between various traffic volumes. However, its prediction time is short, and its prediction performance is not good.
The data-driven method mainly uses a large number of historical data to conduct the model learning and parameter optimization. Then, the model can achieve the effect of an approximately real situation [19]. It is mainly divided into the traditional time series prediction method, the machine learning method, and the deep learning model [20]. The traditional time series prediction algorithms mainly include Autoregressive Integrated Moving Average (ARIMA) and Historical Average (HA), which were once widely used in the field of traffic forecasting [21]. However, since these methods are based on historical records for forecasting, they cannot capture the context features of the data and are gradually replaced by machine learning algorithms.
With the development of machine learning and deep learning, a large number of travel time prediction methods based on machine learning or deep learning have been proposed. Before 2016, Machine learning is a hot research topic [22,23], most of the research on travel time prediction was based on machine learning methods and feature vectors for travel time prediction. However, in 2016, the deep learning system AlphaGo developed by Google defeated the championship of human chess, the deep learning once again became a research hotspot in various fields [24,25,26]. Since then, deep learning-based travel time has also become a research hotspot in the field of transportation.
The mainstream algorithms of machine learning for travel time prediction include Support Vector Regression (SVR), K-Nearest Neighbor (KNN), Linear Regression (LR), Adaptive Boosting (AdaBoost), etc. Kwon et al. [7], based on LR, used stepwise variable selection and decision trees to predict the travel time of expressways. Rice et al. [27] also proposed an improved LR with time-varying coefficient, which uses historical time and the traffic condition of the day to predict travel time. Vanajakshi et al. [28] used SVR to predict short-term travel time. Based on this, Qiu et al. [29] predicted travel time by using floating car trajectory data and radar velocity data based on SVR. Castro-Neto et al. [30] proposed an online support vector machine (OL-SVR) for travel time prediction in atypical traffic conditions such as traffic accidents, bad weather, and holidays. Yao et al. [31] used the travel time, traffic flow, and road occupancy of historical time as the input of SVR, and selected Gaussian radial basis function as the kernel function to predict the travel time. Wang et al. [32] predicted the travel time based on the improved KNN, using cross validation to determine the selection of the k value. Yao et al. [33] selected the training feature and the most similar neighbor days through the classification models of random forest (RF) and KNN and then used the regression model of RF and KNN to predict the time of traffic congestion. Traditional machine learning is the simple linear regression model, which fails to capture the complex nonlinear spatial-temporal correlations.
Deep learning overcomes the limitations of the shallow learning of machine learning and can capture nonlinear spatial-temporal correlations well. Hopfield et al. [34] first proposed a time RNN model. With the in-depth study of the RNN, the model has been gradually applied to various fields. Yun et al. [35], used the Recurrent Neural Network (RNN) model for travel time prediction at expressway and urban intersections, and the experimental results showed that the model has good prediction performance. Since RNN has difficulty preserving long-term memory and has the problems of vanishing gradients and explosion gradients, researchers thus proposed to use Long Short-Term Memory (LSTM) [36], Gated Recurrent Unit (GRU) [37], and Bi-directional Long Short-Term Memory (BiLSTM) [38] for travel time prediction. However, it is difficult for a single neural network to capture both temporal and spatial correlations in a long time sequence.
With the development of deep learning [39], combining the advantages of multiple single deep learning models into complex deep learning models has become a hot research topic in time series prediction [40]. Yao et al. [21] proposed a combined model for traffic flow prediction in which CNN and LSTM capture the spatial-temporal correlation of traffic flow and then use the periodically shifted attention mechanism to capture the periodicity and the flow gating mechanism to explicitly model dynamic spatial similarity. Liu et al. [41] also used a combined model for traffic flow prediction, which used Convolution LSTM to extract spatial-temporal correlations of traffic flow, and then used Bi-LSTM to capture periodicity. Guo et al. [42] combined CNN with LSTM to capture both temporal and spatial correlations in population flow prediction, and used temporal attention mechanisms to capture more important temporal information. Xu et al. [43] utilized feature embedding blocks to capture semantic information from multiple features. Then, based on the spatial attention mechanism and the temporal attention mechanism, captured the spatial and temporal dependencies in the multimodal traffic demand. In the above deep learning combined prediction model, they use the convolution idea to capture the spatial correlation, use the recurrent neural network to capture time correlation, and use the attention mechanism to capture important spatial-temporal information.
At the same time, the combined model is also widely used in travel time prediction [44]. Li et al. [45] used CNN and LSTM to obtain spatial-temporal correlation, and then used the time attention mechanism to correct the drift error in travel time. Fang et al. [46] used a graph neural network (GCN) and a graph attention mechanism to obtain the spatial-temporal correlation of travel time and used CNN to obtain the spatial context information. Wang et al. [47] proposed a geo-based convolution, which converted the GPS series into a feature map, and then used LSTM to obtain the temporal correlation and a channel attention mechanism to capture the important information between different sub-paths. The above combined travel time models can capture both temporal correlations and spatial correlations, but they do not have an attention mechanism that considers both time and space.
In summary, the difference of our proposed method compared with the literature is that we consider both spatial and temporal attention mechanism, and we also consider the travel time difference in vehicle types and the proximity of road network.

3. Methodology

3.1. Overview

In this section, we give an overview of the proposed model as shown in Figure 1. First, we preprocess the data to remove abnormal data and ensure the integrity of the data. On this basis, we converted the ETC data into vehicle trajectories based on the gantry topology data, so that we could obtain the travel time of vehicles in all sections. However, there is no traffic flow in a certain period of time in some sections, so there is no travel time in a certain time interval. Therefore, we supplemented the missing data by repairing the algorithm. After preparing the data, we analyzed and modeled multiple features, and process the vehicle separately according to the vehicle type. Finally, we used CNN to capture spatial correlation and BiLSTM to capture temporal correlation and then used the attention mechanism of spatial and temporal information to capture important information for model prediction. Therefore, we could obtain the predicted travel time of each vehicle.

3.2. Notations and Problem Formulation

In this section, we first fix some notations and define the travel time prediction problem. We follow previous studies [48] and define the set of time intervals as I = I 1 ,   I 2 , , I t , I T . We further define the following:
ETC data. When the vehicle passes through the ETC gantry, the Road Side Unit (RSU) on the gantry will conduct an information transaction with the On Board Unit (OBU) of the vehicle. The RSU will record the vehicle ID, the gantry ID, the time of information transaction, the expressway entrance of the vehicle, and other information and then upload it to the ETC system. This uploaded information constitutes the ETC data E d a t a .
Section: The ETC gantry of the expressway is called N o d e , the area between two adjacent gantries forms a section which is referred to as Q D = D a t , d i s , D a t = N o d e 1 , N o d e 2 , where d i s is the distance between two nodes. N o d e and Q D are shown in Figure 2. The set of all sections (i.e., expressway network) can be express as L W = { Q D 1 ,   Q D 2 , , Q D n } .
Vehicle trajectory: A set of ETC gantry E d a t a through which a vehicle passed while driving on the expressway, E d a t a = { R N o d e 1 ,   R N o d e 2 ,   R N o d e n } , R N o d e = I D ,   T i m e ,   E n t e r I D , . . E d a t a are composed of multiple gantry transaction records, R N o d e . R N o d e s contain more than 100 data attributes; I D is the gantry Identity Document (ID); T i m e is the transaction time of the gantry; E n t e r I D is the enter station ID. ETC data, E d a t a , can be converted into vehicle trajectory data, E d a t a T r a j = D 0 , D 1 , D i D j , D E , D i = N i , T i , 0 i E , i j ,   T i T j . D i is the trajectory point, including node N i and time property T i . N i is the label of the i-th node passed by the vehicle, and T i is the information interaction time when the vehicle passes through node N i . D 0 is the start-point of the trajectory, and D E is the end-point of the trajectory.
Vehicle type: China’s license plates mainly include blue license plates, yellow license plates, green license plates, white license plates, and black license plates. In order to clarify the meaning of the vehicle type, the vehicle is divided into five categories according to the color of the license plate. They are Class A vehicle (blue license plate), Class B vehicle (yellow license plate), Class C vehicle (green license plate), Class D vehicle (white license plate), and Class E vehicle (black license plate). In addition, all vehicles together are called Class F vehicles.
Travel time: The time consumed by a vehicle passing a certain section N o d e 1 ,   N o d e 2 is called travel time Δ t :
Δ t = t n o d e 2 t n o d e 1
If m vehicles pass section Q D j at time window i , the travel time Δ t i j , a l l of all vehicles at section Q D j at time window i can be expressed as:
Δ t i j , a l l = Δ t i j , 1 , Δ t i j , 2 , , Δ t i j , m
The average travel time Y i j of the section Q D j of m vehicles at time window i can be expressed as:
Y i j = c = 1 m Δ t i j j , c / n
Travel time prediction problem: The travel time prediction problem aims to predict the travel time of t + 1 time interval, given the data until time interval t . In addition to historical travel time data, we also include relevant context features, including spatial proximity features, spatial correlation features, time correlation features, and traffic situation correlation features. We define the context feature of section j at time point i as a vector e i j r , and r as the number of features. Therefore, travel time prediction can be expressed as:
Y i + 1 j = F Y j h , j Q D , , E j h , j Q D
For j Q D , Y j h , j Q D is historical travel time, where j h denotes the starting time. F . is the prediction function. E j h , j Q D are context features for all sections Q D for time intervals from j h to j . E can be expressed as:
E = E c 1 , E c 2 , , E c n E s 1 , E s 2 , , E s n E t 1 , E t 2 , , E t n E z 1 , E z 2 , , E z n
where E c is the spatial proximity features, E s is the spatial correlation features, E t is the time correlation features, E z is the traffic situation correlation features, and E n denotes the context features from n -th time intervals.

3.3. Data Preprocessing

3.3.1. Raw Data Cleaning

ETC gantries record transaction time, vehicle license plate, toll station, and other information when the vehicle passes through the ETC gantry. However, there are some special conditions (e.g., terrible weather, vehicle OBU anomaly, gantry RSU anomaly) that make the ETC system record abnormal data. Through research and analysis, the main abnormal data can be divided into data redundancy and data error, as shown in Table 1 and Table 2, where *, **, represents other characters that are not displayed.
Data redundancy: The transaction information of each vehicle passing through the ETC gantry should be unique. However, data collection, transmission, storage procedures may not work properly, resulting in multiple uploads of data. Therefore, these data need to be cleaned.
Data error: Data attributes differ from normal traffic data. There are three main cases: The first is that the data are not normally collected, which is replaced by special characters (e.g., Error 1). The second is that data are lost due to abnormalities in the system during transmission, and the system uses random characters to replace lost data (e.g., Error 2, Error 4). The third is that the data do not conform to normal traffic rules (e.g., Error 3), the time of the trade station being later than the time of the enter station. Therefore, these data need to be cleaned

3.3.2. Vehicle Travel Time Construction

After preprocessing the ETC data, we construct the trajectory of each vehicle through the gantry sequence, and then calculate the section travel time of the vehicle combined with the gantry topology data, the details of the processing are shown in Algorithm 1. First, the trajectory of each vehicle is counted, and the vehicle trajectory is divided into multiple sections trajectory. Then, each section trajectory is matched with the gantry topology data to check whether the section belongs to the expressway gantry topology. If there is, the travel time of the vehicle passing through the section is directly calculated; if not, we need to search for the shortest path of the section, through the shortest path of the section sequence, to add the missing gantry record. After the data are added, we can calculate the travel time of all sections. The algorithm is as follows.
Algorithm 1 Travel time window construction algorithm.
Input: ETC data E d a t a ; Expressway road network topology data L W ;
Output: Vehicle travel time data D t ;
1: E d a t a = R N o d e 1 , R N o d e 2 , , R N o d e n ,   L W = Q D 1 , Q D 2 , , Q D n , Q D = D a t , D i s ;
2: for  i = 0 to i = n 1  do
3: Δ t i = T i m e i + 1 T i m e i //Calculating the time difference of adjacent nodes;
4:  D a t = R N o d e i , T i m e i , R N o d e i + 1 , T i m e i + 1 //save the information of adjacent nodes;
5:  D t = D a t , Δ t i ,//save the vehicle passage information;
6: end for
7: if  R N o d e i and R N o d e i + 1 in L W //if adjacent nodes are in topological data;
8:  D t = D a t , Δ t i //the vehicle passage time remains unchanged;
9: else
10:  D i s = {}
11:  N 1 , N 2 , , N m ← shortest path( L W , N )//search for the shortest path, which N = R N o d e i ,   R N o d e i + 1 ;
12:  D i s N 1 , N 2 , , N m //the shortest distance is converted into distance;
13:  v i = D i s / N i . T i m e //calculate the speed of the front and back gantry;
14:  Δ t i = N i + 1 . T i m e N i . T i m e
15:  D a t = N i , N i . T i m e , N i + 1 , N i + 1 . T i m e , Δ t
16:  D t = D a t , Δ t i ,//save the vehicle passage information;
17: Return D t

3.3.3. Repair of Missing Data of Time Interval

In real traffic conditions, some sections with small traffic flow will have no traffic flow at a certain time interval, so there is no travel time feature in these time intervals. To solve this problem, some researchers will add an ideal value to replace missed data. Since the ideal value cannot truly reflect the traffic situation, it may cause some problems when predicting the travel time. Therefore, we filled the missing value according to the historical travel time correlation of the road network, the details of the processing are shown in Algorithm 2.
Algorithm 2 The addition algorithm of missing data in time window.
Input: d a t a = x 1 , x 2 , x 3 , x n //The sequences with missing values;
Output: d a t a * = x 1 , x 2 , x 3 , x 4 , x n //The complete sequence;
1: for  i ← 0 to n  do
2:  if  i = = 0
3:   if  d a t a i is n a n and   d a t a i + 1 , data d a t a i + 2 is not n a n
4:     d a t a i data i + 1 + data i + 2 / 2 ;
5:   end if
6:  end if
7:  if  i = = 1
8:   if  d a t a i is n a n and d a t a i 1 , d a t a i + 1 is not n a n
9:     d a t a i data i 1 + data i + 1 / 2 ;
10:   end if
11: end if
12:  if  i > = 2 and i < = n 3
13:   if  d a t a i is n a n and d a t a i 1 , d a t a i + 1 is not n a n
14:     d a t a i data i 1 + data i + 1 / 2 ;
15:   end if
16:   if  d a t a i , d a t a i + 1 is n a n and d a t a i 1 , d a t a i 2 is not n a n :
17:      d a t a i data i 1 + data i 2 / 2 ;
18:   end if
19:   if  d a t a i , d a t a i 1 is n a n and d a t a i + 1 , d a t a i + 2 is not n a n
20:     d a t a i data i + 1 + data i + 2 / 2 ;
21:   end if
22:  end if
23:  if  i = = n 2
24:   if  d a t a i is n a n and d a t a i 1 , d a t a i + 1 is not n a n
25:     d a t a i data i 1 + data i + 1 / 2 ;
26:   end if
27:   if  d a t a i , d a t a i + 1 is n a n and d a t a i 1 , d a t a i 2 is not n a n
28:      d a t a i data i 1 + data i 2 / 2 ;
29:   end if
30:   end if
31:  if i = = n 1
32:   if  d a t a i is n a n and d a t a i 1 , d a t a i 2 is not n a n
33:     d a t a i data i 1 + data i 2 / 2 ;
34:   end if
35:  end if
36: end for
37: d a t a *     d a t a
38: return  d a t a *
The algorithm mainly repairs the missing values of the first part, the middle part, and the end part of the data and then supplements them according to the correlation of the travel time before and after the section. The repair effect is shown in Figure 3. Figure 3 shows that the repair value will be dynamically supplemented according to the correlation before and after, and the added value can almost reflect the real traffic situation.

3.4. Travel Time Analysis and Modeling

3.4.1. Differentiation Analysis of Vehicles

There are many different types of vehicles on expressways in China, and the travel time of different types of vehicles may be different. Therefore, we analyze the travel time of two sections with long mileage and short mileage, and the distribution of travel time is shown in Figure 4. It can be drawn from the figure that the travel time of different types of vehicles is different, and the travel time of Class B vehicles is the largest difference with other types of vehicles, and its travel time value is much higher than the average travel time of all vehicles (Class F vehicle). The overall average travel time is almost in the middle between the Class B vehicles and other types of vehicle, which is smaller than that of the Class B vehicles and larger than that of other types of vehicles. Therefore, it can be concluded that there are differences in travel time among different types of vehicles. It is irrational to predict travel time with the overall travel time, and it is necessary to analyze the travel time of each vehicle separately.
To effectively obtain the difference between each type of vehicle, we further analyze the above Section 1 and Section 2. Figure 5 shows the travel time comparison of vehicles in two sections, and Figure 6 shows the average absolute error results of each type of vehicle. It can be drawn from Figure 5 that in addition to the vehicles with Class B vehicle, the travel time values of all types of vehicles have little difference, and the travel time of a Class B vehicle is significantly higher than that of other vehicle types. Figure 6 shows that the absolute error of travel time between Class B vehicle and other vehicles is relatively large, and the average absolute error between other types of vehicles is relatively small. Therefore, Class B vehicles and other types of vehicles need to be processed separately. The travel time of vehicles is mainly between Class II vehicles (Class B vehicle, just that, big vehicles with yellow license plates) and Class I vehicle (Class A vehicle, Class C vehicle, Class D vehicle, Class E vehicle, just that, small vehicles with other color license plates). we mainly construct two travel time prediction models of Class I and Class II vehicles to realize the travel time prediction of expressways.

3.4.2. Context Features Modeling

In this section, we will introduce each context feature in detail.
(1)
Spatial proximity features
Near things are more related than distant things [49]. There is a strong continuity between the sections of the expressway, so the flow and speed between the sections are correlated in the road network [9]. However, each section of the road network has different distances, and the travel time of the upstream and downstream sections will also be different. It is difficult to directly capture the correlation between adjacent sections. Therefore, we consider converting the speed proximity of adjacent sections to the travel time proximity. We denote the section speed as V Q D i , velocity has the correlation of adjacent sections, V j r V j V j + r , and the section distance D i s Q D i is fixed. Therefore, we construct the travel time proximity E c based on D i s Q D i and V Q D i .   E c can be represented as:
E c = D i s j V j ± r
where j is the gantry number, and r is the number of adjacent gantries.
The r value is the key to spatial proximity. To obtain the optimal range of r , we use Pearson’s correlation coefficient to analyze the influence factors of travel time data T j ± r on T j . The calculation formula is:
ρ = j = 1 n T j T j ¯ T j ± r T j ± r ¯ i = 1 n T j T j ¯ 2 i = 1 n T j ± r T j ± r ¯ 2
where n represents the number of traffic samples, T j is the travel time of section Q D j , and T j ± r is the travel time of r sections before and after section j .
We selected three sections for spatial proximity analysis. As shown in Table 3, it can be concluded that with the increase in section distance, the correlation of proximity decreases gradually. There is a strong correlation between the two sections.
(2)
Spatial correlation features
In the road network, different sections have similar traffic speeds and zone mileages; that is, they have similar travel times, so the travel time is a spatial correlation. A large amount of traffic situation prediction research (e.g., traffic flow, traffic speed, travel time) has consider spatial correlation. Therefore, in this study, spatial correlation is also considered in the travel time prediction. The spatial correlation E s can be expressed as the similar travel time of section Q D c and section Q D j and section Q D z in the road network, T c T j T z .
(3)
Temporal correlation features
There is temporal correlation in travel time. The temporal correlation can be expressed as E t = E w , E d , E t c . E d is the daily periodicity,   E d is the weekly periodicity, and E t c is the time closeness. The travel time of a certain day in each week will have a weekly periodicity (e.g., Friday is the day before the weekend holiday in China, a large number of people will go back to their hometown, Sunday is the last day of the holiday, and a large number of people will return to the city to work), a certain hour in each day also has periodicity (e.g., 7–9 p.m. is the peak time of traveling to work, 5–7 p.m. is the peak time of getting off work). At the same time, there is also a close correlation between the previous time intervals and the latter time interval.
(4)
Traffic situation features
Traffic situations consist mainly of traffic flow, travel time, and traffic speed, which interact with each other (e.g., traffic flow increases to a certain level, traffic speed becomes smaller, and travel time becomes larger). Therefore, traffic situation features are expressed as E z = E v , E q , where E v is traffic speed, and E q is traffic flow.

3.5. Deep Learning Prediction Model

This section provides details about the deep learning framework. which aims to predict the expressway section travel time Y t at the next moment by using nearby historical travel time data R c l o s s , spatial proximity data R c , traffic situation data R z , and periodic data R d ,   R w . Figure 7 shows the architecture of the deep learning model.
First, we input spatial proximity data R c and traffic situation data R z into the CNN module to capture the correlation of feature space and road network proximity and then use the level attention of CBAM attention mechanism to weight important features to improve the prediction performance of the model.
Second, we also use CNN to obtain the spatial correlation of the road network, and then use the spatial attention of the CBAM attention mechanism to obtain important spatial information.
Finally, we input the periodic data R d and R w into the BiLSM module to capture the proximity of time and the periodicity of time. Then, the time attention mechanism is used to dynamically adjust the weight of each time interval on the prediction results.

3.5.1. CNN-ATTENTION

In the road network, some sections may have similar travel time distribution, and adjacent regions also have some correlation. Therefore, we use the CNN module to capture the correlation and proximity in the road network space. At the same time, the traffic flow and traffic speed of the section are also potentially correlated with travel time. Therefore, we use the CNN model to capture the correlation between traffic flow and traffic speed and travel time. The convolution neural network inputs the extracted original input Y i , t as Y i , t k into the convolution layer k , and uses two-dimensional convolution to capture the spatial feature of the travel time of the section. The convolution formula is shown in follows:
Y i , t k = R e L U W k Y i , t k 1 + b k
where K is the number of convolution layers, i is the section, t is the time window, R e L U is the activation function, W k is the weight coefficient, and b k is the constant.
To further capture important information in the spatial dimension, we use the CBAM attention mechanism [50] to fully understand the detail changes in features and further enhance local spatial feature representation. In level attention, CBAM can strengthen the travel time distribution on the feature map, so that the model can obtain the most important features and give greater weight to travel time prediction.
Precisely, as shown in Figure 8, in the level feature attention calculation, we first use CBAM for global max-pooling and average-pooling of the inputs by level to obtain Maxpool level attention vector and AvgPool level attention vector. Then, we input these two vectors into a single-layer perceptron with shared weights to obtain two new hierarchical attention vectors. We combine these two vectors by the sum of elements and multiply them with the original feature map to obtain a new feature map, which can be expressed as:
M c = σ M L P M a x p o o l Y i , t k + M L P A v g P o o l Y i , t k
F c = M c Y i , t k Y i , t k
where is the multiply operation, and σ represents the sigmoid function
At the same time, different sections have different levels of influence on the travel time prediction of the predicted sections. CBAM can capture important sections in the spatial dimension and give greater prediction weights, the spatial attention mechanism is shown in Figure 9. In the spatial attention calculation of the road network, we first perform average-pooling and max-pooling operations along the level axis to obtain two spatial attention maps and connect them. Then, a standard convolution layer is used to connect them, and convolution operations are used to generate a spatial attention weight matrix. Finally, the weighted feature matrix is obtained by multiplying the matrix with the input feature mapping, which is expressed as:
M s = σ C o n v M a x p o o l Y i , t k ; A v g P o o l Y i , t k
F s = M s Y i , t k Y i , t k  
where is the multiply operation, and σ represents the sigmoid function.

3.5.2. BiLSTM-ATTENTION

There are some rules in daily life: travel time usually shows obvious periodicity and trends. Therefore, this section will focus on periodic and trends in travel time series. We use BiLSTM to capture the proximity correlation and periodic correlation for historical travel time. The input of long time series travel time data into BiLSTM will make it difficult to learn a reasonable vector representation, thus affecting the prediction performance of the model. Therefore, we use the time attention mechanism to capture important information in time to improve the prediction performance of the model.
The LSTM network is a kind of time-recurrent neural network with memory characteristics. It is a variant of RNN, which can effectively overcome the long-term dependence and gradient vanishing of RNN. To effectively obtain the context correlation before and after, BiLSTM is proposed. BiLSTM is composed of forward LSTM and backward LSTM, and the two LTSM models work on the same principle and have the same internal structure. The BiLSTM model is shown in Figure 10.
Each moment in the Bi-LSTM model is jointly determined by the state of LSTM in two directions, and the Bi-LSTM calculation formula is:
h t = L S T M x t , h t 1
h t = L S T M x t , h t 1
h t = w t h t + v t h t + b t
where w t is the weight coefficient of each output in the forward LSTM model, and then the weight matrix is constructed; v t is the weight matrix constructed by the weight coefficient of each output in the backward LSTM model; and b t is the bias at time t .
After capturing the correlation between the historical travel time and the last travel time, we use BiLSTM to predict the results of the t time window using the time series of the previous t 1 time window. The prediction formula is expressed as:
h i , t = B i L S T M Y i , t , h i , t 1
where h i , t denotes the prediction result of section i in time window t , and Y i , t is the input value.
For the daily periodicity and weekly periodicity of travel time, we use BiLSTM to obtain the correlation of n days. The formula can be expressed as:
h i , d n = B i L S T M Y i , d n , Y i , w 1 n , h i , d 1 n
where h i , d n is the travel time prediction results of d hours in section i .
At the same time, the contribution of the previous n day historical travel time to the prediction is not equal. For example, the effect of yesterday on prediction performance is more significant than that of other days at the same time. In addition, there is travel restrictions in some areas (e.g., in some areas or time, vehicle travel is restricted), people travel more similar on alternate days. In the same way, there are similar travel patterns in the daily periodicity. To effectively capture the important information of daily periodicity and weekly periodicity, we use the time attention mechanism to assign different weights to daily (weekly) travel time from potential daily periodicity and potential weekly periodicity. the equation of attention contribution weight can be shown as:
a i , d n = exp s d D exp s
where a i , t n is the importance of section i at time window t on day p , D is the number of time intervals for input, and s is the contribution scoring function, which can be expressed as:
s = v tanh h i , d n w H + h i , t w X + b
where w H ,   w X , b ,   v are learned parameters.
Finally, the output value of BiLSTM is used as the input of attention mechanism to predict the travel time, and the calculation formula is shown:
h i , t n = d D a i , d n h i , d n

4. Results

4.1. Experimental Settings and Data Description

The experimental conditions of this experiment are the Window 10 system, a Lenovo computer equipped with an Intel kernel, 2.6 GHz processor, and 16 GB memory; all experiments use Python 3.7 version, and the software architecture is developed based on Keras deep learning library tool.
The ETC data used in this experiment are from Fujian Provincial Expressway Information Technology Co., Ltd. (Fuzhou, China), which were collected by ETC gantry system from 3 May 2021 to 3 June 2021. The transaction data contain 103 attributes, including license plate number, enter time, enter station, gantry transaction time, and gantry latitude and longitude, the details is shown in Table 4, where *,**,*** represents other characters that are not displayed. In order to verify the effectiveness of the proposal, the Fuzhou-Xiamen Expressway, with the largest traffic flow in Fujian Province, is selected as the source of experimental data. It includes the four cities of Fuzhou, Putian, Quanzhou, and Xiamen. We used 70% of the data as training data and 30% as test data. The position of the gantry is shown in Figure 11.

4.2. Evaluation Metric

We evaluate the predictive performance of our proposed method and existing methods with two widely-applied metrics. They are Mean Absolute Error (MAE) and Root Mean Square Error (RMSE), respectively. The calculation formula is as follows:
MAE = 1 q p i = 1 m Y i Y i
RMSE = 1 q p i = 1 m Y i Y i 2
where q is the number of sections in the experiment, p is the number of all time windows, Y is the predicted value, and Y i is the actual value.

4.3. Analysis of Sequence Length

The Sequence length has great influence on travel time prediction. To further analyze the performance of the sequence length during prediction, the sequence lengths were tested from 1 to 9, and Figure 12a shows the trend of MAE as the sequence length increases. Figure 12b shows the trend of RMSE. From Figure 12, we can know that the sequence length is relatively better when it is 4 and 5, where 4 is the best. Therefore, we use four time intervals to predict the next time interval.

4.4. Analysis of Classification Based on Vehicle Type

In order to verify the essentiality of considering the type of vehicle, we use the MVTTP model to predict the travel time of Class I vehicles (i.e., big vehicles) and Class II vehicles (i.e., small vehicles). The number of convolution kernels is 64, the CNN and BiLSTM activation function are both ReLU, the Optimizer is adam, the cell of BiLSTM is 50, the batch size is 30, and the training epoch is 50. We set the time window to 20 min, taking the previous four time windows as input windows to predicting the next 20 min.
We test the performance of Class I vehicle and Class II vehicle after classification, the results are shown in Table 5. Table 5 shows that there is a big difference between the travel time prediction performance without considering the vehicle type and considering the vehicle type. The prediction performance of the MVTTP model in the two vehicle types is much better than that of the vehicle type without considering the vehicle.
Figure 13 is the travel time visualization of four sections, which shows that there is a big difference between the predicted travel time without considering and the real travel time of the vehicle in most of the time. For the section with a travel time of about 100 s, the prediction error is about 10 s, while for the section with a longer travel time, the error is about 100 s, and the error is about 10%. The predicted travel time without considering the type of vehicle is much higher than the predicted travel time of Class II vehicles. This is because Class II vehicles will be faster than other types of vehicles, and travel time will be shorter. Only in the peak period of travel is the speed of the vehicle reduced, and the travel time of all vehicles is similar. The difference between the predicted value without considering the type of vehicle and the real travel time of the Class II vehicles will be reduced. For the travel time prediction of Class I vehicles, the travel time is far less than the predicted value without considering the type of vehicle. Compared with Class II vehicles, the real travel times of Class I vehicles have a bigger difference from the predicted value without considering the vehicle type. The error of all sections is greater than 10% most of the time, and only in the peak period will the gap narrow.

4.5. Analysis of Spatial Proximity

In this section, we test the predictive performance of spatial proximity features on the model. The test results are shown in Table 6. Table 6 shows that the prediction performances of both Class I vehicles and Class II vehicles are improved by the spatial proximity. The prediction performance of the MVTTP model can be further improved by considering the spatial proximity.

4.6. Analysis of Spatial-Temporal Attention Mechanism

We test the performance of temporal attention mechanisms and spatial attention mechanisms, and the test results are shown in the Table 7. Table 7 shows that the prediction performance of the MVTTP is further improved after considering the spatial attention mechanism or temporal attention mechanism. When both attention mechanisms are considered, the model has better prediction performance.

4.7. Comparative Analysis of Prediction Models

To analyze the prediction performance of our proposed model (MVPPT), we use the classified vehicle data to compare the following methods, it includes traditional time series prediction methods, machine learning algorithms, and the current best deep learning processing model.
HA: Historical Average, the traditional time-series prediction methods, which predicts the travel time using average values of previous travel time values at the location given in the same relative time interval.
KNN: K-Nearest Neighbor, which is one of the most classical classification and regression methods in data mining.
SVR: Support vector regression model applies the support vector machine (SVM) similarity method for regression analysis.
AdaBoost: Adaptive Boosting. AdaBoost is a robust boosting tree-based method that is widely used in data mining applications.
LSTM: Long Short-Term Memory, a kind of time-recurrent neural network, which is good at processing time series data.
CNN: Convolutional Neural Network, which is widely used to capture the spatial correlation of time series for time series prediction.
BiLSTM [51]: Bi-directional Long Short-Term Memory, which is composed of forward LSTM and backward LSTM.
TGCN [52]: Time Domain Graph Convolutional Network, which is a well-known traffic forecasting method.
STDN [21]: Spatial-Temporal Dynamic Network, a method to jointly model both spatial and temporal dependencies by integrating CNN and LSTM.
The results of the travel time prediction test of the model in Table 8 show that the traditional travel time prediction algorithm (HA) has the worst prediction performance, because it predicts values only according to historical records without considering the context feature. Compared with the traditional time series prediction method, the machine learning method considering multidimensional feature of the travel time and has better prediction performance, among which SVR has the best performance. However, machine learning cannot capture nonlinear spatial and temporal correlation. Therefore, the neural network (e.g., LSTM, BiLSTM), which can capture spatial-temporal information, has better prediction performance, and only CNN has slightly worse prediction performance than SVR. In addition, we also use TGCN for performance testing. Due to the different distances of each road, the travel time is also different. TGCN is difficult to captures sufficient correlation between roads, and only time correlation can be captured. Therefore, TGCN did not have a very good prediction performance. In contrast, STDN handles spatial and temporal information via local CNN and LSTM, and using a periodically shifted attention mechanism to learn the long-term periodic dependency, which have a better prediction performance. Our proposed model (MVPPT) uses CNN and LSTM to capture the spatial-temporal context information, using the attention mechanism to capture important information. In addition, MVPPT also consider the context feature of spatial proximity, so it has the best prediction performance.

5. Conclusions

For expressway travel time prediction, we analyze the travel times of different types of vehicles and propose a novel model of expressway section travel time prediction. From the analysis and experimental results, we can find:
(1)
There are big differences in travel time among all types of vehicles. The travel time of big vehicles with yellow license plates is much longer than others types of vehicles. The main difference in travel time can be divided into two categories: big vehicles with yellow license plates and small vehicles with the rest of the plate colors.
(2)
The predicted travel time without considering vehicle type is higher than the real travel time of small vehicles and smaller than the real travel time of big vehicles. The error of travel time prediction without considering the type of vehicle is about 10%. After considering the type of vehicle, the prediction performance of the model has been significantly improved, and the predicted values of the model are close to the real travel time values of the vehicle.
(3)
The expressway network has close proximity, and the travel time prediction model can further improve the prediction performance after using the road network proximity. At the same time, the temporal attention mechanism and spatial attention mechanism can capture more important information, which can further improve the prediction performance of the model, and the model combining the two attention mechanisms has the best prediction performance.
(4)
This proposal can accurately predict the travel time of each section, which is of great significance for the fine management of the expressway and the development of smart expressways.
This proposal can accurately predict the travel time of each section, which is of great significance to the fine management of highways and the development of smart highways.
In fact, there are still many undiscovered rules about expressway travel times. In the future, we can further improve the performance of the model by capturing the monthly periodicity and holiday periodicity in larger datasets.

6. Discussion

The prediction of travel time of a section can promote the fine management of expressways and provide more accurate travel times to the people using them. Therefore, we model the travel time prediction based on ETC data, considering the difference of travel time of different types of vehicle and the proximity of expressway network. At the same time, we also consider the spatial-temporal attention mechanism in the deep learning framework, which constitutes a multi-view travel time prediction model. The experimental results verify the effectiveness of the model. However, the proposal also has some local specificities. First, the experimental data can only be a complete data set that includes all the type of vehicles so that the types of vehicles can be classified, which is difficult because only the relevant transportation departments can collect these data. Second, the road network proximity proposed in this work may only be applicable to the travel time prediction of expressways. The urban traffic network is complex, and the correlation between adjacent road sections is small. Therefore, road network proximity cannot provide a large contribution in travel time predictions in cities.

Author Contributions

Conceptualization, F.Z. and S.L.; methodology, S.L.; software, S.L., J.T. and C.Z.; validation, L.L., S.L. and F.Z.; formal analysis, S.L. and C.Z.; investigation, F.G. and S.L.; resources, F.Z.; data curation, F.G.; writing—original draft preparation, C.Z. and S.L.; writing—review and editing, F.Z., S.L. and and C.Z.; visualization, L.L.; supervision, S.L.; project administration, F.G. and S.L.; funding acquisition, F.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This work is funded by the National Natural Science Foundation of China (41971340), the Special Funds for the Central Government to Guide Local Scientific and Technological Development (2020L3014), the 2020 Fujian Province “the Belt and Road” Technology Innovation Platform (2020D002), the Provincial Candidates for the Hundred, Thousand and Ten Thousand Talent of Fujian (GY-Z19113), and Crosswise project (No.GY-H-21021).

Data Availability Statement

Restrictions apply to the availability of these data. Data were obtained from Fujian Expressway Information Technology Co., Ltd. (Fuzhou, China), and are available from the authors with the permission of Fujian Expressway Information Technology Co., Ltd.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Ministry of Transport of the People’s Republic of China. Today, Announce the Change Process of Our Country’s Expressways [EB/OL]. Available online: https://mp.weixin.qq.com/s?__biz=MzI3MDQwMDQ5NQ==&mid=2247537632&idx=1&sn=8c806399c88108c7bae2c3dd00f56e30&scene=0 (accessed on 22 March 2022).
  2. Guo, F.; Zou, F.; Luo, S.; Liao, L.; Wu, J.; Yu, X.; Zhang, C. The Fast Detection of Abnormal ETC Data Based on an Improved DTW Algorithm. Electronics 2022, 11, 1981. [Google Scholar] [CrossRef]
  3. Zou, F.M.; Guo, F.; Tian, J.S.; Luo, S.J.; Yu, X.; Gu, Q.; Liao, L.C. The Method of Dynamic Identification of the Maximum Speed Limit of Expressway Based on Electronic Toll Collection Data. Sci. Program. 2021, 2021, 4702669. [Google Scholar] [CrossRef]
  4. Zhao, L.; Wang, Q.; Jin, B.; Ye, C. Short-term traffic flow intensity prediction based on CHS-LSTM. Arab. J. Sci. Eng. 2020, 45, 10845–10857. [Google Scholar] [CrossRef]
  5. Chiou, J.M.; Liou, H.T.; Chen, W.H. Modeling time-varying variability and reliability of freeway travel time using functional principal component analysis. IEEE Trans. Intell. Transp. Syst. 2019, 22, 257–266. [Google Scholar] [CrossRef]
  6. Zou, F.M.; Ren, Q.; Tian, J.S.; Guo, F.; Huang, S.B.; Liao, L.L.; Wu, J.S. Expressway Speed Prediction Based on Electronic Toll Collection Data. Electronics 2022, 11, 1613. [Google Scholar] [CrossRef]
  7. Kwon, J.; Coifman, B.; Bickel, P. Day-to-Day Travel-Time Trends and Travel-Time Prediction from Loop-Detector Data. Transp. Res. Rec. 2000, 1717, 120–129. [Google Scholar] [CrossRef]
  8. Yang, C.L.; Wen, T.; Li, Y.Y. Study on Travel Time Prediction of Expressway Based on ARMAX Model. J. Highw. Transp. Res. Dev. Appl. Technol. Ed. 2020, 16, 301–307. [Google Scholar]
  9. Yang, Y. Research on Traffic Situation Analysis and Application for Urban Road Network through Spatio-Temporal Data Mining. Ph.D. Thesis, Tsinghua University, Beijing, China, 2019. [Google Scholar]
  10. Zhang, Z.; Chen, S.; Sun, X.; Liang, Y. Trajectory privacy protection based on spatial-time constraints in mobile social networks. J. Netw. Intell. 2021, 6, 485–499. [Google Scholar]
  11. Liao, L.L.; Wang, Y.Q.; Zou, F.M.; Bi, S.B.; Su, J.Y.; Sun, Q. A multi-sensory stimulating attention model for cities’ taxi service demand prediction. Sci. Rep. 2022, 12, 3065. [Google Scholar] [CrossRef]
  12. Bai, M.T.; Lin, Y.X.; Ma, M.; Wang, P. Survey of traffic travel-time prediction methods. J. Softw. 2020, 31, 3753–3771. [Google Scholar]
  13. Kachroo, P.; Ozbay, K.; Hobeika, A.G. Real-time travel time estimation using macroscopic traffic flow models. In Proceedings of the 2001 IEEE Intelligent Transportation Systems, Oakland, CA, USA, 25–29 August 2001; pp. 132–137. [Google Scholar]
  14. Zhang, J.; Wang, F.Y.; Wang, K.; Lin, W.H.; Xu, X.; Chen, C. Data-driven intelligent transportation systems: A survey. IEEE Trans. Intell. Transp. Syst. 2011, 12, 1624–1639. [Google Scholar] [CrossRef]
  15. Takaba, S.; Morita, T.; Hada, T.; Usami, T. Estimation and measurement of travel time by vehicle detectors and license plate readers. In Proceedings of the Vehicle Navigation and Information Systems Conference, New York, NY, USA, 20–23 October 1991; pp. 257–267. [Google Scholar]
  16. Skabardonis, A.; Geroliminis, N. Real-Time Estimation of Travel Times on Signalized Arterials. In Proceedings of the 16th International Symposium on Transportation and Traffic Theory, College Park, MD, USA, 19–21 July 2005; pp. 387–406. [Google Scholar]
  17. Juri, N.R.; Unnikrishnan, A.; Waller, S.T. Integrated traffic simulation–statistical analysis framework for online prediction of freeway travel time. Transp. Res. Rec. 2007, 2039, 24–31. [Google Scholar] [CrossRef]
  18. Seybold, C. Calibration of Fundamental Diagrams for Travel Time Predictions Based on the Cell Transmission Model; VS Verlag für Sozialwissenschaften: Wiesbaden, Germany, 2015; pp. 207–220. [Google Scholar]
  19. Oh, S.; Byon, Y.J.; Jang, K.; Yeo, H. Short-term travel-time prediction on highway: A review of the data-driven approach. Transp. Rev. 2015, 35, 4–32. [Google Scholar] [CrossRef]
  20. Yao, H.; Wu, F.; Ke, J.; Tang, X.; Jia, Y.; Lu, S.; Gong, P.; Ye, J.; Li, Z. Deep multi-view spatial-temporal network for taxi demand prediction. In Proceedings of the AAAI Conference on Artificial Intelligence, Palo Alto, CA, USA, 2–7 February 2018; Volume 32, pp. 2588–2595. [Google Scholar]
  21. Yao, H.; Tang, X.; Wei, H.; Zheng, G.; Li, Z. Revisiting spatial-temporal similarity: A deep learning framework for traffic prediction. In Proceedings of the AAAI Conference on Artificial Intelligence, Palo Alto, CA, USA, 27 January–1 February 2019; Volume 33, pp. 5668–5675. [Google Scholar]
  22. Wu, M.-E.; Syu, J.-H.; Chen, C.-M. Kelly-based options trading strategies on settlement date via supervised learning algorithms. Comput. Econ. 2022, 59, 1627–1644. [Google Scholar]
  23. Lam, S.H.M.; Toan, T.D. Short-Term Travel Time Prediction Using Support Vector Regression. In Proceedings of the Transportation Research Board 87th Annual Meeting, Washington, DC, USA, 13–17 January 2008. [Google Scholar]
  24. Kumar, S.; Damaraju, A.; Kumar, A.; Kumari, S.; Chen, C.M. LSTM Network for Transportation Mode Detection. J. Internet Technol. 2021, 22, 891–902. [Google Scholar] [CrossRef]
  25. Elsaid, A.O.; Fouad, M.M.; Ghoniemy, T.E. Att-SiamMask: Attention-based Network for Enhanced Visual Object Tracking. J. Inf. Hiding Multim. Signal Process. 2022, 13, 22–38. [Google Scholar]
  26. Tawfeeq, L.A.; Hussein, S.S.; Jasem Mohammed, M.; Abood, S.S. Predication of Most Significant Features in Medical Image by Utilized CNN and Heatmap. J. Inf. Hiding Multim. Signal Process 2021, 12, 217–225. [Google Scholar]
  27. Rice, J.; Van Zwet, E. A simple and effective method for predicting travel times on freeways. IEEE Trans. Intell. Transp. Syst. 2004, 5, 200–207. [Google Scholar] [CrossRef]
  28. Vanajakshi, L.; Rilett, L.R. Support vector machine technique for the short term prediction of travel time. In Proceedings of the 2007 IEEE Intelligent Vehicles Symposium, Istanbul, Turkey, 13–15 June 2007; pp. 600–605. [Google Scholar]
  29. Qiu, C.; Wang, S.; Wang, C. Travel-time prediction algorithm based on support vector regression. Comput. Era. 2014, 4, 40–42. [Google Scholar]
  30. Castro-Neto, M.; Jeong, Y.S.; Jeong, M.K.; Han, L.D. Online-SVR for short-term traffic flow prediction under typical and atypical traffic conditions. Expert Syst. Appl. 2009, 36, 6164–6173. [Google Scholar] [CrossRef]
  31. Yao, Z.; Shao, C.; Xiong, Z.H. Research on use of support vector machine for forecasting link travel time. J. Highw. Transp. Res. Dev. 2007, 24, 96–99. [Google Scholar]
  32. Wang, X.; Chen, X.; Yang, X. Short Term Prediction of Expressway Travel Time Basedon K Nearest Neighbor Algorithm. China J. Highw. Transp. 2015, 28, 102–111. [Google Scholar]
  33. Yao, W.; Qian, S. From Twitter to traffic predictor: Next-day morning traffic prediction using social media data. Transp. Res. Part C Emerg. Technol. 2021, 124, 102938. [Google Scholar] [CrossRef]
  34. Hopfield, J. Neural networks and physical systems with emergent collective computational abilities. Proc. Natl. Acad. Sci. USA 1982, 79, 2554–2558. [Google Scholar] [CrossRef] [PubMed]
  35. Yun, S.; Namkoong, S.; Rho, J.; Shin, S.W.; Choi, J.U. A performance evaluation of neural network models in traffic volume forecasting. Math. Comput. Model. 1998, 27, 293–310. [Google Scholar] [CrossRef]
  36. Duan, Y.; Yisheng, L.V.; Wang, F.Y. Travel time prediction with LSTM neural network. In Proceedings of the 2016 IEEE 19th International Conference on Intelligent Transportation Systems (ITSC), Rio de Janeiro, Brazil, 1–4 November 2016; pp. 1053–1058. [Google Scholar]
  37. Zhao, J.; Gao, Y.; Qu, Y.; Yin, H.; Liu, Y.; Sun, H. Travel time prediction: Based on gated recurrent unit method and data fusion. IEEE Access 2018, 6, 70463–70472. [Google Scholar] [CrossRef]
  38. Zhang, H.; Wu, H.; Sun, W.; Zheng, B. Deeptravel: A neural network based travel time estimation model with auxiliary supervision. In Proceedings of the 27th International Joint Conference on Artificial Intelligence, Stockholm, Sweden, 13–19 July 2018; pp. 3655–3661. [Google Scholar]
  39. Lecun, Y.; Bengio, Y.; Hinton, G. Deep learning. Nature 2015, 521, 436–444. [Google Scholar] [CrossRef]
  40. Liao, L.L.; Lin, J.M.; Zhu, Y.T.; Bi, S.B.; Lin, Y.Y. A Bi-direction LSTM Attention Fusion Model for the Missing POI Identification. J. Netw. Intell. 2022, 7, 161–174. [Google Scholar]
  41. Liu, Y.; Zheng, H.; Feng, X.; Chen, Z. Short-term traffic flow prediction with Conv-LSTM. In Proceedings of the 2017 9th International Conference on Wireless Communications and Signal Processing (WCSP), Nanjing, China, 11–13 October 2017; pp. 1–6. [Google Scholar]
  42. Guo, S.; Lin, Y.; Jin, W.; Wan, H. Citywide Crowd Flows Prediction Based on Spatio-Temporal Recurrent Convolutional Networks. Comput. Sci. 2019, 46, 385–391. [Google Scholar]
  43. Xu, H.; Zou, T.; Liu, M.; Qiao, Y.; Wang, J.; Li, X. Adaptive Spatiotemporal Dependence Learning for Multi-Mode Transportation Demand Prediction. IEEE Trans. Intell. Transp. Syst. 2022, 1–11, early access. [Google Scholar] [CrossRef]
  44. Hou, Y.; Edara, P. Network scale travel time prediction using deep learning. Transp. Res. Rec. 2018, 2672, 115–123. [Google Scholar] [CrossRef]
  45. Li, X.; Quan, W.; Wang, H.; Sun, P.; An, P.; Man, Y. Route travel time prediction on deep learning model through spatiotemporal features. J. Jilin Univ. Eng. Technol. Ed. 2022, 3, 557–563. [Google Scholar]
  46. Fang, X.; Huang, J.; Wang, F.; Zeng, L.; Liang, H.; Wang, H. Constgat: Contextual spatial-temporal graph attention network for travel time estimation at baidu maps. In Proceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, Virtual Event, CA, USA, 6–10 July 2020; pp. 2697–2705. [Google Scholar]
  47. Wang, D.; Zhang, J.; Cao, W.; Li, J.; Zheng, Y. When will you arrive? Estimating travel time based on deep neural networks. In Proceedings of the Thirty-Second AAAI Conference on Artificial Intelligence, New Orleans, LA, USA, 2–7 February 2018; Volume 32, pp. 2500–2507. [Google Scholar]
  48. Zhang, J.; Zheng, Y.; Qi, D.; Li, R.; Yi, X. DNN-based prediction model for spatio-temporal data. In Proceedings of the 24th ACM Sigspatial International Conference on Advances in Geographic Information Systems, Burlingame, CA, USA, 2–5 November 2016; pp. 1–4. [Google Scholar]
  49. Tobler, W.R. A computer movie simulating urban growth in the Detroit region. Econ. Geogr. 1970, 46, 234–240. [Google Scholar] [CrossRef]
  50. Woo, S.; Park, J.; Lee, J.Y.; Kweon, I.S. Cbam: Convolutional block attention module. In Proceedings of the European Conference on Computer Vision (ECCV), Munich, Germany, 14 March 2018; pp. 3–19. [Google Scholar]
  51. Wang, J.; Hu, F.; Li, L. Deep bi-directional long short-term memory model for short-term traffic flow prediction. In Proceedings of the International Conference on Neural Information Processing, Long Beach, CA, USA, 4–9 December 2017; pp. 306–316. [Google Scholar]
  52. Zhao, L.; Song, Y.; Zhang, C.; Liu, Y.; Wang, P.; Lin, T.; Li, H. T-gcn: A temporal graph convolutional network for traffic prediction. IEEE Trans. Intell. Transp. Syst. 2019, 21, 3848–3858. [Google Scholar] [CrossRef]
Figure 1. Overall framework.
Figure 1. Overall framework.
Entropy 24 01050 g001
Figure 2. Schematic of the sections.
Figure 2. Schematic of the sections.
Entropy 24 01050 g002
Figure 3. Repair effect of algorithm.
Figure 3. Repair effect of algorithm.
Entropy 24 01050 g003
Figure 4. Travel times visualization of all types of vehicles: (a) is a visualization of section 1; (b) is a visualization of section 2.
Figure 4. Travel times visualization of all types of vehicles: (a) is a visualization of section 1; (b) is a visualization of section 2.
Entropy 24 01050 g004
Figure 5. Travel time statistics of different types of vehicles: (a) is the statistics for section 1; (b) is the statistics for section 2.
Figure 5. Travel time statistics of different types of vehicles: (a) is the statistics for section 1; (b) is the statistics for section 2.
Entropy 24 01050 g005
Figure 6. Average absolute error of travel time between different types of vehicles: (a) is the statistics for section 1; (b) is the statistics for section 2.
Figure 6. Average absolute error of travel time between different types of vehicles: (a) is the statistics for section 1; (b) is the statistics for section 2.
Entropy 24 01050 g006
Figure 7. Deep Learning Prediction Framework.
Figure 7. Deep Learning Prediction Framework.
Entropy 24 01050 g007
Figure 8. The level attention.
Figure 8. The level attention.
Entropy 24 01050 g008
Figure 9. The spatial attention.
Figure 9. The spatial attention.
Entropy 24 01050 g009
Figure 10. The BiLSTM framework.
Figure 10. The BiLSTM framework.
Entropy 24 01050 g010
Figure 11. Distribution of gantries in Fuzhou-Xiamen Expressway.
Figure 11. Distribution of gantries in Fuzhou-Xiamen Expressway.
Entropy 24 01050 g011
Figure 12. Analysis for between different sequence lengths: (a) is the MAE; (b) is the RMSE.
Figure 12. Analysis for between different sequence lengths: (a) is the MAE; (b) is the RMSE.
Entropy 24 01050 g012
Figure 13. Visualization of travel time prediction, (a) is a visualization of section 1; (b) is a visualization of section 2; (c) is a visualization of section 3; (d) is a visualization of section 4.
Figure 13. Visualization of travel time prediction, (a) is a visualization of section 1; (b) is a visualization of section 2; (c) is a visualization of section 3; (d) is a visualization of section 4.
Entropy 24 01050 g013aEntropy 24 01050 g013b
Table 1. Examples of data redundancy.
Table 1. Examples of data redundancy.
TradeidObuidTradetimeFlagidCarplate
G001639 **6A59 **27 May 2021 6:21:383402 *Blue MinA12
G001639 **6A59 **27 May 2021 6:21:383402 *Blue Min A12
G001639 **6A59 **27 May 2021 6:21:383402 *Blue Min A12
G001639 **6A59 **27 May 2021 6:21:383402 *Blue Min A12
Table 2. Examples of data error.
Table 2. Examples of data error.
ClassObuidEntimeFlagidTtradetime
Error 162F3 **0000003502 *20 May 2021 11:21:38
Error 26873 **22 May 2021 7:31:54a6p82322 May 2021 13:11:50
Error 3628A **25 May 2021 8:21:38350A *25 May 2021 0:56:32
Error 4236d4529 May 2021 9:29:113502 *29 May 2021 15:23:11
Table 3. Pearson’s correlation analysis of adjacent sections.
Table 3. Pearson’s correlation analysis of adjacent sections.
Adjacent sections T j 1 T j 2 T j 3 T j 4
ρ 0.630.590.360.32
Adjacent sections T j + 1 T j + 2 T j + 3 T j + 4
ρ 0.600.510.380.263
Table 4. ETC data attribute.
Table 4. ETC data attribute.
Attribute NameExamplesAttribute NameExamples
Trade ID452 *** 56OBU PlateBlue Fujian A1 ** 45
Trade time6 September 2020 21:29:26Vehicle Class1
Flag ID33 ** 21Enter Time6 September 2020 20:23:51
Flag Type0Enter Station16 * 7
Flag Index1OBU ID11C *** B6
LAT118.39 **LNG24.66 ***
Table 5. Performance of the considering vehicle type.
Table 5. Performance of the considering vehicle type.
ModelClass II VehiclesClass I Vehicles
MAERMSEMAERMSE
Unconsidering vehicle type36.312857.998259.343684.8430
MVPPT8.5031319.113211.552918.6298
Table 6. Performance of the considering spatial proximity.
Table 6. Performance of the considering spatial proximity.
ModelClass II VehicleClass I Vehicle
MAERMSEMAERMSE
MVPPT without spatial closeness9.003321.757711.841819.6733
MVTTP8.5031319.113211.552918.6298
Table 7. Test results of spatial-temporal attention mechanisms.
Table 7. Test results of spatial-temporal attention mechanisms.
ModelClass II VehiclesClass I Vehicles
MAERMSEMAERMSE
MVTTP without any Attention8.979819.977611.807819.4728
MVTTP without spatial Attention8.89093187819.8054795211.671119.4977
MVTTP without temporal Attention8.85287597919.8613262911.687719.4169
MVTTP8.5031319.113211.552918.6298
Table 8. Performance of prediction models.
Table 8. Performance of prediction models.
ModelClass II VehiclesClass I Vehicles
MAERMSEMAERMSE
HA19.706437.371923.121033.7131
KNN15.996631.579618.248228.7021
SVR11.836623.149414.940820.9557
AdaBoost12.46428.911113.741521.3218
CNN12.642626.770615.538224.5275
LSTM9.791120.832512.016119.4116
BiLSTM9.570622.714411.862919.2269
TGCN14.739930.765016.446331.8081
STDN9.307520.571511.913219.3659
MVPPT8.5031319.113211.552918.6298
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Luo, S.; Zou, F.; Zhang, C.; Tian, J.; Guo, F.; Liao, L. Multi-View Travel Time Prediction Based on Electronic Toll Collection Data. Entropy 2022, 24, 1050. https://doi.org/10.3390/e24081050

AMA Style

Luo S, Zou F, Zhang C, Tian J, Guo F, Liao L. Multi-View Travel Time Prediction Based on Electronic Toll Collection Data. Entropy. 2022; 24(8):1050. https://doi.org/10.3390/e24081050

Chicago/Turabian Style

Luo, Sijie, Fumin Zou, Cheng Zhang, Junshan Tian, Feng Guo, and Lyuchao Liao. 2022. "Multi-View Travel Time Prediction Based on Electronic Toll Collection Data" Entropy 24, no. 8: 1050. https://doi.org/10.3390/e24081050

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop