A Comparative Analysis of Modern Object Detection Algorithms: YOLO vs. SSD vs. Faster R-CNN

Dalmar Dakari Aboyomi,Cleo Daniel
DOI: https://doi.org/10.24235/itej.v8i2.123
2023-12-28
ITEJ (Information Technology Engineering Journals)
Abstract:In recent years, object detection has become a crucial component in various computer vision applications, including autonomous driving, surveillance, and image recognition. This study provides a comprehensive comparative analysis of three prominent object detection algorithms: You Only Look Once (YOLO), Single Shot MultiBox Detector (SSD), and Faster Region-Based Convolutional Neural Networks (Faster R-CNN). The background of this research lies in the growing need for efficient and accurate object detection methods that can operate in real-time. YOLO is known for its speed, SSD for its balance between speed and accuracy, and Faster R-CNN for its high detection accuracy, albeit at a slower pace. The methodology involves implementing these algorithms on a standardized dataset and evaluating their performance based on various metrics, including detection accuracy, processing speed, and computational resource requirements. Each algorithm is tested under similar conditions to ensure a fair comparison. The results indicate that while YOLO excels in real-time applications due to its high speed, SSD offers a middle ground with respectable accuracy and speed, making it suitable for applications requiring a balance of both. Faster R-CNN demonstrates superior accuracy, making it ideal for scenarios where detection precision is paramount, despite its slower performance. This comparative analysis highlights the strengths and weaknesses of each algorithm, providing valuable insights for researchers and practitioners in selecting the appropriate object detection method for their specific needs.
What problem does this paper attempt to address?