 Proceedings of Engineering and Technology Innovation, vol. 11, 2019, pp. 21-29 Research on Traffic Signal Timing Method Based on Ant Colony Algorithm and Fuzzy Control Theory Linlin Li 1 , Zhiyi Fang 1,* , Yunhan Ma 2 , Baiqi Wang 1 , Hongliang Dong 3 , Zhanyang Zhang 4 1 College of Computer Science and Technology, Jilin University, China 2 Department of Statistics, College of Mathematics, Jilin University, China 3 Banine Technologies Ltd. Data & Info Research Lab, China 4 Computer Science Department, Graduate Center, City University of New York, USA Received 03 May 2018; received in revised form 27 October 2018; accepted 20 December 2018 Abstract The number of private cars has a blowout growth with the development of economics, which leads to the existing limited traffic resources cannot meet the normal traffic demand. The emergence of intelligent traffic has improved this phenomenon. Using intelligent traffic technology to conduct intersection vehicles can alleviate the congestion effectively. Traffic signal timing method plays an important role in intelligent traffic research. An independent intersection dynamic timing method combined with fuzzy control theory and improved ant colony algorithm is proposed in this paper. According to the characteristics of traffic flow distribution, the timing period is obtained with the improved webster algorithm. Through the optimal solution obtained by ant colony algorithm and the added delay of traffic signal calculated by fuzzy control method, the dynamic timing period of the traffic signal is obtained. The validity of the proposed method is proved by comparing with the original time period and the traditional algorithm. Keywords: intelligent traffic, dynamic timing, fuzzy control, ant colony 1. Introduction In recent years, road congestion results in an increasing number of traffic accidents and serious traffic problems. Many metropolises, at the beginning of the design, did not take the rapid growth of vehicles into account, so the urban road design could only cope with the number of vehicles at that time. However, the process of urbanization is swift and the number of vehicles is growing at a geometric level, the scale of roads has not kept pace with the growth in the number of vehicles. Traffic congestion will lead to chaos in the traffic order, which wastes energy and causes economic losses. Urban emerging vehicles such as metro can shorten the time of travel, but fail to solve the traffic congestion fundamentally. Mitigation of urban road congestion can be considered from three aspects: widening the road, reducing the intersection and optimizing the traffic signal control system at the intersection. The investment in road broaden is huge and the effect is not obvious in a short time. The establishment of the viaduct can reduce road intersection to achieve effective shunt, but the cost is high. Therefore, optimizing the traffic signal control system is the most effective approach. Real-time traffic flow can be obtained through monitoring facilities. Adjusting the traffic signal period, according to the traffic flow to reduce the stopping time of road intersection and alleviate the traffic congestion effectively. At present, more and more attention has been received to the traffic signal timing method. * Corresponding author. E-mail address: fangzy@jlu.edu.cn Tel.: +86 138-4311-8180 Proceedings of Engineering and Technology Innovation, vol. 11, 2019, pp. 21-29 22 Optimizing the traffic signal control system is an efficient way to relieve traffic congestion. However, how to optimize efficiently is the key issue we need to study. The past crossroads are exactly the same for the opposite red and green time. The current traffic structure has changed a lot, the viaduct, fork road, and traffic flow is gradually increasing. The time of the traffic signal on opposite direction is different now, even the traffic signal period of two adjacent intersections is different, which stems from the measures taken to alleviate the traffic congestion by analyzing the traffic flow and calculating the traffic signal period. At present, numerous cities optimize the traffic signal timing method in various degrees. Through the acquisition of mass data and optimization algorithm to enhance the coordination ability of traffic lights on the arterial road. The application of the intelligent signal timing system is mainly considered the fixed length of traffic signal, and it is still not good enough to match the space-time resources with the traffic demand. The purpose of this paper is to use automatic control technology, information technology and computer technology to dynamically adjust the traffic signals at intersections and efficiently alleviate traffic congestion, which has a wide range of practical and broad prospects for development. 2. Signal Control Principles 2.1. Plane intersection This paper studies the plane intersection, which means all roads intersect in the same plane, but do not involve multiple paths intersecting in different planes. Common plane intersection, including crossroads, T-junctions, Y-junctions and roundabout. The different directions pointed in the intersection lead to the intersection as a traffic accident prone point, which is called the conflict point. In order to reduce the conflict points, the intersection of multiple junctions is often set up as a roundabout. With fewer vehicles, there are no conflict points at the earliest roundabout. Generally, the roundabout is suitable for the junction with smaller traffic flow; however, as the number of vehicles increased, the roundabout is exposed to the disadvantages of large area but low traffic capacity. This paper studies the crossroad and the conflict point are aimed at motor vehicles. There are usually 16 conflict points at a crossroads. 2.2. Basic parameters (1) Phase: At the signal control intersection, each control state, which is the combination of different light colors shown in different directions of each inlet, is called a signal phase. (2) Timing period: The combined time of red lights, green lights and yellow lights in one intersection. (3) Effective green time: The total period minus the red light time and the time lost when the vehicle starts. (4) Green ratio: Green ratio refers to the proportion of vehicle passing time and period in the traffic signal period. (5) Traffic flow: The sum of all vehicles passed by a certain section of a unit time. (6) Queue length: Queue length refers to the total length of vehicles parked within the actual line of a certain phase intersection. (7) Delay time: Delay time is the time difference between the actual taken time to cross the intersection, and the time should be taken when crossing the intersection. (8) Parking rate: Parking rate is the number of times a car has been parked from one intersection to another. (9) Traffic capacity: Traffic capacity refers to the maximum number of vehicles that passed at one intersection within a unit of time. (10) Green wave belt: According to the time that the vehicle needs to pass a certain section and coordinates the traffic signals at each intersection, then the vehicle can continuously obtain the green light when passing. Proceedings of Engineering and Technology Innovation, vol. 11, 2019, pp. 21-29 23 2.3. Signal timing method 2.3.1. Webster algorithm Webster algorithm is the most classic single-intersection traffic signal timing algorithm. This algorithm takes the minimum traffic flow delay as the standard and reasonably sets the green time [1]. Webster algorithm has the advantage that: when arterial road is in a heavy traffic flow situation and secondary road is in a less traffic flow situation, this algorithm can guarantee the arterial road traffic and avoids wasting the green time of the secondary road. The disadvantage is that the algorithm's timing effect is almost indistinguishable from the timing control when the road is oversaturated. Since webster algorithm only considers the delay time, more optimization algorithms are proposed to add more indicators to the model. Such as adding coefficient of parking compensation [2] or traffic capacity [3] into webster algorithm and combined delay time with parking rate to evaluate the signal timing. Or combined these two indicators into a nonlinear function model and introduced genetic algorithm and simulated annealing algorithm [4]. 2.3.2. Ant colony algorithm An ant colony algorithm is a probabilistic algorithm based on the evolution of bionics. Its main purpose is to solve optimization problems. In this paper, the optimization model of ant colony algorithm is proposed to optimize the signal timing of intersection. The main idea of ant colony algorithm is to treat the path of each ant from the origin to the destination as a solution. The set of these solutions constitutes the solution space for the problem we want to optimize. According to the characteristics searching for ant colony, more ants will choose the better path [6], which can be the optimal solution of the problem. 2.3.3. Fuzzy control method With the advent of big data technologies, intelligent traffic equipment such as speed measuring equipment and traffic flow measuring equipment are now installed in many urban intersections, which brought great convenience to traffic signal timing research. Fuzzy controller is not an accurate calculator, it relies on the expert experience to fuzzy theory. So it is difficult to adjust the membership function and the fuzzy rule in the absence of experience and knowledge. Based on the detected real-time traffic flow data of intersections, the fuzzy control theory can be used to optimize the traffic signal timing method dynamically, which is better than webster algorithm [5]. Although ignoring important indicators such as queue length, it is a novel idea to apply fuzzy control theory to the dynamic timing of signal lights. 3. Traffic Signal Timing Method Comprehensive consideration of above algorithms, this paper presents a signal dynamic timing method for intersection with fuzzy control system and improve the ant colony algorithm. In the optimization model of ant colony algorithm, the average delay, the parking rate and the traffic capacity are used as the evaluation criteria to obtain the improved traffic signal period. In the fuzzy control system, a fuzzy controller with double input and single output is adopted to calculate the traffic signal delay, which use the queue length as the evaluation criterion. The experimental results confirm that this approach has superior regulation performance on the intersection vehicles. 3.1. An improved model of ant colony algorithm 3.1.1. Basic principle of ant colony algorithm An ant colony algorithm is a heuristic algorithm based on the development of bionics [7]. All paths from the initial point to the terminal point represent all solutions of the problem. According to the process of searching optimal solution by the information exchange of pheromones can be seen that the pheromone concentration is maximum on the optimal path, which causes more ants to choose this path. The positive feedback mechanism applied to the computer is a continuous iteration process from disorder to order [8]. Proceedings of Engineering and Technology Innovation, vol. 11, 2019, pp. 21-29 24 For a given directed graph G(V, E), V represents the set of nodes and E represents the set of edges among nodes. The state transfer probability of ant k from the initial point i to the terminal point j at t time is 𝑝𝑖𝑗 𝑘 (𝑡), as shown in Eq. (1). 𝛼 and 𝛽 are heuristic factors. 𝜏𝑖𝑗 (𝑡) represents the pheromone concentration of the path from node i to node j at t time. The heuristic function represented by 𝜇𝑖𝑗 (t) is shown in Eq. (2), where 𝑑𝑖𝑗 represents the distance between node i and node j. 𝑎𝑙𝑙𝑜𝑤𝑒𝑑𝑘 represents the next optional target node set, as shown in Eq. (3), where 𝑡𝑎𝑏𝑢𝑘 represents the tabu list of paths.           , 0, k ij ij k is iss allowedk ij t t j allowed t t p t else                   (1)   1ij ij t d   (2) k k allowed V tabu  (3) The pheromone formula needs to be updated as Eq. (4) when all ants pass through n paths. 𝜌 represents the residual coefficient of pheromone. 𝜏𝑖𝑗 𝑘 (𝑡) represents the pheromone left by the k ant [9]. 𝑄 is the mass coefficient and 𝑄 > 0. 𝐿𝑘 indicates the path length of k ant.       1 m k ij ij ijk t n t t         (4)    , , 0, kk ij Q if the ant passes by i j L t else         (5) 3.1.2. Improved ant colony algorithm The total number of experimental ants is m and each ant correspond to a path in the algorithm, which is a solution to the problem. The updated state transfer probability is defined as Eq. (6). 𝜏𝑖𝑗 (𝑡) indicates the amount of residual information on edge (i, j) at t time.       1 k ij mij irr t p t t      (6) At 𝑡 + 𝑛 time, the pheromone concentration of edge (i, j) is updated as Eqs. (7) and (8). f is the objective function value at t time, 𝑓𝑚𝑎𝑥 and 𝑓𝑚𝑖𝑛 are the maximum and minimum values of the current objective function.      ij ij ijt n t Q t        (7)       max max min ij f f t f f     (8) The algorithm steps are as follows: (1) Initialize the number of iterations N = 0 and set up Nmax. Randomly release ants and set the quantity to m. Assign initial values to τij(t) and ∆τij(t). Proceedings of Engineering and Technology Innovation, vol. 11, 2019, pp. 21-29 25 (2) N ← N + 1 (3) k ← k + 1 (4) All initial nodes are stored in tabu list and local search is conducted according to the state transfer probability. When the target node is determined, it will be stored in the tabu list until the tabu list is full [10]. (5) Update the pheromone of the path and calculate the pheromone increment of the path in the tabu list. (6) Update all path pheromones according to Eq. (7). Find the shortest length of the path and empty the tabu list, then loop through the step (4). (7) To iterate continuously and calculate the optimal solution that satisfies the condition. 3.2. An additional delay method based on fuzzy control system (a) Input data (b) Output data Fig.1 Membership Function Considering the influence of the vehicle queue length of traffic signal timing, this section uses fuzzy control method to calculate the additional delay of traffic signals through the vehicle queue length. The “double input-single output” fuzzy controller is adopted to calculate the additional green light time, according to the queue length of the current phase and the next phase. Seven fuzzy have been divided from very short to very long and have been set up for two sets of input data and one been set of output data respectively. And the Gauss function is selected as the membership function as shown in Figs. 1(a) and (b). The purpose of fuzzy control is to reduce the average delay time. The flow diagram of the simulated intersection is shown in Fig. 2. Based on the above data, 49 input-output fuzzy rules are established as Table 1. Table 1 Fuzzy rules VS S LS M LL L VL VS VS VS VS VS S S S S VS VS VS S S S S LS S S S LS LS LS LS M LS LS LS M M M M LL M M M M LL LL LL L LL LL LL L L L L VL L L VL VL VL VL VL Proceedings of Engineering and Technology Innovation, vol. 11, 2019, pp. 21-29 26 Fig. 2 Simulated intersection flow diagram The implication relationship of the system is as follows: 49 1 2 48 49 1 ii R R R R R R     (9) Finally, the output of additional delay is as Table 2. Table 2 Additional delay Delay 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 0 1 1 1 1 1 1 1 1 4 5 5 5 5 5 5 1 1 1 1 1 1 1 2 2 4 5 5 5 5 5 5 2 1 1 1 1 1 2 4 5 5 5 5 5 5 5 5 3 2 2 2 2 2 2 4 5 5 5 5 5 5 5 5 4 4 4 4 4 4 4 6 7 8 8 8 8 8 8 8 5 5 5 5 5 5 5 8 10 10 10 10 10 10 10 10 6 8 8 8 8 8 8 10 12 13 13 13 13 13 13 13 7 10 10 10 10 10 10 12 13 13 13 13 13 13 13 13 8 13 13 13 13 13 13 13 15 17 18 18 18 18 18 18 9 15 15 15 15 15 15 15 16 18 20 20 20 20 20 20 10 18 18 18 18 18 18 20 20 20 22 23 23 23 23 23 11 20 20 20 20 20 20 22 25 25 25 25 25 25 25 25 12 20 20 20 20 21 21 23 25 25 25 25 25 25 25 25 13 25 25 25 25 26 27 28 28 28 28 28 28 28 28 28 14 25 25 25 25 26 29 29 29 29 29 29 29 29 29 29 3.3. Experiments 3.3.1. Evaluation metrics The delay time, parking rate and traffic capacity are selected as the evaluation metrics criteria for multi-objective optimization [11]. (1) Delay time Reducing vehicle delay time is conducive to the release of road resources and is an important indicator of road service level. Eqs. (10) and (11) is used to calculate the delay time. di represents the average delay time of vehicle in phase i. qi Proceedings of Engineering and Technology Innovation, vol. 11, 2019, pp. 21-29 27 represents the actual traffic flow of i phase. C denotes the signal period and λi represents the green ratio of i phase. xi and yi represent the road saturation and traffic intensity of the i phase respectively. Y is the sum of the maximum flow ratio of ea ch phase; L stands for the lost time.     2 1 2 1 n i n ii i i i ii n n i ii i C q d q x D q q           (10)  i i y C L YC    (11) (2) Parking rate Parking rate is also an index to be optimized in this paper. hi is the average parking number of the i phase and H indicates the average parking number of intersections.  0.9 1 1 n i n ii i ii i n n i ii i C q h q y H q q         (12) (3) Parking rate The multi-objective optimization algorithm mainly optimizes the traffic capacity of intersection. The total capacity of the intersection is as Eq. (13), in which Si represents the saturation volume of phase i. n n i i ii i Q Q S    (13) 3.3.2. Model selection Choose the intersection of an arterial road in D city. The three phases are selected as follows: the straight line and the right turn line in the direction of East and West are the first phase; the left turn line in the direction of East and West is the second phase; the straight line and the right line in the direction of North and South are the third phase. According to the delay time and the parking rate is the decreasing function and the traffic capacity is the increasing function, the combination objective function can be established. 𝐷0, 𝐻0, 𝑄0 represent the initial values. 𝛼, 𝛽 and 𝛾 respectively represent the weight of delay time, parking rate and traffic capacity. The specific formula is as follows. 0 0 0 min D H Q f D H Q      (14) 1 1800 Y C   (15)  1iy Y   (16) CY  (17) Table 3 Arterial road intersection data Entrance Traffic flow East West South North left straight 1 straight 2 right straight left straight right straight left straight right total Lane flow 198 497 457 440 6 580 304 186 111 Phase flow 198 1394 6 580 490 111 Proceedings of Engineering and Technology Innovation, vol. 11, 2019, pp. 21-29 28 The experimental data selection is shown in Table 3. Based on the data can calculate the initial average delay is 29s, the initial parking time is 85 and the initial traffic capacity is 4901 𝑝𝑐𝑢 ℎ⁄ . Set the number of ants to 30 and the iterations number to 100. 𝛽 is 0.9 and 𝑄 is 0.8. The optimal solution that obtained by the ant colony optimization algorithm will be combined with the additional delay time that calculated by the fuzzy control method. And the final solution C=149 seconds are obtained. Compared with the original period and the traditional algorithm as follows. Table 4 Comparison of experimental results Timing Method Period Green time / Green ratio Delay Time Parking Rate Traffic Capacity Phase 1 Phase 2 Phase 3 Original 114 57/0.5 23/0.2 25/0.22 29 85 4901 Webster Algorithm 72 34/0.47 14/0.19 15/0.21 20 57 4448 Improved Algorithm 149 79/0.53 29/0.19 32/0.22 25 109 5259 As can be seen from the Table 4, compared with the current traffic timing scheme of D city, the webster algorithm decreases the average delay time at the expense of reducing traffic capacity. Although the method proposed in this paper has increased the parking rate, the traffic capacity has been greatly improved while the average delay time decreases. When the traffic flow is heavy, this improved algorithm will have a significant effect on the traffic diversion at the intersection. 4. Conclusions This research puts forward an optimization method of traffic signal timing, which combined the improved ant colony algorithm with fuzzy control method for single intersection signal timing. Through experimental verification, the proposed method is confirmed to improve the traffic capacity of intersection vehicles and reduce the delay time of vehicles. Traffic signal control system is not only a way to improve the efficiency of the vehicle in a certain intersection, it can also control the traffic flow of the whole traffic network after the gradual optimization of the system, by this way can the urban road capacity achieve to the best. The traffic signal timing system needs to be continued optimize with the increasing number of vehicles. Although this research made improvements on the traffic signal timing method, there are still many problems have not been ponderer. To sum up, firstly, this research considered only a case of cross intersection. In actual traffic, there are a lot of traffic nodes in various forms. How to control traffic reasonably according to the different intersections is the main subject of current research. Secondly, this paper considered only the traffic condition of motor vehicles when simulating the traffic signal system, and does not take pedestrians and non-motor vehicles into account, since the large number of pedestrians and non-motor vehicles are considered, the difficulty of control will be greatly increased. How to improve the traffic efficiency of vehicles while ensuring the safety of pedestrians and non-motor vehicles through intersections will be the key issue of future research. In addition, the priority of buses is not considered in this paper; signal priority to give the bus green light permissions also increased the difficulty of crossroads control. Conflicts of Interest The authors declare no conflict of interest. References [1] A. J. Miller, “Settings for fixed-cycle traffic signals,” Journal of the Operational Research Society, vol. 14, no. 4, pp. 373-386, December 1963. [2] M. D. Foy, R. F. Benekohal, and D. E. Goldberg, “Signal timing determination using genetic algorithms,” Transportation Research Record, no. 1365, pp. 108-115, 1992. [3] B. Park, N. Rouphail, and J. Sacks, “Assessment of stochastic signal optimization method using microsimulation,” Transportation Research Record: Journal of the Transportation Research Board, vol. 1748, pp. 40-45, 2001. Proceedings of Engineering and Technology Innovation, vol. 11, 2019, pp. 21-29 29 [4] C. P. Pappis and E. H. Mamdani, “A fuzzy logic controller for a trafc junction,” IEEE Transactions on Systems Man & Cybernetics, vol. 7, no. 10, pp. 707-717, October 1977. [5] B. Abdulhai and R. Pringle, “Machine learning-based adaptive signal control using autonomous Q-learning agents,” Proc. the IASTED International Conf. Intelligent Systems and Control, pp. 14-16,August 2000. [6] J. L. Duan, “Research on dynamic timing optimization algorithm for urban traffic lights,” M.S. dissertation, Shenyang Univ., 2014. [7] M. Dorigo, V. Maniezzo, and A. Colorni, “Introduzione agli algoritmi naturali,” Rivista Di Informatica, vol. 3, pp. 179-197, 1994. [8] H. P. Lu and R. M. Li, “Development status and trend of urban intelligent transportation system,” Engineering Research-Engineering in the Interdisciplinary Perspective, vol. 1, pp. 6-19, 2014. [9] Y. K. Huang, R. Z. Ding, and Z. W. Zhao, “Urban main road traffic light optimization and simulation program,” Shandong Industrial Technology, vol. 9, pp. 55-57, 2014. [10] S. Q. Liao and Y. L. Wang, “Traffic signal timing model and genetic algorithm at single intersection,” Highway and transportation, vol. 3, pp. 45-48, 2012. [11] X. Liang, Y. H. Yin, and Y. Wu, “Dynamic optimization of signal timing in single intersection,” Highway Traffic Technology, vol. 2, pp. 125-127, 2010. Copyright© by the authors. Licensee TAETI, Taiwan. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY-NC) license (https://creativecommons.org/licenses/by-nc/4.0/).