TRAFFIC congestion has caused huge loss to society and. A Grouping Based Cooperative Driving Strategy for CAVs Merging Problems

Size: px
Start display at page:

Download "TRAFFIC congestion has caused huge loss to society and. A Grouping Based Cooperative Driving Strategy for CAVs Merging Problems"

Transcription

1 1 Grouping ased ooperative riving Strategy for Vs Merging Problems Huile Xu, Shuo Feng, Yi Zhang, Member, IEEE, and Li Li, Fellow, IEEE arxiv: v1 [cs.sy] 4 pr 2018 bstract In general, there are two kinds of cooperative driving strategies, planning based strategy and ad hoc negotiation based strategy, for connected and automated vehicles (Vs) merging problems. The planning based strategy aims to find the global optimal passing order, but it is -consuming when the number of considered vehicles is large. In contrast, the ad hoc negotiation based strategy runs fast, but it always finds a local optimal solution. In this paper, we propose a grouping based cooperative driving strategy to make a good tradeoff between consumption and coordination performance. The key idea is to fix the passing orders for some vehicles whose intervehicle headways are small enough (e.g., smaller than the preselected grouping threshold). From the viewpoint of optimization, this method reduces the size of the solution space. brief analysis shows that the sub-optimal passing order found by the grouping based strategy has a high probability to be close to the global optimal passing order, if the grouping threshold is appropriately chosen. series of simulation experiments are carried out to validate that the proposed strategy can yield a satisfied coordination performance with less consumption and is promising to be used in practice. Index Terms onnected and utomated Vehicles (V), cooperative driving, merging problem, grouping based strategy. I. INTROUTION TRFFI congestion has caused huge loss to society and aroused wide concern in recent years[1], [2]. Researchers had found that orderless merging at on-ramps is one of the main causes of traffic congestion and needs to be carefully handled [3]. The emergence of onnected and utomated Vehicles (Vs) provides a promising way for solving merging problems. With the aid of vehicle-to-vehicle (V2V) and vehicleto-infrastructure (V2I) communication, Vs can obtain real operational data of adjacent vehicles and receive control actions[4], [5], [6]. It has become a common vision that Vs will increasingly appear on the road in the near future and help to alleviate traffic congestion[7], [8]. Manuscript received in pril 5, 2018; This work was supported in part by National Natural Science Foundation of hina under Grant and eijing Municipal Science and Technology ommittee Project under Grants and Z179074Z. (orresponding author is Li Li). H. Xu is with epartment of utomation, Tsinghua University, eijing , hina. ( hl-xu16@mails.tsinghua.edu.cn) S. Feng is with epartment of utomation, Tsinghua University, eijing , hina. ( s-feng14@mails.tsinghua.edu.cn) Y. Zhang is with epartment of utomation, NRist, Tsinghua University, eijing , hina and also with the Tsinghua-erkeley Shenzhen Institute (TSI), Tower 2, Nanshan Intelligence Park 1001, Xueyuan lvd., Nanshan istrict, Shenzhen , hina. ( zhyi@tsinghua.edu.cn) L. Li is with epartment of utomation, NRist, Tsinghua University, eijing , hina. (Tel: +86(10) , li-li@tsinghua.edu.cn). long with the development of Vs, researchers became interested in finding an efficient cooperative driving method for Vs merging problems. It is pointed out in [9] and [10] that the key to the merging problem is to determine the optimal passing order. s summarized in [4], [11], there are two kinds of cooperative driving strategies, planning based strategy and ad hoc negotiation based strategy, for determining the passing order. Planning based strategy: The planning based strategy considers Vs within a certain scope of the merging zone and provides long-term scheduled control actions for Vs. It tries to enumerate all possible passing orders to find the global optimal solution. Most state-of-the-art studies transfer the merging problem into various optimization problems [12], [13], [14], [15], [16], such as mixed integer linear programming (MILP), receding horizon control (RH). However, the consumption for solving the problem increases sharply as the number of vehicle increases, which makes these methods difficult to be applied in practice. d hoc negotiation based strategy: d hoc negotiation based strategy considers Vs that are about to arrive at the merging zone and formulate short-term scheduled control actions via bilateral negotiations. It uses greedy search algorithms to determine the passing order and always lead the passing order to be roughly first-in-first-out (FIFO)[17], [18]. This strategy has a fast online implementation[19], [20]. However, they cannot guarantee that the passing order is global or good enough [11], [21], [22]. To overcome the above limitations, we propose a grouping based cooperative driving strategy for Vs merging problems. The key idea of grouping is to consider some vehicles (whose inter-vehicle headways are small enough) as a whole in planning. This will narrow down the size of solution space and thus save planning. The idea of grouping had been initialized in [9], [10] for faster V2X communications. Now, we apply the same trick for planning of cooperative driving. First, Vs within a control zone will be self-organized into several groups by a grouping method. Generally, if the headway between two consecutive Vs is smaller than a grouping threshold, then they will be grouped into the same group. n adaptive grouping threshold is designed to control the size of groups. The maximum number of groups is fixed to limit the maximum consumption. Second, the passing order of Vs in the same group is consecutively fixed. Therefore, the number of possible passing orders is largely reduced. Planning in such a reduced solution space will lead to a sub-optimal solution. brief analysis shows that the sub-optimal passing order

2 2 TLE I: Nomenclature and representative values Symbol Meaning Value The symbols below are treated as constants t 1 The minimum safety gap between two Vs on the same movement 1.5s t 2 The minimum safety gap between two Vs on the conflict movements 2s a max,a min The maximum and minimum acceleration -3m/s 2, 3m/s 2 v max,v min The maximum and minimum velocity 10m/s, 0m/s The symbols below are treated as variables δ Grouping threshold x i (t) The location of V i at t v i (t) The velocity of V i at t a i (t) The acceleration of V i at t t min,i The minimum access of V i t assign,i The assigned access of V i The symbols below are treated as functions or sets J Objective function Search space S Selected set G Good enough set found by the grouping based strategy has a high probability to be close to the global optimal passing order, if the grouping threshold is appropriately chosen. To validate this finding, some simulation experiments are carried out. Results indicate that the proposed strategy for merging problems can yield a good enough passing order with little consumption. To give a better presentation of our findings, the remaining of this paper is arranged as follows. Section II formulates the merging problem at highway on-ramps. Section III presents three cooperative driving strategies. Section IV gives a brief analysis of the grouping based strategy. Section V provides the simulation results of several experiments to validate the effectiveness of the proposed strategy. Finally, concluding remarks are given in Section VI. II. PROLEM FORMULTION also can be employed with slight modification[9], [10]. Tab.I gives the nomenclature list of the major symbols used in this paper. ooperative driving strategy aims to schedule the velocity and acceleration profiles of all Vs [19], [23]. s pointed out in [11], the performance of a strategy mainly depends on the passing order of vehicles and the differences between different motion planning methods are negligible. Thus, the merging problem is transferred into an optimization problem with respect to the passing order together with a simple motion planning method which requires little computational cost. In this paper, we will focus on the first problem. The details of the motion planning used in this paper are presented in ppendix. Lane 1 6 Group 2 ontrol Zone Length L = 300m Group 1 Merging Zone 20m Once a V enters into the control zone, it is given a unique identity. V i means it is the ith V that enters into the control zone. The movements of each vehicle within the control zone may be re-scheduled for every T minutes. Every the schedule begins, the objective of the optimization problem can be written as Fig. 1: typical merging scenario at a highway on-ramp. This paper considers a highway on-ramp with a single lane in each movement as shown in Fig.1. The shadow area is called as merging zone where two Vs on different movements may collide. L is the distance from the entry of control zone to the merging zone. Usually, L is about 50m-200m. The multiple lane merging scenario is similar and the proposed strategy J = ω 1 max(t assign,i ) + ω 2 n i=1(t assign,i t min,i ), (1) where t assign,i is the decision variable and represents the desired access to the merging zone for V i. n is the total number of vehicles in the control zone. t min,i is the minimum access

3 3 to the merging zone and can be easily derived by t min = t 0 +t 1 +t 2, (2a) v = v a maxx 0, (2b) ( vmax v 0 t 1 = min, v v ) 0, (2c) a max a max ( 2amax x 0 v 2 max + v 2 ) 0 t 2 = max,0, (2d) 2a max v max where x 0 is initial location, v 0 is initial velocity, and t 0 is the when the V enters into to the control zone. The first term in the objective is to minimize passing and the second term is to decrease the delay of Vs. ω 1 and ω 2 are weighted parameters of the objective. Suppose that V i and V i+1 are two consecutive Vs on the same movement. To avoid a rear-end collision, we require that the minimum allowable safety gap between them is larger than t 1 t assign,i t assign,i+1 t 1. (3) Suppose that V i and V j are two Vs on conflict movements. To avoid a lateral collision, we require the minimum allowable safety gap between them is larger than t 2 t assign,i t assign, j t 2, OR t assign, j t assign,i t 2. The constraints ensure that for any two Vs i and j that are on the conflict movements, only one V can enter into the merging zone after the other V has left the merging zone. Moreover, we assume that t 2 is greater than t 1. Introducing some binary variables, we can formulate the whole optimization problem in terms of the passing order (decision variable) b = [b k1,l 1,,b k,l,,b kn1,l n2 ] {0,1} n 1 n 2 as below min t assign,b (4) ω 1 max(t assign,i ) + ω 2 n i=1(t assign,i t min,i ) (5a) subject to a min a i a max v min v i v max t assign,i t assign, j t 1 t assign,k t assign,l + M b k,l t 2 t assign,l t assign,k + M (1 b k,l ) t 2 k N 1 = {k 1,k 2,,k n1 } l N 2 = {l 1,l 2,,l n2 } b k,l {0,1} (5b) (5c) (5d) (5e) (5f) (5g) (5h) (5i) where M is a sufficiently big number, N 1 and N 2 are two sets that contain all Vs travelling on two movements. The sizes of N 1 and N 2 are n 1 and n 2 respectively. b k,l is a binary number. When b k,l equals 0, V k passes through the merging zone earlier than V l. Similar to [9], the passing order also can be denoted as a string, which is more intuitive in the analysis. For example, string means V, V, V and V enter the merging zone sequentially. Each such a string corresponds to a possible value of b. If the passing order is given, the problem (5) can be solved by a simple iteration algorithm shown in lgorithm 1. lgorithm 1 Simple Iteration lgorithm Input: passing order P Output: n objective value J and t assign 1: t assign (1) = V P,1 [t min ] 2: for each i [2,length(P)] do 3: if V P,i 1 and V P,i are on the same movement then 4: t assign (i) = max(t assign (i 1) + t 1,V P,i [t min ]) 5: else 6: t assign (i) = max(t assign (i 1) + t 2,V P,i [t min ]) 7: end if 8: end for 9: J = ω 1 max(t assign ) + ω 2 length(p) i=1 (t assign (i) V P,i [t min ]) Here, V[t min ] means the minimum access t min of the V. V P,i is the ith V passing through the merging zone in the passing order P. Obviously, the complexity of the lgorithm 1 is O(n 1 + n 2 ). III. OOPERTIVE RIVING STRTEGIES In this section, we will present three cooperative driving strategies to solve the above optimization problem (5).. Planning ased Strategy Generally, planning based strategy directly attacks the above mixed integer linear programming (MILP) problem (5). We can use either tree-based enumeration method [10], [11] or classic branch-and-bound method to solve this MILP [24], [25] However, there are 2 n 1n 2 possible values for variable b. So, the complexity of branch-and-bound method is still exponential in the worst case. Numerical tests show that the enumeration based method only works well when the number of vehicles is less than 12 [11]. The efficiency of the branch-and-bound method is similar.. d Hoc Negotiation ased Strategy d hoc negotiation based strategy uses greedy search to solve Problem (5). s summarized in [17], [18], the passing order in many ad hoc negotiation methods follows the firstin-first-out (FIFO) principle. In other words, all Vs in the control zone estimate their arrival points to the merging zone if no schedule is given. The passing order is derived by sorting their arrival points in ascending order. When the passing order is determined, the degenerated problem is easily solved by lgorithm 1. It is easy to show that the complexity of ad hoc negotiation based strategy is O(n 1 + n 2 ).

4 4. Grouping ased Strategy Grouping based strategy can be viewed as a modification of planning based strategy. Its main idea is to search the sub-optimal passing order among a subset of search space instead of all passing orders. This subset is determined by the following grouping method: if the headway between two consecutive vehicles is smaller than a grouping threshold, then they will be grouped into the same group. The vehicles in a group are assumed to enter the merging zone consecutively without any other vehicles interruption. The grouping threshold determines the number of groups. To control the consumption, the maximum allowable number of groups is set as 12 in this paper. If the number of groups is larger than 12, the consumption will be too large for practical applications. Fortunately, we do not need to consider too many vehicles for merging problems. So, 12 groups usually meet our expectation to balance the complexity and efficiency of the planning algorithm. Moreover, we apply an adaptive threshold in this paper. The initial value of the threshold is set as 1.5m which is the minimum safety gap between two consecutive vehicles. If all vehicles had been grouped into less than 12 groups, we stop. Otherwise, we increase the threshold for 0.1s each and re-group the vehicle in an iteration manner, until the number of groups is not larger than 12. When grouping is done, we consider each group as a special V and calculate the optimal passing order for these special Vs. Finally, the obtained passing order for the groups of vehicles will be interpreted into the passing order for all vehicles. The major benefit of grouping is to reduce the complexity of the problem. If the maximum number of groups is c, the complexity of the grouping based strategy is approximately O(c! (n 1 +n 2 )). This greatly saves the planning, especially when (n 1 + n 2 ) is large. To better understand the benefit of the proposed strategy, we briefly introduce some typical cases for examples. s shown in Fig.1 as an example. 7 vehicles are grouped into 4 groups. s shown in Fig.2, the number of searched passing orders is largely reduced from 7! to 6. In the rest of this paper, we will show that the sub-optimal passing order found by the grouping based strategy has a high probability to be close to the global optimal passing order, if the grouping threshold is appropriately chosen. IV. RIEF NLYSIS In this section, we will show that it is usually unnecessary to divide two consecutive vehicles whose intervehicle headway is very small apart and let other vehicles cut in. More precisely, we study a very basic scenario in which we can enumerate all the candidate passing orders. We compare the traffic efficiency in each possible situation with and without grouping. We will show that the occurring probability for the special case (in which grouping leads to a larger passing than not grouping) is very small. To this end, let us consider the following scenario that consists of four Vs. V, V, and V are on lane 1; and V is on lane 2; see Fig.3. The headway between V and V is less than the grouping threshold, so they may be in a group. For convenience, we denote the initial headway between V i and V j as h i, j, when these vehicles enter the control zone. lso, we have the reciprocal relationship between the average headway and the arrival rate λ of vehicles. ll valid passing orders with and without grouping are shown in Fig.4. s aforementioned, we use a string to denote the passing order of vehicle for presentation simplicity. Lane 1 (a) Grouping ased Strategy: Fig. 3: merging scenario. Merging Zone Vehicle on the lane 1 Vehicle on the lane 2 (b) Enumeration ased Method: Passing order 1: Group 1 Group 2 Group 3 Group 4 (a) Grouping ased Strategy: (b) Permutation ased Method: Passing order 2: Group 1 Group 3 Group 2 Group Passing order 3: Group 1 Group 3 nnotation: Group 4 Group 2 Passing order 4: Passing order 5: Group 3 Group 1 Group 4 Group Passing order 6: means will pass through the MZ earlier than nnotation: 1 2 (a) Group-based permutation: n vehicles means V1 will pass through the MZ earlier than V2 Group 3 Group 4 Group 1 Group 2 Group 3 Group 1 Group 2 Group 4 Fig. 2: The possible passing orders for the grouping based (b) Permutation: strategy. n order of n-m groups vehicles corresponds to am passing vehicles order of Vs. Fig. 4: (a) ll 3 passing orders after grouping. (b) ll 4 passing orders without grouping. (a) Group-based permutation: n vehicles m 1 vehicles m 2 vehicles m k vehicles Obviously, for this scenario, if the global optimal solution (passing order) is,, or, grouping does not hinder us to find the global optimal solution. The only (b) Permutation: special case that we should take care is the global optimal n 1 vehicles m 1 vehicles n 2 vehicles m k vehicles solution is. In the rest, we will discuss when can be the global optimal solution. n k+1 vehicl (a) Group-based permutation: n vehicles k vehicles

5 5 The optimal solution is means that we have t t, t t and t t simultaneously. Let us take t t as an example to show what constraints are needed. If the passing order is, the assigned of each vehicle can be derived according to lgorithm 1. t assign, = t min,, t assign, = max{t assign, + t 2,t min, }, t assign, = max{t assign, + t 2,t min, }, t assign, = max{t assign, + t 1,t min, }. (6a) (6b) (6c) (6d) Then, the total passing of all 4 vehicles under the passing order is t =t assign, =max{t min, + t t 2,t min, + t 1, t min, + t 1 + t 2,t min, }. Similarly, the total passing of all 4 vehicles under the passing order is t =max{t min, + t t 2,t min, + 2 t 2, t min, + t 2,t min, }. For each case, we will compare the value of t and t. The following analysis shows that only in the fourth case, t can be smaller than t. 1) if t = t min, + t t 2, (7) (8) t t t min, + t t 2 t = 0. (9) 2) if t = t min, + t 2, t t t min, + t 1 + t 2 t = t 1. (10) 3) if t = t min,, t t t min, t = 0. (11) 4) if t = t min, + 2 t 2 and t > t min, + t 1 + t 2, t t < 0. (12) Therefore, the special case (e.g. t t < 0) only occurs when the following constraints are satisfied. t min, t min, + t 2 t 1 t min, + t 1 t min, (13) t min, t min, + 2 t 2 The constraints for t t and t t can be derived by the similar way. Summarizing all the constraints and relaxing some of them, we get t 1 h, δ t 1 + t 2 t min, t min, t 1 + t 2 + δ (14) t 1 + t 2 t min, t min, 2 t 2 + δ Finally, we discuss the relationship between t min, j t min,i and the headway h i, j to check the occurring probability of such a case. For simplicity, we assume that all Vs are operated at the maximum velocity and thus have t min, j t min,i = h i, j. s suggested in [5], we suppose that the headway h follows displaced exponential distribution as f (h) = 1 h τ e (h τ)/( h τ), h τ, (15) where h = 1/λ is the average headway, λ is the average arrival rate, τ is the minimum headway which equals t 1 in the paper. The cumulative distribution function of the headway is P(h H) = F(H) = 1 e (H t 1)/( h t 1 ). (16) For presentation convenience, we define F(H 1,H 2 ) = P(H 1 h H 2 ) = F(H 2 ) F(H 1 ). ccording to (16), the probability of satisfying the constraints (14) is P = F 1 ( t 1,δ) F 2 ( t 2 t 1, t 2 t 1 +δ) F 1 ( t 1 + t 2,2 t 2 +δ). (17) When we set t 1 = 1.5s, δ = 2s, t 2 = 2.5s, and λ 1 = λ 2 = 0.2veh/s, this probability is about 1.3%. That is, under this parameter setting, the probability that the sub-optimal solution of the grouping based strategy is worse than the global optimal solution is 1.3%. This is really a small chance. The above analysis reveals the major reason why the suboptimal solution of the grouping based strategy is good enough in most situations. However, this method becomes improbable to analyze the cases that consist of a lot of vehicles, since the number of possible cases increases exponentially. So, in the rest of this paper, we resort to numerical tests to further validate our conclusion. V. SIMULTION TESTS The first experiment introduce the concept of alignment probability initialized in ordinal optimization [26], [27], [28] as the measure to validate that the sub-optimal solution found by grouping method is a good enough solution. We also use the histogram of all possible solutions (passing orders) of the merging problem to show that the grouping based strategy obtains a good enough solution. The second experiment shows that the consumption of the grouping based strategy is much less than conventional planning based methods. Finally, the third experiment compares the performance of different cooperative driving strategies. In these experiments, the vehicles arrival at each movement is assumed to be a Poisson process. The arrival rate can be varied to test the performance of the proposed strategy under different traffic demands. The vehicles arrival rates at two movements are the same unless otherwise specified. The weight parameters of objective function ω 1 and ω 2 both are 0.5. The minimum safety gaps of three strategies are the same. The minimum safety gap between two Vs on the same movement is 1.5s, and the minimum safety gap between two Vs on the conflict movements is 2s. ll experiments are carried out on a MTL platform in a personal computer with an Intel i7 PU and an 8G RM.

6 verage consumption (s) lignment Probability Probability(%) 6. The Optimality of the Grouping ased Strategy The grouping based strategy can be regarded as a sampling technique to narrow down the search space and speeding the search process. lignment probability is a nice measure to characterize the degree of matching between the original solution space S and the sampled subset G [28]. Suppose G is a good enough set which consists of the top-g solutions of search space. g is the ranking index. For example, the top-1 solution denotes the best solution. S is a selected set where the members are selected by using certain sampling technique or selection rule. G S k means there are at least k truly good solutions in S. k is called the alignment level and P( G S k ) is called alignment probability[26], [27]. In this paper, the alignment probability is calculated through simulation experiments. In the experiment, we vary λ from 0.1 veh/(lane s) to 0.25 veh/(lane s). Under each certain arrival rate, we simulate a 20 minutes traffic process. We record all solutions of the enumeration based method, the estimated optimal solution of the grouping based strategy, consumption, and the number of vehicles in the merging zone. We compare the estimated optimal solution with top-g solutions to count the alignment probability. We set the alignment level k as 1, since we care about whether there is a good enough solution in the selected set. The alignment probabilities with respect to different numbers of vehicles are shown in Fig number of vehicles = 5 number of vehicles = 10 number of vehicles = 15 number of vehicles = 20 number of vehicles = g Fig. 5: lignment probability versus top-g solutions parameterized by the number of vehicles. It is clear that the sub-optimal solution always is among the top-0.025% solutions and is good enough. Even when the number of vehicles equals 20 and the average number of the possible solutions is about , the sub-optimal solution found by grouping method is among the top-32 solutions. In other words, from the viewpoint of solutions order, the sub-optimal solution can be very close to the global optimal solution with a high probability. For a special merging scenario, we can calculate all the objective values for all the possible solutions (passing orders) and plot them in a histogram manner. This histogram intuitively describes the performance of solutions. Fig.6 gives such a histogram for solution values for a merging scenario with 25 Vs. There are possible passing orders for the merging scenario Enumeration based method: Optimal solution = s Time consumption = s Grouping based strategy: Optimal solution = s Time consumption = 0.039s FIFO based method: Optimal solution = s Time consumption = 0.011s Objective function value(s) Fig. 6: The histogram of solution values for a merging scenario with 25 Vs. We apply the FIFO based ad hoc negotiation strategy and the grouping based strategy for the same scenario. Then, we mark the locations of their optimal solutions in the Fig.6. It is clear that the solution found by the grouping based strategy is nearly the same as the global optimal solution; while the solution found by the FIFO based ad hoc negotiation strategy is far away from the global optimal solution. Indeed, the solution found by the grouping based strategy is the 7th best solution; while the solution of the FIFO based strategy ranks th.. The Time onsumption of the Grouping ased Strategy To check the average consumption with respect to different numbers of vehicles that will be considered, we vary the vehicle arrival rate λ from 0.1 veh/(lane s) to 0.25 veh/(lane s). Under each certain arrival rate, we simulate a 20 minutes traffic process. We record corresponding consumption and the number of vehicles in the merging zone Planning based strategy Grouping based strategy Number of vehicles Fig. 7: semi-log plot of average consumption against the number of vehicles. The result comes from 4800 merging scenarios. s shown in Fig.7, the results indicate that the average consumption of the planning based strategy (enumeration based method) increases almost exponentially. lthough the

7 7 TLE II: omparison results of three cooperative strategies average arrival rate 1 strategies average delay(s) average consumption(ms) average number of Vs Grouping based Planning based d hoc negotiation based Grouping based Planning based d hoc negotiation based Grouping based Planning based d hoc negotiation based Grouping based Planning based d hoc negotiation based Grouping based Planning based d hoc negotiation based Suppose average arrival rates on two movements are the same. 2 When the arrival rates on two movements are 0.3, the traffic becomes seriously congested and most Vs block in the upstream after 5-minute simulation. Thus, the results in this parameter setting are the results of a 5-minute simulation. planning based strategy gives the global optimal solution, it is difficult to be applied in practice. In contrast, since we restrict the maximum group number is 12, the average consumption of the grouping based strategy reaches a saturated value, when the number of vehicles is larger than 15. ombining Fig.5 and Fig.7, we can conclude that the grouping method can find a good enough solution within a short enough.. omparison of ifferent ooperative riving Strategies with Respect to rrival Flow Rate To compare the performance of different cooperative driving strategies, we calculate the delay of V i as t delay,i = t assign,i t min,i. (18) and the consumption that a strategy takes to find the passing order. less delay indicates that a better performance; and a less consumption indicates that a faster speed. In the simulation, the initial merging scenario contains five Vs whose initial positions are generated randomly. The average arrival rate λ of the following Vs can vary from 0.1 veh/(lane s) to 0.3 veh/(lane s). For each arrival rate, we simulate a 20 minutes traffic process. Grouping based strategy, planning based strategy (branch and bound method), and ad hoc negotiation based strategy (FIFO based method) are respectively applied to the same initial merging scenario. ll the considered Vs trajectories are replanned every T = 2 seconds. In planning based strategy, the MILP problem (5) is directly solved by VX software with Mosek solver. The Mosek solver makes use of branch and bound method to handle integer variables [24]. The performance measures are shown in Tab.II. s shown in Tab.II, the average delay of the grouping based strategy and planning based strategy is similar and the biggest difference is only 0.04 s/veh. However, the consumption of the planning based strategy increases sharply with the arrival rate. When the arrival rate equals 0.3, the average consumption of the planning based strategy is more than 11 seconds. t the same, the calculation of the proposed strategy always can be finished within 40 ms. On the other hand, under the situation of high arrival rate, the coordination performance of the ad hoc negotiation based strategy is extremely bad. When the arrival rate equals 0.25, the average delay of the ad hoc negotiation based strategy is more than twice that of other two strategies. lthough the ad hoc negotiation based strategy is -saving, its performance is far from satisfactory. It is obvious that the grouping based strategy makes a good tradeoff between the planning based strategy and ad hoc negotiation based strategy. Its good traffic control performance and short consumption make it practical for real applications. VI. ONLUSION In this paper, we propose a grouping based strategy to make a good tradeoff between computation complexity and traffic control efficiency. Its key idea is to narrow down the number of candidate passing orders and search a suboptimal passing order among a subset of the solution space. nalysis and simulation results validate that the sub-optimal solution found by the grouping based strategy has a high probability to be close to the global optimal solution, no matter what vehicle arrival rate is given. eing compared with the planning based strategy, the grouping based strategy yields similar traffic efficiency with much less calculation. eing compared with ad hoc negotiation based strategy, the grouping based strategy gives much better traffic efficiency with similar calculation. Thus, we recommend the grouping based strategy as a promising cooperative driving strategy in practice. It should be pointed out that the empirical dynamic constraints of vehicles are not considered in this paper. We are

8 velocity velocity velocity velocity velocity 8 currently building several automated vehicle prototypes. In the near future, we will test our grouping based strategy in a real on-ramp and design new tracking controllers to implement the planned trajectories. PPENIX SIMPLE MOTION PLNNING METHO This paper uses a similar motion planning method as used in [14]. The method can be easily derived by basic kinematics and requires little computational cost. ccelerating to a cruising velocity, then operating at the cruising velocity vcru t1 tassign Keeping accelerating. t1=tassign a = a max t 1 = t assign t 1 v cru = v 0 + a t 1 a = 2x 0 2v 0 t assign t 2 assign t 1 = t assign v cru = v 0 + a t 1 ecelerating to a cruising velocity, then operating at the cruising velocity vcru t1 tassign Keeping decelerating t1=tassign Keeping a constant velocity tassign 1 t = (a tassign ) 2 +2a(v 0 t assign x 0 ) a REFERENES a = a min t 1 = t assign + t 1 v cru = v 0 + a t 1 a = 2x 0 2v 0 t assign t 2 assign t 1 = t assign v cru = v 0 + a t 1 a = 0 t 1 = 0 v cru = v 0 v 0 t assign = x 0 [1]. Schrank,. Eisele, T. Lomax, and J. ak, 2015 urban mobility scorecard, Texas &M Transp. Inst., ollege Station, TX, US, [2] V. L. Knoop, H. J. Zuylen, and S. P. Hoogendoorn, Microscopic traffic behaviour near incidents, Transportation and Traffic Theory 2009: Golden Jubilee, pp , [3] V. Milanés, J. Godoy, J. Villagrá, and J. Pérez, utomated on-ramp merging system for congested traffic situations, IEEE Transactions on Intelligent Transportation Systems, vol. 12, no. 2, pp , [4] L. Li,. Wen, and. Yao, survey of traffic control with vehicular communications, IEEE Transactions on Intelligent Transportation Systems, vol. 15, no. 1, pp , [5] G. Korkmaz, E. Ekici, and F. Özgüner, Supporting real- traffic in multihop vehicle-to-infrastructure networks, Transportation Research Part : Emerging Technologies, vol. 18, no. 3, pp , [6] T. Sukuvaara and P. Nurmi, Wireless traffic service platform for combined vehicle-to-vehicle and vehicle-to-infrastructure communications, IEEE Wireless ommunications, vol. 16, no. 6, [7]. Uno, T. Sakaguchi, and S. Tsugawa, merging control algorithm based on inter-vehicle communication, in Intelligent Transportation Systems, Proceedings IEEE/IEEJ/JSI International onference on. IEEE, 1999, pp [8] P. T. Li and X. Zhou, Recasting and optimizing intersection automation as a connected-and-automated-vehicle (cav) scheduling problem: sequential branch-and-bound search approach in phase--traffic hypernetwork, Transportation Research Part : Methodological, vol. 105, pp , [9] L. Li, F.-Y. Wang, and H. Kim, ooperative driving and lane changing at blind crossings, in Intelligent Vehicles Symposium, Proceedings. IEEE. IEEE, 2005, pp [10] L. Li and F.-Y. Wang, ooperative driving at blind crossings using intervehicle communication, IEEE Transactions on Vehicular Technology, vol. 55, no. 6, pp , [11] Y. Meng, L. Li, F.-Y. Wang, K. Li, and Z. Li, nalysis of cooperative driving strategies for non-signalized intersections, IEEE Transactions on Vehicular Technology, [12] J. Rios-Torres and.. Malikopoulos, survey on the coordination of connected and automated vehicles at intersections and merging at highway on-ramps, IEEE Transactions on Intelligent Transportation Systems, [13], utomated and cooperative vehicle merging at highway onramps, IEEE Transactions on Intelligent Transportation Systems, [14] S.. Fayazi,. Vahidi, and. Luckow, Optimal scheduling of autonomous vehicle arrivals at intelligent intersections via milp, in merican ontrol onference (), IEEE, 2017, pp [15] E. R. Müller, R.. arlson, and W. K. Junior, Intersection control for automated vehicles with milp, IF-PapersOnLine, vol. 49, no. 3, pp , [16] R. Hult, G. R. ampos, E. Steinmetz, L. Hammarstrand, P. Falcone, and H. Wymeersch, oordination of cooperative autonomous vehicles: Toward safer and more efficient road transportation, IEEE Signal Processing Magazine, vol. 33, no. 6, pp , [17] K. resner and P. Stone, Multiagent traffic management: reservationbased intersection control mechanism, in Proceedings of the Third International Joint onference on utonomous gents and Multiagent Systems-Volume 2. IEEE omputer Society, 2004, pp [18], multiagent approach to autonomous intersection management, Journal of artificial intelligence research, vol. 31, pp , [19] Y. J. Zhang,.. Malikopoulos, and. G. assandras, Optimal control and coordination of connected and automated vehicles at urban traffic intersections, in merican ontrol onference (), IEEE, 2016, pp [20] G. R. de ampos, P. Falcone, R. Hult, H. Wymeersch, and J. Sjöberg, Traffic coordination at road intersections: utonomous decision-making algorithms using model-based heuristics, IEEE Intelligent Transportation Systems Magazine, vol. 9, no. 1, pp. 8 21, [21] M. Vasirani and S. Ossowski, market-inspired approach for intersection management in urban road traffic networks, Journal of rtificial Intelligence Research, vol. 43, pp , [22], market-inspired approach to reservation-based urban road traffic management, in Proceedings of The 8th International onference on utonomous gents and Multiagent Systems-Volume 1. International Foundation for utonomous gents and Multiagent Systems, 2009, pp [23]. Malikopoulos,. assandras, and Y. Zhang, decentralized energyoptimal control framework for connected automated vehicles at signalfree intersections, arxiv preprint arxiv: , [24] J. T. Linderoth and. Lodi, Milp software, Wiley encyclopedia of operations research and management science, 2010.

9 9 [25] H. He, H. aume III, and J. M. Eisner, Learning to search in branch and bound algorithms, in dvances in neural information processing systems, 2014, pp [26] Y.-. Ho, Q.-. Zhao, and Q.-S. Jia, Ordinal optimization: Soft optimization for hard problems. Springer Science & usiness Media, [27] Y.-. Ho, n explanation of ordinal optimization: Soft computing for hard problems, information Sciences, vol. 113, no. 3-4, pp , [28] T. E. Lau and Y.-. Ho, Universal alignment probabilities and subset selection for ordinal optimization, Journal of Optimization Theory and pplications, vol. 93, no. 3, pp , 1997.

arxiv: v3 [math.oc] 16 Jun 2017

arxiv: v3 [math.oc] 16 Jun 2017 Optimal Control and Coordination of Connected and Automated Vehicles at Urban Traffic Intersections Yue J. Zhang, Andreas A. Malikopoulos, Christos G. Cassandras arxiv:509.08689v3 [math.oc] 6 Jun 207 Abstract

More information

Optimal Control of Connected Automated Vehicles at Urban Traffic Intersections: A Feasibility Enforcement Analysis

Optimal Control of Connected Automated Vehicles at Urban Traffic Intersections: A Feasibility Enforcement Analysis 2017 American Control Conference Sheraton Seattle Hotel May 24 26, 2017, Seattle, USA Optimal Control of Connected Automated Vehicles at Urban Traffic Intersections: A Feasibility Enforcement Analysis

More information

Decentralized Optimal Control for Connected Automated Vehicles at Intersections Including Left and Right Turns

Decentralized Optimal Control for Connected Automated Vehicles at Intersections Including Left and Right Turns 2017 IEEE 56th Annual Conference on Decision and Control (CDC) December 12-15, 2017, Melbourne, Australia Decentralized Optimal Control for Connected Automated Vehicles at Intersections Including Left

More information

arxiv: v1 [math.oc] 10 Mar 2019

arxiv: v1 [math.oc] 10 Mar 2019 Decentralized Optimal Path Planning and Coordination for Connected and Automated Vehicles at Signalized-Free Intersections Andreas A. Malikopoulos, Senior Member, IEEE, and Liuhui Zhao, Member, IEEE arxiv:1903.04013v1

More information

Traffic Modelling for Moving-Block Train Control System

Traffic Modelling for Moving-Block Train Control System Commun. Theor. Phys. (Beijing, China) 47 (2007) pp. 601 606 c International Academic Publishers Vol. 47, No. 4, April 15, 2007 Traffic Modelling for Moving-Block Train Control System TANG Tao and LI Ke-Ping

More information

A Hierarchical Model-based Optimization Control Method for Merging of Connected Automated Vehicles. Na Chen, Meng Wang, Tom Alkim, Bart van Arem

A Hierarchical Model-based Optimization Control Method for Merging of Connected Automated Vehicles. Na Chen, Meng Wang, Tom Alkim, Bart van Arem A Hierarchical Model-based Optimization Control Method for Merging of Connected Automated Vehicles Na Chen, Meng Wang, Tom Alkim, Bart van Arem 1 Background Vehicle-to-Vehicle communication Vehicle-to-Infrastructure

More information

A Virtual Vehicle Based Coordination Framework For Autonomous Vehicles in Heterogeneous Scenarios

A Virtual Vehicle Based Coordination Framework For Autonomous Vehicles in Heterogeneous Scenarios A Virtual Vehicle Based Coordination Framework For Autonomous Vehicles in Heterogeneous Scenarios Ezequiel Debada, Laleh Makarem and Denis Gillet Abstract This work presents a novel virtual vehicle based

More information

Optimal Velocity Profile Generation for Given Acceleration Limits: Theoretical Analysis

Optimal Velocity Profile Generation for Given Acceleration Limits: Theoretical Analysis Optimal Velocity Profile Generation for Given cceleration Limits: Theoretical nalysis Efstathios Velenis and Panagiotis Tsiotras bstract semi-analytical method is proposed to generate minimum-time optimal

More information

Travel Time Calculation With GIS in Rail Station Location Optimization

Travel Time Calculation With GIS in Rail Station Location Optimization Travel Time Calculation With GIS in Rail Station Location Optimization Topic Scope: Transit II: Bus and Rail Stop Information and Analysis Paper: # UC8 by Sutapa Samanta Doctoral Student Department of

More information

Optimal Control of Autonomous Vehicles Approaching A Traffic Light

Optimal Control of Autonomous Vehicles Approaching A Traffic Light 1 Optimal Control of Autonomous Vehicles Approaching A Traffic Light Xiangyu Meng Christos G Cassras arxiv:1896v1 [eesssp] 6 Feb 18 Abstract This paper devotes to the development of an optimal acceleration/speed

More information

arxiv: v1 [cs.ai] 22 Feb 2018

arxiv: v1 [cs.ai] 22 Feb 2018 Reliable Intersection Control in Non-cooperative Environments* Muhammed O. Sayin 1,2, Chung-Wei Lin 2, Shinichi Shiraishi 2, and Tamer Başar 1 arxiv:1802.08138v1 [cs.ai] 22 Feb 2018 Abstract We propose

More information

Roundabout Level of Service

Roundabout Level of Service Roundabout Level of Service Rahmi Akçelik Director Akcelik & Associates Pty Ltd email: rahmi.akcelik@sidrasolutions.com web: www.sidrasolutions.com 8 January 2009 Contents 1. Introduction... 1 2. Fundamental

More information

Research Article Headway Distributions Based on Empirical Erlang and Pearson Type III Time Methods Compared

Research Article Headway Distributions Based on Empirical Erlang and Pearson Type III Time Methods Compared Research Journal of Applied Sciences, Engineering and Technology 7(21): 4410-4414, 2014 DOI:10.19026/rjaset.7.817 ISSN: 2040-7459; e-issn: 2040-7467 2014 Maxwell Scientific Publication Corp. Submitted:

More information

Research Article Individual Subjective Initiative Merge Model Based on Cellular Automaton

Research Article Individual Subjective Initiative Merge Model Based on Cellular Automaton Discrete Dynamics in Nature and Society Volume 23, Article ID 32943, 7 pages http://dx.doi.org/.55/23/32943 Research Article Individual Subjective Initiative Merge Model Based on Cellular Automaton Yin-Jie

More information

Available online Journal of Scientific and Engineering Research, 2017, 4(4): Research Article

Available online  Journal of Scientific and Engineering Research, 2017, 4(4): Research Article Available online www.jsaer.com, 2017, 4(4):137-142 Research Article ISSN: 2394-2630 CODEN(USA): JSERBR A Qualitative Examination of the Composition of the Cooperative Vehicles Çağlar Koşun 1, Çağatay Kök

More information

Empirical Study of Traffic Velocity Distribution and its Effect on VANETs Connectivity

Empirical Study of Traffic Velocity Distribution and its Effect on VANETs Connectivity Empirical Study of Traffic Velocity Distribution and its Effect on VANETs Connectivity Sherif M. Abuelenin Department of Electrical Engineering Faculty of Engineering, Port-Said University Port-Fouad,

More information

VEHICULAR TRAFFIC FLOW MODELS

VEHICULAR TRAFFIC FLOW MODELS BBCR Group meeting Fri. 25 th Nov, 2011 VEHICULAR TRAFFIC FLOW MODELS AN OVERVIEW Khadige Abboud Outline Introduction VANETs Why we need to know traffic flow theories Traffic flow models Microscopic Macroscopic

More information

Algorithms and Complexity theory

Algorithms and Complexity theory Algorithms and Complexity theory Thibaut Barthelemy Some slides kindly provided by Fabien Tricoire University of Vienna WS 2014 Outline 1 Algorithms Overview How to write an algorithm 2 Complexity theory

More information

Downlink Traffic Scheduling in Green Vehicular Roadside Infrastructure

Downlink Traffic Scheduling in Green Vehicular Roadside Infrastructure Downlink Traffic Scheduling in Green Vehicular Roadside Infrastructure Abdulla A. Hammad, Terence D. Todd, George Karakostas and Dongmei Zhao Department of Electrical and Computer Engineering McMaster

More information

Chapter 5 Traffic Flow Characteristics

Chapter 5 Traffic Flow Characteristics Chapter 5 Traffic Flow Characteristics 1 Contents 2 Introduction The Nature of Traffic Flow Approaches to Understanding Traffic Flow Parameters Connected with Traffic Flow Categories of Traffic Flow The

More information

Modified flatbed tow truck model for stable and safe platooning in presences of lags, communication and sensing delays

Modified flatbed tow truck model for stable and safe platooning in presences of lags, communication and sensing delays Modified flatbed tow truck model for stable and safe platooning in presences of lags, communication and sensing delays Alan ALI 1, Gaëtan GARCIA 2 and Philippe MARTINET 1 Abstract Many ideas have been

More information

1.225 Transportation Flow Systems Quiz (December 17, 2001; Duration: 3 hours)

1.225 Transportation Flow Systems Quiz (December 17, 2001; Duration: 3 hours) 1.225 Transportation Flow Systems Quiz (December 17, 2001; Duration: 3 hours) Student Name: Alias: Instructions: 1. This exam is open-book 2. No cooperation is permitted 3. Please write down your name

More information

Behavior Control Methodology for Circulating Robots in Flexible Batch Manufacturing Systems Experiencing Bottlenecks

Behavior Control Methodology for Circulating Robots in Flexible Batch Manufacturing Systems Experiencing Bottlenecks Behavior Control Methodology for Circulating Robots in Flexible Batch Manufacturing Systems Experiencing Bottlenecks Satoshi Hoshino, Hiroya Seki, Yuji Naka, and Jun Ota Abstract This paper focuses on

More information

Analytical investigation on the minimum traffic delay at a two-phase. intersection considering the dynamical evolution process of queues

Analytical investigation on the minimum traffic delay at a two-phase. intersection considering the dynamical evolution process of queues Analytical investigation on the minimum traffic delay at a two-phase intersection considering the dynamical evolution process of queues Hong-Ze Zhang 1, Rui Jiang 1,2, Mao-Bin Hu 1, Bin Jia 2 1 School

More information

INTERVEHICLE communications based on wireless technologies

INTERVEHICLE communications based on wireless technologies IEEE TRANSACTIONS ON INTELLIGENT TRANSPORTATION SYSTEMS 1 A Stochastic Model for Chain Collisions of Vehicles Equipped With Vehicular Communications Carolina Garcia-Costa, Esteban Egea-Lopez, Juan Bautista

More information

Dynamic Call Center Routing Policies Using Call Waiting and Agent Idle Times Online Supplement

Dynamic Call Center Routing Policies Using Call Waiting and Agent Idle Times Online Supplement Submitted to imanufacturing & Service Operations Management manuscript MSOM-11-370.R3 Dynamic Call Center Routing Policies Using Call Waiting and Agent Idle Times Online Supplement (Authors names blinded

More information

Assessing the uncertainty in micro-simulation model outputs

Assessing the uncertainty in micro-simulation model outputs Assessing the uncertainty in micro-simulation model outputs S. Zhu 1 and L. Ferreira 2 1 School of Civil Engineering, Faculty of Engineering, Architecture and Information Technology, The University of

More information

Constrained Optimization and Distributed Computation Based Car-Following Control of A Connected and Autonomous Vehicle Platoon

Constrained Optimization and Distributed Computation Based Car-Following Control of A Connected and Autonomous Vehicle Platoon Constrained Optimization and Distributed Computation Based Car-Following Control of A Connected and Autonomous Vehicle Platoon Siyuan Gong a, Jinglai Shen b, Lili Du a ldu3@iit.edu a: Illinois Institute

More information

Energy-Efficient Resource Allocation for Multi-User Mobile Edge Computing

Energy-Efficient Resource Allocation for Multi-User Mobile Edge Computing Energy-Efficient Resource Allocation for Multi-User Mobile Edge Computing Junfeng Guo, Zhaozhe Song, Ying Cui Department of Electronic Engineering, Shanghai Jiao Tong University, Shanghai, P. R. China

More information

Traffic Signal Control with Swarm Intelligence

Traffic Signal Control with Swarm Intelligence 009 Fifth International Conference on Natural Computation Traffic Signal Control with Swarm Intelligence David Renfrew, Xiao-Hua Yu Department of Electrical Engineering, California Polytechnic State University

More information

CHAPTER 2. CAPACITY OF TWO-WAY STOP-CONTROLLED INTERSECTIONS

CHAPTER 2. CAPACITY OF TWO-WAY STOP-CONTROLLED INTERSECTIONS CHAPTER 2. CAPACITY OF TWO-WAY STOP-CONTROLLED INTERSECTIONS 1. Overview In this chapter we will explore the models on which the HCM capacity analysis method for two-way stop-controlled (TWSC) intersections

More information

Estimating the vehicle accumulation: Data-fusion of loop-detector flow and floating car speed data

Estimating the vehicle accumulation: Data-fusion of loop-detector flow and floating car speed data Estimating the vehicle accumulation: Data-fusion of loop-detector flow and floating car speed data Paul B.C. van Erp (corresponding author) Victor L. Knoop Serge P. Hoogendoorn Department of Transport

More information

Fault tree analysis (FTA) is an important approach for system reliability analysis. It has been widely used in many applications and has

Fault tree analysis (FTA) is an important approach for system reliability analysis. It has been widely used in many applications and has Research Article (wileyonlinelibrary.com) OI: 1.12/qre.1245 Published online 19 September 211 in Wiley Online Library A New Ordering Method of asic Events in Fault Tree Analysis Hong-Zhong Huang* Hua Zhang

More information

Traffic Flow Simulation using Cellular automata under Non-equilibrium Environment

Traffic Flow Simulation using Cellular automata under Non-equilibrium Environment Traffic Flow Simulation using Cellular automata under Non-equilibrium Environment Hideki Kozuka, Yohsuke Matsui, Hitoshi Kanoh Institute of Information Sciences and Electronics, University of Tsukuba,

More information

An improved CA model with anticipation for one-lane traffic flow

An improved CA model with anticipation for one-lane traffic flow An improved CA model with anticipation for one-lane traffic flow MARÍA ELENA. LÁRRAGA JESÚS ANTONIO DEL RÍ0 Facultad de Ciencias, Computer Science Dept. Universidad Autónoma del Estado de Morelos Av. Universidad

More information

Transient situations in traffic flow: Modelling the Mexico City Cuernavaca Highway

Transient situations in traffic flow: Modelling the Mexico City Cuernavaca Highway arxiv:cond-mat/0501561v1 [cond-mat.other] 24 Jan 2005 Transient situations in traffic flow: Modelling the Mexico City Cuernavaca Highway J.A. del Río Centro de Investigación en Energía Universidad Nacional

More information

THE POTENTIAL OF APPLYING MACHINE LEARNING FOR PREDICTING CUT-IN BEHAVIOUR OF SURROUNDING TRAFFIC FOR TRUCK-PLATOONING SAFETY

THE POTENTIAL OF APPLYING MACHINE LEARNING FOR PREDICTING CUT-IN BEHAVIOUR OF SURROUNDING TRAFFIC FOR TRUCK-PLATOONING SAFETY THE POTENTIAL OF APPLYING MACHINE LEARNING FOR PREDICTING CUT-IN BEHAVIOUR OF SURROUNDING TRAFFIC FOR TRUCK-PLATOONING SAFETY Irene Cara Jan-Pieter Paardekooper TNO Helmond The Netherlands Paper Number

More information

Traffic flow theory involves the development of mathematical relationships among

Traffic flow theory involves the development of mathematical relationships among CHAPTER 6 Fundamental Principles of Traffic Flow Traffic flow theory involves the development of mathematical relationships among the primary elements of a traffic stream: flow, density, and speed. These

More information

Measuring Wave Velocities on Highways during Congestion using Cross Spectral Analysis

Measuring Wave Velocities on Highways during Congestion using Cross Spectral Analysis Measuring Wave Velocities on Highways during Congestion using Cross Spectral Analysis Yun Wang, Member, IEEE, Diane Foster, and Benjamin Coifman, Member, IEEE Abstract Previous research has shown that

More information

Path and travel time inference from GPS probe vehicle data

Path and travel time inference from GPS probe vehicle data Path and travel time inference from GPS probe vehicle data Timothy Hunter Department of Electrical Engineering and Computer Science University of California, Berkeley tjhunter@eecs.berkeley.edu Pieter

More information

Traffic Flow Theory & Simulation

Traffic Flow Theory & Simulation Traffic Flow Theory & Simulation S.P. Hoogendoorn Lecture 4 Shockwave theory Shockwave theory I: Introduction Applications of the Fundamental Diagram February 14, 2010 1 Vermelding onderdeel organisatie

More information

1 INTRODUCTION 2 PROBLEM DEFINITION

1 INTRODUCTION 2 PROBLEM DEFINITION Autonomous cruise control with cut-in target vehicle detection Ashwin Carvalho, Alek Williams, Stéphanie Lefèvre & Francesco Borrelli Department of Mechanical Engineering University of California Berkeley,

More information

A Control Matching-based Predictive Approach to String Stable Vehicle Platooning

A Control Matching-based Predictive Approach to String Stable Vehicle Platooning Preprints of the 19th World Congress The International Federation of Automatic Control Cape Town, South Africa. August 24-29, 214 A Control Matching-based Predictive Approach to String Stable Vehicle Platooning

More information

Efficient real-time train scheduling for urban rail transit systems using iterative convex programming

Efficient real-time train scheduling for urban rail transit systems using iterative convex programming Delft University of Technology Delft Center for Systems and Control Technical report 15-023 Efficient real-time train scheduling for urban rail transit systems using iterative convex programming Y. Wang,

More information

CHAPTER 3. CAPACITY OF SIGNALIZED INTERSECTIONS

CHAPTER 3. CAPACITY OF SIGNALIZED INTERSECTIONS CHAPTER 3. CAPACITY OF SIGNALIZED INTERSECTIONS 1. Overview In this chapter we explore the models on which the HCM capacity analysis method for signalized intersections are based. While the method has

More information

arxiv: v1 [physics.soc-ph] 13 Oct 2017

arxiv: v1 [physics.soc-ph] 13 Oct 2017 arxiv:171.5752v1 [physics.soc-ph] 13 Oct 217 Analysis of risk levels for traffic on a multi-lane highway Michael Herty Giuseppe Visconti Institut für Geometrie und Praktische Mathematik (IGPM), RWTH Aachen

More information

CE351 Transportation Systems: Planning and Design

CE351 Transportation Systems: Planning and Design CE351 Transportation Systems: Planning and Design TOPIC: Level of Service (LOS) at Traffic Signals 1 Course Outline Introduction to Transportation Highway Users and their Performance Geometric Design Pavement

More information

Optimal Sleeping Mechanism for Multiple Servers with MMPP-Based Bursty Traffic Arrival

Optimal Sleeping Mechanism for Multiple Servers with MMPP-Based Bursty Traffic Arrival 1 Optimal Sleeping Mechanism for Multiple Servers with MMPP-Based Bursty Traffic Arrival Zhiyuan Jiang, Bhaskar Krishnamachari, Sheng Zhou, arxiv:1711.07912v1 [cs.it] 21 Nov 2017 Zhisheng Niu, Fellow,

More information

Real Time Traffic Control to Optimize Waiting Time of Vehicles at A Road Intersection

Real Time Traffic Control to Optimize Waiting Time of Vehicles at A Road Intersection International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 w Volume 6 Issue 4 Ver. II ǁ 2018 ǁ PP. 25-33 Real Time Traffic Control to Optimize

More information

CHAPTER 5 DELAY ESTIMATION FOR OVERSATURATED SIGNALIZED APPROACHES

CHAPTER 5 DELAY ESTIMATION FOR OVERSATURATED SIGNALIZED APPROACHES CHAPTER 5 DELAY ESTIMATION FOR OVERSATURATED SIGNALIZED APPROACHES Delay is an important measure of effectiveness in traffic studies, as it presents the direct cost of fuel consumption and indirect cost

More information

A Cellular Automaton Model for Heterogeneous and Incosistent Driver Behavior in Urban Traffic

A Cellular Automaton Model for Heterogeneous and Incosistent Driver Behavior in Urban Traffic Commun. Theor. Phys. 58 (202) 744 748 Vol. 58, No. 5, November 5, 202 A Cellular Automaton Model for Heterogeneous and Incosistent Driver Behavior in Urban Traffic LIU Ming-Zhe ( ), ZHAO Shi-Bo ( ô ),,

More information

Control Delay at Signalized Diamond Interchanges Considering Internal Queue Spillback Paper No

Control Delay at Signalized Diamond Interchanges Considering Internal Queue Spillback Paper No Publish Information: Xu, H., H. Liu, and Z. Tian (00). Control Delay at Signalized Interchanges Considering Internal Queue Spillback. Journal of Transportation Research Record, No.73, 3 3. Control Delay

More information

Traffic Flow Theory and Simulation

Traffic Flow Theory and Simulation Traffic Flow Theory and Simulation V.L. Knoop Lecture 2 Arrival patterns and cumulative curves Arrival patterns From microscopic to macroscopic 24-3-2014 Delft University of Technology Challenge the future

More information

Signalized Intersection Delay Models

Signalized Intersection Delay Models Chapter 35 Signalized Intersection Delay Models 35.1 Introduction Signalized intersections are the important points or nodes within a system of highways and streets. To describe some measure of effectiveness

More information

arxiv: v1 [physics.soc-ph] 17 Oct 2016

arxiv: v1 [physics.soc-ph] 17 Oct 2016 Local stability conditions and calibrating procedure for new car-following models used in driving simulators arxiv:1610.05257v1 [physics.soc-ph] 17 Oct 2016 Valentina Kurc and Igor Anufriev Abstract The

More information

Efficiency promotion for an on-ramp system based on intelligent transportation system information

Efficiency promotion for an on-ramp system based on intelligent transportation system information Efficiency promotion for an on-ramp system based on intelligent transportation system information Xie Dong-Fan( 谢东繁 ), Gao Zi-You( 高自友 ), and Zhao Xiao-Mei( 赵小梅 ) School of Traffic and Transportation,

More information

WEBER ROAD RESIDENTIAL DEVELOPMENT Single Family Residential Project

WEBER ROAD RESIDENTIAL DEVELOPMENT Single Family Residential Project WEBER ROAD RESIDENTIAL DEVELOPMENT Single Family Residential Project WEBER ROAD RESIDENTIAL DEVELOPMENT TRAFFIC IMPACT STUDY TABLE OF CONTENTS 1.0 Executive Summary Page 2.0 Introduction 2.1 DEVELOPMENT

More information

16.410/413 Principles of Autonomy and Decision Making

16.410/413 Principles of Autonomy and Decision Making 6.4/43 Principles of Autonomy and Decision Making Lecture 8: (Mixed-Integer) Linear Programming for Vehicle Routing and Motion Planning Emilio Frazzoli Aeronautics and Astronautics Massachusetts Institute

More information

A 2-Approximation Algorithm for Scheduling Parallel and Time-Sensitive Applications to Maximize Total Accrued Utility Value

A 2-Approximation Algorithm for Scheduling Parallel and Time-Sensitive Applications to Maximize Total Accrued Utility Value A -Approximation Algorithm for Scheduling Parallel and Time-Sensitive Applications to Maximize Total Accrued Utility Value Shuhui Li, Miao Song, Peng-Jun Wan, Shangping Ren Department of Engineering Mechanics,

More information

Intuitionistic Fuzzy Estimation of the Ant Methodology

Intuitionistic Fuzzy Estimation of the Ant Methodology BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 9, No 2 Sofia 2009 Intuitionistic Fuzzy Estimation of the Ant Methodology S Fidanova, P Marinov Institute of Parallel Processing,

More information

Traffic Flow Theory & Simulation

Traffic Flow Theory & Simulation Traffic Flow Theory & Simulation S.P. Hoogendoorn Lecture 7 Introduction to Phenomena Introduction to phenomena And some possible explanations... 2/5/2011, Prof. Dr. Serge Hoogendoorn, Delft University

More information

Physica A. Traffic flow characteristics in a mixed traffic system consisting of ACC vehicles and manual vehicles: A hybrid modelling approach

Physica A. Traffic flow characteristics in a mixed traffic system consisting of ACC vehicles and manual vehicles: A hybrid modelling approach Physica A 388 (2009) 2483 2491 Contents lists available at ScienceDirect Physica A journal homepage: www.elsevier.com/locate/physa Traffic flow characteristics in a mixed traffic system consisting of ACC

More information

Scheduling of Frame-based Embedded Systems with Rechargeable Batteries

Scheduling of Frame-based Embedded Systems with Rechargeable Batteries Scheduling of Frame-based Embedded Systems with Rechargeable Batteries André Allavena Computer Science Department Cornell University Ithaca, NY 14853 andre@cs.cornell.edu Daniel Mossé Department of Computer

More information

Uncertain Quadratic Minimum Spanning Tree Problem

Uncertain Quadratic Minimum Spanning Tree Problem Uncertain Quadratic Minimum Spanning Tree Problem Jian Zhou Xing He Ke Wang School of Management Shanghai University Shanghai 200444 China Email: zhou_jian hexing ke@shu.edu.cn Abstract The quadratic minimum

More information

Cumulative Count Curve and Queueing Analysis

Cumulative Count Curve and Queueing Analysis Introduction Traffic flow theory (TFT) Zhengbing He, Ph.D., http://zhengbing.weebly.com School of traffic and transportation, Beijing Jiaotong University September 27, 2015 Introduction Outline 1 Introduction

More information

Study on Shandong Expressway Network Planning Based on Highway Transportation System

Study on Shandong Expressway Network Planning Based on Highway Transportation System Study on Shandong Expressway Network Planning Based on Highway Transportation System Fei Peng a, Yimeng Wang b and Chengjun Shi c School of Automobile, Changan University, Xian 71000, China; apengfei0799@163.com,

More information

self-driving car technology introduction

self-driving car technology introduction self-driving car technology introduction slide 1 Contents of this presentation 1. Motivation 2. Methods 2.1 road lane detection 2.2 collision avoidance 3. Summary 4. Future work slide 2 Motivation slide

More information

Algorithms for a Special Class of State-Dependent Shortest Path Problems with an Application to the Train Routing Problem

Algorithms for a Special Class of State-Dependent Shortest Path Problems with an Application to the Train Routing Problem Algorithms fo Special Class of State-Dependent Shortest Path Problems with an Application to the Train Routing Problem Lunce Fu and Maged Dessouky Daniel J. Epstein Department of Industrial & Systems Engineering

More information

Toward Effective Initialization for Large-Scale Search Spaces

Toward Effective Initialization for Large-Scale Search Spaces Toward Effective Initialization for Large-Scale Search Spaces Shahryar Rahnamayan University of Ontario Institute of Technology (UOIT) Faculty of Engineering and Applied Science 000 Simcoe Street North

More information

Connected Cruise Control Design Using Probabilistic Model Checking

Connected Cruise Control Design Using Probabilistic Model Checking 217 American Control Conference Sheraton Seattle Hotel May 24 26, 217, Seattle, USA Connected Cruise Control Design Using Probabilistic Model Checking Jin I. Ge 1, Gábor Orosz 1, and Richard M. Murray

More information

Hadamard Product Decomposition and Mutually Exclusive Matrices on Network Structure and Utilization

Hadamard Product Decomposition and Mutually Exclusive Matrices on Network Structure and Utilization Hadamard Product Decomposition and Mutually Exclusive Matrices on Network Structure and Utilization Michael Ybañez 1, Kardi Teknomo 2, Proceso Fernandez 3 Department of Information Systems and omputer

More information

Interacting Vehicles: Rules of the Game

Interacting Vehicles: Rules of the Game Chapter 7 Interacting Vehicles: Rules of the Game In previous chapters, we introduced an intelligent control method for autonomous navigation and path planning. The decision system mainly uses local information,

More information

Reducing Time Headway for Platoons of Connected Vehicles via Multiple-Predecessor Following

Reducing Time Headway for Platoons of Connected Vehicles via Multiple-Predecessor Following 018 1st International Conference on Intelligent Transportation Systems ITSC Maui, Hawaii, USA, November 4-7, 018 Reducing Time Headway for Platoons of Connected Vehicles via Multiple-Predecessor Following

More information

JEP John E. Jack Pflum, P.E. Consulting Engineering 7541 Hosbrook Road, Cincinnati, OH Telephone:

JEP John E. Jack Pflum, P.E. Consulting Engineering 7541 Hosbrook Road, Cincinnati, OH Telephone: JEP John E. Jack Pflum, P.E. Consulting Engineering 7541 Hosbrook Road, Cincinnati, OH 45243 Email: jackpflum1@gmail.com Telephone: 513.919.7814 MEMORANDUM REPORT Traffic Impact Analysis Proposed Soccer

More information

A NOTE ON A SINGLE VEHICLE AND ONE DESTINATION ROUTING PROBLEM AND ITS GAME-THEORETIC MODELS

A NOTE ON A SINGLE VEHICLE AND ONE DESTINATION ROUTING PROBLEM AND ITS GAME-THEORETIC MODELS ALS Advanced Logistic Systems A NOTE ON A SINGLE VEHICLE AND ONE DESTINATION ROUTING PROBLEM AND ITS GAME-THEORETIC MODELS Andrzej Grzybowski Czestochowa University of Technology, Poland Abstract: In the

More information

Encapsulating Urban Traffic Rhythms into Road Networks

Encapsulating Urban Traffic Rhythms into Road Networks Encapsulating Urban Traffic Rhythms into Road Networks Junjie Wang +, Dong Wei +, Kun He, Hang Gong, Pu Wang * School of Traffic and Transportation Engineering, Central South University, Changsha, Hunan,

More information

Improvements to Benders' decomposition: systematic classification and performance comparison in a Transmission Expansion Planning problem

Improvements to Benders' decomposition: systematic classification and performance comparison in a Transmission Expansion Planning problem Improvements to Benders' decomposition: systematic classification and performance comparison in a Transmission Expansion Planning problem Sara Lumbreras & Andrés Ramos July 2013 Agenda Motivation improvement

More information

Developing a Distributed Consensus-Based Cooperative Adaptive Cruise Control (CACC) System

Developing a Distributed Consensus-Based Cooperative Adaptive Cruise Control (CACC) System Developing a Distributed Consensus-Based Cooperative Adaptive Cruise Control (CACC) System Ziran Wang (Corresponding Author) Center for Environmental Research and Technology, University of California at

More information

Estimation of Measures of Effectiveness Based on Connected Vehicle Data

Estimation of Measures of Effectiveness Based on Connected Vehicle Data Estimation of Measures of Effectiveness Based on Connected Vehicle Data Juan Argote, Eleni Christofa, Yiguang Xuan, and Alexander Skabardonis Abstract Vehicle-infrastructure cooperation via the Connected

More information

Deep Algebra Projects: Algebra 1 / Algebra 2 Go with the Flow

Deep Algebra Projects: Algebra 1 / Algebra 2 Go with the Flow Deep Algebra Projects: Algebra 1 / Algebra 2 Go with the Flow Topics Solving systems of linear equations (numerically and algebraically) Dependent and independent systems of equations; free variables Mathematical

More information

A SIMPLIFIED MODEL OF URBAN RAILWAY SYSTEM FOR DYNAMIC TRAFFIC ASSIGNMENT

A SIMPLIFIED MODEL OF URBAN RAILWAY SYSTEM FOR DYNAMIC TRAFFIC ASSIGNMENT 1 A SIMPLIFIED MODEL OF URBAN RAILWAY SYSTEM FOR DYNAMIC TRAFFIC ASSIGNMENT T. SEO a, K. WADA b and D. FUKUDA c a Department of Civil and Environmental Engineering, School of Environment and Society, Tokyo

More information

Session-Based Queueing Systems

Session-Based Queueing Systems Session-Based Queueing Systems Modelling, Simulation, and Approximation Jeroen Horters Supervisor VU: Sandjai Bhulai Executive Summary Companies often offer services that require multiple steps on the

More information

A Study on Performance Analysis of V2V Communication Based AEB System Considering Road Friction at Slopes

A Study on Performance Analysis of V2V Communication Based AEB System Considering Road Friction at Slopes , pp. 71-80 http://dx.doi.org/10.14257/ijfgcn.2016.9.11.07 A Study on Performance Analysis of V2V Communication Based AEB System Considering Road Friction at Slopes Sangduck Jeon 1, Jungeun Lee 1 and Byeongwoo

More information

A Data-Driven Misbehavior Detection System for Connected Autonomous Vehicles

A Data-Driven Misbehavior Detection System for Connected Autonomous Vehicles A Data-Driven Misbehavior Detection System for Connected Autonomous Vehicles ANKUR SARKER and HAIYING SHEN, University of Virginia, USA In a Connected and Autonomous Vehicle (CAV) system, some malicious

More information

TRANSMISSION STRATEGIES FOR SINGLE-DESTINATION WIRELESS NETWORKS

TRANSMISSION STRATEGIES FOR SINGLE-DESTINATION WIRELESS NETWORKS The 20 Military Communications Conference - Track - Waveforms and Signal Processing TRANSMISSION STRATEGIES FOR SINGLE-DESTINATION WIRELESS NETWORKS Gam D. Nguyen, Jeffrey E. Wieselthier 2, Sastry Kompella,

More information

Quiz 1 Solutions. Problem 2. Asymptotics & Recurrences [20 points] (3 parts)

Quiz 1 Solutions. Problem 2. Asymptotics & Recurrences [20 points] (3 parts) Introduction to Algorithms October 13, 2010 Massachusetts Institute of Technology 6.006 Fall 2010 Professors Konstantinos Daskalakis and Patrick Jaillet Quiz 1 Solutions Quiz 1 Solutions Problem 1. We

More information

Optimal routing for automated highway systems

Optimal routing for automated highway systems Delft University of Technology Delft Center for Systems and Control Technical report 13-005 Optimal routing for automated highway systems L.D. Baskar, B. De Schutter, and H. Hellendoorn If you want to

More information

A Time Gap-Based Spacing Policy for Full-Range Car-Following

A Time Gap-Based Spacing Policy for Full-Range Car-Following A Time Gap-Based Spacing Policy for Full-Range Car-Following Carlos Flores, Vicente Milanés, Fawzi Nashashibi To cite this version: Carlos Flores, Vicente Milanés, Fawzi Nashashibi. A Time Gap-Based Spacing

More information

Advanced information feedback strategy in intelligent two-route traffic flow systems

Advanced information feedback strategy in intelligent two-route traffic flow systems . RESEARCH PAPERS. SCIENCE CHINA Information Sciences November 2010 Vol. 53 No. 11: 2265 2271 doi: 10.1007/s11432-010-4070-1 Advanced information feedback strategy in intelligent two-route traffic flow

More information

A Novel Technique to Improve the Online Calculation Performance of Nonlinear Problems in DC Power Systems

A Novel Technique to Improve the Online Calculation Performance of Nonlinear Problems in DC Power Systems electronics Article A Novel Technique to Improve the Online Calculation Performance of Nonlinear Problems in DC Power Systems Qingshan Xu 1, Yuqi Wang 1, * ID, Minjian Cao 1 and Jiaqi Zheng 2 1 School

More information

IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 57, NO. 11, NOVEMBER On the Performance of Sparse Recovery

IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 57, NO. 11, NOVEMBER On the Performance of Sparse Recovery IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 57, NO. 11, NOVEMBER 2011 7255 On the Performance of Sparse Recovery Via `p-minimization (0 p 1) Meng Wang, Student Member, IEEE, Weiyu Xu, and Ao Tang, Senior

More information

Design Priciples of Traffic Signal

Design Priciples of Traffic Signal Design Priciples of Traffic Signal Lecture Notes in Transportation Systems Engineering Prof. Tom V. Mathew Contents 1 Overview 1 2 Definitions and notations 2 3 Phase design 3 3.1 Two phase signals.................................

More information

Center-based initialization for large-scale blackbox

Center-based initialization for large-scale blackbox See discussions, stats, and author profiles for this publication at: http://www.researchgate.net/publication/903587 Center-based initialization for large-scale blackbox problems ARTICLE FEBRUARY 009 READS

More information

Alpha-Beta Pruning: Algorithm and Analysis

Alpha-Beta Pruning: Algorithm and Analysis Alpha-Beta Pruning: Algorithm and Analysis Tsan-sheng Hsu tshsu@iis.sinica.edu.tw http://www.iis.sinica.edu.tw/~tshsu 1 Introduction Alpha-beta pruning is the standard searching procedure used for 2-person

More information

Dynamic Call Center Routing Policies Using Call Waiting and Agent Idle Times Online Supplement

Dynamic Call Center Routing Policies Using Call Waiting and Agent Idle Times Online Supplement Dynamic Call Center Routing Policies Using Call Waiting and Agent Idle Times Online Supplement Wyean Chan DIRO, Université de Montréal, C.P. 6128, Succ. Centre-Ville, Montréal (Québec), H3C 3J7, CANADA,

More information

Vehicle Routing and Scheduling. Martin Savelsbergh The Logistics Institute Georgia Institute of Technology

Vehicle Routing and Scheduling. Martin Savelsbergh The Logistics Institute Georgia Institute of Technology Vehicle Routing and Scheduling Martin Savelsbergh The Logistics Institute Georgia Institute of Technology Vehicle Routing and Scheduling Part II: Algorithmic Enhancements Handling Practical Complexities

More information

Estimating Traffic Accidents in Turkey Using Differential Evolution Algorithm

Estimating Traffic Accidents in Turkey Using Differential Evolution Algorithm SSP - JOURNAL OF CIVIL ENGINEERING Vol. 12, Issue 1, 2017 DOI: 10.1515/sspjce-2017-0008 Estimating Traffic Accidents in Turkey Using Differential Evolution Algorithm Ali Payıdar Akgüngör, Ersin Korkmaz

More information

Traffic signal design-ii

Traffic signal design-ii CHAPTER 4. TRAFFIC SIGNAL DESIGN-II NPTEL May 3, 007 Chapter 4 Traffic signal design-ii 4.1 Overview In the previous chapter, a simple design of cycle time was discussed. Here we will discuss how the cycle

More information

Cover Page. The handle holds various files of this Leiden University dissertation

Cover Page. The handle  holds various files of this Leiden University dissertation Cover Page The handle http://hdl.handle.net/1887/39637 holds various files of this Leiden University dissertation Author: Smit, Laurens Title: Steady-state analysis of large scale systems : the successive

More information

Analysis of Urban Millimeter Wave Microcellular Networks

Analysis of Urban Millimeter Wave Microcellular Networks Analysis of Urban Millimeter Wave Microcellular Networks Yuyang Wang, KiranVenugopal, Andreas F. Molisch, and Robert W. Heath Jr. The University of Texas at Austin University of Southern California TheUT

More information