CVAIOct 17, 2024

Accelerating Object Detection with YOLOv4 for Real-Time Applications

arXiv:2410.16320v13 citationsh-index: 1
Originality Synthesis-oriented
AI Analysis

This work addresses the need for efficient object detection in dynamic environments like surveillance and tracking systems, but it appears incremental as it builds on existing YOLOv4 with unspecified modifications.

The paper tackles the problem of real-time object detection by proposing modifications to the YOLOv4 architecture, resulting in improved accuracy for detecting small objects in images.

Object Detection is related to Computer Vision. Object detection enables detecting instances of objects in images and videos. Due to its increased utilization in surveillance, tracking system used in security and many others applications have propelled researchers to continuously derive more efficient and competitive algorithms. However, problems emerges while implementing it in real-time because of their dynamic environment and complex algorithms used in object detection. In the last few years, Convolution Neural Network (CNN) have emerged as a powerful tool for recognizing image content and in computer vision approach for most problems. In this paper, We revived begins the brief introduction of deep learning and object detection framework like Convolutional Neural Network(CNN), You only look once - version 4 (YOLOv4). Then we focus on our proposed object detection architectures along with some modifications. The traditional model detects a small object in images. We have some modifications to the model. Our proposed method gives the correct result with accuracy.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes