Smart Traffic Management System
Smart Traffic Management System
Smart Traffic Management System
net/publication/340126045
• Introduction
Most of the densely populated city in this country Nigeria has an average population of about
3,931,300. This number keep increasing day by day while infrastructure like road networks grow at a
slow phase when compared to the population increase. Furthermore, statistics revealed that the
number of vehicles continue to increase 2 fold thereby causing huge traffic jam in most part of the
cities. Faulty traffic systems, inadequate manpower, narrow road spaces and unnecessary overtaking
by drivers, create traffic congestions. Due to traffic jam, a substantial portion of working hours have to
be spent on streets that causes serious air and noise pollution and thus worsens the overall
environmental condition. This problem could also
be attributed to the mistakes made by traffic personnel that might suddenly stop a line in order to
give preference to some class of individuals. Furthermore, in some cases at times, the traffic light
allows traffic in all directions and causes confusion that leads to traffic jam as well. Drivers reckless
speed even when they are approaching a junction, may lead to accident and traffic jam when such
vehicle collides another vehicle.
Traffic jam is a problem on many roads in the cities because it has caused most of the automobile
accidents, incremental delay, and vehicle operating costs such as fuel consumption, pollution
emissions and stress that result from interference among vehicles in the traffic stream, particularly
as traffic volumes approach a road’s capacity [1, 2]. Due to traffic problems economic activities
suffer. Looking at these numerous problem and challenges, there is need to design and implement
an efficient traffic management system that is intelligent enough to control major intersections to our
big cities so as to minimize or reduce the average commute time.
Thousands of vehicles pass via roads and cities of kano every day. Various economic, social and
cultural factors affect growth of traffic congestion. The effect of traffic congestion has major impacts
on accidents, loss of time, cost, delay of emergency etc. Due to traffic congestions there is a loss in
productivity from workers, people lose time, trade opportunities are lost, delivery gets delay, and
thereby the costs goes on increasing [2]. To solve these congestion problems, it is better to build
new facilities and infrastructure that adopts smart technology.
Many traffic light systems operate on a timing mechanism that changes the lights after a given
interval. Smart traffic light system senses the presence or absence of vehicles and reacts
accordingly. The idea behind the systems is that drivers will not spend unnecessary time waiting for
the traffic lights to change and the system detects traffic in many different ways.
Traffic control is an essential part of today’s society. It is necessary to have a set of rules in place
that regulate the millions of vehicles that are transporting goods, services, and people all over the
world. Traffic control ensures the safe flow of vehicles in and around a specific location. Traffic
control can be used to manage the movement of
automobiles, train, and any other kind of transportation system. Without traffic control, these vehicles
could travel as they pleased, and accidents would inevitably occur. It is crucial that highly trained
personnel are monitoring the traffic control structure. Traffic signals are extensively used to regulate the
flow of traffic at both high volume urban intersections, and suburban low volume intersections where
safety rather than capacity and efficiency is the major concern.
• RELATED WORKS
Many techniques have been used including, above ground sensors like video image processing,
microwave radar, laser radar, passive infrared, ultrasonic, adaptive fuzzy logic control, and passive
acoustic array. However, these systems have a high equipment cost and their accuracy depends on
environment conditions. Another widely-used technique in conventional traffic surveillance systems is
based on intrusive and non-intrusive sensors with inductive loop detectors, micro-loop probes, and
pneumatic road tubes in addition to video cameras for the efficient management of public roads [3].
However, intrusive sensors may cause disruption of traffic upon installation and repair, and may result
in a high installation and maintenance cost. On the other hand, non-intrusive sensors tend to be large
size, power hungry, and affected by the road and weather conditions; thus resulting in degraded
efficiency in controlling the traffic flow.
Efforts to reduce road accidents in developing countries are yet to produce significant results. For
instance, the conventional solutions offered by different traffic managements such as the vehicle speed
monitoring through the CCTV cameras among others are not yielding substantial outputs as the
number of road crashes and traffic jams keep increasing. Weigao and Bo [4] suggested the use of
safety management plan with the help of technology to reduce road accidents in China. Gothane and
Sarode [5] analysed the factors leading to road accidents in India and suggested the use of WEKA tool
to manage the situations around the identified dangerous hotspots. Abramowski [6] suggested the use
video recorder in accident management as well as traffic cameras. In a study conducted by Universiti
Putra Malaysia [7], the authors make a comparison between time- based and sensor-based traffic light
control systems. In their research, they modulate the light timing based on a set platoon size. More
specifically, their algorithm checks the number of vehicles waiting to cross the intersection to determine
the amount of time the green light should stay on. If the number of vehicles waiting to cross the
intersection is small, the resulting green light durations will be short. If the number of vehicles waiting
increases, so does the green light duration.
With such an algorithm, they reduced the vehicle average waiting time by 62% under moderate
traffic conditions and 15% under heavy traffic conditions. While such results sound very promising,
the fact is that vehicles are still required to stop even if no other vehicles are present since the
system is dependent on a light timing model. Figure 1 below serves as evidence of how
intersections with installed sensors still require that vehicles stop even when other vehicles are
headed to non-conflicting lanes. By looking at the picture, we can see how under the current
conditions vehicle A and vehicle C could possibly be able to cross the intersection without having to
stop. The sensors installed at the intersection are circled in red to provide clarity.
Furthermore, the simulation conducted in this study does not consider different types of vehicles
and the different time required for each to clear the critical zone. Lastly, with the development of
wireless networks, the use of sensors has become somewhat a thing of the past. The use of
wireless technologies to obtain data directly from vehicles approaching the intersection has become
a more valuable approach to modulating traffic controller light timing.
• Methodology
The system follows a client-server communication structure to connect vehicles to the intersection
control station. The intersection control station represents the server node that make the decisions
for the vehicles that are passing the intersection, and the vehicles represent the clients of the
system. Each vehicle is treated as a job that needs to be scheduled through the intersection.
the signal color for the driver along with the counting down timer in seconds.
The paper presents an algorithm, which is called the Safe to Pass First (SPF) algorithm, that make use
of per-vehicle real time speed, position, and direction data to decide when to allow the vehicle to pass
through the intersection. The algorithm checks the status of conflicting lanes, to ensure that vehicle will
pass the intersection safely.
Algorithm:
Input: Vehicle X
Let I(LX) be an indicator for the existence of vehicles on the conflict lanes of L X, where I(LX)=1 if
one or more of the conflict lanes is busy or I(LX)=0 if the conflict lanes are empty.
Let Gtime be the time for green light comes on after red light.
if I(LX) = 0
else:
S(LX):
I(LX)=1
Check set B for lane timers
else:
I(LX) = 1
else:
Gtime = Tempty – TX
If Tempty – TX < 4:
Gtime = 4
else:
Gtime = Tempty – TX
Algorithm Explanation
To calculate the required time for a vehicle to pass the intersection, the intersection control
station will use the following formulas.
If a vehicle X is in lane L i.e Left lane, decelerated speed will be calculated using equation 2
and for the Right lane R will be calculated by equation 3.
The vehicle system waits for one of two expected response from the intersection control station. The
first response is the green light decision with countdown timer. The second expected response is the
red light decision with two countdown timers; one for the red signal duration, and the second for the
green light duration that comes after the red light countdown timer is done. After passing the
intersection, the vehicle communication component informs the intersection control station with an exit
message containing the lane on which the vehicle was travelling.
The intersection control station is the decision maker of the system. As shown in Figure 3, an
intersection control station is installed at the intersection to communicate with the vehicles approaching
the intersection. This system keeps track of the vehicles trying to pass through the intersection by
storing information about the number of vehicles at each lane in the intersection
and the required time for each lane at the intersection to be clear.
The intersection control station receives requests from all the vehicles approaching the intersection.
The system calculates the required time for the vehicle to pass the intersection and then compares
it with the status of the intersection.
• Communication System
For the purpose of this system communication, the paper presents a simple message exchanging
protocol as depicted in figure 4. The presented protocol defines two groups of messages. The first
group is the client side messages group, this group consists of two types of messages, request
messages and exit messages. The client sends the request message when it enters the
communication range of the intersection control station to reserve a spot in the intersection. The
request message contains the following data:
Lane ID, as specified in Figure 3: the lane on which the vehicle was travelling.
The second group is the server side message group that consists of two types of messages, the green-
decision message and the red-decision message. The server sends these messages as a response to
the request message. The green- decision message is the response for requests from vehicles that can
pass the intersection safely.
The Green-decision message contains the following data: Green, indicating that the driver can proceed
through the intersection; Countdown value; indicating the decision duration. The red-decision message
is the response for requests from vehicles that cannot pass the intersection safely due to the existence
of vehicles on the conflict lanes at the request moment. Those vehicles will receive a red signal for a
specific time that is indicated from the server side based on the intersection status. The signal will then
turn into green after the end of the specific period for red.
Red- decision message contains the following data: Red, indicating that the intersection is not clear for
the vehicle to pass through at the current time;
First countdown value, indicating the period that the vehicle has to wait at the intersection; A second
countdown value, indicating the duration of time that the vehicle can safely pass through the
intersection.
Figure below shows the flow of messages between the system entities with respect to time.
• RESULT .
The outcome of the simulations shows promising results for the proposed system. The test scenario
considers a situation of uniform vehicles’ flowing through the intersection. Two different cases are
considered. The first one considers a heavy load traffic flow through the intersection where the
difference in time between each vehicle and the next is either zero or one second, and the second case
considers a normal traffic load through the
intersection where the difference between each vehicle is in the range of zero to five seconds. The
following sections show the results along with some notes and observations about the results.
Figure 6 shows the results for the longest waiting time that occurred while testing systems, the
proposed system and the traditional system. The figure shows a huge difference between the
results of the proposed system compared to the traditional system. The test of the traditional
system shows an average of 225 seconds for the longest waiting time, which is eight times greater
than the results of the proposed system, for which the results are an average of 31 seconds.
From figures 5, and 6, we can note that the difference between the longest and the average waiting
time for the traditional system is significant, around 160 seconds. This large difference implies the
unfair distribution of waiting time between vehicles at the intersection. The case is different
considering the proposed system. As noted in the mentioned figures, the difference between the
longest waiting time and the average waiting time is around 15 seconds. This difference implies a fair
distribution of waiting time between vehicles at the intersection under the same circumstances.
Intersection throughput shows good improvement, as vehicles flow through the intersection with less
waiting time. The reduction of waiting time for the vehicles flowing through the intersection leads to
more vehicles flowing per a unit of time, which in turn increases the throughput of vehicles flowing
per a unit of time.
The work suggests the use of a Smart traffic system that deploys the Dashboard Traffic Lights with
the aid of V2I network technology to enhance the existing Traffic systems. Simulation scenarios
were conducted to show the benefits of using this technique. Simulation results show significant
reduction in the average waiting time at the intersection, the number of stopped vehicles at the
intersection, number of vehicles that are passing the intersection simultaneously and the vehicles
throughput at the intersection is improved. This reduces fuel consumption and pollution emitted
CO2 from moving vehicles. The study covers the use of DBTL for standard traffic light intersection.
This work could be further improved by synchronizing more than one traffic light Intersection to
cover a whole region.
References
• Susan Grant-Muller and James Laird (2007), International Literature Review Of The
Costs Of Road Traffic Congestion, Scottish Executive (www.scotland.gov.uk); at
www.scotland.gov.uk/Publications/2006/11/ 01103351/0.
• Weigao, Q. & Bo, S. (2011). Current Situation Analysis and Safety Countermeasure Study
on Road Traffic Accidents in China. Proceedings of the International Conference on
Remote Sensing, Environment and Transportation Engineering, Nanjing, pp. 3034-3037.
doi: 10.1109/RSETE.2011.5964954.
• KHALIL M. YOUSEF, JAMAL N. AL- KARAKI1 AND ALI M. SHATNAWI (2010). “Intelligent
Traffic Light Flow Control System Using Wireless Sensors Networks” Journal Of Information
Science And Engineering 26, 753-768.
• The Vehicle Detector Clearinghouse, (2000) “A summary of vehicle detection and surveillance
technologies used in intelligent transportation systems,” Southwest Technology Development
Institute.
• S. Coleri, S. Y. Cheung, and P. Varaiya (2004) “Sensor networks for monitoring traffic,”
Proceedings of the 42nd Annual Allerton Conference on Communication, Control, and
Computing, pp. 32-40.
• Angus, P. D (2001). ‘Modeling of Traffic Signal Control and Transit Signal Priority’.
Massachusetts Institute of Technology.
• Ashish, J., Manisha, M., Harish, V. and Amrita R. (2013) “Traffic Density Measurement based
On-road Traffic Control using Ultrasonic Sensors and GSM Technology”, in proc. AEEE 4th
International Conference on Emerging Trends in Engineering and Technology,
• Hashim, N. M., Jaafar, A. S., Ali, N.A., Salahuddin, L., Mohamad, N. R. and Ibrahim, M. A
(2013) “Traffic Light Control System for Emergency Vehicles Using Radio Frequency”,
Journal of Engineering, 3(7), pp. 43-52.
• Kavya, P. W. and Joythi, S (2014). “Traffic Light Control System Using Image Processing”,
International Journal of Innovative Research in Computer and Communication Engineering,
2(5), pp. 288- 292.
• Mohit, D. S., Prema, Shubhendu, S., Sumedha, S. and Utkarsh, T (2012). “Smart Traffic
Control System Using PLC and SCADA”, International Journal of Innovative Research in
Science, Engineering and Technology, 1(2), pp. 169-172.
• Khaled M., Khonica G., Syed M. and Syed C (2012) “Possible Causes & Solutions of Traffic
Jam and Their Impact on the Economy of Dhaka City “ Journal of Management and
Sustainability; Vol. 2, No. 2; 2012 ISSN 1925-4725 E-ISSN 1925- 4733
View publication stats