Abstract
Head detection is a key problem for automated passenger counting systems. In recent decades, considerable effort has been expended to develop an accurate and reliable head detector. However, head detection is still a challenging task because of problems caused by variations in pose and occlusions. Recently, general object detection algorithms based on convolutional neural networks (CNNs), such as Faster R-CNN, SSD and YOLO, have been successful. However, these algorithms require the use of a Graphics Processing Unit (GPU) for real-time performance. In this study, we focused on developing real-time head detection in an embedded system. Starting with the Tiny-YOLOv3 network, we applied the following strategies to achieve real-time performance in a non-GPU environment. First, we reduced the input image size to 224x224. Second, we added an extra yolo layer to detect smaller heads. Third, we removed batch normalization. Finally, we conducted depthwise separable convolution rather than traditional convolution. Three public datasets, HollywoodHeads, SCUT-HEAD, and CrowdHuman, were exploited to train and test the proposed network, and Average Precision (AP) at Intersection over Unit (IoU) = 0.5 were used to evaluate the tests. Experimental results showed that the proposed network perform better and faster than Tiny-YOLOv3.
| Original language | English |
|---|---|
| Title of host publication | Proceedings of the 2019 3rd International Symposium on Computer Science and Intelligent Control, ISCSIC 2019 |
| Publisher | Association for Computing Machinery |
| ISBN (Electronic) | 9781450376617 |
| DOIs | |
| State | Published - 25 Sep 2019 |
| Event | 3rd International Symposium on Computer Science and Intelligent Control, ISCSIC 2019 - Amsterdam, Netherlands Duration: 25 Sep 2019 → 27 Sep 2019 |
Publication series
| Name | ACM International Conference Proceeding Series |
|---|
Conference
| Conference | 3rd International Symposium on Computer Science and Intelligent Control, ISCSIC 2019 |
|---|---|
| Country/Territory | Netherlands |
| City | Amsterdam |
| Period | 25/09/19 → 27/09/19 |
Bibliographical note
Publisher Copyright:© 2019 ACM.
Keywords
- Automated Passenger Counting
- Convolutional Neural Networks (Cnns)
- Head Detection
- Head Localization
- Real-Time