IJEIT1412201512_11
IJEIT1412201512_11
IJEIT1412201512_11
59
ISSN: 2277-3754
ISO 9001:2008 Certified
International Journal of Engineering and Innovative Technology (IJEIT)
Volume 5, Issue 6, December 2015
Pareto Archived Evolution Strategy (PAES) were hierarchical fuzzy model. This system allows adjusting
implemented. Jiang et al. [8] proposed an agent model with efficiently the road traffic according to the real time changes
adaptive weight based multi-objective algorithm to manage in road networks by the integration of adaptive vehicle route
road-network congestion problem. The aim of this study was guidance system. This system was implemented and
to construct a quantitative index series to describe the road simulated under a multi agent platform in order to discuss the
network congestion distribution, and use such indexes as improvement of the global road traffic quality in terms of
weights in the multi-objective algorithm to shunt vehicles on time, fluidity and adaptively.
those congested links. In the first phase, a multi-agent system
D. Swarm Intelligence Based
was built, where each agent stands for a vehicle that adapts its
route to real-time road network congestion status by a The swarm intelligence has been used to model complex
two-objective optimization process: the shortest path and the traffic and transportation processes. In fact, the
minimal congested degree of the target link. The agent-based self-organization of the social insects is based on relatively
approach captures the nonlinear feedback between vehicle simple rules of individual insect‟s behavior. Among the
routing behaviors and road-network congestion states. Next, a different colony insects, the ant colony succeeds to find food
series of quantitative indexes was constructed to describe the by following the path with highest pheromone quantity
congested degree of nodes, and such indexes were used as deposited by other ants [12]. The pheromone signal
weights in the two objective functions which were employed represents the communication tool between individual ants. It
by the agents for routing decisions and congestion avoidance. contributes to the formation of collective intelligence of social
ant colonies that can be considered as multi-agent systems.
C. Fuzzy Logic Based Bertelle et al. [27] proposed road traffic management by using
The fuzzy logic appeared in 1965 by Zadeh introducing the ant system for shortest path in weighted dynamic graph. This
concept of fuzzy sets. It was shown as a very capable method utilized neural networks for traffic flow regulation
mathematical approach for dealing with subjectivity, and it simulated using multi agent platform. Yang et al. [28]
ambiguity, uncertainty, and imprecision [13]. Fuzzy logic was proposed optimization model based on coarse-grain parallel
used as a framework to solve transportation problems such as ant colony algorithm for the bus network optimization. It was
traffic assignment problem, accident analysis and prevention, demonstrated on data of Dalian city, China but it did not
traffic control at roads intersection, and traffic light control. consider the real time traffic management. Deng et al.[29]
During the last decade, some developments in information proposed hybrid particle swarm optimization algorithm by
acquisition technologies through advanced traveler combining fluid neural network. This method is influenced by
information systems have been done. However, many search best path in stochastic traffic networks and this method
contextual factors (such as departure time, travel distance, was simulated with only 20 nodes road network. D‟Acierno et
usual driving speed of the driver, weather information, al. [30] proposed swarm intelligence algorithm to optimize
personal preferences, roadwork information, and other the signal setting of each intersection for the asymmetric
information which could be available to the guidance systems traffic assignment and it lacks on real time management.
in real-time) increase the uncertainty of the itinerary choice. Garcia-Nietoa et al. [31] used particle swarm intelligence to
Ridwan [22] used choice function based fuzzy preferences find cycle programs of traffic lights and implemented for 2
relations and considered the spatial knowledge of individual cities in Spain. Mostly, Ant Colony Optimization was used to
drivers. This method strengthened the travel decision by fuzzy solve transportation problems such as Travelling Salesman
preference relations but it utilized small number of influence Problem (TSP) and Vehicle Routing Problem (VRP), only
factors and in real scenario there are multiple influence few works based on swarm intelligence are developed to solve
factors. Hawas [23] estimated the route utility by using road traffic management problem [13]. In fact, the problem
neurofuzzy data training with a hidden neuron in each fuzzy cannot be solved using the classic versions: artificial ants are
process. This method used adaptive to the variation of able only to generate successively shorter feasible tours by
perceptions from drivers but there is no fuzzification training using information accumulated in the form of a pheromone
not exist. Arslan and Khisty [24] developed route choice trail deposited on the graph edges.
model. They utilized hybrid model based on fuzzy logic and
analytical hierarchy process. The preference was extracted III. WORKING OF THE PROPOSED SYSTEM
from driver‟s psychology. Ghatee and Hashemi [25] proposed Our aim is to develop the system at signals; this system will
quasi logist formula based algorithm for traffic assignment. It have multifunctional operations. Initially the system will
maximizes the level of certainty and minimizes the perceived measure the traffic density at different signals using image
travel delays. The limitation of this study is no results for real processing using edge detection and accordingly change the
networks. Balaji and Srinivasan proposed multi agent system time delays for traffic lights viz. the side at which the traffic is
based on type-2 fuzzy decision module for urban traffic high the signal will remain green for more time. Secondly it
management. This method reduces the total delay of vehicles will also communicate with the adjacent junction signal. Both
and it was simulated on real traffic of Singapore. The the signals will collectively manage the traffic depending on
limitation of this method is unavailability of vehicle route the density. So in the same way all signals of the city will
guidance. Kammoun et al. [9] [10] proposed an adaptive multi communicate with each other forming a SWARM dedicated
agent system based on the ant colony behavior and the
60
ISSN: 2277-3754
ISO 9001:2008 Certified
International Journal of Engineering and Innovative Technology (IJEIT)
Volume 5, Issue 6, December 2015
system. Also send message to next signal when panic key is serially between two devices, that devices must be TTL
pressed using Wi-Fi module. compatible. TTL compatibility means TTL logic levels (logic
1/ logic 0) must be same for both the devices. MAX232
A. Edge Detection
converts TTL of 5v in to RS232 standard or RS232 standard
Edge detection is an image processing technique for in to TTL of 5v. Whereas MAX3232 converts TTL of 3.3v in
finding the boundaries of objects within images. It works by to RS232 standard or RS232 standard in to TTL of 3.3v.
detecting discontinuities in brightness. Edge detection is used
for image segmentation and data extraction in areas such as C. ARM7 Microcontroller
image processing, computer vision, and machine vision.[32] The original ARM7 was based on the earlier ARM6 design
There are many methods for edge detection but most of them and used the same ARMv3 instruction set. The ARM710
can be grouped into two categories, search based and variant was used in a CPU module for the Acorn Risc PC.
zero-crossing based [33]. Common edge detection algorithms This forms the core of our system, where decisions based on
include Sobel, Canny, Prewitt, Roberts, and fuzzy logic the inputs from the computer are made and respective LEDs
methods. are made to glow for desired time intervals. It also controls the
Wi-Fi module which is responsible for the communication
between the signals.
D. Wi-Fi Module (ESP8266)
ESP8266 offers a complete and self-contained Wi-Fi
networking solution, allowing it to either host the application
or to offload all Wi-Fi networking functions from another
Fig.1 Image segmentation using Sobel method [32] application processor. When ESP8266 hosts the application,
and when it is the only application processor in the device, it
is able to boot up directly from an external flash. It has
integrated cache to improve the performance of the system in
such applications, and to minimize the memory requirements.
Alternately, serving as a Wi-Fi adapter, wireless internet
access can be added to any microcontroller-based design with
simple connectivity through UART interface or the CPU
AHB bridge interface.
61
ISSN: 2277-3754
ISO 9001:2008 Certified
International Journal of Engineering and Innovative Technology (IJEIT)
Volume 5, Issue 6, December 2015
IV. APPLICATION V. FUTURE SCOPE
A. Smart City The major application is the traffic management of a smart
A smart city uses information and communication city. Further the image processing could be replaced by video
technologies (ICT) to enhance quality, performance and processing for more accurate results. Data on cloud server
interactivity of urban services, to reduce costs and resource could be used for analysis of behavioral pattern followed at
consumption and to improve contact between citizens and different signals so help in reducing traffic congestion for
government. Sectors that have been developing smart city effectively and within stipulated time.
technology include government services, transport and traffic
management, energy, health care, water and waste. Smart city VI. CONCLUSION
applications are developed with the goal of improving the
management of urban flows and allowing for real time This paper has fairly tried to project the concept of dealing
responses to challenges. A smart city may therefore be more with traffic congestion in a smart city. It introduces us to the
prepared to respond to challenges than one with a simple vast world of image processing, which is used in several
„transactional‟ relationship with its citizens. Other terms that modern day applications. Endeavour has been made to touch
have been used for similar concepts include „cyberville‟, every field the device can be related to like designing,
„digital city‟, „electronic communities‟, „flexicity‟, programming involved, circuitry, construction, working and
„information city‟, „intelligent city‟, „knowledge-based city‟, application. It highly reduces the modern day problem of
„MESH city‟, „telecity‟, „teletopia‟, „Ubiquitous city‟, „wired traffic congestion that we are facing today.
city‟.
REFERENCES
B. Direction of Management of Traffic [1] D. Schultes, “Route Planning in Road Networks” Ph.D. Thesis,
In addition to the earlier method of traffic congestion University of Fridericiana, Karlsruhe, 2008.
detection, one more method can be used. A server can be [2] M. Appert, and C. Laurent. “Measuring urban road network
maintained which can receive certain crucial data calculated vulnerability using graph theory : the case of Montpellier's road
by the Controller of the signals. The main aim is to implement network”, Frederic Leone, Freddy Vinet, 2008,
a system that would trace the travel time of individual cars as
[3] N. Baruah and A. K. Baruah, “On a Traffic Control Problem
they pass the roadside controllers and compute an average trip using Cut-Set of Graph”, Int. J. Advanced Networking and
time using a rule-based system to decide whether the area is Applications, 3(4), pp. 1240-1244, 2012.
congested or uncongested. If congestion is sensed then system
would control traffic signals / generate automatic re-routing [4] R.T. van Katwijk et al., “Test bed for multiagent control
systems in road traffic management,” Transportation Research
messages to selected approaching vehicles.
Record, no. 1910, pp. 108–115, 2005.
C. Automatic Detection of Speed [5] M. M. Raza and R. R. Rao, “Agent Based Urban Traffic and
We can use this technique to calculate the speed of a Transportation Control with Cloud Computing”, International
motorist and to detect if he violates the prescribed/set speed Journal of Computer Trends and Technology, Vol. 3, Issue 1,
limit. If the motorist violates the rule, a warning message will pp. 120-123, 2012.
be sent to the motorist via audio and/or video interface and [6] S. Han and Y. Tabata “A Hybrid Genetic Algorithm for the
penalty will be calculated in the server and billed monthly to Vehicle Routing Problem with Controlling Lethal Gene”, Asia
the vehicle owner. Pacific Management Review, 7(3),pp. 405-426, 2002.
62
ISSN: 2277-3754
ISO 9001:2008 Certified
International Journal of Engineering and Innovative Technology (IJEIT)
Volume 5, Issue 6, December 2015
Applications”, IEEE Transactions On Instrumentation And [26] P. G. Balaji and D. Srinivasan, “Type-2 fuzzy logic based
Measurement, Vol. 58, No. 3, March 2009. urban traffic management”, Eng. Appl. Artif. Intell. 24 (1), pp.
12–22, 2011.
[13] Phillip Walker, Saman Amirpour Amraii, Nilanjan
Chakraborty, Michael Lewis, and Katia Sycara, “Human [27] C. Bertelle et al., “Road traffic management based on ant
Control of Robot Swarms with Dynamic Leaders”, 2014 system and regulation model”, In: Proc. of the Int. Workshop
IEEE/RSJ International Conference on Intelligent Robots and on Modeling and Applied Simulation, pp. 35–43, 2003.
Systems (IROS 2014) September 14-18, 2014, Chicago, IL,
[28] Z. Yang, “A parallel ant colony algorithm for bus network
USA.
optimization”, Comput.-Aided Civil Infrastructure. Eng. 22
[14] Yuncan Xue, Haixia Zhang, and Juntao Fei, “Optimum Ship (1), pp. 44–55, 2007.
Pilot plan Model Based on the Modified Discrete Particle
[29] Y. Deng, “Dynamic shortest path in stochastic traffic networks
Swarm Optimization”, 2014 11th IEEE International
based on fluid neural network and particle swarm
Conference on Control & Automation (ICCA) June 18-20,
optimization”, In: Proc. of the 6th Int. Conf. on Natural
2014. Taichung, Taiwan.
Computation ICNC, IEEE, pp. 2325–2329, 2010.
[15] Matthias R. Brust, Bogdan M. Strimbu, “A Networked Swarm
[30] L. D‟Acierno, “An ant colony optimization algorithm for
Model for UAV Deployment in the Assessment of Forest
solving the asymmetric traffic assignment problem”. Eur. J.
Environments”, 2015 IEEE Tenth International Conference on
Oper. Res. 217 (2), pp. 459–469, 2012.
Intelligent Sensors, Sensor Networks and Information
Processing (ISSNIP) Singapore, 7-9 April 2015. [31] J. García-Nietoa, “Swarm intelligence for traffic light
scheduling: application to real urban areas”, Eng. Appl. Artif.
[16] Dipak K Dash, TNN May 31, 2012. ―India loses Rs 60,000
Intell. 25 (2), pp. 274–283, 2012.
crore due to traffic congestion: Study‖. Times Of India.
http://articles.timesofindia.indiatimes.com/2012-05-31/india/3 [32] www.matlab.com
1920307_1_toll-plazas-road-space-stoppage.
[33] www.wikipedia.com
[17] Bing-Fei Wu. Dept of Electr. And control eng, Nat. Chiao
Tung Univ, Hsinchu, Taiwan. A new Approach to Video-based
Traffic surveillance using fuzzy hybrid Information Inference AUTHOR’S PROFILE
Mechanism. March 2013.IEEE Intelligent Traffic Society.
Santwana Panda received her B.E under Electronics and
[18] Gomez, G. Diaz, and K. Boussetta. “ How Virtual Police Telecommunication from MIT in the year 2014. She is wowing towards her
Agents can help in the traffic guidance?” In Wireless
Communications and Networking Conference Workshops M.E degree under communication network from Indira College of
(WCNCW), 2012 IEEE, pages 360-364. IEEE, 2012. Engineering and Management. She attended National Level UG
[19] Arif A. Bookseller, Rupali R Jagtap, “Image processing based conference-2014 on Emerging Trends in E&TC engineering in Pune and
adaptive traffic control system” IOSR Journal of Electronics presented the paper entitled as “FPGA based design and implementation of
and Communication Engineering (IOSR-JECE), Pages: 33-37,
convolutional encoding and viterbi decoding techniques”.
2013
[20] L. Bieker and D. Krajzewicz. Evaluation of opening bus lanes
for private traffic triggered via V2X communication. In Anjali M. Patki, Prof & H.O.D. , E&TC Department, Indira College Of
Integrated and Sustainable Transportation System (FISTS), Engineering & Management has a teaching experience of more than 12 years
2011 IEEE Forum on, pages 48-53. IEEE, 2011.
and expert in the domain of communication engineering.
[21] HM Kammoun et al., “A Road Traffic Multi Agent Simulation
using Turtkit under Mdadkit”, Proc. of 9th International
Kedar Hushing founder and director of Axis Technologies- A high-end
Conference on Artificial Intelligence and Soft Computing, pp.
503-514, 2008. technology Solution Company has a working experience of more than 10
[22] M Ridwan, “Fuzzy preference based traffic assignment years in the field of embedded systems and microcontroller.
problem”, Elsevier Transportation Research Part C, Vol. 12
(3– 4), pp. 209–233, 2004.
[23] Y. E. Hawas, “Development and calibration of route choice
utility models: neuro-fuzzy approach”. J. Transport. Eng. 130
(2), 171–182, 2004.
[24] T. Arslan and C. J. Khisty, “A rational reasoning method from
fuzzy perceptions in route choice”, Fuzzy Sets Syst. 150 (3),
pp. 419–435, 2005.
[25] M. Ghatee, and S. M. Hashemi, “Traffic assignment model
with fuzzy level of travel demand: an efficient algorithm based
on quasi-Logit formulas”, Eur. J. Oper. Res. 194, pp. 432–451,
2009.
63