SlideShare a Scribd company logo
1 of 7
Download to read offline
International Journal of Electrical and Computer Engineering (IJECE)
Vol. 12, No. 5, October 2022, pp. 4876~4882
ISSN: 2088-8708, DOI: 10.11591/ijece.v12i5.pp4876-4882  4876
Journal homepage: http://ijece.iaescore.com
Ambulance detection for smart traffic light applications with
fuzzy controller
Robinson Jiménez-Moreno1
, Javier Eduardo Martínez Baquero2
, Luis Alfredo Rodriguez Umaña2
1
Department of Mechatronic Engineering, Faculty of Engineering Universidad Militar Nueva Granada, Bogota, Colombia
2
Engineering School, Faculty of Basic Sciences and Engineering, Universidad de los Llanos, Villavicencio, Colombia
Article Info ABSTRACT
Article history:
Received Dec 26, 2021
Revised Apr 20, 2022
Accepted May 15, 2022
In the development of intelligent cities, the automation of vehicular mobility
is one of the strong points of research, where intelligent traffic lights stand
out. It is essential in this field to prioritize emergency vehicles that can help
save lives, where every second counts in favor of the transfer of a patient or
injured person. This paper presents an artificial intelligence algorithm based
on two stages, one is the recognition of emergency vehicles through a
ResNet-50 and the other is a fuzzy inference system for timing control of a
traffic light, both lead to an intelligent traffic light. An application of traffic
light vehicular flow control for automatic preemption when detecting
emergency vehicles, specifically ambulances, is oriented. The training
parameters of the network, which achieves 100% accuracy with confidence
levels between 65% with vehicle occlusion and 99% in direct view, are
presented. The traffic light cycles are able to extend the green time of the
traffic light with almost 50% in favor of the road that must yield the priority,
in relation to not using the fuzzy inference system.
Keywords:
Convolutional network
Fuzzy system
ResNet 50
Smart traffic light
This is an open access article under the CC BY-SA license.
Corresponding Author:
Robinson Jiménez-Moreno
Mechatronics Engineering Program, Faculty of Engineering, Militar Nueva Granada University
Carrera 11 # 101-80, Bogotá D.C., Colombia
Email: robinson.jimenez@unimilitar.edu.co
1. INTRODUCTION
The means of transport are a fundamental part of the daily activity of man. Mainly in urban areas it
is wanted to regulate the displacement by means of vehicles through traffic lights, which in spite of their
apparent easy operation by time present a focus of investigative interest. From several fronts it is possible to
improve the way they operate, for example, in [1] a strategy of traffic light control according to the vehicular
flow is sought. In [2] a development towards wireless connectivity for traffic light control is presented.
However, the development of intelligent systems for traffic light control presents a wide field of
development, for example, based on the number of vehicles on the road [3], the action that may require
image processing algorithms for this identification [4], [5], among other similar [6]–[9]. One of them is a
study [10], which presents an intelligent traffic light system for emergency vehicles, using strategies for route
identification and traffic light status change, mainly using the message queuing telemetry transport (MQTT)
protocol.
Fuzzy systems have been used as a lighting control strategy [11], so they fit very well in traffic light
control schemes, for example, for a large number of intersections [12], seeking to maximize the duration time
of the green light [13], among others [14]–[18]. Some of these cases have been strengthened with the
integration of fuzzy systems to neural networks [19], where nowadays one of the main neural architectures in
pattern recognition are convolutional networks [20]. Among the applications of convolutional neural
Int J Elec & Comp Eng ISSN: 2088-8708 
Ambulance detection for smart traffic light applications with fuzzy controller (Robinson Jiménez-Moreno)
4877
networks (CNN), vehicle detection [21] stands out, mainly by means of faster region-based convolutional
neural network (R-CNN) architectures [22], [23], based on regions (R), which allow locating the location of
the vehicle in the image, facilitating, among others, the counting of vehicles. In [24], the detection of
emergency vehicles by means of faster R-CNN networks and residual architectures based on regions
(ResNet) is presented, showing the best performance in the latter case.
Based on the presented in the state of the art, an algorithm is built for the detection of ambulances
through ResNet and integrated to a fuzzy inference system. The algorithm allows the development of an
intelligent traffic light model for priority of emergency vehicles, based on ambulance detection. The target is
achieving a compensation of the priority of the road against the mobility of the emergency vehicle in order to
evaluate when the other road really must yield the priority of vehicular passage.
The article is structured in four sections, the present introduction that refers to the state of the art.
The second section that exposes the methods and materials in two subsections, the training of the network
and the fuzzy system. The third section presents the results and their analysis and finally the fourth section
presents the conclusions reached.
2. RESEARCH METHOD
The application of automatic control of an intelligent traffic light requires it to be able to interact
with the environment according to the characteristics of vehicular flow. Given that it seeks to prioritize the
passage of vehicles to ambulances, the automatic identification of these is essential, for this a deep learning
network based on region proposal network (RPN) as the faster R-CNN, but using a ResNet-50 architecture
[25], [26] is trained through transfer learning. This allows to identify and localize the ambulance within the
scene. To control the time duration of each traffic light state, when an ambulance is detected, a fuzzy
inference algorithm is used, which, as stated in the state of the art in the introduction, is one of the traffic
control algorithms that stands out for its efficiency and versatility [27], [28]. Both parts of the algorithm are
presented below.
2.1. Ambulance detection
For training, a database of 100 ambulance images is used. A data augmentation process is applied to
the database by means of reflection operations on the vertical axis and translation, obtaining 300 images in
total. A distribution of 80% of the images are used for training the network and the remaining 20% for
validation. Figure 1 shows a sample of the database used.
The training of the network was performed at a learning rate of 0.001, for 30 epochs and 250
iterations. This process takes about 16:59 minutes on a 2.80 GHz Intel Core i7 computer with NVIDA Gforce
GTX 1050 8 GB GPU. Figure 2 illustrates on the left the training process where for the 220th iteration
already reaches 100% accuracy, on the right is the ratio of accuracy versus recall obtained.
Figure 3 shows the result of learning the network for ambulance detection. Figure 3 on the left
shows a case of high vehicle flow with partial occlusion of the ambulance, which reduces the confidence
level of the detection to 0.69. To avoid confusion with normal vehicles, the results of the network are
thresholded at a confidence level greater than or equal to 0.6. For the cases where the ambulance is captured
complete as seen in Figure 3 center and right, it is observed that the confidence level is quite high, overall,
for these cases is greater than 95%.
Figure 1. Sample ambulance database
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 12, No. 5, October 2022: 4876-4882
4878
Figure 2. Result of the network training process
Figure 3. Ambulance detection using faster R-CNN
2.2. Traffic light control
The timing control for the light change of the proposed intelligent traffic light is performed by
means of a fuzzy system. The fuzzy algorithm is the best option given the nonlinearity of the system, since it
cannot predict when an ambulance will appear or under what traffic conditions. Which makes it difficult to
establish an associated mathematical model [29], [30].
Depending on the detection of the ambulance it is required to act on the times of the traffic light
states. The basis of the proposed fuzzy algorithm focuses on the bounding box of the detection through the
network. Since this is greater when the ambulance is closer, as it approaches the traffic light there is a
variation in the size of the bounding box which in turn refers to how fast it manages to move.
For this, a fuzzy system is established that takes as input the anchor box and how fast its size varies
(reason of change or derivative). Given that the size of the images is 224x224x3, we have that due to the
position of the camera in front of the panorama of the road, the maximum space it could occupy when the
ambulance is very close is 50% of the image, i.e. 112 pixels. The detection by the network implies a
Int J Elec & Comp Eng ISSN: 2088-8708 
Ambulance detection for smart traffic light applications with fuzzy controller (Robinson Jiménez-Moreno)
4879
minimum size for recognition that is validated in 37x37 pixels of the image, where the rate of change is set to
a range of 75 pixels. These values give rise to the speech universes of the two fuzzy conjuncts to be used,
anchorB and DanchorB, alluding to their derivative, as shown in Figure 4.
Figure 5 illustrates the output membership function. The universe of discourse ranges from 0 to
100% of the time the ambulance is detected by the network. During this time the predominant color should
clearly be green, unless the ambulance is far away and moving slowly.
In general, the rule base with the described behavior is presented in Table 1. Similarly, Figure 6
shows the graph of the fuzzy system behavior, it is evident the predominance of the green state if the flow of
the ambulance is constant. In this case, the defuzzification establishes the green state in output values from
35 onwards.
Figure 4. Input membership functions
Figure 5. Output membership functions
Table 1. Base of rules
Anchor
Small Medium Big
Danchor red green green
red green green
yellow green green
Figure 6. Graphical response of the fuzzy system
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 12, No. 5, October 2022: 4876-4882
4880
The rule base is constructed, in a general way, when the ambulance is detected. The selection of the
green light should be prioritized, but given that vehicles must respond to the siren to give way, a
consideration is presented against this premise, which can improve the response for the general circulation. If
the vehicular flow is dense and the ambulance is close or at a medium distance the traffic light should remain
on green longer, if the vehicular flow is dense and the ambulance is detected at a far distance, the time while
the vehicles give way for the ambulance to pass between them can be used by giving way to the
perpendicular roads, keeping the traffic light on red, case illustrated in Figure 3 in the left and central images.
Figure 7 illustrates the final scheme used in the evaluation of the intelligent traffic light model
developed. The input corresponds to the video capture of the camera associated to the traffic light. This
enters the ResNet classifier, whose output is taken by the fuzzy inference system and according to the
defuzzification associated to Figure 5, will activate each light of the traffic light.
Figure 7. Graphical response of the fuzzy system
3. RESULTS AND DISCUSSION
By means of simulations carried out in the laboratory, using videos of common traffic at 30 fps and
a prototype of academic traffic light by software. The performance of the exposed algorithms was evaluated,
obtaining the results shown in Table 2. Taking into account that a conventional cycle goes up to 120 seconds.
Within the representative cases we have the green status at the end of the cycle where the ambulance
is detected and this extends until it is not detected. The red state where with low or medium flow changes to
yellow and then to green to give priority passage. The red state that with high flow and remote detection
keeps the traffic light state under the normal cycle.
It was evidenced that the non-detection of the ambulance through the network generates conflicts
with the traffic light times when the fuzzy inference system starts to work. That is to say, when entering the
ambulance to scene, the time is governed by the algorithm of fuzzy inference, but it returns a regular cycle of
semaphore, when detecting the ambulance, a tracking of this is generated until it surpasses the traffic light or
it is lost in the recognition. For the second case, which was presented by occlusion of almost 50% of the
ambulance within its route to the traffic light, restarting the conventional cycle and altering the priority. This
problem was solved by generating a time window within the fuzzy inference algorithm. This window
validated the loss of the ambulance in 10 fps. If it was not detected in that time it returned to the normal
cycle.
The fuzzy inference algorithm gives a margin of greater autonomy and control over the traffic light
states. Although a direct scheme against the fuzzy may seem efficient and simpler, it last can improve the
results. A test of this case in the detection with a flow with high density, yielded an advantage of the
algorithm of almost 50% cycle in favor of the path that must yield the priority. For the other cases no major
difference is evident.
Compared to the results reported in the state of the art with similar works, it is found that by means
of the training parameters of the ResNet exposed in section 2, 94% of true positives are obtained compared to
74% of those reported in [24]. One reason for this is found in the database used in the training, for our case
the images come from the detection from the point of view of the traffic light, where the ambulance is in
front approaching it, while in [24] side views of the ambulance are also included, which in general helps the
dispersion of the learning of the network, reducing its accuracy.
Int J Elec & Comp Eng ISSN: 2088-8708 
Ambulance detection for smart traffic light applications with fuzzy controller (Robinson Jiménez-Moreno)
4881
Table 2. Response times
Traffic Time average in green (seconds)
Soft 85.6
Medium 116.7
High 141.2
4. CONCLUSION
The training of the network was iterative, where the best combination of network features was
exposed. The ResNet being a robust architecture takes time to converge in the training, an excessive number
of epochs and a smaller learning rate significantly increase this time almost four times the exposed. Where it
was concluded that it is more efficient to make test trainings with not so small learning rats and few epochs
and to be increasing until achieving an efficient result. Given the fast convergence of the fuzzy inference
system and the low computational cost involved, it was concluded that it is beneficial for an intelligent traffic
light to use the fuzzy inference system to level the duration of cycles in both directions of vehicular flow of
perpendicular roads. The integration of deep learning techniques and fuzzy systems in intelligent traffic light
applications allows us to conclude that the automation of roads with emergency vehicle priority is feasible
without the direct intervention of human control.
ACKNOWLEDGEMENTS
The authors are grateful to Universidad Militar Nueva Granada and Universidad de los Llanos for
the funding of this project.
REFERENCES
[1] M. L. Suarez et al., “Dynamic allocation of traffic light plans as a traffic reduction strategy,” in MOVICI-MOYCOT 2018: Joint
Conference for Urban Mobility in the Smart City, 2018, pp. 1–7, doi: 10.1049/ic.2018.0012.
[2] L. F. P. Oliveira, P. D. G. Luz, and L. T. Manera, “Development of a wireless traffic light controller system, with real-time traffic
monitoring and green wave coordination applied to smart cities,” in 2020 IEEE Congreso Bienal de Argentina (ARGENCON),
Dec. 2020, p. 1, doi: 10.1109/ARGENCON49523.2020.9505576.
[3] N. Diaz, J. Guerra, and J. Nicola, “Smart traffic light control system,” in 2018 IEEE Third Ecuador Technical Chapters Meeting
(ETCM), Oct. 2018, pp. 1–4, doi: 10.1109/ETCM.2018.8580282.
[4] Khushi, “Smart control of traffic light system using image processing,” in 2017 International Conference on Current Trends in
Computer, Electrical, Electronics and Communication (CTCEEC), Sep. 2017, pp. 99–103, doi: 10.1109/CTCEEC.2017.8454966.
[5] M. Razavi, M. Hamidkhani, and R. Sadeghi, “Smart traffic light scheduling in smart city using image and video processing,” in
3rd International Conference on Internet of Things and Applications (IoT), 2019, pp. 1–4, doi: 10.1109/IICITA.2019.8808836.
[6] A. Firdous, Indu, and V. Niranjan, “Smart density based traffic light system,” in 2020 8th International Conference on Reliability,
Infocom Technologies and Optimization (Trends and Future Directions) (ICRITO), Jun. 2020, pp. 497–500, doi:
10.1109/ICRITO48877.2020.9197940.
[7] I. Kuzminvkh, “Development of traffic light control algorithm in smart municipal network,” in 2016 13th International
Conference on Modern Problems of Radio Engineering, Telecommunications and Computer Science (TCSET), Feb. 2016,
pp. 896–898, doi: 10.1109/TCSET.2016.7452218.
[8] L. F. P. de Oliveira, L. T. Manera, and P. D. G. Da Luz, “Development of a smart traffic light control system with real-time
monitoring,” IEEE Internet of Things Journal, vol. 8, no. 5, pp. 3384–3393, Mar. 2021, doi: 10.1109/JIOT.2020.3022392.
[9] J. D. Olaya-Quinones and J. C. Perafan-Villota, “A smart algorithm for traffic lights intersections control in developing
countries,” in 2021 IEEE Colombian Conference on Applications of Computational Intelligence (ColCACI), May 2021, pp. 1–6,
doi: 10.1109/ColCACI52978.2021.9469581.
[10] K. M. Almuraykhi and M. Akhlaq, “STLS: Smart traffic lights system for emergency response vehicles,” in 2019 International
Conference on Computer and Information Sciences (ICCIS), Apr. 2019, pp. 1–6, doi: 10.1109/ICCISci.2019.8716429.
[11] Y. Xiaogang, W. Wang, and L. Fenna, “Design and simulation of intelligent dimmer based on fuzzy PID,” in 2020 International
Conference on Intelligent Design (ICID), Dec. 2020, pp. 86–89, doi: 10.1109/ICID52250.2020.00025.
[12] R. Hoyer and U. Jumar, “Fuzzy control of traffic lights,” in Proceedings of 1994 IEEE 3rd International Fuzzy Systems
Conference, pp. 1526–1531, doi: 10.1109/FUZZY.1994.343921.
[13] M. F. Adak and M. Balta, “Fuzzy Logic-based adaptive traffic light control of an intersection: A case study,” in 2021 5th
International Symposium on Multidisciplinary Studies and Innovative Technologies (ISMSIT), Oct. 2021, pp. 394–398, doi:
10.1109/ISMSIT52890.2021.9604556.
[14] I. Tunc, A. O. Koroglu, A. E. Edem, S. N. Akmese, O. Elmas, and M. T. Soylemez, “Traffic light control for multi intersection
model in Istanbul/altunizade,” in 2021 29th Mediterranean Conference on Control and Automation (MED), Jun. 2021,
pp. 548–553, doi: 10.1109/MED51440.2021.9480194.
[15] A. A. R. Aditya, F. Ni’mah, H. Mahmudah, O. Puspitorini, N. A. Siswandari, and A. Wijayanti, “Detection brake condition of
vehicle using fuzzy logic in visible light communication,” in 2020 6th International Conference on Science in Information
Technology (ICSITech), Oct. 2020, pp. 127–132, doi: 10.1109/ICSITech49800.2020.9392048.
[16] A. M. H. Yusuf and R. Yusuf, “Adaptive traffic light controller simulation for traffic management,” in 2020 6th International
Conference on Interactive Digital Media (ICIDM), Dec. 2020, pp. 1–5, doi: 10.1109/ICIDM51048.2020.9339649.
[17] S. Khaled, O. M. Shehata, and E. I. Morgan, “Decentralised intersection control for autonomous vehicles using fuzzy logic
control,” in 2020 8th International Conference on Control, Mechatronics and Automation (ICCMA), Nov. 2020, pp. 162–166,
doi: 10.1109/ICCMA51325.2020.9301522.
[18] Y.-S. Hong, H. Jin, and C.-K. Park, “New electrosensitive traffic light using fuzzy neural network,” IEEE Transactions on Fuzzy
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 12, No. 5, October 2022: 4876-4882
4882
Systems, vol. 7, no. 6, pp. 759–767, 1999, doi: 10.1109/91.811247.
[19] N. Kumar, S. S. Rahman, and N. Dhakad, “Fuzzy inference enabled deep reinforcement learning-based traffic light control for
intelligent transportation system,” IEEE Transactions on Intelligent Transportation Systems, vol. 22, no. 8, pp. 4919–4928, Aug.
2021, doi: 10.1109/TITS.2020.2984033.
[20] Y. LeCun and Y. Bengio, “Convolutional networks for images, speech, and time series,” in The handbook of brain theory and
neural networks, 1995.
[21] F. Zhu, Y. Lu, N. Ying, and G. Giakos, “Fast vehicle detection based on evolving convolutional neural network,” in 2017 IEEE
International Conference on Imaging Systems and Techniques (IST), Oct. 2017, pp. 1–4, doi: 10.1109/IST.2017.8261505.
[22] M. Manana, C. Tu, and P. A. Owolawi, “Preprocessed faster RCNN for vehicle detection,” in 2018 International Conference on
Intelligent and Innovative Computing Applications (ICONIC), Dec. 2018, pp. 1–4, doi: 10.1109/ICONIC.2018.8601243.
[23] K. S. Htet and M. M. Sein, “Event analysis for vehicle classification using fast RCNN,” in 2020 IEEE 9th Global Conference on
Consumer Electronics (GCCE), Oct. 2020, pp. 403–404, doi: 10.1109/GCCE50665.2020.9291978.
[24] S. Kaushik, A. Raman, and K. V. S. Rajeswara Rao, “Leveraging computer vision for emergency vehicle detection-
implementation and analysis,” in 2020 11th International Conference on Computing, Communication and Networking
Technologies (ICCCNT), Jul. 2020, pp. 1–6, doi: 10.1109/ICCCNT49239.2020.9225331.
[25] K. He, X. Zhang, S. Ren, and J. Sun, “Deep residual learning for image recognition,” arxiv.org/abs/1512.03385, pp. 1–9, Dec.
2015.
[26] C. Suman, S. Saha, A. Gupta, S. K. Pandey, and P. Bhattacharyya, “A multi-modal personality prediction system,” Knowledge-
Based Systems, vol. 236, Jan. 2022, doi: 10.1016/j.knosys.2021.107715.
[27] C. Jiang and G. Ren, “Regional flow control in peak travel period based on fuzzy algorithm,” Future Generation Computer
Systems, vol. 126, pp. 279–283, Jan. 2022, doi: 10.1016/j.future.2021.08.016.
[28] F. Abbasi, M. Zarei, and A. M. Rahmani, “FWDP: A fuzzy logic-based vehicle weighting model for data prioritization in
vehicular ad hoc networks,” Vehicular Communications, vol. 33, Jan. 2022, doi: 10.1016/j.vehcom.2021.100413.
[29] A. N. Kasruddin Nasir, M. A. Ahmad, and M. O. Tokhi, “Hybrid spiral-bacterial foraging algorithm for a fuzzy control design of
a flexible manipulator,” Journal of Low Frequency Noise, Vibration and Active Control, vol. 41, no. 1, pp. 340–358, Mar. 2022,
doi: 10.1177/14613484211035646.
[30] N. Jain and A. R. Singh, “Sustainable supplier selection under must-be criteria through Fuzzy inference system,” Journal of
Cleaner Production, vol. 248, Mar. 2020, doi: 10.1016/j.jclepro.2019.119275.
BIOGRAPHIES OF AUTHORS
Robinson Jiménez-Moreno is an Electronic Engineer graduated from
Universidad Distrital Francisco José de Caldas in 2002. He received a M.Sc. in Engineering
from Universidad Nacional de Colombia in 2012 and Ph.D in Engineering at Universidad
Distrital Francisco José de Caldas in 2018. His current working as assistant professor of
Universidad Militar Nueva Granada and research focuses on the use of convolutional neural
networks for object recognition and image processing for robotic applications such as human-
machine interaction. He can be contacted at email: robinson.jimenez@unimilitar.edu.co.
Javier Eduardo Martinez Baquero is an Electronic Engineer graduated from
Universidad de los Llanos in 2002. Posgraduated in Electronic Instrumentation from
Universidad Santo Tomas in 2004, posgraduated in Instrumentation and Industrial Control at
Universidad de los Llanos in 2020 and M.Sc. in Educative Technology at Universidad
Autonoma de Bucaramanga in 2013. His current working as associated professor of
Universidad de los Llanos and research focuses on instrumentation, automation and control.
He can be contacted at email: jmartinez@unillanos.edu.co.
Luis Alfredo Rodriguez Umaña is an Electronic Engineer graduated from
Universidad de los Llanos in 2002. Posgraduated in Automatic and Industrial Computing from
Universidad Autonoma de Colombia in 2006 and Msc. in Information Technology
Management at Universidad Cooperativa de Colombia in 2022. His current working as
assistant professor of Universidad de los Llanos and research focuses on Automation and
Control. He can be contacted at email: lrodriguez@unillanos.edu.co.

More Related Content

Similar to Ambulance detection for smart traffic light applications with fuzzy controller

Real time vehicle counting in complex scene for traffic flow estimation using...
Real time vehicle counting in complex scene for traffic flow estimation using...Real time vehicle counting in complex scene for traffic flow estimation using...
Real time vehicle counting in complex scene for traffic flow estimation using...Conference Papers
 
Integrated tripartite modules for intelligent traffic light system
Integrated tripartite modules for intelligent traffic light systemIntegrated tripartite modules for intelligent traffic light system
Integrated tripartite modules for intelligent traffic light systemIJECEIAES
 
Sound Sensor Based Emergency Vehicle Preemption System using Microcontrolled ...
Sound Sensor Based Emergency Vehicle Preemption System using Microcontrolled ...Sound Sensor Based Emergency Vehicle Preemption System using Microcontrolled ...
Sound Sensor Based Emergency Vehicle Preemption System using Microcontrolled ...Associate Professor in VSB Coimbatore
 
A hierarchical RCNN for vehicle and vehicle license plate detection and recog...
A hierarchical RCNN for vehicle and vehicle license plate detection and recog...A hierarchical RCNN for vehicle and vehicle license plate detection and recog...
A hierarchical RCNN for vehicle and vehicle license plate detection and recog...IJECEIAES
 
Residual balanced attention network for real-time traffic scene semantic segm...
Residual balanced attention network for real-time traffic scene semantic segm...Residual balanced attention network for real-time traffic scene semantic segm...
Residual balanced attention network for real-time traffic scene semantic segm...IJECEIAES
 
An ecn approach to congestion control mechanisms in mobile ad hoc networks
An ecn approach to congestion control mechanisms in mobile ad hoc networksAn ecn approach to congestion control mechanisms in mobile ad hoc networks
An ecn approach to congestion control mechanisms in mobile ad hoc networksAlexander Decker
 
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...IRJET Journal
 
A novel k-means powered algorithm for an efficient clustering in vehicular ad...
A novel k-means powered algorithm for an efficient clustering in vehicular ad...A novel k-means powered algorithm for an efficient clustering in vehicular ad...
A novel k-means powered algorithm for an efficient clustering in vehicular ad...IJECEIAES
 
Stereo matching algorithm using census transform and segment tree for depth e...
Stereo matching algorithm using census transform and segment tree for depth e...Stereo matching algorithm using census transform and segment tree for depth e...
Stereo matching algorithm using census transform and segment tree for depth e...TELKOMNIKA JOURNAL
 
Applying Computer Vision to Traffic Monitoring System in Vietnam
Applying Computer Vision to Traffic Monitoring System in Vietnam Applying Computer Vision to Traffic Monitoring System in Vietnam
Applying Computer Vision to Traffic Monitoring System in Vietnam Lê Anh
 
Real-time traffic sign detection and recognition using Raspberry Pi
Real-time traffic sign detection and recognition using Raspberry Pi Real-time traffic sign detection and recognition using Raspberry Pi
Real-time traffic sign detection and recognition using Raspberry Pi IJECEIAES
 
Object gripping algorithm for robotic assistance by means of deep leaning
Object gripping algorithm for robotic assistance by means of deep leaning Object gripping algorithm for robotic assistance by means of deep leaning
Object gripping algorithm for robotic assistance by means of deep leaning IJECEIAES
 
Adaptive traffic lights based on traffic flow prediction using machine learni...
Adaptive traffic lights based on traffic flow prediction using machine learni...Adaptive traffic lights based on traffic flow prediction using machine learni...
Adaptive traffic lights based on traffic flow prediction using machine learni...IJECEIAES
 
Congestion control & collision avoidance algorithm in intelligent transportation
Congestion control & collision avoidance algorithm in intelligent transportationCongestion control & collision avoidance algorithm in intelligent transportation
Congestion control & collision avoidance algorithm in intelligent transportationIAEME Publication
 
Real time vehicle counting in complex scene for traffic flow estimation using...
Real time vehicle counting in complex scene for traffic flow estimation using...Real time vehicle counting in complex scene for traffic flow estimation using...
Real time vehicle counting in complex scene for traffic flow estimation using...Journal Papers
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
POWER LINE COMMUNICATION FOR VEHICLE
POWER LINE COMMUNICATION FOR VEHICLEPOWER LINE COMMUNICATION FOR VEHICLE
POWER LINE COMMUNICATION FOR VEHICLEIRJET Journal
 
Malaysian car plate localization using region-based convolutional neural network
Malaysian car plate localization using region-based convolutional neural networkMalaysian car plate localization using region-based convolutional neural network
Malaysian car plate localization using region-based convolutional neural networkjournalBEEI
 
Evolutionary reinforcement learning multi-agents system for intelligent traf...
Evolutionary reinforcement learning multi-agents system for  intelligent traf...Evolutionary reinforcement learning multi-agents system for  intelligent traf...
Evolutionary reinforcement learning multi-agents system for intelligent traf...IJECEIAES
 
An enhanced method for human life rescue system
An enhanced method for human life rescue systemAn enhanced method for human life rescue system
An enhanced method for human life rescue systemeSAT Journals
 

Similar to Ambulance detection for smart traffic light applications with fuzzy controller (20)

Real time vehicle counting in complex scene for traffic flow estimation using...
Real time vehicle counting in complex scene for traffic flow estimation using...Real time vehicle counting in complex scene for traffic flow estimation using...
Real time vehicle counting in complex scene for traffic flow estimation using...
 
Integrated tripartite modules for intelligent traffic light system
Integrated tripartite modules for intelligent traffic light systemIntegrated tripartite modules for intelligent traffic light system
Integrated tripartite modules for intelligent traffic light system
 
Sound Sensor Based Emergency Vehicle Preemption System using Microcontrolled ...
Sound Sensor Based Emergency Vehicle Preemption System using Microcontrolled ...Sound Sensor Based Emergency Vehicle Preemption System using Microcontrolled ...
Sound Sensor Based Emergency Vehicle Preemption System using Microcontrolled ...
 
A hierarchical RCNN for vehicle and vehicle license plate detection and recog...
A hierarchical RCNN for vehicle and vehicle license plate detection and recog...A hierarchical RCNN for vehicle and vehicle license plate detection and recog...
A hierarchical RCNN for vehicle and vehicle license plate detection and recog...
 
Residual balanced attention network for real-time traffic scene semantic segm...
Residual balanced attention network for real-time traffic scene semantic segm...Residual balanced attention network for real-time traffic scene semantic segm...
Residual balanced attention network for real-time traffic scene semantic segm...
 
An ecn approach to congestion control mechanisms in mobile ad hoc networks
An ecn approach to congestion control mechanisms in mobile ad hoc networksAn ecn approach to congestion control mechanisms in mobile ad hoc networks
An ecn approach to congestion control mechanisms in mobile ad hoc networks
 
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
 
A novel k-means powered algorithm for an efficient clustering in vehicular ad...
A novel k-means powered algorithm for an efficient clustering in vehicular ad...A novel k-means powered algorithm for an efficient clustering in vehicular ad...
A novel k-means powered algorithm for an efficient clustering in vehicular ad...
 
Stereo matching algorithm using census transform and segment tree for depth e...
Stereo matching algorithm using census transform and segment tree for depth e...Stereo matching algorithm using census transform and segment tree for depth e...
Stereo matching algorithm using census transform and segment tree for depth e...
 
Applying Computer Vision to Traffic Monitoring System in Vietnam
Applying Computer Vision to Traffic Monitoring System in Vietnam Applying Computer Vision to Traffic Monitoring System in Vietnam
Applying Computer Vision to Traffic Monitoring System in Vietnam
 
Real-time traffic sign detection and recognition using Raspberry Pi
Real-time traffic sign detection and recognition using Raspberry Pi Real-time traffic sign detection and recognition using Raspberry Pi
Real-time traffic sign detection and recognition using Raspberry Pi
 
Object gripping algorithm for robotic assistance by means of deep leaning
Object gripping algorithm for robotic assistance by means of deep leaning Object gripping algorithm for robotic assistance by means of deep leaning
Object gripping algorithm for robotic assistance by means of deep leaning
 
Adaptive traffic lights based on traffic flow prediction using machine learni...
Adaptive traffic lights based on traffic flow prediction using machine learni...Adaptive traffic lights based on traffic flow prediction using machine learni...
Adaptive traffic lights based on traffic flow prediction using machine learni...
 
Congestion control & collision avoidance algorithm in intelligent transportation
Congestion control & collision avoidance algorithm in intelligent transportationCongestion control & collision avoidance algorithm in intelligent transportation
Congestion control & collision avoidance algorithm in intelligent transportation
 
Real time vehicle counting in complex scene for traffic flow estimation using...
Real time vehicle counting in complex scene for traffic flow estimation using...Real time vehicle counting in complex scene for traffic flow estimation using...
Real time vehicle counting in complex scene for traffic flow estimation using...
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
POWER LINE COMMUNICATION FOR VEHICLE
POWER LINE COMMUNICATION FOR VEHICLEPOWER LINE COMMUNICATION FOR VEHICLE
POWER LINE COMMUNICATION FOR VEHICLE
 
Malaysian car plate localization using region-based convolutional neural network
Malaysian car plate localization using region-based convolutional neural networkMalaysian car plate localization using region-based convolutional neural network
Malaysian car plate localization using region-based convolutional neural network
 
Evolutionary reinforcement learning multi-agents system for intelligent traf...
Evolutionary reinforcement learning multi-agents system for  intelligent traf...Evolutionary reinforcement learning multi-agents system for  intelligent traf...
Evolutionary reinforcement learning multi-agents system for intelligent traf...
 
An enhanced method for human life rescue system
An enhanced method for human life rescue systemAn enhanced method for human life rescue system
An enhanced method for human life rescue system
 

More from IJECEIAES

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...IJECEIAES
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionIJECEIAES
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...IJECEIAES
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...IJECEIAES
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningIJECEIAES
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...IJECEIAES
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...IJECEIAES
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...IJECEIAES
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...IJECEIAES
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyIJECEIAES
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationIJECEIAES
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceIJECEIAES
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...IJECEIAES
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...IJECEIAES
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...IJECEIAES
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...IJECEIAES
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...IJECEIAES
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...IJECEIAES
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...IJECEIAES
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...IJECEIAES
 

More from IJECEIAES (20)

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regression
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learning
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancy
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimization
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performance
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
 

Recently uploaded

MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 

Recently uploaded (20)

MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 

Ambulance detection for smart traffic light applications with fuzzy controller

  • 1. International Journal of Electrical and Computer Engineering (IJECE) Vol. 12, No. 5, October 2022, pp. 4876~4882 ISSN: 2088-8708, DOI: 10.11591/ijece.v12i5.pp4876-4882  4876 Journal homepage: http://ijece.iaescore.com Ambulance detection for smart traffic light applications with fuzzy controller Robinson Jiménez-Moreno1 , Javier Eduardo Martínez Baquero2 , Luis Alfredo Rodriguez Umaña2 1 Department of Mechatronic Engineering, Faculty of Engineering Universidad Militar Nueva Granada, Bogota, Colombia 2 Engineering School, Faculty of Basic Sciences and Engineering, Universidad de los Llanos, Villavicencio, Colombia Article Info ABSTRACT Article history: Received Dec 26, 2021 Revised Apr 20, 2022 Accepted May 15, 2022 In the development of intelligent cities, the automation of vehicular mobility is one of the strong points of research, where intelligent traffic lights stand out. It is essential in this field to prioritize emergency vehicles that can help save lives, where every second counts in favor of the transfer of a patient or injured person. This paper presents an artificial intelligence algorithm based on two stages, one is the recognition of emergency vehicles through a ResNet-50 and the other is a fuzzy inference system for timing control of a traffic light, both lead to an intelligent traffic light. An application of traffic light vehicular flow control for automatic preemption when detecting emergency vehicles, specifically ambulances, is oriented. The training parameters of the network, which achieves 100% accuracy with confidence levels between 65% with vehicle occlusion and 99% in direct view, are presented. The traffic light cycles are able to extend the green time of the traffic light with almost 50% in favor of the road that must yield the priority, in relation to not using the fuzzy inference system. Keywords: Convolutional network Fuzzy system ResNet 50 Smart traffic light This is an open access article under the CC BY-SA license. Corresponding Author: Robinson Jiménez-Moreno Mechatronics Engineering Program, Faculty of Engineering, Militar Nueva Granada University Carrera 11 # 101-80, Bogotá D.C., Colombia Email: robinson.jimenez@unimilitar.edu.co 1. INTRODUCTION The means of transport are a fundamental part of the daily activity of man. Mainly in urban areas it is wanted to regulate the displacement by means of vehicles through traffic lights, which in spite of their apparent easy operation by time present a focus of investigative interest. From several fronts it is possible to improve the way they operate, for example, in [1] a strategy of traffic light control according to the vehicular flow is sought. In [2] a development towards wireless connectivity for traffic light control is presented. However, the development of intelligent systems for traffic light control presents a wide field of development, for example, based on the number of vehicles on the road [3], the action that may require image processing algorithms for this identification [4], [5], among other similar [6]–[9]. One of them is a study [10], which presents an intelligent traffic light system for emergency vehicles, using strategies for route identification and traffic light status change, mainly using the message queuing telemetry transport (MQTT) protocol. Fuzzy systems have been used as a lighting control strategy [11], so they fit very well in traffic light control schemes, for example, for a large number of intersections [12], seeking to maximize the duration time of the green light [13], among others [14]–[18]. Some of these cases have been strengthened with the integration of fuzzy systems to neural networks [19], where nowadays one of the main neural architectures in pattern recognition are convolutional networks [20]. Among the applications of convolutional neural
  • 2. Int J Elec & Comp Eng ISSN: 2088-8708  Ambulance detection for smart traffic light applications with fuzzy controller (Robinson Jiménez-Moreno) 4877 networks (CNN), vehicle detection [21] stands out, mainly by means of faster region-based convolutional neural network (R-CNN) architectures [22], [23], based on regions (R), which allow locating the location of the vehicle in the image, facilitating, among others, the counting of vehicles. In [24], the detection of emergency vehicles by means of faster R-CNN networks and residual architectures based on regions (ResNet) is presented, showing the best performance in the latter case. Based on the presented in the state of the art, an algorithm is built for the detection of ambulances through ResNet and integrated to a fuzzy inference system. The algorithm allows the development of an intelligent traffic light model for priority of emergency vehicles, based on ambulance detection. The target is achieving a compensation of the priority of the road against the mobility of the emergency vehicle in order to evaluate when the other road really must yield the priority of vehicular passage. The article is structured in four sections, the present introduction that refers to the state of the art. The second section that exposes the methods and materials in two subsections, the training of the network and the fuzzy system. The third section presents the results and their analysis and finally the fourth section presents the conclusions reached. 2. RESEARCH METHOD The application of automatic control of an intelligent traffic light requires it to be able to interact with the environment according to the characteristics of vehicular flow. Given that it seeks to prioritize the passage of vehicles to ambulances, the automatic identification of these is essential, for this a deep learning network based on region proposal network (RPN) as the faster R-CNN, but using a ResNet-50 architecture [25], [26] is trained through transfer learning. This allows to identify and localize the ambulance within the scene. To control the time duration of each traffic light state, when an ambulance is detected, a fuzzy inference algorithm is used, which, as stated in the state of the art in the introduction, is one of the traffic control algorithms that stands out for its efficiency and versatility [27], [28]. Both parts of the algorithm are presented below. 2.1. Ambulance detection For training, a database of 100 ambulance images is used. A data augmentation process is applied to the database by means of reflection operations on the vertical axis and translation, obtaining 300 images in total. A distribution of 80% of the images are used for training the network and the remaining 20% for validation. Figure 1 shows a sample of the database used. The training of the network was performed at a learning rate of 0.001, for 30 epochs and 250 iterations. This process takes about 16:59 minutes on a 2.80 GHz Intel Core i7 computer with NVIDA Gforce GTX 1050 8 GB GPU. Figure 2 illustrates on the left the training process where for the 220th iteration already reaches 100% accuracy, on the right is the ratio of accuracy versus recall obtained. Figure 3 shows the result of learning the network for ambulance detection. Figure 3 on the left shows a case of high vehicle flow with partial occlusion of the ambulance, which reduces the confidence level of the detection to 0.69. To avoid confusion with normal vehicles, the results of the network are thresholded at a confidence level greater than or equal to 0.6. For the cases where the ambulance is captured complete as seen in Figure 3 center and right, it is observed that the confidence level is quite high, overall, for these cases is greater than 95%. Figure 1. Sample ambulance database
  • 3.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 12, No. 5, October 2022: 4876-4882 4878 Figure 2. Result of the network training process Figure 3. Ambulance detection using faster R-CNN 2.2. Traffic light control The timing control for the light change of the proposed intelligent traffic light is performed by means of a fuzzy system. The fuzzy algorithm is the best option given the nonlinearity of the system, since it cannot predict when an ambulance will appear or under what traffic conditions. Which makes it difficult to establish an associated mathematical model [29], [30]. Depending on the detection of the ambulance it is required to act on the times of the traffic light states. The basis of the proposed fuzzy algorithm focuses on the bounding box of the detection through the network. Since this is greater when the ambulance is closer, as it approaches the traffic light there is a variation in the size of the bounding box which in turn refers to how fast it manages to move. For this, a fuzzy system is established that takes as input the anchor box and how fast its size varies (reason of change or derivative). Given that the size of the images is 224x224x3, we have that due to the position of the camera in front of the panorama of the road, the maximum space it could occupy when the ambulance is very close is 50% of the image, i.e. 112 pixels. The detection by the network implies a
  • 4. Int J Elec & Comp Eng ISSN: 2088-8708  Ambulance detection for smart traffic light applications with fuzzy controller (Robinson Jiménez-Moreno) 4879 minimum size for recognition that is validated in 37x37 pixels of the image, where the rate of change is set to a range of 75 pixels. These values give rise to the speech universes of the two fuzzy conjuncts to be used, anchorB and DanchorB, alluding to their derivative, as shown in Figure 4. Figure 5 illustrates the output membership function. The universe of discourse ranges from 0 to 100% of the time the ambulance is detected by the network. During this time the predominant color should clearly be green, unless the ambulance is far away and moving slowly. In general, the rule base with the described behavior is presented in Table 1. Similarly, Figure 6 shows the graph of the fuzzy system behavior, it is evident the predominance of the green state if the flow of the ambulance is constant. In this case, the defuzzification establishes the green state in output values from 35 onwards. Figure 4. Input membership functions Figure 5. Output membership functions Table 1. Base of rules Anchor Small Medium Big Danchor red green green red green green yellow green green Figure 6. Graphical response of the fuzzy system
  • 5.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 12, No. 5, October 2022: 4876-4882 4880 The rule base is constructed, in a general way, when the ambulance is detected. The selection of the green light should be prioritized, but given that vehicles must respond to the siren to give way, a consideration is presented against this premise, which can improve the response for the general circulation. If the vehicular flow is dense and the ambulance is close or at a medium distance the traffic light should remain on green longer, if the vehicular flow is dense and the ambulance is detected at a far distance, the time while the vehicles give way for the ambulance to pass between them can be used by giving way to the perpendicular roads, keeping the traffic light on red, case illustrated in Figure 3 in the left and central images. Figure 7 illustrates the final scheme used in the evaluation of the intelligent traffic light model developed. The input corresponds to the video capture of the camera associated to the traffic light. This enters the ResNet classifier, whose output is taken by the fuzzy inference system and according to the defuzzification associated to Figure 5, will activate each light of the traffic light. Figure 7. Graphical response of the fuzzy system 3. RESULTS AND DISCUSSION By means of simulations carried out in the laboratory, using videos of common traffic at 30 fps and a prototype of academic traffic light by software. The performance of the exposed algorithms was evaluated, obtaining the results shown in Table 2. Taking into account that a conventional cycle goes up to 120 seconds. Within the representative cases we have the green status at the end of the cycle where the ambulance is detected and this extends until it is not detected. The red state where with low or medium flow changes to yellow and then to green to give priority passage. The red state that with high flow and remote detection keeps the traffic light state under the normal cycle. It was evidenced that the non-detection of the ambulance through the network generates conflicts with the traffic light times when the fuzzy inference system starts to work. That is to say, when entering the ambulance to scene, the time is governed by the algorithm of fuzzy inference, but it returns a regular cycle of semaphore, when detecting the ambulance, a tracking of this is generated until it surpasses the traffic light or it is lost in the recognition. For the second case, which was presented by occlusion of almost 50% of the ambulance within its route to the traffic light, restarting the conventional cycle and altering the priority. This problem was solved by generating a time window within the fuzzy inference algorithm. This window validated the loss of the ambulance in 10 fps. If it was not detected in that time it returned to the normal cycle. The fuzzy inference algorithm gives a margin of greater autonomy and control over the traffic light states. Although a direct scheme against the fuzzy may seem efficient and simpler, it last can improve the results. A test of this case in the detection with a flow with high density, yielded an advantage of the algorithm of almost 50% cycle in favor of the path that must yield the priority. For the other cases no major difference is evident. Compared to the results reported in the state of the art with similar works, it is found that by means of the training parameters of the ResNet exposed in section 2, 94% of true positives are obtained compared to 74% of those reported in [24]. One reason for this is found in the database used in the training, for our case the images come from the detection from the point of view of the traffic light, where the ambulance is in front approaching it, while in [24] side views of the ambulance are also included, which in general helps the dispersion of the learning of the network, reducing its accuracy.
  • 6. Int J Elec & Comp Eng ISSN: 2088-8708  Ambulance detection for smart traffic light applications with fuzzy controller (Robinson Jiménez-Moreno) 4881 Table 2. Response times Traffic Time average in green (seconds) Soft 85.6 Medium 116.7 High 141.2 4. CONCLUSION The training of the network was iterative, where the best combination of network features was exposed. The ResNet being a robust architecture takes time to converge in the training, an excessive number of epochs and a smaller learning rate significantly increase this time almost four times the exposed. Where it was concluded that it is more efficient to make test trainings with not so small learning rats and few epochs and to be increasing until achieving an efficient result. Given the fast convergence of the fuzzy inference system and the low computational cost involved, it was concluded that it is beneficial for an intelligent traffic light to use the fuzzy inference system to level the duration of cycles in both directions of vehicular flow of perpendicular roads. The integration of deep learning techniques and fuzzy systems in intelligent traffic light applications allows us to conclude that the automation of roads with emergency vehicle priority is feasible without the direct intervention of human control. ACKNOWLEDGEMENTS The authors are grateful to Universidad Militar Nueva Granada and Universidad de los Llanos for the funding of this project. REFERENCES [1] M. L. Suarez et al., “Dynamic allocation of traffic light plans as a traffic reduction strategy,” in MOVICI-MOYCOT 2018: Joint Conference for Urban Mobility in the Smart City, 2018, pp. 1–7, doi: 10.1049/ic.2018.0012. [2] L. F. P. Oliveira, P. D. G. Luz, and L. T. Manera, “Development of a wireless traffic light controller system, with real-time traffic monitoring and green wave coordination applied to smart cities,” in 2020 IEEE Congreso Bienal de Argentina (ARGENCON), Dec. 2020, p. 1, doi: 10.1109/ARGENCON49523.2020.9505576. [3] N. Diaz, J. Guerra, and J. Nicola, “Smart traffic light control system,” in 2018 IEEE Third Ecuador Technical Chapters Meeting (ETCM), Oct. 2018, pp. 1–4, doi: 10.1109/ETCM.2018.8580282. [4] Khushi, “Smart control of traffic light system using image processing,” in 2017 International Conference on Current Trends in Computer, Electrical, Electronics and Communication (CTCEEC), Sep. 2017, pp. 99–103, doi: 10.1109/CTCEEC.2017.8454966. [5] M. Razavi, M. Hamidkhani, and R. Sadeghi, “Smart traffic light scheduling in smart city using image and video processing,” in 3rd International Conference on Internet of Things and Applications (IoT), 2019, pp. 1–4, doi: 10.1109/IICITA.2019.8808836. [6] A. Firdous, Indu, and V. Niranjan, “Smart density based traffic light system,” in 2020 8th International Conference on Reliability, Infocom Technologies and Optimization (Trends and Future Directions) (ICRITO), Jun. 2020, pp. 497–500, doi: 10.1109/ICRITO48877.2020.9197940. [7] I. Kuzminvkh, “Development of traffic light control algorithm in smart municipal network,” in 2016 13th International Conference on Modern Problems of Radio Engineering, Telecommunications and Computer Science (TCSET), Feb. 2016, pp. 896–898, doi: 10.1109/TCSET.2016.7452218. [8] L. F. P. de Oliveira, L. T. Manera, and P. D. G. Da Luz, “Development of a smart traffic light control system with real-time monitoring,” IEEE Internet of Things Journal, vol. 8, no. 5, pp. 3384–3393, Mar. 2021, doi: 10.1109/JIOT.2020.3022392. [9] J. D. Olaya-Quinones and J. C. Perafan-Villota, “A smart algorithm for traffic lights intersections control in developing countries,” in 2021 IEEE Colombian Conference on Applications of Computational Intelligence (ColCACI), May 2021, pp. 1–6, doi: 10.1109/ColCACI52978.2021.9469581. [10] K. M. Almuraykhi and M. Akhlaq, “STLS: Smart traffic lights system for emergency response vehicles,” in 2019 International Conference on Computer and Information Sciences (ICCIS), Apr. 2019, pp. 1–6, doi: 10.1109/ICCISci.2019.8716429. [11] Y. Xiaogang, W. Wang, and L. Fenna, “Design and simulation of intelligent dimmer based on fuzzy PID,” in 2020 International Conference on Intelligent Design (ICID), Dec. 2020, pp. 86–89, doi: 10.1109/ICID52250.2020.00025. [12] R. Hoyer and U. Jumar, “Fuzzy control of traffic lights,” in Proceedings of 1994 IEEE 3rd International Fuzzy Systems Conference, pp. 1526–1531, doi: 10.1109/FUZZY.1994.343921. [13] M. F. Adak and M. Balta, “Fuzzy Logic-based adaptive traffic light control of an intersection: A case study,” in 2021 5th International Symposium on Multidisciplinary Studies and Innovative Technologies (ISMSIT), Oct. 2021, pp. 394–398, doi: 10.1109/ISMSIT52890.2021.9604556. [14] I. Tunc, A. O. Koroglu, A. E. Edem, S. N. Akmese, O. Elmas, and M. T. Soylemez, “Traffic light control for multi intersection model in Istanbul/altunizade,” in 2021 29th Mediterranean Conference on Control and Automation (MED), Jun. 2021, pp. 548–553, doi: 10.1109/MED51440.2021.9480194. [15] A. A. R. Aditya, F. Ni’mah, H. Mahmudah, O. Puspitorini, N. A. Siswandari, and A. Wijayanti, “Detection brake condition of vehicle using fuzzy logic in visible light communication,” in 2020 6th International Conference on Science in Information Technology (ICSITech), Oct. 2020, pp. 127–132, doi: 10.1109/ICSITech49800.2020.9392048. [16] A. M. H. Yusuf and R. Yusuf, “Adaptive traffic light controller simulation for traffic management,” in 2020 6th International Conference on Interactive Digital Media (ICIDM), Dec. 2020, pp. 1–5, doi: 10.1109/ICIDM51048.2020.9339649. [17] S. Khaled, O. M. Shehata, and E. I. Morgan, “Decentralised intersection control for autonomous vehicles using fuzzy logic control,” in 2020 8th International Conference on Control, Mechatronics and Automation (ICCMA), Nov. 2020, pp. 162–166, doi: 10.1109/ICCMA51325.2020.9301522. [18] Y.-S. Hong, H. Jin, and C.-K. Park, “New electrosensitive traffic light using fuzzy neural network,” IEEE Transactions on Fuzzy
  • 7.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 12, No. 5, October 2022: 4876-4882 4882 Systems, vol. 7, no. 6, pp. 759–767, 1999, doi: 10.1109/91.811247. [19] N. Kumar, S. S. Rahman, and N. Dhakad, “Fuzzy inference enabled deep reinforcement learning-based traffic light control for intelligent transportation system,” IEEE Transactions on Intelligent Transportation Systems, vol. 22, no. 8, pp. 4919–4928, Aug. 2021, doi: 10.1109/TITS.2020.2984033. [20] Y. LeCun and Y. Bengio, “Convolutional networks for images, speech, and time series,” in The handbook of brain theory and neural networks, 1995. [21] F. Zhu, Y. Lu, N. Ying, and G. Giakos, “Fast vehicle detection based on evolving convolutional neural network,” in 2017 IEEE International Conference on Imaging Systems and Techniques (IST), Oct. 2017, pp. 1–4, doi: 10.1109/IST.2017.8261505. [22] M. Manana, C. Tu, and P. A. Owolawi, “Preprocessed faster RCNN for vehicle detection,” in 2018 International Conference on Intelligent and Innovative Computing Applications (ICONIC), Dec. 2018, pp. 1–4, doi: 10.1109/ICONIC.2018.8601243. [23] K. S. Htet and M. M. Sein, “Event analysis for vehicle classification using fast RCNN,” in 2020 IEEE 9th Global Conference on Consumer Electronics (GCCE), Oct. 2020, pp. 403–404, doi: 10.1109/GCCE50665.2020.9291978. [24] S. Kaushik, A. Raman, and K. V. S. Rajeswara Rao, “Leveraging computer vision for emergency vehicle detection- implementation and analysis,” in 2020 11th International Conference on Computing, Communication and Networking Technologies (ICCCNT), Jul. 2020, pp. 1–6, doi: 10.1109/ICCCNT49239.2020.9225331. [25] K. He, X. Zhang, S. Ren, and J. Sun, “Deep residual learning for image recognition,” arxiv.org/abs/1512.03385, pp. 1–9, Dec. 2015. [26] C. Suman, S. Saha, A. Gupta, S. K. Pandey, and P. Bhattacharyya, “A multi-modal personality prediction system,” Knowledge- Based Systems, vol. 236, Jan. 2022, doi: 10.1016/j.knosys.2021.107715. [27] C. Jiang and G. Ren, “Regional flow control in peak travel period based on fuzzy algorithm,” Future Generation Computer Systems, vol. 126, pp. 279–283, Jan. 2022, doi: 10.1016/j.future.2021.08.016. [28] F. Abbasi, M. Zarei, and A. M. Rahmani, “FWDP: A fuzzy logic-based vehicle weighting model for data prioritization in vehicular ad hoc networks,” Vehicular Communications, vol. 33, Jan. 2022, doi: 10.1016/j.vehcom.2021.100413. [29] A. N. Kasruddin Nasir, M. A. Ahmad, and M. O. Tokhi, “Hybrid spiral-bacterial foraging algorithm for a fuzzy control design of a flexible manipulator,” Journal of Low Frequency Noise, Vibration and Active Control, vol. 41, no. 1, pp. 340–358, Mar. 2022, doi: 10.1177/14613484211035646. [30] N. Jain and A. R. Singh, “Sustainable supplier selection under must-be criteria through Fuzzy inference system,” Journal of Cleaner Production, vol. 248, Mar. 2020, doi: 10.1016/j.jclepro.2019.119275. BIOGRAPHIES OF AUTHORS Robinson Jiménez-Moreno is an Electronic Engineer graduated from Universidad Distrital Francisco José de Caldas in 2002. He received a M.Sc. in Engineering from Universidad Nacional de Colombia in 2012 and Ph.D in Engineering at Universidad Distrital Francisco José de Caldas in 2018. His current working as assistant professor of Universidad Militar Nueva Granada and research focuses on the use of convolutional neural networks for object recognition and image processing for robotic applications such as human- machine interaction. He can be contacted at email: robinson.jimenez@unimilitar.edu.co. Javier Eduardo Martinez Baquero is an Electronic Engineer graduated from Universidad de los Llanos in 2002. Posgraduated in Electronic Instrumentation from Universidad Santo Tomas in 2004, posgraduated in Instrumentation and Industrial Control at Universidad de los Llanos in 2020 and M.Sc. in Educative Technology at Universidad Autonoma de Bucaramanga in 2013. His current working as associated professor of Universidad de los Llanos and research focuses on instrumentation, automation and control. He can be contacted at email: jmartinez@unillanos.edu.co. Luis Alfredo Rodriguez Umaña is an Electronic Engineer graduated from Universidad de los Llanos in 2002. Posgraduated in Automatic and Industrial Computing from Universidad Autonoma de Colombia in 2006 and Msc. in Information Technology Management at Universidad Cooperativa de Colombia in 2022. His current working as assistant professor of Universidad de los Llanos and research focuses on Automation and Control. He can be contacted at email: lrodriguez@unillanos.edu.co.