A Real-Time Object Detection Algorithm for Video

Shengyu Lu,Beizhan Wang,Hongji Wang,Lihao Chen,Ma Linjian,Xiaoyan Zhang
DOI: https://doi.org/10.1016/j.compeleceng.2019.05.009
IF: 4.152
2019-01-01
Computers & Electrical Engineering
Abstract:Deep learning technology has been widely used in object detection. Although the deep learning technology greatly improves the accuracy of object detection, we also have the challenge of a high computational time. You Only Look Once (YOLO) is a network for object detection in images. In this paper, we propose a real-time object detection algorithm for videos based on the YOLO network. We eliminate the influence of the image background by image preprocessing, and then we train the Fast YOLO model for object detection to obtain the object information. Based on the Google Inception Net (GoogLeNet) architecture, we improve the YOLO network by using a small convolution operation to replace the original convolution operation, which can reduce the number of parameters and greatly shorten the time for object detection. Our Fast YOLO algorithm can be applied to real-time object detection in video.
What problem does this paper attempt to address?