Ⅰ. Introduction
Over the past several decades, Intelligent Transportation Systems (ITS) have emerged as a promising means to address traffic congestion and improve traffic mobility. ITS can reduce the need for new, often costly, construction by increasing existing traffic system efficiency. ITS also may be utilized to enhance the existing infrastructure through accurate traffic state monitoring, alternative traffic strategy computation and implementation, and up-to-date distribution of traffic information to drivers. More recently, decreasing wireless communication costs has led to significant exploration of wireless ITS solutions. Enabled by wireless communication with the surrounding infrastructure or neighboring instrumented vehicles each instrumented vehicle may act as a real time traffic data collector and provider (e.g., link travel time in this paper) as well as a traffic information consumer. For example, the Vehicle-to-Vehicle (V2V) communication system is one platform of V2X modes encompassing all types of transportation-related communication systems such as Vehicle-to-Infrastructure (V2I), V2V, and Vehicle-to- Pedestrian (V2P) and implementing connected vehicle technology to improve the traffic safety, mobility, and energy-efficiency [1, 2].
A Dynamic Route Guidance System (DRGS) is an effective and practical ATIS application that can use the connected vehicle technology. DRGS attempts to search for the most cost-effective route (normally measured in terms of travel time) from the origin to the destination for participating vehicles. Typical DRGS examples include simulation-based Dynamic Traffic Assignment (DTA) systems (e.g., DynaMIT and DynaSmart) [3, 4]. Using internal driver behavior models such systems are capable of estimating and predicting the traffic state based on various on-line traffic data and determining optimal routes (i.e., user equilibrium or system optimal) consistent with future traffic states. However, large network DTA models operated in traffic centers (i.e., centralized DTA (CDTA)) demand significant computational resources and predictive input information, leading to nontrivial time lags between a non-recurrent traffic event occurrence and a responsive traffic strategy [5-7]. Hawas and Mahmassani [5] proposed a decentralized DTA (DDTA) which is spatially distributed and more frequently updates vehicle routes, relying on limited and locally available traffic information. Chiu and Mahmassani [6, 7] developed a hybrid DTA (HDTA) interplaying between a CDTA and a DDTA. They concluded that DDTA and HDTA are more robust under incident conditions than CDTA. They also stressed that demand prediction is highly sensitive to inaccurate data and stochasticity in driver behavior.
ATIS using V2V communication, operated in the decentralized fashion, can be a counterpart of DTA. Much of the research on ATIS using V2V communication has focused on the underlying model development [8, 9] or investigation of system-wide sensitivity to traffic flow, penetration ratio, and communication radio range [10, 11]. Challenges such as early non-recurrent traffic event detection, data accuracy, and reflecting driver response to information, commonly addressed issues in DTA research [6, 7, 12], have not been as widely explored in the ATIS using V2V communication environment.
This paper briefly introduces a dynamic ATIS framework using V2V communication, developed in the author’s other papers [13-16], consisting of several key modules (i.e., vehicle communication, ITS database management process, dynamic routing process, and autonomous automatic incident detection), which are directly integrated into an off-the-shelf microscopic simulation model. The ATIS model performance is investigated on a simple experimental traffic network to understand the basic operational characteristics of the approach and explore the feasibility of the integration of such ATIS architecture in DTA system. Future investigations will provide more in depth analysis, exploring the different facets of the architecture on a larger traffic network. This research helps establish a basic understanding ATIS using V2V communication, hopefully informing future operational methodology development and increasing their prospect of successful field deployment.
Ⅱ. Model Development and Operation Methodology
This paper builds on earlier efforts [13-16] to develop a framework for an ATIS model using V2V communication by directly integrating a communication modeling capability into a transportation microscopic simulation model, VISSIM. VISSIM also offers possibilities to access and control most objects available with itself to elicit data from vehicles, to save output periodically, to change the vehicle behavior rules, and to automate necessary tasks at runtime [17, 18]. The brief description of the development process of the proposed ATIS model is provided below and see [13-16] for the further explanation.
1. Basic ATIS Model Using V2V Communication
The framework consists of three primary components: vehicle communication, on-board database management, and dynamic re-routing. The current communication model assumes an idealized communication environment, in that the communication signal is not interrupted and no data is lost during communication. The communication model consists of two primary elements; identification of interconnected groups of participating vehicles (communication group formation process) and data propagation within an interconnected group (data dissemination process). Currently, it is assumed that a communication protocol similar to broadcasting with flooding would be utilized in a field implementation, where data communication is conducted within an interconnected group of vehicles without direct consideration of communication routing issues [19]. The former process is accomplished via an algorithm developed to form communication groups composed of individual participating vehicles within single or multi-hop data communication range in the current communication time interval. After communication groups are formed data may then be disseminated among vehicles within a group. In the current data dissemination the travel time data stored on each vehicle (which includes the travel time data for that vehicle as well as travel time data from other vehicles shared with that vehicle in previous communication time interval) is shared among all vehicles in the communication group.
Also, to make a routing decision each participating vehicle must estimate their expected travel time over their current route and all possible alternative routes. To accomplish this task the vehicles must first estimate the travel time over each network link. An on-board estimated link travel time update process is executed every system update time interval. An estimated link travel time is the average of the travel time aggregated over the current time bin and the three previous bins. Then, based on the estimated traffic state information participating vehicles calculate the travel time from their current location to their destination every system update time interval. If an alternate route is estimated to reduce the vehicle travel time relative to its current route, drivers switch to the new route.
2. Enhanced ATIS Model Using V2V Communication
This paper incorporates a complementary function (i.e., an Autonomous Automatic Incident Detection algorithm, AAID) into the basic ATIS model to improve the system efficiency and reliability that could be deteriorated due to delayed detection of non-recurrent traffic congestion.
The AAID implemented in this paper autonomously detects local non-recurrent traffic states by utilizing the elapsed time of a participating vehicle on a link. This is a significant departure from approaches found in fixed infrastructure traffic information systems that commonly use upstream and downstream traffic measures of volume, speed, and occupancy [20]. In the proposed AAID each participating vehicle acts as an independent incident detection probe. If the elapsed time on a link is greater than a pre-defined time criterion, the vehicle will issue and disseminate a congestion alert to neighboring vehicles. The congestion alert is given in the form of a travel time several orders of magnitude greater than the historic travel time. Vehicles receiving congestion information update their route instantly, not waiting for the next system update time interval.
Ⅲ. Experimental Design
This paper utilizes a simple VISSIM traffic network, as seen in <Fig. 1>. All links are one-way with vehicles entering at the leftmost network node and exiting at the rightmost network node. Vehicles are generated at the Vehicle Entry at a constant headway, according to the desired traffic flow rate. Vehicles enter with a desired speed of 48kph. Each generated vehicle is randomly assigned as a participating or non-participating vehicle based on the desired participation rate (i.e., penetration ratio). Upon entering the network each vehicle is assigned an initial route through the network. Two routes are possible; upper route (Link 1 → Link 2 → Link 4 → Link 6) or lower route (Link 1 → Link 3 → Link 5 → Link 6). The non-congested travel time of the two routes is approximately equal at 274sec. The departing link (Link 6) is a two-lane road minimizing possible vehicle conflicts at the Link 4/Link 5 merge. Also, the length of the entering link (Link 1) is set to guarantee that full system update time interval (i.e., 3 minutes) will pass while the vehicle is on the link, ensuring that a participating vehicle will undertake the route choice decision process at least once prior to the Final Route Decision Point at the Link 2/Link 3 diverge. To examine the performance of the proposed ATIS models under various traffic states a Traffic Incident is modeled on link 5, from 1000sec to 2000sec, with one vehicle release every 90 seconds. Each simulation experiment is run for 3600sec, with the reported results the average of ten replicates.
The sensitivity of ATIS models to three underlying factors, namely traffic flow rate, communication radio range, and penetration ratio, are explored in these experiments. Modeled traffic flow rates are 300vph, 514vph, and 720vph, using constant vehicle headways of 12 sec, 7 sec, and 5 sec, respectively. Communication radio ranges of 250m, 375m, 500m, and 625m with omni-directional signal emission and no signal interference are tested. Finally, the penetration ratio ranges from 20% to 100% in 20% increment. Average saved travel time is calculated as the difference between the average travel time under the given ATIS scenario and a non-ATIS base model, respectively.
The default value of user-defined congestion factor employed in AAID function is set to 3 in a desire to balance the timely update of the traffic incident while limiting false alarms. That is, the low factor values would be too sensitive to the insignificant traffic state variations, resulting in too many traffic alerts (i.e., false alarms) and also too high values will delay the timely update of the adverse traffic states [14].
Also, since this study is conducted on the experimental traffic network under ideal communication environment to investigate system performance improvement the simulation calibration and validation processes are not performed this time, but as the penetration ratio increases more practical research circumstance will be formed soon.
Ⅳ. Results and Analysis
1. Basic ATIS Model
<Fig. 2> compares average saved travel time per participating vehicle in the Basic ATIS Model under varying communication radio ranges and penetration ratios for 300vph. These results exemplify the behavior seen for the basic ATIS utilizing V2V communication. The primary time savings in all alternatives derived from the identification of the incident condition by the ATIS and the re-routing of participating vehicles from the incident route (i.e., lower route) to the non-incident route (i.e., upper route). Intuitively, it may be expected that as radio range and penetration ratio increase the travel time savings would increase as well. This intuition is supported except at the highest penetration ratios.
Interestingly, <Fig. 2> indicates that under the 250m radio range more travel time is saved at 100% penetration ratio than in other longer radio range scenarios. This behavior is due to a bias in the simulation replicate runs, with the upper route tending to have a slightly higher travel time than the lower route (in six of ten runs) before the incident. After the incident has occurred, but prior to the ATIS by V2V communication successfully passing the incident warning upstream, several vehicles may be routed from the upper (non-incident route) to the lower (incident route) for an attempted travel time savings on the order of several seconds. However, the re-routing of these vehicles results in their having a significant longer travel time due to the incident. Only the 250m radio range scenario is unaffected. In this scenario the 250m range does not allow for efficient message hopping between vehicles because vehicles diverge to link 2 and link 3 at headway of 320m. In this particular instance the inefficiency of the 250m system prevents vehicles from incorrectly routing to the incident route, resulting in higher overall delay savings. While these particular results are function of the network and given replicate trials an important issue is raised. In such an ATIS using V2V communication it is possible to re-route a vehicle onto a worse route than their current one due to a time lag in receiving incident data, particularly when vehicles re-route for small travel time savings within a normal (non-incident) variability.
2. Investigation of Incident Detection
<Fig. 3> depicts vehicle travel time for each vehicle assigned to the lower route upon entering the system. For this analysis the vehicle’s travel time through the system (y-axis) is plotted relative to its system entering time (x-axis) which means the time vehicles enter the network. The four plotted scenarios highlight the impact in the lag between an incident and the detection and passing of the incident data upstream. <Fig. 3> (a) plots the basic framework with a radio range of 375m, <Fig. 3> (b) plots the basic framework, incorporating AAID, at a radio range of 375m, and <Fig. 3> (c) and <Fig. 3> (d) are the same as <Fig. 3> (a) and <Fig. 3> (b), except for utilizing a radio range of 625m. The plotted results are for 720vph, 40% penetration ratio, and a representative replicate trial. Also, <Table 1> shows the ATIS performance comparison in terms of number of vehicles re-routing from the lower route to the upper route, average travel time savings of incident-involved participating vehicles, and average travel time savings of all participating vehicles.
In <Fig. 3> (a) (Basic ATIS Model with 375m radio range) it is seen that immediately after the traffic incident occurs participating vehicles (indicated by a black dot) continued to enter the lower route and as a result were delayed due to the incident. These vehicles do not re-route to the non-incident route due to the time delay in receiving the incident warning. <Fig. 3> (b) indicates the re-routing pattern when Autonomous Automatic Incident Detection (AAID) is incorporated into the Basic ATIS Model. AAID allows for an earlier identification of the incident. However, the 375m radio range is not sufficiently large for a vehicle in the incident-related queue to communicate directly with vehicles upstream the route diverting point, requiring message hops to transmit the message, creating some delay between the issuing of the alert message and the re-routing of participating vehicles to the non-incident route. However, the incident message arrives sooner than in Basic ATIS model, allowing additional participating vehicles to re-route and avoid the incident. For the Basic ATIS Model at the larger radio range of 625m in <Fig. 3> (c) participating vehicles start re-routing earlier than in the 375m radio range of the Basic ATIS Model, but do not achieve the re-routing benefits achieved when AAID was incorporated, even under the shorter radio range of 375m. <Fig. 3> (d) depicts re-routing result of the Basic ATIS Model with AAID with the larger radio range 625m, showing the best performance overall, with the earliest re-routing after incident occurrence. It is readily seen that early detection of incidents allows the ATIS to inform participating vehicles of congestion more quickly and enable more vehicles to bypass the congestion area, which results in more vehicle re-routings and travel time savings, verified by <Table 1>.
Clearly, the efficiency of ATIS model using V2V communication (travel time savings in <Fig. 3> and <Table 1>) is dependent on how quickly the non-recurrent traffic state can be detected and transmitted to vehicles that have alternate routes available. Therefore, the speed of detection of changing traffic states is a significant factor affecting the efficiency of ATIS using V2V communication.
Ⅴ. Conclusions
This paper discusses the development of a dynamic decentralized ATIS using V2V communication. Three system modules (i.e., wireless communication, on-board database management, and dynamic re-routing) were directly integrated into an off-the-shelf microscopic simulation model, VISSIM and VISSIM COM, and a complementary function (AAID) to improve the system efficiency was implemented in the developed ATIS model. Saved travel time of participating and non-participating vehicles of the ATIS configurations was investigated on a simple experimental traffic network with a traffic incident, assuming an ideal communication environment with no signal interference and no data loss during the communication process.
It has been shown that the rate of detection of a non-recurrent traffic state with AAID is a critical component to the system efficiency for implementing dynamic traffic assignment (DTA) strategy in the decentralized fashion. However, future research is required to better explore potential communication issues, such as message drops, message contention, dissemination methods, etc. Finally, it is required to compare the measurement of effectiveness (MOE) like timeliness and accuracy of traffic alert warning system between the existing centralized traffic information system (i.e., automatic incident detection algorithm, AID) and decentralized one (i.e., AAID) proposed in this paper on a larger and more complicated traffic network, representing a more realistic set of route choices and incorporating the potential of alternate route congestion due to route switching.