An Object Detection System Based on YOLO in Traffic Scene

Jing Tao,Hongbo Wang,Xinyu Zhang,Xiaoyu Li,Huawei Yang
DOI: https://doi.org/10.1109/iccsnt.2017.8343709
2017-01-01
Abstract:We build an object detection system for images in traffic scene. It is fast, accurate and robust. Traditional object detectors first generate proposals. After that the features are extracted. Then a classifier on these proposals is executed. But the speed is slow and the accuracy is not satisfying. YOLO an excellent object detection approach based on deep learning presents a single convolutional neural network for location and classification. All the fully-connected layers of YOLO's network are replaced with an average pool layer for the purpose of reproducing a new network. The loss function is optimized after the proportion of bounding coordinates error is increased. A new object detection method, OYOLO (Optimized YOLO), is produced, which is 1.18 times faster than YOLO, while outperforming other region-based approaches like R-CNN in accuracy. To improve accuracy further, we add the combination of OYOLO and R-FCN to our system. For challenging images in nights, pre-processing is presented using the histogram equalization approach. We have got more than 6% improvement in mAP on our testing set.
What problem does this paper attempt to address?