Object Detection through Modified YOLO Neural Network

Tanvir Ahmad,Yinglong Ma,Muhammad Yahya,Belal Ahmad,Shah Nazir,Amin ul Haq
DOI: https://doi.org/10.1155/2020/8403262
2020-06-06
Scientific Programming
Abstract:In the field of object detection, recently, tremendous success is achieved, but still it is a very challenging task to detect and identify objects accurately with fast speed. Human beings can detect and recognize multiple objects in images or videos with ease regardless of the object’s appearance, but for computers it is challenging to identify and distinguish between things. In this paper, a modified YOLOv1 based neural network is proposed for object detection. The new neural network model has been improved in the following ways. Firstly, modification is made to the loss function of the YOLOv1 network. The improved model replaces the margin style with proportion style. Compared to the old loss function, the new is more flexible and more reasonable in optimizing the network error. Secondly, a spatial pyramid pooling layer is added; thirdly, an inception model with a convolution kernel of 1 ∗ 1 is added, which reduced the number of weight parameters of the layers. Extensive experiments on Pascal VOC datasets 2007/2012 showed that the proposed method achieved better performance.
computer science, software engineering
What problem does this paper attempt to address?