Elsevier

Ad Hoc Networks

Volume 107, 1 October 2020, 102241
Ad Hoc Networks

Analysis and adaptive optimization of vehicular safety message communications at intersections

https://doi.org/10.1016/j.adhoc.2020.102241Get rights and content

Abstract

Safety-related applications in Vehicular Ad-hoc Networks (VANETs) can help to reduce the number of traffic accidents by periodically broadcasting Basic Safety Messages (BSMs). But considering that the density and topology of VANET change frequently, the Quality of Service (QoS) of safety applications with the fixed transmission parameters would not always meet the requirements of safety-related applications. In this paper, we firstly propose an analytical model to evaluate the performance of the BSM broadcast in VANET at the intersections. The effect of the traffic light is also taken into account by introducing the non-homogeneous Poisson process (NHPP) vehicle distribution, which is simulated by microscopic traffic simulator SUMO and validated by Kolmogorov-Smirnov (K-S) test. Secondly, the number of vehicles in the hidden terminal area and the concurrent transmission area need to be computed by complex integral computations for the proposed analytical model for evaluating the QoS of the safety applications, while the vehicle BSMs provide the vehicle location, speed, and transmission parameters, and these BSMs could be measured and collected in a timely manner to integrate into the analytical model to save the complex integral calculations. Based on the cross-validation QoS metrics between the NS2 (Network Simulator-ns-2) simulation and the analytical model, we employ the vehicle entity of the NS2 simulation model to represent the actual vehicle BSMs, to obtain the number of vehicles in the hidden terminal area and the concurrent transmission area. Finally, to maximize the transmission capacity and minimize the delay under the constraint of maintaining a high application-level QoS of safety applications, a multi-objective optimization scheme with Bare Bones Particle Swarm Optimization (BBPSO) is proposed to dynamically adjust multi transmission parameters. The accuracy of the proposed analytical model is validated by the NS2 simulation. The experimental results also show that the optimized ones could get better results compared with the real test-bed used transmission parameters. Furthermore, the comparisons with slotted-p(or 1)-persistent protocol and CSMA/CA with retransmission strategy show that the proposed solution could make VANET work with better performance at various vehicle densities.

Introduction

Vehicular Dedicated Short Range Communication (DSRC) system has been proposed to facilitate VANETs [1], [2], exchanging safety-related messages among vehicles to prevent potential traffic accidents. According to the US Department of Transportation (DOT), vehicle-to-vehicle (V2V) communication based on DSRC can address 79% of all crashes in the United States involving unimpaired drivers, which could save thousands of lives and billions of dollars [3]. Two classes of safety-related messages in VANETs have been designed to support various safety-related applications: BSMs in the US or cooperative awareness messages (CAMs) in Europe, and event-driven safety messages (ESMs) in the US or decentralized environmental messages (DENMs) in Europe. Vehicles periodically generate and transmit BSMs carrying the current state information of vehicles, such as position, velocity, direction, and so on. ESMs are generated when an abnormal or emergency event occurs, which is subject to the Poisson process.

Through BSMs, some safety-related applications could be enabled in VANETs, e.g., Cooperative Collision Warning (CCW) [4], Slow Vehicle Indication (SVI) [5], and Rear-end Chain Collision Warning (RCW) [6], etc. Since these applications on the road are about life and death, it is very critical for VANETs to support all safety applications with required reliability and performance under all possible vehicular environments and traffic loads. While BSMs and ESMs could get similar performance and reliability when they have the same average message generation intervals [7], the research method and conclusion based on BSMs in this paper can be further extended to ESMs.

VANETs communication could not guarantee a successful broadcast because of the imperfect channel and collision problem. Considering the hidden terminal problem, concurrent transmission and channel fading, various approaches have been deployed to investigate the reliability of VANETs (see Table 1) and formed some commonly used MAC-level QoS metrics, such as Packet Reception Probability (PRP), Packet Delivery Ratio (PDR) [8], and so on. However, the MAC-level QoS metrics may not be suitable for evaluating the safety-related applications, since different safety-related applications often have their own enabling areas and stringent QoS requirements [9]. To handle this, some general application-level (APP-level) metrics, such as awareness probability in the region of interest (ROI) [10] and APP-level delay [11], were developed to promote a rich VANETs evaluation system [12], [13], [14] that is closer to the users and facilitate designing and testing new performance improvement solutions [15], [16], [17]. The transmission capacity [18], [19] is another critical VANETs metric which could reflect the capability that the DSRC communication system could provide to the users [20]. A better transmission capacity could support more vehicles and a higher awareness update ratio. Currently the combination of the transmission capacity and the APP-level reliability has not been well studied in various VANETs scenario, including the signalized intersection, where almost half of all accidents occur each year [21].

In this paper, we propose an analytical and optimization framework for VANETs at a signalized rural intersections, aiming at meeting the QoS requirements of safety-related applications and maximizing transmission capacity and lower the application delay. There are mainly three challenges overcoming in order to apply our analytical and optimization framework for VANET to the actual scene. The first challenge here for building the model is to make the vehicle distribution close to the actual vehicle intersection scene. The Poisson point process of the vehicle locations is always used in the research on the highway scenario who is the most studied (see Table 1). However, it may not a suitable assumption at a traffic lights controlled intersection since the density of vehicles in different sections of the road may vary with the phases of the traffic lights. So we adopted the NHPP assumption of vehicle locations in the proposed analytical model. The intersection vehicle distribution is furthermore simulated by the microscopic traffic simulator SUMO [22] and the theoretical NHPP assumption has been verified to be reasonable via the K-S test.

The second challenge is to minimize the execution time with the help of real-time vehicle BSMs collection. In the analytical model, several critical intermediate parameters, which represent the number of vehicles used to evaluate the impact of the hidden terminal problem and the concurrent collisions, are obtained by the time-consuming operation of integrating the density in the piecewise integral region as shown in the Section 3.1 and the Section 3.2. Considering that the number of vehicles can be directly calculated according to the vehicle BSMs in an actual measurement system, hence the vehicle BSMs of simulation model could also be used to inject into the analytical model to replace the complex integral computations due to the cross-validations between the NS2 and the proposed analytical model. We extend the idea to be a combined measurement and analytical (CMA) model given in the Section 3.4, and the characteristics of fast operation as shown in the Section 5.3 pave the way to apply our proposed optimization scheme in the real-world system.

The third challenge we faced is that the fixed transmission parameters may not always meet the requirements of QoS of safety-related applications because the VANETs topology (e.g. vehicle density, vehicle position) could change frequently. We build the optimization problem aiming at maximizing the transmission capacity of VANETs and maintaining the QoS to meet the requirement of safety-related applications by adaptively adjusting the transmission parameters. There are a couple of parameters that could be adjusted, and the number of their combinations would be enormous, so it is feasible to apply a heuristic algorithm to solve the problem. We apply BBPSO [23] algorithm because no parameters need to be predefined, which could introduce less influence of human factor compared with other heuristic-based algorithms when the hyper-parameters are tuning (such as, simulated annealing, ant colony optimization and so on).

Our proposed analytical and optimization framework could be utilized to analyze the QoS of VANET, reduce the execution time by combining measurements with the analytical model, and ensure the QoS at topology changing environment by multi-parameter optimization. The proposed model and optimization method are general and fit for many actual scenes. There are several popular approaches proposed in the literature to improve the reliability and performance of broadcast, such as retransmission [24], [25], [26], [27], slotted-1-persistent, and slotted-p-persistent [28]. We compare these approaches by the Network Simulator NS2 2.35 [29] with the modified wireless model provided by Chen et al. [30]. For each solution, the APP-level reliability metrics and delay are calculated from the trace file. The details of the simulation set up and the results will be presented in Section 5.6. The major contributions of this paper are three-fold:

  • (1)

    We propose an analytical model to evaluate the MAC-level and APP-level performance of BSM-based safety-related services at the signalized intersection by considering the impact of the hidden terminal, concurrent collisions, and the fading channel. The effect of the traffic light is considered by giving a more general non-homogeneous Poisson point (NHPP) distribution.

  • (2)

    The microscopic traffic simulator SUMO is adopted to mimic the vehicle intersection scene, and the analytical model NHPP assumption is verified via the K-S test accordingly. The BSMs in the communication measurement system could be used to replace the complex integration process for obtaining the QoS metrics, and reduce the optimization time of the analytical model, thus make our analytical optimization model more adaptable to the practical vehicle DSRC system.

  • (3)

    To maintain the reliability of safety-related applications in a highly dynamically changed vehicular environment, we propose a multi-objective adaptive optimization scheme based on BBPSO to adjust transmission parameters with the QoS constraint transmission capacity according to the topology of VANETs.

The remainder of this paper is organized as follows. The related works and background knowledge are introduced in Section 2. In Section 3, an analytical model and its implementation in the real scenario are proposed to characterize the MAC-level and APP-level broadcast reliability of IEEE 802.11p based VANETs at intersections with a non-homogeneous Poisson process (NHPP) vehicle distribution. The definition of QoS constraint transmission capacity and the bare bones PSO based multi-objective optimization scheme are given in Section 4. The experiments and the comparison with other protocols or strategies are shown in Section 5 and the paper is concluded in Section 6.

Section snippets

Related work and background

Various works have been proposed to investigate the reliability of VANETs. We first review the related works in this section. And the comparisons between them are listed in Table 1 based on the factors of the hidden terminal, concurrent collision, and fading channel. The Scenario, vehicle distribution assumption, the level of the reliability, and the optimization solutions are also mentioned to reveal the details of each work. In the second part, the background of related concepts and methods

Analytical model of vanets at intersections

In this section, we thoroughly describe the proposed analytical model for deriving the APP-level reliability and performance metrics. We further explore applying the model to actual systems by combining the measurements from the BSMs of the vehicles with the analytical model. Our research and exploration are beneficial to optimize the actual communication system of VANETs due to the following two advantages. On the one hand, the performance and reliability of VANETs in a given scenario can be

Transmission capacity and optimization

In this section, we define the optimization issue and give a two-step multi-parameter optimization scheme. We introduce the QoS constraint transmission capacity firstly and then give the algorithm for QoS assessment for the step 1, based on step 1, the VANET performance optimization Algorithm 2 is utilized to do multi-objective optimization at step 2. The purpose of this scheme is to improve the transmission capacity of VANET while keeping its performance meeting the stringent APP-level QoS of

Microscopic traffic simulation

The proposed models are applied in a signalized intersection and assumed the vehicle distribution is following the NHPP as shown in Eq. 1. So in this section, we validate this assumption by simulating the traffic at the signalized intersection and processing a K-S test.

The microscopic traffic around an isolated signalized intersection is simulated by SUMO. As shown in Fig. 4, there are four roads connecting to the junction, each road has two directions, 4 lanes in each direction. The yellow

Conclusion

We focus on the reliability and performance analysis and optimization of the BSMs broadcast in IEEE 802.11p based VANETs at the signalized rural intersections. The location of vehicles around the traffic light controlled intersection is simulated by SUMO and validated by the K-S test that it following the NHPP. An analytical model considering the NHPP vehicle locations at the intersection is proposed to evaluate the MAC and APP-level reliabilities. The cross validations with NS2 simulation show

Declaration of Competing Interest

The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.

Acknowledgment

We would like to thank anonymous reviewers for their invaluable comments and suggestions on improving this work. This work is supported by National Natural Science Foundation of China (NSFC) (grant No. 61572150), and the Fundamental Research Funds for the Central Universities of DUT (No. DUT17RC(3)097).

Yanbin Wang received the PhD degree from the Industrial Engineering Department, Harbin Institute of Technology of China, in 2007. He is currently an associate professor in the department of Industrial Engineering, School of Mechatronics Engineering, Harbin Institute of Technology of China. His research interests include quality management, scheduling, optimization, physical layer and MAC layer of vehicular ad hoc wireless networks.

References (60)

  • S.E. Carpenter et al.

    Bur-gen: A bursty packet generator for vehicular communication channels

    IEEE Trans. Veh. Technol.

    (2018)
  • H. Cheng et al.

    Reliable inter-vehicle broadcast communication with sectorized roadside relay station

    2013 IEEE 77th Vehicular Technology Conference (VTC Spring)

    (2013)
  • I.W. Group

    Ieee standard for information technology–telecommunications and information exchange between systems–local and metropolitan area networks–specific requirements–part 11: Wireless lan medium access control (mac) and physical layer (phy) specifications amendment 6: Wireless access in vehicular environments

    IEEE Std.

    (2010)
  • E. E. ETSI, 302 665 v1. 1.1: Intelligent transport systems (its), communications architecture, 2010, European Standard...
  • R. Resendes

    Vehicle-to-vehicle and safety pilot

    Proceedings of US Department of Transportation Safety Workshop

    (2010)
  • A.E. Gómez et al.

    Cooperative collision warning for driving assistance

    2016 IEEE 19th International Conference on Intelligent Transportation Systems (ITSC)

    (2016)
  • W. Li et al.

    Analytical model and performance evaluation of long-term evolution for vehicle safety services

    IEEE Trans. Veh. Technol.

    (2016)
  • P. Shen et al.

    Platoon of autonomous vehicles with rear-end collision avoidance through time-optimal path-constrained trajectory planning

    2017 11th International Workshop on Robot Motion & Control

    (2017)
  • X. Yin

    Performance and reliability evaluation for dsrc vehicular safety communication

    (2013)
  • X. Ma et al.

    On the reliability of safety applications in vanets

    Int. J. Performab. Eng.

    (2012)
  • P. Papadimitratos et al.

    Vehicular communication systems: Enabling technologies, applications, and future outlook on intelligent transportation

    IEEE Commun. Mag.

    (2009)
  • N. An et al.

    Vanet: Is 95% probability of packet reception safe?

    2011 11th International Conference on ITS Telecommunications

    (2011)
  • X. Yin et al.

    Performance evaluation for dsrc vehicular safety communication: a semi-markov process approach

    International Conference on Communication Theory, Reliability, and Quality of Service, Citeseer

    (2011)
  • S.E. Carpenter et al.

    Saferelay: Improving safety in the time-constrained vanet with geoaddresing relay

    2017 IEEE International Conference on Vehicular Electronics and Safety (ICVES)

    (2017)
  • J. Zhao et al.

    Adaptive optimization of qos constraint transmission capacity of vanet

    Veh. Commun.

    (2019)
  • W. Li et al.

    Reliable congestion control mechanism for safety applications in urban vanets

    Ad Hoc Netw.

    (2020)
  • S. Kühlmorgen et al.

    Improving communication-based intersection safety by cooperative relaying with joint decoding

    2017 IEEE Intelligent Vehicles Symposium (IV)

    (2017)
  • N. Haouari et al.

    Application reliability analysis of density-aware congestion control in vanets

    2018 IEEE International Conference on Communications (ICC)

    (2018)
  • S.P. Weber et al.

    Transmission capacity of wireless ad hoc networks with outage constraints

    IEEE Trans. Inf. Theory

    (2005)
  • A.M. Hunter et al.

    Transmission capacity of ad hoc networks with spatial diversity

    IEEE Trans. Wirel. Commun.

    (2008)
  • S. Weber et al.

    An overview of the transmission capacity of wireless networks

    IEEE Trans. Commun.

    (2010)
  • V. Savic et al.

    Distributed algorithm for collision avoidance at road intersections in the presence of communication failures

    2017 IEEE Intelligent Vehicles Symposium (IV)

    (2017)
  • P.A. Lopez et al.

    Microscopic traffic simulation using sumo

    2018 21st International Conference on Intelligent Transportation Systems (ITSC)

    (2018)
  • J. Kennedy

    Bare bones particle swarms

    Proceedings of the 2003 IEEE Swarm Intelligence Symposium. SIS’03 (Cat. No. 03EX706)

    (2003)
  • D. Jiang et al.

    Design of 5.9 ghz dsrc-based vehicular safety communication

    IEEE Wirel. Commun.

    (2006)
  • M.I. Hassan et al.

    Performance analysis of the ieee 802.11 mac protocol for dsrc safety applications

    IEEE Trans. Veh. Technol.

    (2011)
  • M.I. Hassan et al.

    Performance analysis of the ieee 802.11 mac protocol for dsrc with and without retransmissions

    2010 IEEE International Symposium on ”A World of Wireless, Mobile and Multimedia Networks” (WoWMoM)

    (2010)
  • H.P. Luong et al.

    Analysis of multi-hop probabilistic forwarding for vehicular safety applications on highways

    IEEE Trans. Mobile Comput.

    (2017)
  • L. Kleinrock et al.

    Packet switching in radio channels: Part i-carrier sense multiple-access modes and their throughput-delay characteristics

    IEEE Trans. Commun.

    (1975)
  • the network simulator ns-2, 2008,...
  • Cited by (12)

    View all citing articles on Scopus

    Yanbin Wang received the PhD degree from the Industrial Engineering Department, Harbin Institute of Technology of China, in 2007. He is currently an associate professor in the department of Industrial Engineering, School of Mechatronics Engineering, Harbin Institute of Technology of China. His research interests include quality management, scheduling, optimization, physical layer and MAC layer of vehicular ad hoc wireless networks.

    Zhuofei Wu received the B.Eng. and M.Eng. degrees in College of Ship Building Engineering at Harbin Engineering University, China. Currently, He is working toward the PhD degree in Computer Science and Technology at Harbin Engineering University, China. His research interests include reliability evaluation and performance optimization of Vehicle Ad-Hoc Network.

    Jing Zhao received Ph.D. (2006) degree in computer science and Technology in Harbin institute of Technology of China. In 2010 she was with Department of Electrical and Computer Engineering at Duke University, Durham, NC, working as a Postdoc under supervision of Dr. Kishor Trivedi. She is currently a Professor in the School of Software Technology, Dalian University of Technology of China. Her research interests include reliability engineering, software aging theory, vehicle ad-hoc network and dependability modeling.

    Zhijuan Li received the M.S. degree at the School of Computer Science and Technology, Harbin Engineering University, Harbin, China, in 2013. From 2013 to 2016, she was a software engineer with Harbin Yuguang Virtual Network Technology Co., Ltd, China. She is currently working toward the Ph.D. degree with the School of Computer Science and Technology, Harbin Engineering University. Her research interests include vehicular ad hoc network and fog computing.

    Xiaomin Ma (M’03-SM’08) received the B.E. degree from Anhui University, Hefei, China; the M.E. degree in electrical engineering from the Beijing University of Aerospace and Aeronautics, Beijing, China; and the Ph.D. degree in information engineering from the Beijing University of Posts and Telecommunications, Beijing, China, in 1999. From 2000 to 2002, he was a Postdoctoral Fellow with the Department of Electrical and Computer Engineering, Duke University, Durham, NC, USA. He is currently a Professor with the Department of Engineering, Oral Roberts University, Tulsa, OK, USA. His research interests include stochastic modeling and analysis of computer and communication systems; physical layer and medium-access layer of vehicular ad hoc wireless networks; computational intelligence and its applications to coding, signal processing, and control; and quality of service and call admission control protocols in wireless networks.

    View full text