
e-ISSN: 2582-5208
International Research Journal of Modernization in Engineering Technology and Science
( Peer-Reviewed, Open Access, Fully Refereed International Journal )
Volume:05/Issue:12/December-2023 Impact Factor- 7.868 www.irjmets.com
www.irjmets.com @International Research Journal of Modernization in Engineering, Technology and Science
[3683]
COMPARATIVE ANALYSIS OF CAR DETECTION USING DEEP LEARNING
TECHNIQUES: YOLO, CNN
Saieal Sawant*1, Suman Mudliyar*2
*1,2Student, MCA Department Sardar Patel Institute Of Technology, India.
DOI : https://www.doi.org/10.56726/IRJMETS47878
ABSTRACT
In recent years, the development of deep learning methodologies has revolutionized object detection in various
do mains, notably in the automotive industry for detecting vehicles. This study conducts a comprehensive
comparative analysis of three prominent deep learning architectures – You Only Look Once (YOLO),
Convolutional Neural Networks (CNN) in the context of car detection.
The research involves a systematic evaluation of these method ologies on diverse datasets, including
challenging real-world scenarios, to assess their performance in terms of accuracy, speed, and robustness. Each
technique’s ability to detect cars in varying environmental conditions, such as varying lighting, occlusions, and
diverse perspectives, is thoroughly examined.
Key metrics, including precision, recall, mean Average Pre cision (mAP), and processing speed, are used to
quantify the performance of these models. Furthermore, the computational complexity and resource
requirements of each approach are analyzed to provide insights into their practical deployment in real-time
applications.
The findings of this comparative analysis aim to provide valuable insights into the strengths and limitations of
YOLO, CNN in car detection tasks. Additionally, the study contributes to guiding researchers and practitioners
in selecting the most suitable methodology based on specific application requirements in the automotive
industry, paving the way for more efficient and accurate vehicle detection systems.
I. INTRODUCTION
In the realm of computer vision, the advent of deep learning architectures has significantly enhanced the
precision and efficiency of object detection algorithms. Within the automotive sector, the accurate identification
and tracking of vehicles are pivotal for safety, navigation, and autonomous driving systems. Among the plethora
of deep learning techniques available for object detection, three have emerged as prominent contenders in car
detection: You Only Look Once (YOLO), Convolutional Neural Networks (CNN), and Mask Region based
Convolutional Neural Network (Mask R-CNN).
This study aims to conduct an in-depth comparative anal ysis of these three methodologies, examining their
efficacy, accuracy, and computational performance specifically in the context of car detection. Object detection
in the automotive domain presents unique challenges, including varied lighting conditions, diverse
perspectives, occlusions, and real-time processing requirements. Therefore, understanding the strengths and
limitations of each approach is crucial for developing robust and efficient vehicle detection systems.
The You Only Look Once (YOLO) algorithm, known for its real-time processing capabilities, processes images in
a single pass, providing rapid inference while maintaining decent accuracy. On the other hand, Convolutional
Neural Networks (CNNs) have demonstrated remarkable success in object recognition tasks and are widely
used as a foundational architecture in various computer vision applications. Addition ally, the Mask Region-
based Convolutional Neural Network (Mask R-CNN) extends the capabilities of CNNs by enabling instance
segmentation, which can be advantageous in scenarios where precise localization of multiple objects, such as
cars, is necessary.
This comparative analysis will delve into evaluating the performance of these models across diverse datasets
encompassing various environmental conditions, ultimately aiming to provide insights into their strengths,
weaknesses, and suitability for real-world applications in car detection. By examining metrics such as accuracy,
speed, robustness, and computational requirements, this research seeks to guide researchers and practitioners
in selecting the most suitable methodology for effective vehicle detection systems within the automotive