Abstract

This paper introduces two traffic light strategies to control traffic and avoid traffic jam in urban networks. One strategy is a new traffic light scheduling system, which controls traffic light using local variables (waiting time and number of vehicle on links) but has a global impact on the traffic, using shared variables between neighbour intersections. The proposed traffic light scheduling system is designed based on eigenvector centrality of intersection relation matrix. The intersection relation matrix is a new representation of a junction which indicates the traffic relation between intersection’s links and adjacent intersections. The second contribution is expanding a new dual mode traffic light strategy (namely, Exit Status Traffic Light (ETL)), which notifies the drivers whether they are allowed to exit a street or not. In other words, vehicles are allowed to enter a street in both red and green ETL, but they are not allowed to exit the street for a long time in red ETL (while traffic is heavy in the subnetwork). The ETL gives a chance to relax traffic in a subnetwork and avoid traffic jam. The effectiveness of the proposed strategy is analysed and evaluated by a number of simulations on three-way grid networks. Two-way rectangular grid networks are modelled via a cell transmission model (CTM). The macroscopic fundamental diagram (MFD) and the number of jammed cells are compared with two state-of-the-art methods.

1. Introduction

Urban areas faced severe traffic congestion in recent decades, which causes serious problems such as increasing human travel time, fuel consumption, and air pollution. Traffic light is a popular equipment to control urban traffic. Phasing traffic light using a reasonable method reduces the delay time and increases the speed of vehicles and pedestrians on urban networks. The traffic signal strategies are mainly categorized as fixed-timed, coordinated traffic responsive [1], and predictive control strategies. Simple implementation and low management cost are two main reasons to use the fixed-timed strategy in lots of current urban traffic systems. The drawbacks of the fixed-timed model are that the resulting settings are based on the historical data rather than real-time data. SCOOT [1, 2] and SCATS [1, 3] are two well-known methods of the traffic responsive strategy that control traffic light based on the current traffic status. The shortcoming of this strategy is ignoring future traffic. The predictive control strategy is based on traffic forecasting models [4]. Ye et al. [1] studied the predictive control models in detail. The main idea of the model predictive control (MPC) is to transform a control problem into a model-based and online optimization problem with a rolling horizon. Although MPC-based coordination control approaches provide a good control performance in improving traffic efficiency and reducing fuel consumption and vehicle emissions, the key concern is the rapid increase of online computational complexity as the scale of the traffic networks increases [1]. The proposed strategies in this paper consider the current traffic status explicitly and the future traffic implicitly. The contributions of the paper are listed as follows:(i)A new traffic light scheduling system is proposed based on eigenvector centrality, which manages traffic globally using local parameters. In the proposed method, we suggest a new representation of intersections based on matrix definition. In this way, all information of a junction is collected in a single data structure. We employ a well-known graph theory tool, namely eigendecomposition, to solve the traffic light scheduling problem, which is a new paradigm for this problem. The proposed traffic light system does not follow any phasing cycle and works based on the current and future traffic, dynamically. In this method, we employ a local parameter in our computations, but some shared features between adjacent junctions cause a global control and give the ability to predict future traffic.(ii)A new type of traffic light is proposed based on the power of matrix, which is able to control the drivers’ behaviour. This method predicts and prohibits the future traffic jams by forcing the drivers to change their direction to less-crowded areas.

This paper is organized as follows. Section 2 presents the literature review for the traffic light phasing strategies. Section 3 describes the proposed method. Section 4 presents the results of the simulations of the proposed method on some simulation scenarios and compares the results with two recent papers from literature. A discussion is provided in Section 5, and finally, a summary and conclusion is given in Section 6.

2. Literature Review

Since traffic light is a popular equipment in all urban areas, many researchers have proposed methods to improve its phasing efficiency. In literature [5, 6], a traffic light phasing problem is formulated as a scheduling problem and aims to reduce the total waiting time over a given finite horizon. The most challenging part of a scheduling optimization problem is the real-time cases in which the scheduling is based on the current traffic status. Various optimization techniques have been proposed to solve the traffic light control problem. The state-of-the-art strategies proposed in the last few decades include MAXBAND [7, 8], TRANSYT (TRAffic Network Study Tool) [7, 8], SCOOT (Split Cycle Offset Optimization Technique) [9], OPAC (Optimized Policies for Adaptive Control) [10], PRODYN (Dynamic Programming) [11], CRONOS (ContRol of Networks by Optimization of Switchovers) [12], RHODES (real-time hierarchical optimized distributed effective system) [13], and SCATS (Sydney Coordinated Adaptive Traffic System) [3]. Some basic architectures for traffic light optimization are proposed based on genetic algorithm (GA) [14], cellular automata simulators (CAS) [15], and particle swarm optimization (PSO) [16].

Ye et al. [1] collected the methods which are presented to solve the problem of traffic light phasing problem from 1958 to recent years. The main scope of their study focuses on the model-based predictive control (MPC) over the last two decades. A number of recent models try to solve the traffic light phasing problem, using Petri net. Huang et al. [17] proposed a phasing method based on Petri net. Their approach classified intersections to 3 different types and set parameters for each type, separately. Their model has a good performance on traffic light phasing, but the process is too complex. Qi et al. [18] employed timed Petri net to model the drivers’ behaviour and the conflicting traffic flow at intersections and divide them to two classes: nonjam-induced and jam-induced behaviour. Analysing drivers’ behaviour can help to provide a right phasing scheme at intersections. They concluded that the jam-induced driving behaviour rate should be kept under 0.5 such that negligible delay is induced by such a behaviour.

Based on the literature, more than 20 self-adaptive traffic control systems have been developed for traffic light phasing problem, but less than 50% of them have been put into use [19]. The self-adaptive control systems can be divided to model-based (MBC) and model-free strategies. The model-based self-adaptive control methods can be divided into two categories:(1)Mathematical models(2)Intelligent computing

The mathematical model-based control methods work based on the traffic status and the function of traffic forecasting module. Various mathematical MBC methods have been proposed in the literature, but the most important MBC models include the travel-time responsive (CTR) algorithm [20], arrival-discharge process [21], predictive model control [22], and storage-forward response control [23]. TRANSYT [24] and MULTIBAND [25] are two state-of-the-art MBC methods based on the comprehensive performance index and green wave band, respectively. The comprehensive performance index method concentrates on decreasing the delay, the number of stops, and the length of queues to increase the overall efficiency, while the green wave band method concentrates on increasing the number of nonstop vehicles in the network.

The artificial intelligence model-based control methods have been integrated to traffic light phasing strategies in recent decades. Among all artificial intelligence-based models, fuzzy logic, evolutionary algorithms, and neural network have received more attention from researchers [2630]. Machine learning is also a paradigm to solve the problem of traffic light scheduling. Li et al. [31] proposed a method to solve the problem using reinforcement learning. Population-based metaheuristic algorithms have been employed for traffic light phasing optimization using GA [32] and the combination of GA and SA [33]. The STRAC by Spall and Chin [34], Markov process-based control by Hoogendoorn et al. [35], multiagent unsupervised flow response control model by Srinivasan et al. [36], and recurrent network architecture by Kosmatopoulos et al. [37] are the most important MBCs based on the neural network.

To the best of our knowledge, the concentration of all previous methods was on traffic status and not the traffic provider. In this note, the links that passes high traffic volume to a jammed intersection are called traffic jam providers (TJP). Uncontrolled drivers’ behaviour causes high traffic volume movement toward specific intersection, which causes traffic jam. To find a reasonable traffic light phasing, we propose two strategies to control the traffic flow and drivers’ behaviour, which are a combination of traffic responsive and predictive control strategies. The results indicate that the proposed strategies are able to distribute traffic uniformly, and the drivers redirect to less-crowded routes. Consequently, the traffic congestion and waiting time decrease and the vehicle speed increases in urban networks.

3. The Proposed Traffic Light Control

In this section, we present two strategies to manage the traffic in the urban area. In our settings, it is supposed that each traffic light has three lights which is shown in Figure 1. Since each light has red (R), green (G), and yellow (Y) statuses, they have the capacity of sending 27 kinds of traffic light signals: RRR, RRY, RRG, RYR, RYY, RYG, RGR, RGY, RGG, YRR, YRY, YRG, YYR, YYY, YYG, YGR, YGY, YGG, GRR, GRY, GRG, GYR, GYY, GYG, GGR, GGY, and GGG. We also assume that all directions (north (n), east (e), south (s), and west (w)) on a junction deploy two traffic lights.(1)A set of typical traffic light to control an intersection(2)A new class of dual mode traffic light (ETL), which indicates whether a vehicle can exit a street or not

For both ETL modes, the vehicles are allowed to enter a street, but when the ETL is red, the vehicles are not allowed to exit. To implement the ETL, we define the traffic jam provider, which is a street that transfers high volume traffic to an intersection. The red light of ETL on a traffic jam provider turns on. To propose our contribution, the following assumptions about a traffic network have been considered.(i)The network entrance and exit models are known(ii)The link turning ratios in the network are known(iii)Each vehicle inside the network will leave the network, delayed only by traffic signals

3.1. Traffic Light Control Model

The proposed traffic light system is designed based on the eigenvector centrality. In graph theory, eigenvector centrality is a measure of the influence of a node in a network. Relative scores are assigned to all nodes in a network based on the concept that connections to high-scoring nodes are stronger than connections to low-scoring nodes. A high eigenscore means that a node is connected to many nodes with high scores [38, 39]. In this paper, all essential information of an intersection is encapsulated in a matrix, which is called intersection matrix (IM). Each element of IM indicates the relation between two links of an intersection based on the waiting time and the number of vehicles on each link. However, we suppose that each link is equipped with two inductive loops to count the vehicle number at the entrance and exit. The model controls the traffic light colour dynamically, based on the current traffic status in three steps.(1)As shown in Figure 2, each link has three relative destinations presented by e ∈ {l, r, s} (l: left, r: right, and s: straight). The phasing strategy decides based on the traffic status of links and their relative destinations. For example, in Figure 2, links h, f, and d are relative destinations for link a. Accordingly, the relation between each link and its relative destinations is calculated based onwhere is the waiting time of all vehicles on link i, is the number of vehicles on link i, and shows the vehicle number on left, right, or straight destinations of link i. In this equation, the traffic light supervisor has the chance to change the importance of the number of vehicles and waiting time using parameter . For more values of , the traffic light controller pays more attention to the number of vehicles on the link and vice versa. For example, the lower value of is more suitable for long links because lots of vehicles on the link might get the traffic light after 2 or 3 traffic light cycles. In these cases, the number of vehicles gives us the future status of traffic. There is a trade-off between selected parameter (the waiting time and the number of vehicles) in (1) that warranties the efficient traffic light scheduling. No vehicle waits for a long time, and the overall waiting time and travel time will be minimized. The value of is bigger if the vehicle waiting time and the number of vehicles on link i is higher and the number of vehicles on destination links is lower.(2)Usually, an intersection is connected to four links with 12 directions as shown in Figure 2. Therefore, an intersection matrix is generated as the following:The IM includes the relative traffic status between all pairs of origin and destination on an intersection. More IM (i, j), heavier relative traffic on link i, and less , heavier relative traffic on link j.(3)In the last step, the traffic light mode (green or red) is selected for each link. To calculate the priority of streets for the green mode, the eigenvector centrality of the IM is calculated. Eigendecomposition is a well-known mathematical tool in all programming languages which is shown in fd3.

Each column of is an eigenvector of IM, and values on the main diameter of D are eigenvalues of IM. Eigenvectors are orthonormal vectors in (0, 1). The eigenvector with the biggest eigenvalue is used to calculate eigenscores of IM. The values on this eigenvector are the eigenscores of intersection’s links. Since , the eigenvector of IM is vector . Therefore, the eigendecomposition assigns a score to each direction of a junction. Eventually, the priority of each link is calculated based on the summation of its directions’ eigenscores as the following:where X is a direction of intersection links: north (N), south (S), east(E), and west (W). is the score in direction X, and are the eigenscores of link X to relative destinations r, l, and s, respectively. The street with the biggest , in addition to its collision-free routes, is set to the green phase. The collision-free routes are those without collision with the selected link.

The other traffic lights of the same intersection are set according to their eigenscore as the following:(i)The other links are examined in the descending order of their eigenscore. If a direction has collision with green directions, it receives red status.(ii)Otherwise, it receives green status.

The proposed traffic light control system does not follow any phasing cycle. A phasing scheme is valid on junction until its condition is true (while its eigenscore ranking does not change). While the IM is changing regularly, eigenscores are calculated in real time. Therefore, the current phasing changes when the intersection’s traffic status changes. A minimum duration time is defined for each phase, but the phase period time is decided based on the intersection traffic status. The existence of to calculate the green phase priority prohibits the algorithm to give a very long duration to a phasing scheme. In the proposed strategy, the priority of links for the green phase depends on three parameters:(1)The accumulative waiting time of the link(2)The occupancy on the link(3)The occupancy of its destination links

As can be seen in Figure 3, two adjacent junctions (n and m) have a shared link (E), which is appeared in (1) as . ED is a local destination of intersection m and a local origin of intersection n, and EU is the destination and origin of intersections n and m, respectively. To calculate IMm and IMn, parameters and appears in , , , , , and (the subscript numbers are equivalent to numbers in Figure 2). Accordingly, any traffic light scheduling for node m affects the traffic status of its neighbours (include n) and neighbours of neighbours. Such internal dependency between adjacent traffic lights (using common variables) led to an implicit global control over a traffic network.

3.2. Exit Status Traffic Light (ETL)

The proposed traffic light strategy, which is presented in Section 3.1, manages the traffic jam problem by distributing the traffic uniformly over the network, but the traffic jam is inevitable if traffic volume exceeds the network capacity. None of the current phasing strategy is able to handle traffic of a network which is full of vehicles. In the other words, each traffic light phasing strategy increases the network capacity, but no strategy is able to manage the traffic in an overloaded traffic network. To cope with this problem, we propose another strategy, which is named ETL, to control the drivers’ behaviour and avoid vehicle overload. To continue, we need to define two expressions:(1)Jammed node (J): an intersection in the network, which is involved in a heavy traffic(2)Jam provider : a node of network with distance d from i and transfers a high volume traffic to jammed node i

The proposed ETL, as shown in Figure 4, is a dual-mode traffic light that is hanged on the entrance of a link to show the exit status. The entrance to a link is allowed in both red and green ETLs, but the exit is prohibited in the case of red ETL. The main idea of ETL comes from the fact that drivers usually have a static information about an urban network such as the shortest path and freeways. The dynamic information of the urban network such as jammed intersection, the noisiest path, current flow speed, and the whole traffic status are not known for drivers without special equipment. Therefore, they usually select the best path based on their static knowledge about the network. The ETL helps drivers to change their routes by informing traffic jam or heavy traffic on their future path. Using ETL, we can directly control the behaviour of drivers to increase the network efficiency and decrease the travel time and emissions. The ETL uses the chain-based nature of traffic entity, which is formulated as follows:where is the traffic volume at node i, is the set of nodes with distance j to node i, and is the portion of traffic volume that comes from node k to node i. The ETL of distinguished traffic jam providers gets the red status. The ETL includes two steps:(1)Estimating the traffic jammed intersections(2)Detecting traffic jam providers for jammed intersections and turning the red ETL on

Both these steps are explained in the following sections.

3.2.1. Predicting Traffic Jam

To predict jammed intersections, (6) is proposed:where ωi is the weighting scheme of the model, A is the traffic flow matrix, and Row_sum (B) ∈ ℝn is a rowwise summation of the matrix B ∈ ℝ(n, m). The traffic flow matrix (A) indicates the traffic flow on each link of matrix A. Each element of ωi × Ai presents the traffic volume that transfers between a pair of networks’ node. The ith power of A shows the traffic volume that is moving between nodes with distance i. However, FC is the summation of 1st, 2nd, …, lth power of A, which includes traffic volume between all O-D8 pairs with maximum distance l. Suppose i and j are two intersections of a traffic network. To compute , the mathematical expression is calculated for all existing routes (with length n) between i and j, where is the traffic volume that is moving from node q to node p. The more traffic volume between j and i, the bigger . One hundred percentage of vehicles on move from j to i, when n= 1, because there is only one destination between two neighbour nodes. By increasing the value of n, the number of intermediate destinations increases. However, for bigger n, the lower portion of vehicles on j moves toward i (). is defined to set the portion of traffic volume that move between intersections with different distances, obtained using census. Accordingly, row i of includes the traffic volumes that come from all network’s nodes to node i. Hence, the ith component of FC indicates the number of vehicles travelling to node i. By setting a threshold (θ) based on network capacity, traffic jam can be predicted simply. A traffic jam is occurred on node i, if . To this step, we can predict the future traffic jams over the network. The next step is detecting the intersections that pass high volume traffic to node i (Traffic jam providers) and ban their directions to node i using ETL. The ETL is a predictor that is able to forecast future traffic, in addition to traffic jam providers.

3.2.2. Detecting Traffic Jam Providers

After predicting the traffic jam, the next step is finding traffic jam providers using the following equation:

All variables are similar to (6). Parameter d sets the distance of the traffic jam provider to current intersection, i.e., d= 2 indicates that neighbours with distance less than 3 are involved in the calculation. indicates the volume of vehicles that node j transfers to node i with maximum distance. The biggest elements on row i transfer more traffic to node i, which is distinguished as the traffic jam provider of node i. By activating red ETL on traffic jam providers, the traffic will be relaxed on node i, and the future traffic jam will not happened. In general, the ETL red mode is a long phase, which is activated until traffic get relaxed on the specific zone. The ETL has some considerable benefits that include the following:(1)The ETL controls the behaviour of drivers to select their path.(2)The ETL has simple implementation.(3)Looking for parking is one basic reason that makes traffic flow slower, which resulted in traffic jam. Since the ETL is a long traffic phase, the link with red status can be used as temporal parking to reduce the parking problems, specifically in central regions of cities.(4)The ETL can be more effective by sustainable transportation systems such as shared bicycle.

4. Experimental Result

We propose two new traffic light strategies based on the power of matrix. The effectiveness of the proposed strategies are evaluated by employing Python and SUMO through simulation. SUMO is an open source, highly portable, microscopic, and a continuous traffic simulation package, designed to handle large urban networks. First, we built two-way rectangular grid networks based on a cell transmission model (CTM) [41, 42]. Through the simulation of our designed model, we identify the influences of some important parameters, i.e., route-changing behaviours of drivers, the trade-off between waiting time and traffic flow in (1), and the inflow of the traffic network on the traffic congestion. Table 1 describes the symbols, used in the following content.

4.1. Cell Transmission Model

CTM is proposed by Daganzo [41, 42] to simplify the solution scheme of the Lighthill–Whitham–Richards (LWR) model [2, 43] by adopting the following relationship between traffic flow q (vehicles per hour) and density k (vehicles per lane-mile) as shown in Figure 5:where , , , and , respectively, denote the maximum flow, jam density, flow, and backward shock wave. The negative means the network is going to be jammed. Higher causes the smooth flow in the network and the maximum is the free flow. The network tolerates a maximum traffic flow , and the traffic jam occurs if the number of vehicles increases. In this paper, we use the following CTM [44]:where is the number of vehicles that flow into cell i during time interval t, is the number of vehicles in cell i before t, denotes the maximum number of vehicles that can be contained in cell I during t, and denotes the inflow capacity in cell i during t.

4.2. Traffic Network

To evaluate the proposed method and make a justified comparison, two networks are deployed from literature [44, 45]. The networks are squared two-way grid networks similar to Figure 6 with different sizes: 8 × 8, 5 × 5, and 4 × 4. All boundary nodes are both origins and destinations. The turning rate for each vehicle is presented by (where ) for left, right, and straight directions, respectively. The networks features are presented in Table 2.

In this paper, we consider 6 simulation scenarios with different traffic demands for the simulation process. We simulate the peak hour situation in the scenario 1 with an increasing demand from the beginning of the simulation and then decreasing demand toward the end. The oversaturated traffic condition is simulated using increasing traffic demand in scenarios 2, 4, and 5. The sudden change in the traffic flow is simulated using an incident in the network in scenario 3. The unequilibrated traffic in the network with heavy traffic on some routes of the network is in scenario 6. The traffic demand is Γ vehicles per interval for each origin, which is assumed to be equal for all source nodes that are presented in Table 3. The flow proportions for all directions are , , and . The initial network is empty, and some time intervals are required to allow the system to stabilize.

4.3. Results of the Simulation Scenario 3

In this simulation, we evaluate the proposed traffic light scheduling model using a CTM configuration. To have a justified comparison, the CTM parameters are taken from the study by Qi et al. [44] as shown in Table 4. At the first analysis, we survey the effect of η in (1) in the proposed model. For the bigger value of η, the model gives more weight to inflow traffic. Figure 7 indicates the simulation results with different values of η. However, we set η= 2 in configuration of the model for the later experiments. As the other analysis in this section, we study the effect of the traffic demand Γ on jam formation and dissipation to compare the result with conventional fixed traffic lights and reported results by Stevanovic [19]. Figures 8 and 9 indicate the throughput and number of jammed cells during the simulation using traffic demands (Γ = 0.5, 0.8, 1, 1.5, 2), respectively. The throughput indicator shows how a network is able to respond to the traffic status and increase the traffic outflow. Figures 8(b) and 9(b) clearly show that, using the proposed strategy, the network throughput is stable even in heavy traffic. Figure 9(c) presents the reported results by Qi et al. [44] with the same setting. In the simulation of scenario 3, an incident is start from step 300 to 1000. By comparing the results, we can see that the proposed method increases the network efficiency even when a traffic incident is simulated in the network. We experiment higher traffic demand, and the results show better control by the proposed method, even on heavier traffic condition.

4.4. Results of Simulation Scenarios 1, 2, 4, and 5

Through this section, the results of simulation scenarios 1, 2, 4, and 5 in a 4 × 4 network is presented. The parameters of scenarios 1 and 2 are taken from the seminal work of Yan et al. [45]. The simulation scenarios 4 and 5 are simulated by higher traffic demands, with two and three times more traffic demand than scenario 2, respectively. The reported results by Yan et al. [45], which include 5 run with different random seeds (MFD1, …, MFD5), are presented in Figure 10. MFD [46] is a type of traffic flow fundamental diagram that relates space-mean flow, density, and speed of an entire network with n number of links. The experiments are illustrated in Figure 11 and show that the better efficiency of the proposed method is in comparison to the proposed method by Yan et al. [45]. The results of the CTM model are presented in Figure 12. All illustrations indicate the ability of the proposed method to manage heavy traffics.

4.5. Results of Simulation Scenario 6

In simulation scenario 6, a uniform traffic is running over the network, except a vertical route and a horizontal route with 20 times more traffic volume than other links. Heavy traffic on 3rd vertical and 3rd horizontal routes on a 5 × 5 grid network cause heavy traffic in the centre of the network. The simulation scenario 6 is designed to study the effects of ETL using fixed traffic lights. In this scenario, we compare the network traffic status with and without ETL strategy. Figure 13 indicates the number of jammed cells and waiting time of all vehicles in a 5 × 5 network with fixed time traffic lights. Figure 14 shows the result of activating two ETLs in the network. The ETL aims the following improvements in the network:(1)About 10% improvement in the number of jammed cells by distributing traffic over the network(2)Decrease the cumulative waiting time(3)Free a number of streets in the network that can be used as temporal parking while the ETL is activated

5. Discussion

We analyse the ability of the proposed method to control the drivers’ behaviour and traffic dissipation through this section.

5.1. The Control on Drivers’ Behaviour

We proposed two strategies, both of them control drivers’ behaviour to relax traffic. Suppose a vehicle starts from origin O to destination in Figure 15. The grey links indicate heavy traffic. The proposed method gives more green cycles to vertical routes than horizontal ones. Setting more green cycles to horizontal routes does not decrease the traffic volume because vehicles cannot move from O to a and from a to b. In the other words, the capacity of destinations on horizontal routes is full. However, green cycle time for horizontal routes increases the waiting time of vehicles on vertical routes. Hence, the proposed strategy puts two options in front of the drivers: changing their routes or waiting for a long time. The drivers probably prefer to change their routes rather than waiting for a long time, which causes a uniform traffic distribution over the network and prevents traffic jam appearance.

The concentration of the ETL is more on controlling the drivers’ behaviour rather than satisfying their demands. The main goal of traffic light scheduling systems is increasing the network capacity to have more throughput, but they fail in the overloaded networks. To solve the problem, the ETL strategy is introduced to control the incoming traffic flow to a region or a subnetwork. Figure 16 illustrates a sample network with a traffic jam on junction B. As can be seen, link numbers 1, 2, and 3 are traffic jam providers with distance two, and link number 6 is the traffic jam provider with distance one for junction B. Using the ELT, the entrance to link number 6 is prevented until the traffic be dissipated. Using this strategy, drivers on links 1, 2, and 3 change their route to use alternative paths such as links 5 and 7. Accordingly, the traffic is distributed uniformly over the network to satisfy the user equilibrium principle.

The ETL prevents the drivers to enter a path when the feature links fall in traffic jam. When a junction or a link gets stuck in a traffic jam, the ETL detects which links are directing more traffic flow toward the jammed link or junction. If the number of vehicles that move toward a link exceeds from a predefined threshold (), one or more entrance to that link gets closed using ETL signal. The ETL forces drivers to change their routes and use alternative paths, but the driver whose destination is the ETL-activated link is allowed to enter.

The capacity of each street is . Traffic jam is forming on link i, if FC (i) exceeds . For bigger , the traffic is probable when FC (i) exceeds . Hence, the value of in the case of dissipating the traffic jam is lower than the case of avoiding traffic jam. The capacity of each street in our experiment is 9 × 20 = 180. The maximum value of is 180 × 180 = 32400 by considering l= 2 in (6). However, we can set the model thresholds based on our needs, simply.

6. Summary and Conclusions

Traffic light phasing systems are the most available technologies to manage traffic problems in the urban area, all around the world. Traffic light mission is increasing the network capacity and throughput. In this paper, a new traffic light scheduling strategy is proposed, which apparently controls an intersection using local parameters, while handling the global traffic using shared variables with neighbour junctions. In the proposed method, relation matrix is generated based on three parameters, (1) the inflow traffic of a junction, (2) the destination link capacity, and (3) the waiting time on the junction’s links. In this model, the inflow traffic of a junction is the destination link capacity of its neighbour junction. This shared parameter causes the model to schedule the traffic light, considering the whole traffic in the network. The proposed traffic light phasing is based on eigenvector centrality measurement. We evaluate the method through simulation using SUMO and Python, and the results are compared with two recent literatures. The simulation results approve the efficiency of the proposed method based on various analyses. The ETL is another strategy, which is introduced in this paper. The ETL is a new type of traffic light, which installs at the entrance of a link to show the exit status, with the ability of traffic forecasting. The main goal of ETL is preventing traffic jam by controlling the inflow traffic to a region. To some extent, each traffic light strategy is able to increase the network capacity. The ETL strategy disallows the vehicle entrance into a subnetwork when it predicts a traffic jam in the near future, to hold network highest throughput by preventing additional vehicles entrance and reroute them. However, the ETL is possible to be used beside other traffic light systems to increase the efficiency of a network.

As a future work, we plan to work more on the base model which is presented in (1). In addition, the model is a good candidate to control the green wave, which is included in our future studies. We also expand the idea of ETL in a wider point of views.

As a future work, we will work on ETL long time prediction and survey the effects of changing streets with active ETL to temporal parking.

Data Availability

No data were used to support this study.

Conflicts of Interest

The authors declare that there are no conflicts of interest regarding the publication of this paper.