SlideShare una empresa de Scribd logo
1 de 4
Descargar para leer sin conexión
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3998
A Survey of approaches for vehicle traffic analysis
Rajesh Babu C1, Anirudh. G2, Naveen Venkatesh K3
1Assitant Professor, Dept of Computer Science, SRM Institute of Science and Technology, Kattankulatur,
Tamil Nadu, India
2,3Student, Dept of Computer Science, SRM Institute of Science and Technology, Kattankulatur, Tamil Nadu, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The ever-increasing traffic congestionespecially
in the urban area calls for better traffic surveillance and
analysis sytems to be deployed. Vehicle traffic data
accumulated over a period of time can be used to find traffic
patterns and gain useful insights which can be used for
improving the traffic management. Existing techniques for
traffic analysis include magnet basedloopdetectorsembedded
inside the road, infra-red sensors on the side provide limited
vehicle counting and traffic surveillance. Also, the sensors are
prone to physical damage over a period of time, whichreduces
their functionality and accuracy. Severaltechniquesperforma
reliable job during the daylight conditionsbutfallsshortin the
low light due to illumination change whichdrasticallyreduces
the accuracy. The vision and video based deep learning
techniques use object segmentation and several holistic
approaches to arrive at the objective. Empirical evaluation on
public-scale confirm that these methods can achieve a high
real-time performance and accuracy while providing
insightful data for further analysis. We analyze the most
commonly used algorithms for vehicle traffic analysis
Key Words: Traffic analysis, Convolutional neural
network, deep learning, yolo, video based system
1.INTRODUCTION
The rationale behind this study was to understand the
existing ways that are used to analyze vehicle traffic and to
weigh up the pros and cons of the methods studied.
The existing methods have their own advantages which can
be quite helpful but also has some disadvantages which can
undermine the purpose of theimplementationormayhavea
specific limitation under certain conditions.
While the existing methods may provide good real-time
results, there is a trade-off made between the speed of
determining the results and the accuracy in which the result
is determined.
These trade-offs have significant impact on the overall
performance of the system and cause significant delay or it
provides inaccurate results [1]. Such inefficient systems
when used in high density traffic areas drift off from their
main purpose of installation, whichistomonitorandanalyze
the traffic in real-time in a given area for a period of time.
This is because, in high traffic region, the vehicle density for
a given area is too high for the system to analyze in real-time
and as a result produces inaccurate results.
While, in low traffic areas where the vehicle speed is very
high, such as highways, the movement of vehicles are so fast
for the camera to capture and as a result produces
incomplete results. [2] The proposedsystemaimstoprovide
a balanced working in all kinds of traffic conditions while
minimizing the trade-offs. The major existing systems
include Magnetic Loops, Microwave RADAR, Laser Based
Systems, Infrared Devices, Ultrasonic devices, Anisotropic
Magneto-Resistive (AMR) Magnetic Sensors.
Various image based methods have also been implemented,
some of them include : Using Edge Detection, Blob Tracker
Detection, Background Subtraction, Expectation
Maximization Algorithm. Many of these methods have been
employed in the past and have been successful to an extent
in determining the vehicle traffic density[2].
Magnetic Loops, Microwave RADAR, Laser Based Systems,
Infrared Devices, Ultrasonic devices, Anisotropic Magneto-
Resistive (AMR) Magnetic Sensors are hardware based
methods were the sensors are embedded in the road, which
are susceptible to physical damage.
Edge Detection, Blob Tracker Detection, Background
Subtraction, Expectation Maximization Algorithm are
software based methods which uses the video feed from the
surveillance camera to analyze the vehicle density at any
given point of time
These methods suffered because of various trade-offswhich
made the final result either incomplete or inaccurate.
The convolutional neural networks based system, known as
yolo (you only look once) is considered. In this system, a
neural network is pre-trained to detect vehicles and
pedestrians.
Video produced by a surveillance camera would be fed as an
input to the model [3]. It will then analyzethevideoframe by
frame processing each frame exactly once. The model would
then create bounding boxes to identify the vehicleandcount
the number of vehicles in the frame.
The predicted result of the entire project is to reduce the
time required to obtain the result with minimal loss of
accuracy and speed. We use YOLO, because of its ability to
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3999
detect stationary vehicles and to eliminate the problems
caused by illumination changes.
The main advantage of YOLO is its flexibility inprovidingthe
user with the choice of speed-accuracy trade off which can
be balanced out by arriving at a sweet spot by using trial and
error method.
This achieved by usinga singleconvolutional neural network
that predicts multiple bounding boxes simultaneously and
calculates the class probabilities for those boxes.
These boxes then detect the objects which is used to analyze
the vehicle density in a given area for a given period of time.
2. VEHICLE TRAFFIC ANALYSIS TECHNIQUES
2.1 Edge Detection
An image’s edge is the boundary of the image where occurs
changes in various parameters such as reflection of surface,
changes in illuminationand the distance between the viewer
and the visible surface.
Variations in physical aspects of the image can occur in
various ways including the changes in parameters such as
color, intensity and texture of the image[4].
The edge of an image can contain vast variations. They
provide important visual information as they are caused by
major changes in photometrics, physical or variations in
geometry of the scene object [5].
Physical edges are caused by changes in the surface
reflectance, illumination of light, physical orientation and
depth of the scene.
Fig -1: Edge Detection of a vehicle in the road
The most important aspect of is to detect and count vehicles
in a daylight environment by using real time traffic density
changes by using various differential techniques and using
lane dividing methods to effectively identify and count
vehicles[6]. The result of vehiclecountingsystemcanbeused
to track vehicles in high occlusion areas. Vehicle density at
different illuminations can be found to an extent.
The advantages are that it is one of the simplest and efficient
methods available for day time vehicle density detection.
Noises can be removed, so the image is directly detected and
noises are filtered out without pre-processing. There are no
complex mathematical operations, hence high speed
performance.
The Disadvantages are that there is no mechanism for
shadow removal and handling high occlusion areas. It
produces comparatively poor results. There is chance for
multiple vehicles to be counted as single object in high
occlusion areas
2.2 Background Subtraction
The method of extracting moving foreground objects from a
static background is called as background subtraction.
Any foreground object can be detected by producing
difference of the sequence of background model. The result
from this subtraction can be further used for tracking
specific targets and for vehicle movement detection.
Fig -2: Original and Background subtracted image
Its main use cases involve vehicle detection and monitoring,
recognizing human actions, tracking human computer
interaction, tracking movementofvariousobjectsanddigital
forensics[7].
Advantages include that is algorithm is extremely easy to
implement, ease-of-use and its very fast.
Disadvantages include that theframingaccuracydependson
object tracking speed and frame rate of the video. It also has
relatively very high memory requirements.
The model does not give good results in the following
conditions – if a bi-modal background exists, if there are
many slow moving or static objects in the frame, If the video
frame rate is low but movement of objects are fast and if
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4000
there is abrupt changes lighting condition of the scene from
time to time [8]
2.3 Blob Detection
The blob can be defined as a square either fully or partially
filled and any square that can be reached from the original
square by either horizontal or vertical movements. By
traversing through pixels of the image, a blob can be
detected.
Blob filtering is carried out to filter outthestatic blobswhich
form the background of an image[9].
Two types of blob detection techniques can be used –
(i) differential method whichisbasedonthederivative
function with respect to the image position
(ii) local extrema methods which is based on finding
the local minima and maxima of a function.
Using either one of the two blob detection methods, a blob
list is created to find out which blobs contain only the
vehicles.
Advantages include that it can be used to track multiple
vehicles at the same time inoneiteration.Removesduplicate
vehicles and shadows[10].
Fig -3: Blob tracker implementation
Disadvantages are that the segmentation quality of moving
vehicles is poor in a cluttered environment. Cannot detect
stationary vehicles.
2.4 YOU ONLY LOOK ONCE
YOLO is a convolutional neural network for object
identification and detection. The object detection task is a
two-step process which consists of (i) determining the
object location on the image and (ii) classifying those
objects[1].
The existing methods such as R-CNN used an execution
pipeline to perform this task that involves multiple steps to
complete. Therefore, such an approach very slow to execute
and as a result optimization becomes complicated as each
individual component must be trained separately.
YOLO architecture is similar to that of a fully convolutional
neural network and passes the image (n x n) once through
the FCNN and the output obtained is (m x m) prediction [1].
YOLO employs a single convolutional network that has the
ability to predict multiple number of bounding boxes
simultaneously and then calculate the class probabilities for
each box . The YOLO algorithm can train on full images and
as a result it optimizes the detection performance.
Fig -4: Regions with cnn features
YOLO offers multiple benefits over the existing methods of
object and vehicle detection. Firstly YOLO is very fast .
Secondly YOLO takes the entire image into consideration
while making the predictions. Unlike the existingtechniques
such as sliding window and region proposal, YOLO takes the
full image for training and test and so it passively encodes
context-based information on the classes and their
appearance.
Each and every bounding box is predicted by using features
from the entire image. It can also simultaneously predict the
bounding boxes for all classes. This implies that the neural
network can analyze all of the objects in an image when
using a full image[7].
The YOLO’s design allows to maintain high precision while
enabling real time end-to-end training.
The network divides the input image into an N x N matrix-
grid. If the center of an object comes under a grid cell, that
particular grid cell is responsible fordetectionof thatobject.
Each and every grid cell produces the bounding boxes and
generates the confidence scores for them. These confidence
scores reflects the confidence level of the model as the box
contains an object. The confident score of the cell should be
zero, if no object exists in that cell [5].
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4001
In this model we will be giving a video as the input. The
model works on the video frame by frame and analyseseach
frame exactly once and detects the objects/vehicles present
in that frame. It Takes a count of the number of vehicles and
stores the count.
Fig -5: Working of Yolo
This vehicle count is used to calculate thevehicledensityata
particular place [4].
Since YOLO works in real time, the count produced by the
model can be reliably used to analyze the real time traffic
scenario in that particular area. The tradeoff between speed
and accuracy and be achieved by changing the size of the
model. No re-training of the model is required. Because of
this, cost of re-training iscompletelyremovedwhichthereby
reduces the overall cost of operation of this model.
Advantages of YOLO are that It candetectstationaryvehicles
as well as moving vehicles, It is very fast and accurate and
Works in real-time.
Disadvantage is that that initial training requires high
computational power.
3. CONCLUSION
This paper analyses the major vehicle detection algorithms.
As discussed in the paper, each algorithms have their pros
and cons. We have studied the above mentioned algorithms
in detail and can conclude that the yolo algorithm offer
major benefits over the rest of the algorithms.
REFERENCES
[1] J. Redmon, S. Divvala, R. Girshick, A. Farhadi, You only
look once: Unified, real-time object detection, in:
Proceedings of the IEEE Conferenceon Computer Vision
and Pattern Recognition, 2016, pp. 779–788
[2] S. Ren, K. He, R. Girshick, and J. Sun. Faster r-cnn:
Towards real-timeobjectdetection withregionproposal
networks. arXiv preprint arXiv:1506.01497, 2015.
[3] C. Ozkurt and F. Camci, “Automatic traffic density
estimation and vehicle classification for traffic
surveillance systems using neural networks,”Math.
Comput. Appl., vol. 14, no. 3, pp. 187–196, Dec. 2009
[4] C. Ozkurt and F. Camci, “Automatic traffic density
estimation and vehicle classification for traffic
surveillance systems using neural networks,”Math.
Comput. Appl., vol. 14, no. 3, pp. 187–196, Dec. 2009
[5] Vehicle counting for traffic management system using
YOLO and correlation filter, Asha C S, A V Naarasimhan,
2018 IEEE Conference
[6] P. Viola and M. J. Jones. Robust real-time face detection.
International journal of computer vision, 57(2):137–
154,2004
[7] M. Sun, Y. Wang, T. Li, J. Lv, J. Wu, Vehicle Counting in
Crowded Scenes with Multichannel
and Multi-task Convolutional Neural Networks, J. Vis.
Commun. Image R
[8] A Computer Vision Based Vehicle Detection and
Counting System, Nilakorn Seenouvong , Ukrit
Watchareeruetai and Chaiwat Nuthong, 2016 IEEE
Conference
[9] B. Hariharan, P. Arbel´aez, R. Girshick, and J. Malik.
Simultaneous detection and segmentation.InComputer
Vision–ECCV 2014, pages 297–312. Springer, 2014
[10] An obstacle avoidance algorithm with spatial and
temporal constraints for visually impaired, Amutha,
B., Nanmaran, K, International journal of apllied
research engineering, 2015

Más contenido relacionado

La actualidad más candente

Review on moving vehicle detection in aerial surveillance
Review on moving vehicle detection in aerial surveillanceReview on moving vehicle detection in aerial surveillance
Review on moving vehicle detection in aerial surveillanceeSAT Publishing House
 
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion Technique
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion TechniqueIRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion Technique
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion TechniqueIRJET Journal
 
Identification and classification of moving vehicles on road
Identification and classification of moving vehicles on roadIdentification and classification of moving vehicles on road
Identification and classification of moving vehicles on roadAlexander Decker
 
IRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLABIRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLABIRJET Journal
 
P ERFORMANCE M EASUREMENTS OF F EATURE T RACKING AND H ISTOGRAM BASED T ...
P ERFORMANCE  M EASUREMENTS OF  F EATURE  T RACKING AND  H ISTOGRAM BASED  T ...P ERFORMANCE  M EASUREMENTS OF  F EATURE  T RACKING AND  H ISTOGRAM BASED  T ...
P ERFORMANCE M EASUREMENTS OF F EATURE T RACKING AND H ISTOGRAM BASED T ...ijcsit
 
Ijarcet vol-2-issue-4-1309-1313
Ijarcet vol-2-issue-4-1309-1313Ijarcet vol-2-issue-4-1309-1313
Ijarcet vol-2-issue-4-1309-1313Editor IJARCET
 
IRJET- Traffic Sign and Drowsiness Detection using Open-CV
IRJET- Traffic Sign and Drowsiness Detection using Open-CVIRJET- Traffic Sign and Drowsiness Detection using Open-CV
IRJET- Traffic Sign and Drowsiness Detection using Open-CVIRJET Journal
 
A novel character segmentation reconstruction approach for license plate reco...
A novel character segmentation reconstruction approach for license plate reco...A novel character segmentation reconstruction approach for license plate reco...
A novel character segmentation reconstruction approach for license plate reco...Journal Papers
 
IRJET- Density based Traffic Controller with Defaulter Identification using IoT
IRJET- Density based Traffic Controller with Defaulter Identification using IoTIRJET- Density based Traffic Controller with Defaulter Identification using IoT
IRJET- Density based Traffic Controller with Defaulter Identification using IoTIRJET Journal
 
Efficient and secure real-time mobile robots cooperation using visual servoing
Efficient and secure real-time mobile robots cooperation using visual servoing Efficient and secure real-time mobile robots cooperation using visual servoing
Efficient and secure real-time mobile robots cooperation using visual servoing IJECEIAES
 
Final Project Report on Image processing based intelligent traffic control sy...
Final Project Report on Image processing based intelligent traffic control sy...Final Project Report on Image processing based intelligent traffic control sy...
Final Project Report on Image processing based intelligent traffic control sy...Louise Antonio
 
IRJET- Video Forgery Detection using Machine Learning
IRJET-  	  Video Forgery Detection using Machine LearningIRJET-  	  Video Forgery Detection using Machine Learning
IRJET- Video Forgery Detection using Machine LearningIRJET Journal
 
Traffic Light Detection for Red Light Violation System
Traffic Light Detection for Red Light Violation SystemTraffic Light Detection for Red Light Violation System
Traffic Light Detection for Red Light Violation Systemijtsrd
 
Applications of Image Processing and Real-Time embedded Systems in Autonomous...
Applications of Image Processing and Real-Time embedded Systems in Autonomous...Applications of Image Processing and Real-Time embedded Systems in Autonomous...
Applications of Image Processing and Real-Time embedded Systems in Autonomous...CSCJournals
 
Implementation on Quality of Control for Image Based Control Systems using Al...
Implementation on Quality of Control for Image Based Control Systems using Al...Implementation on Quality of Control for Image Based Control Systems using Al...
Implementation on Quality of Control for Image Based Control Systems using Al...YogeshIJTSRD
 
IRJET - Automatic License Plate Detection using Image Processing
IRJET - Automatic License Plate Detection using Image ProcessingIRJET - Automatic License Plate Detection using Image Processing
IRJET - Automatic License Plate Detection using Image ProcessingIRJET Journal
 
Vibration based condition monitoring of rolling element bearing using xg boo...
Vibration based condition monitoring of rolling element bearing using  xg boo...Vibration based condition monitoring of rolling element bearing using  xg boo...
Vibration based condition monitoring of rolling element bearing using xg boo...Conference Papers
 
IRJET- Road Feature Extraction from High Resolution Satellite Images using Ne...
IRJET- Road Feature Extraction from High Resolution Satellite Images using Ne...IRJET- Road Feature Extraction from High Resolution Satellite Images using Ne...
IRJET- Road Feature Extraction from High Resolution Satellite Images using Ne...IRJET Journal
 
74 real time-image-processing-applied-to-traffic-queue-d
74 real time-image-processing-applied-to-traffic-queue-d74 real time-image-processing-applied-to-traffic-queue-d
74 real time-image-processing-applied-to-traffic-queue-dravi247272
 

La actualidad más candente (20)

Review on moving vehicle detection in aerial surveillance
Review on moving vehicle detection in aerial surveillanceReview on moving vehicle detection in aerial surveillance
Review on moving vehicle detection in aerial surveillance
 
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion Technique
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion TechniqueIRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion Technique
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion Technique
 
Identification and classification of moving vehicles on road
Identification and classification of moving vehicles on roadIdentification and classification of moving vehicles on road
Identification and classification of moving vehicles on road
 
IRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLABIRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLAB
 
P ERFORMANCE M EASUREMENTS OF F EATURE T RACKING AND H ISTOGRAM BASED T ...
P ERFORMANCE  M EASUREMENTS OF  F EATURE  T RACKING AND  H ISTOGRAM BASED  T ...P ERFORMANCE  M EASUREMENTS OF  F EATURE  T RACKING AND  H ISTOGRAM BASED  T ...
P ERFORMANCE M EASUREMENTS OF F EATURE T RACKING AND H ISTOGRAM BASED T ...
 
Ijarcet vol-2-issue-4-1309-1313
Ijarcet vol-2-issue-4-1309-1313Ijarcet vol-2-issue-4-1309-1313
Ijarcet vol-2-issue-4-1309-1313
 
IRJET- Traffic Sign and Drowsiness Detection using Open-CV
IRJET- Traffic Sign and Drowsiness Detection using Open-CVIRJET- Traffic Sign and Drowsiness Detection using Open-CV
IRJET- Traffic Sign and Drowsiness Detection using Open-CV
 
A novel character segmentation reconstruction approach for license plate reco...
A novel character segmentation reconstruction approach for license plate reco...A novel character segmentation reconstruction approach for license plate reco...
A novel character segmentation reconstruction approach for license plate reco...
 
IRJET- Density based Traffic Controller with Defaulter Identification using IoT
IRJET- Density based Traffic Controller with Defaulter Identification using IoTIRJET- Density based Traffic Controller with Defaulter Identification using IoT
IRJET- Density based Traffic Controller with Defaulter Identification using IoT
 
Efficient and secure real-time mobile robots cooperation using visual servoing
Efficient and secure real-time mobile robots cooperation using visual servoing Efficient and secure real-time mobile robots cooperation using visual servoing
Efficient and secure real-time mobile robots cooperation using visual servoing
 
Final Project Report on Image processing based intelligent traffic control sy...
Final Project Report on Image processing based intelligent traffic control sy...Final Project Report on Image processing based intelligent traffic control sy...
Final Project Report on Image processing based intelligent traffic control sy...
 
IRJET- Video Forgery Detection using Machine Learning
IRJET-  	  Video Forgery Detection using Machine LearningIRJET-  	  Video Forgery Detection using Machine Learning
IRJET- Video Forgery Detection using Machine Learning
 
Traffic Light Detection for Red Light Violation System
Traffic Light Detection for Red Light Violation SystemTraffic Light Detection for Red Light Violation System
Traffic Light Detection for Red Light Violation System
 
Applications of Image Processing and Real-Time embedded Systems in Autonomous...
Applications of Image Processing and Real-Time embedded Systems in Autonomous...Applications of Image Processing and Real-Time embedded Systems in Autonomous...
Applications of Image Processing and Real-Time embedded Systems in Autonomous...
 
Implementation on Quality of Control for Image Based Control Systems using Al...
Implementation on Quality of Control for Image Based Control Systems using Al...Implementation on Quality of Control for Image Based Control Systems using Al...
Implementation on Quality of Control for Image Based Control Systems using Al...
 
IRJET - Automatic License Plate Detection using Image Processing
IRJET - Automatic License Plate Detection using Image ProcessingIRJET - Automatic License Plate Detection using Image Processing
IRJET - Automatic License Plate Detection using Image Processing
 
Vibration based condition monitoring of rolling element bearing using xg boo...
Vibration based condition monitoring of rolling element bearing using  xg boo...Vibration based condition monitoring of rolling element bearing using  xg boo...
Vibration based condition monitoring of rolling element bearing using xg boo...
 
40120140501008
4012014050100840120140501008
40120140501008
 
IRJET- Road Feature Extraction from High Resolution Satellite Images using Ne...
IRJET- Road Feature Extraction from High Resolution Satellite Images using Ne...IRJET- Road Feature Extraction from High Resolution Satellite Images using Ne...
IRJET- Road Feature Extraction from High Resolution Satellite Images using Ne...
 
74 real time-image-processing-applied-to-traffic-queue-d
74 real time-image-processing-applied-to-traffic-queue-d74 real time-image-processing-applied-to-traffic-queue-d
74 real time-image-processing-applied-to-traffic-queue-d
 

Similar a IRJET- A Survey of Approaches for Vehicle Traffic Analysis

Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...IRJET Journal
 
Obstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemObstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemIRJET Journal
 
POTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHM
POTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHMPOTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHM
POTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHMIRJET Journal
 
Vehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN AlgorithmVehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN AlgorithmIRJET Journal
 
IRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image ProcessingIRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image ProcessingIRJET Journal
 
Vigilance: Vehicle Detector and Tracker
Vigilance: Vehicle Detector and TrackerVigilance: Vehicle Detector and Tracker
Vigilance: Vehicle Detector and TrackerIRJET Journal
 
IRJET- Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...
IRJET-  	  Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...IRJET-  	  Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...
IRJET- Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...IRJET Journal
 
Intelligent Traffic Light Control System
Intelligent Traffic Light Control SystemIntelligent Traffic Light Control System
Intelligent Traffic Light Control SystemIRJET Journal
 
IRJET- Smart Traffic System
IRJET- Smart Traffic SystemIRJET- Smart Traffic System
IRJET- Smart Traffic SystemIRJET Journal
 
Automatic Detection of Unexpected Accidents Monitoring Conditions in Tunnels
Automatic Detection of Unexpected Accidents Monitoring Conditions in TunnelsAutomatic Detection of Unexpected Accidents Monitoring Conditions in Tunnels
Automatic Detection of Unexpected Accidents Monitoring Conditions in TunnelsIRJET Journal
 
Smart Parking Solution using Camera Networks and Real-time Computer Vision
Smart Parking Solution using Camera Networks and Real-time Computer VisionSmart Parking Solution using Camera Networks and Real-time Computer Vision
Smart Parking Solution using Camera Networks and Real-time Computer VisionIRJET Journal
 
IRJET- Traffic Sign Classification and Detection using Deep Learning
IRJET- Traffic Sign Classification and Detection using Deep LearningIRJET- Traffic Sign Classification and Detection using Deep Learning
IRJET- Traffic Sign Classification and Detection using Deep LearningIRJET Journal
 
AUTONOMOUS CAR USING BEAGLEBONE BLACK
AUTONOMOUS CAR USING BEAGLEBONE BLACKAUTONOMOUS CAR USING BEAGLEBONE BLACK
AUTONOMOUS CAR USING BEAGLEBONE BLACKIRJET Journal
 
Vision-Based Motorcycle Crash Detection and Reporting Using Deep Learning
Vision-Based Motorcycle Crash Detection and Reporting Using Deep LearningVision-Based Motorcycle Crash Detection and Reporting Using Deep Learning
Vision-Based Motorcycle Crash Detection and Reporting Using Deep LearningIRJET Journal
 
ROAD POTHOLE DETECTION USING YOLOV4 DARKNET
ROAD POTHOLE DETECTION USING YOLOV4 DARKNETROAD POTHOLE DETECTION USING YOLOV4 DARKNET
ROAD POTHOLE DETECTION USING YOLOV4 DARKNETIRJET Journal
 
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...IRJET Journal
 
IRJET- Estimation of Crowd Count in a Heavily Occulated Regions
IRJET-  	  Estimation of Crowd Count in a Heavily Occulated RegionsIRJET-  	  Estimation of Crowd Count in a Heavily Occulated Regions
IRJET- Estimation of Crowd Count in a Heavily Occulated RegionsIRJET Journal
 
An Experimental Analysis on Self Driving Car Using CNN
An Experimental Analysis on Self Driving Car Using CNNAn Experimental Analysis on Self Driving Car Using CNN
An Experimental Analysis on Self Driving Car Using CNNIRJET Journal
 
Realtime Road Lane Detection
Realtime Road Lane DetectionRealtime Road Lane Detection
Realtime Road Lane DetectionIRJET Journal
 
IRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring SystemIRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring SystemIRJET Journal
 

Similar a IRJET- A Survey of Approaches for Vehicle Traffic Analysis (20)

Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
 
Obstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemObstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance System
 
POTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHM
POTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHMPOTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHM
POTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHM
 
Vehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN AlgorithmVehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN Algorithm
 
IRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image ProcessingIRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image Processing
 
Vigilance: Vehicle Detector and Tracker
Vigilance: Vehicle Detector and TrackerVigilance: Vehicle Detector and Tracker
Vigilance: Vehicle Detector and Tracker
 
IRJET- Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...
IRJET-  	  Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...IRJET-  	  Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...
IRJET- Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...
 
Intelligent Traffic Light Control System
Intelligent Traffic Light Control SystemIntelligent Traffic Light Control System
Intelligent Traffic Light Control System
 
IRJET- Smart Traffic System
IRJET- Smart Traffic SystemIRJET- Smart Traffic System
IRJET- Smart Traffic System
 
Automatic Detection of Unexpected Accidents Monitoring Conditions in Tunnels
Automatic Detection of Unexpected Accidents Monitoring Conditions in TunnelsAutomatic Detection of Unexpected Accidents Monitoring Conditions in Tunnels
Automatic Detection of Unexpected Accidents Monitoring Conditions in Tunnels
 
Smart Parking Solution using Camera Networks and Real-time Computer Vision
Smart Parking Solution using Camera Networks and Real-time Computer VisionSmart Parking Solution using Camera Networks and Real-time Computer Vision
Smart Parking Solution using Camera Networks and Real-time Computer Vision
 
IRJET- Traffic Sign Classification and Detection using Deep Learning
IRJET- Traffic Sign Classification and Detection using Deep LearningIRJET- Traffic Sign Classification and Detection using Deep Learning
IRJET- Traffic Sign Classification and Detection using Deep Learning
 
AUTONOMOUS CAR USING BEAGLEBONE BLACK
AUTONOMOUS CAR USING BEAGLEBONE BLACKAUTONOMOUS CAR USING BEAGLEBONE BLACK
AUTONOMOUS CAR USING BEAGLEBONE BLACK
 
Vision-Based Motorcycle Crash Detection and Reporting Using Deep Learning
Vision-Based Motorcycle Crash Detection and Reporting Using Deep LearningVision-Based Motorcycle Crash Detection and Reporting Using Deep Learning
Vision-Based Motorcycle Crash Detection and Reporting Using Deep Learning
 
ROAD POTHOLE DETECTION USING YOLOV4 DARKNET
ROAD POTHOLE DETECTION USING YOLOV4 DARKNETROAD POTHOLE DETECTION USING YOLOV4 DARKNET
ROAD POTHOLE DETECTION USING YOLOV4 DARKNET
 
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
 
IRJET- Estimation of Crowd Count in a Heavily Occulated Regions
IRJET-  	  Estimation of Crowd Count in a Heavily Occulated RegionsIRJET-  	  Estimation of Crowd Count in a Heavily Occulated Regions
IRJET- Estimation of Crowd Count in a Heavily Occulated Regions
 
An Experimental Analysis on Self Driving Car Using CNN
An Experimental Analysis on Self Driving Car Using CNNAn Experimental Analysis on Self Driving Car Using CNN
An Experimental Analysis on Self Driving Car Using CNN
 
Realtime Road Lane Detection
Realtime Road Lane DetectionRealtime Road Lane Detection
Realtime Road Lane Detection
 
IRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring SystemIRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring System
 

Más de IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

Más de IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Último

Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating SystemRashmi Bhat
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
home automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadhome automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadaditya806802
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm Systemirfanmechengr
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - GuideGOPINATHS437943
 
Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdfCaalaaAbdulkerim
 
Steel Structures - Building technology.pptx
Steel Structures - Building technology.pptxSteel Structures - Building technology.pptx
Steel Structures - Building technology.pptxNikhil Raut
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxRomil Mishra
 
Industrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIESIndustrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIESNarmatha D
 
System Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingSystem Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingBootNeck1
 
Industrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptIndustrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptNarmatha D
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 

Último (20)

🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating System
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
home automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadhome automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasad
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm System
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - Guide
 
Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdf
 
Steel Structures - Building technology.pptx
Steel Structures - Building technology.pptxSteel Structures - Building technology.pptx
Steel Structures - Building technology.pptx
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptx
 
Industrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIESIndustrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIES
 
System Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingSystem Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event Scheduling
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Industrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptIndustrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.ppt
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 

IRJET- A Survey of Approaches for Vehicle Traffic Analysis

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3998 A Survey of approaches for vehicle traffic analysis Rajesh Babu C1, Anirudh. G2, Naveen Venkatesh K3 1Assitant Professor, Dept of Computer Science, SRM Institute of Science and Technology, Kattankulatur, Tamil Nadu, India 2,3Student, Dept of Computer Science, SRM Institute of Science and Technology, Kattankulatur, Tamil Nadu, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The ever-increasing traffic congestionespecially in the urban area calls for better traffic surveillance and analysis sytems to be deployed. Vehicle traffic data accumulated over a period of time can be used to find traffic patterns and gain useful insights which can be used for improving the traffic management. Existing techniques for traffic analysis include magnet basedloopdetectorsembedded inside the road, infra-red sensors on the side provide limited vehicle counting and traffic surveillance. Also, the sensors are prone to physical damage over a period of time, whichreduces their functionality and accuracy. Severaltechniquesperforma reliable job during the daylight conditionsbutfallsshortin the low light due to illumination change whichdrasticallyreduces the accuracy. The vision and video based deep learning techniques use object segmentation and several holistic approaches to arrive at the objective. Empirical evaluation on public-scale confirm that these methods can achieve a high real-time performance and accuracy while providing insightful data for further analysis. We analyze the most commonly used algorithms for vehicle traffic analysis Key Words: Traffic analysis, Convolutional neural network, deep learning, yolo, video based system 1.INTRODUCTION The rationale behind this study was to understand the existing ways that are used to analyze vehicle traffic and to weigh up the pros and cons of the methods studied. The existing methods have their own advantages which can be quite helpful but also has some disadvantages which can undermine the purpose of theimplementationormayhavea specific limitation under certain conditions. While the existing methods may provide good real-time results, there is a trade-off made between the speed of determining the results and the accuracy in which the result is determined. These trade-offs have significant impact on the overall performance of the system and cause significant delay or it provides inaccurate results [1]. Such inefficient systems when used in high density traffic areas drift off from their main purpose of installation, whichistomonitorandanalyze the traffic in real-time in a given area for a period of time. This is because, in high traffic region, the vehicle density for a given area is too high for the system to analyze in real-time and as a result produces inaccurate results. While, in low traffic areas where the vehicle speed is very high, such as highways, the movement of vehicles are so fast for the camera to capture and as a result produces incomplete results. [2] The proposedsystemaimstoprovide a balanced working in all kinds of traffic conditions while minimizing the trade-offs. The major existing systems include Magnetic Loops, Microwave RADAR, Laser Based Systems, Infrared Devices, Ultrasonic devices, Anisotropic Magneto-Resistive (AMR) Magnetic Sensors. Various image based methods have also been implemented, some of them include : Using Edge Detection, Blob Tracker Detection, Background Subtraction, Expectation Maximization Algorithm. Many of these methods have been employed in the past and have been successful to an extent in determining the vehicle traffic density[2]. Magnetic Loops, Microwave RADAR, Laser Based Systems, Infrared Devices, Ultrasonic devices, Anisotropic Magneto- Resistive (AMR) Magnetic Sensors are hardware based methods were the sensors are embedded in the road, which are susceptible to physical damage. Edge Detection, Blob Tracker Detection, Background Subtraction, Expectation Maximization Algorithm are software based methods which uses the video feed from the surveillance camera to analyze the vehicle density at any given point of time These methods suffered because of various trade-offswhich made the final result either incomplete or inaccurate. The convolutional neural networks based system, known as yolo (you only look once) is considered. In this system, a neural network is pre-trained to detect vehicles and pedestrians. Video produced by a surveillance camera would be fed as an input to the model [3]. It will then analyzethevideoframe by frame processing each frame exactly once. The model would then create bounding boxes to identify the vehicleandcount the number of vehicles in the frame. The predicted result of the entire project is to reduce the time required to obtain the result with minimal loss of accuracy and speed. We use YOLO, because of its ability to
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3999 detect stationary vehicles and to eliminate the problems caused by illumination changes. The main advantage of YOLO is its flexibility inprovidingthe user with the choice of speed-accuracy trade off which can be balanced out by arriving at a sweet spot by using trial and error method. This achieved by usinga singleconvolutional neural network that predicts multiple bounding boxes simultaneously and calculates the class probabilities for those boxes. These boxes then detect the objects which is used to analyze the vehicle density in a given area for a given period of time. 2. VEHICLE TRAFFIC ANALYSIS TECHNIQUES 2.1 Edge Detection An image’s edge is the boundary of the image where occurs changes in various parameters such as reflection of surface, changes in illuminationand the distance between the viewer and the visible surface. Variations in physical aspects of the image can occur in various ways including the changes in parameters such as color, intensity and texture of the image[4]. The edge of an image can contain vast variations. They provide important visual information as they are caused by major changes in photometrics, physical or variations in geometry of the scene object [5]. Physical edges are caused by changes in the surface reflectance, illumination of light, physical orientation and depth of the scene. Fig -1: Edge Detection of a vehicle in the road The most important aspect of is to detect and count vehicles in a daylight environment by using real time traffic density changes by using various differential techniques and using lane dividing methods to effectively identify and count vehicles[6]. The result of vehiclecountingsystemcanbeused to track vehicles in high occlusion areas. Vehicle density at different illuminations can be found to an extent. The advantages are that it is one of the simplest and efficient methods available for day time vehicle density detection. Noises can be removed, so the image is directly detected and noises are filtered out without pre-processing. There are no complex mathematical operations, hence high speed performance. The Disadvantages are that there is no mechanism for shadow removal and handling high occlusion areas. It produces comparatively poor results. There is chance for multiple vehicles to be counted as single object in high occlusion areas 2.2 Background Subtraction The method of extracting moving foreground objects from a static background is called as background subtraction. Any foreground object can be detected by producing difference of the sequence of background model. The result from this subtraction can be further used for tracking specific targets and for vehicle movement detection. Fig -2: Original and Background subtracted image Its main use cases involve vehicle detection and monitoring, recognizing human actions, tracking human computer interaction, tracking movementofvariousobjectsanddigital forensics[7]. Advantages include that is algorithm is extremely easy to implement, ease-of-use and its very fast. Disadvantages include that theframingaccuracydependson object tracking speed and frame rate of the video. It also has relatively very high memory requirements. The model does not give good results in the following conditions – if a bi-modal background exists, if there are many slow moving or static objects in the frame, If the video frame rate is low but movement of objects are fast and if
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4000 there is abrupt changes lighting condition of the scene from time to time [8] 2.3 Blob Detection The blob can be defined as a square either fully or partially filled and any square that can be reached from the original square by either horizontal or vertical movements. By traversing through pixels of the image, a blob can be detected. Blob filtering is carried out to filter outthestatic blobswhich form the background of an image[9]. Two types of blob detection techniques can be used – (i) differential method whichisbasedonthederivative function with respect to the image position (ii) local extrema methods which is based on finding the local minima and maxima of a function. Using either one of the two blob detection methods, a blob list is created to find out which blobs contain only the vehicles. Advantages include that it can be used to track multiple vehicles at the same time inoneiteration.Removesduplicate vehicles and shadows[10]. Fig -3: Blob tracker implementation Disadvantages are that the segmentation quality of moving vehicles is poor in a cluttered environment. Cannot detect stationary vehicles. 2.4 YOU ONLY LOOK ONCE YOLO is a convolutional neural network for object identification and detection. The object detection task is a two-step process which consists of (i) determining the object location on the image and (ii) classifying those objects[1]. The existing methods such as R-CNN used an execution pipeline to perform this task that involves multiple steps to complete. Therefore, such an approach very slow to execute and as a result optimization becomes complicated as each individual component must be trained separately. YOLO architecture is similar to that of a fully convolutional neural network and passes the image (n x n) once through the FCNN and the output obtained is (m x m) prediction [1]. YOLO employs a single convolutional network that has the ability to predict multiple number of bounding boxes simultaneously and then calculate the class probabilities for each box . The YOLO algorithm can train on full images and as a result it optimizes the detection performance. Fig -4: Regions with cnn features YOLO offers multiple benefits over the existing methods of object and vehicle detection. Firstly YOLO is very fast . Secondly YOLO takes the entire image into consideration while making the predictions. Unlike the existingtechniques such as sliding window and region proposal, YOLO takes the full image for training and test and so it passively encodes context-based information on the classes and their appearance. Each and every bounding box is predicted by using features from the entire image. It can also simultaneously predict the bounding boxes for all classes. This implies that the neural network can analyze all of the objects in an image when using a full image[7]. The YOLO’s design allows to maintain high precision while enabling real time end-to-end training. The network divides the input image into an N x N matrix- grid. If the center of an object comes under a grid cell, that particular grid cell is responsible fordetectionof thatobject. Each and every grid cell produces the bounding boxes and generates the confidence scores for them. These confidence scores reflects the confidence level of the model as the box contains an object. The confident score of the cell should be zero, if no object exists in that cell [5].
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4001 In this model we will be giving a video as the input. The model works on the video frame by frame and analyseseach frame exactly once and detects the objects/vehicles present in that frame. It Takes a count of the number of vehicles and stores the count. Fig -5: Working of Yolo This vehicle count is used to calculate thevehicledensityata particular place [4]. Since YOLO works in real time, the count produced by the model can be reliably used to analyze the real time traffic scenario in that particular area. The tradeoff between speed and accuracy and be achieved by changing the size of the model. No re-training of the model is required. Because of this, cost of re-training iscompletelyremovedwhichthereby reduces the overall cost of operation of this model. Advantages of YOLO are that It candetectstationaryvehicles as well as moving vehicles, It is very fast and accurate and Works in real-time. Disadvantage is that that initial training requires high computational power. 3. CONCLUSION This paper analyses the major vehicle detection algorithms. As discussed in the paper, each algorithms have their pros and cons. We have studied the above mentioned algorithms in detail and can conclude that the yolo algorithm offer major benefits over the rest of the algorithms. REFERENCES [1] J. Redmon, S. Divvala, R. Girshick, A. Farhadi, You only look once: Unified, real-time object detection, in: Proceedings of the IEEE Conferenceon Computer Vision and Pattern Recognition, 2016, pp. 779–788 [2] S. Ren, K. He, R. Girshick, and J. Sun. Faster r-cnn: Towards real-timeobjectdetection withregionproposal networks. arXiv preprint arXiv:1506.01497, 2015. [3] C. Ozkurt and F. Camci, “Automatic traffic density estimation and vehicle classification for traffic surveillance systems using neural networks,”Math. Comput. Appl., vol. 14, no. 3, pp. 187–196, Dec. 2009 [4] C. Ozkurt and F. Camci, “Automatic traffic density estimation and vehicle classification for traffic surveillance systems using neural networks,”Math. Comput. Appl., vol. 14, no. 3, pp. 187–196, Dec. 2009 [5] Vehicle counting for traffic management system using YOLO and correlation filter, Asha C S, A V Naarasimhan, 2018 IEEE Conference [6] P. Viola and M. J. Jones. Robust real-time face detection. International journal of computer vision, 57(2):137– 154,2004 [7] M. Sun, Y. Wang, T. Li, J. Lv, J. Wu, Vehicle Counting in Crowded Scenes with Multichannel and Multi-task Convolutional Neural Networks, J. Vis. Commun. Image R [8] A Computer Vision Based Vehicle Detection and Counting System, Nilakorn Seenouvong , Ukrit Watchareeruetai and Chaiwat Nuthong, 2016 IEEE Conference [9] B. Hariharan, P. Arbel´aez, R. Girshick, and J. Malik. Simultaneous detection and segmentation.InComputer Vision–ECCV 2014, pages 297–312. Springer, 2014 [10] An obstacle avoidance algorithm with spatial and temporal constraints for visually impaired, Amutha, B., Nanmaran, K, International journal of apllied research engineering, 2015