| Literature DB >> 31737060 |
Dong Xiao1,2,3, Hongzong Li1, Chenyi Liu4, Qifei He1.
Abstract
Transportation is an important link in the mining process, and large trucks are one of the important tools for mine transportation. Due to their large size and small driving position, large trucks have a blind spot, which is a hidden danger to the safe transportation of mines and has a great impact on production efficiency and economic loss. The traditional large truck safety warning system mainly uses the ultrasonic short-distance ranging method, radar ranging method, GPS (Global Positioning System) technology, and so on. The disadvantage of these methods is that they are affected by the environment and weather, and they cannot display the object status in real time. Therefore, it is becoming increasingly important to realize the large truck safety warning system based on machine vision. Therefore, this paper proposes a lightweight SSD (Single Shot MultiBox Detector) model and an atrous convolution to build a large-truck object recognition model. First, the training images are collected and marked. Then, the object recognition model is established by using the lightweight SSD model. The atrous convolutional layer is introduced to improve small object detection accuracy. In the end, the objectness prior method is used to improve the classification speed. Experimental results show that, compared with the original SSD model, the lightweight SSD model occupies less space and runs faster. The lightweight SSD model with the atrous convolutional layer is more sensitive to small objects and improves detection accuracy. The objectness prior method further improves the identification speed. Compared with the traditional large truck safety warning, the system is not affected by the environment and realizes the visualization of large truck safety warning.Entities:
Mesh:
Year: 2019 PMID: 31737060 PMCID: PMC6815551 DOI: 10.1155/2019/2180294
Source DB: PubMed Journal: Comput Intell Neurosci
Figure 1LabelImg software operation interface.
Figure 2One-dimensional signal feature extraction: (a) standard convolution and (b) atrous convolution.
Figure 3Two-dimensional signal feature extraction.
Figure 4Lightweight SSD model extraction.
Figure 5A lightweight SSD model based on atrous convolution.
Figure 6Multiscale objectness prior.
The model test results with different feature layers.
| Feature extraction layer | Fps (frames/s) | mAP (%) |
|---|---|---|
| conv3_3 | 19 | 58.9 |
| conv4_3 | 19 | 59.3 |
| conv5_3 | 19 | 58.2 |
| conv3_3 + conv4_3 | 19 | 59.6 |
| conv4_3 + conv5_3 | 19 | 58.7 |
| conv3_3 + conv4_3 + conv5_3 | 17 | 59.1 |
| Atrous conv3_3 + conv4_3 | 17 | 64.7 |
The model test results with different atrous convolution rates.
| Rate of atrous convolution | Fps (frames/s) | mAP (%) |
|---|---|---|
| 2 × conv (rate = 2) | 17 | 64.7 |
| 3 × conv (rate = 2) | 17 | 63.8 |
| 2 × conv (rate = 3) | 17 | 64.1 |
| 2 × conv (rate = 4) | 17 | 62.5 |
| 2 × conv (rate = 6) | 17 | 63.1 |
SSD correlation model test results.
| Object recognition model | Fps (frames/s) | mAP (%) |
|---|---|---|
| SSD300 | 17 | 62.0 |
| Lightweight SSD300 | 19 | 59.3 |
| Lightweight SSD300 + atrous | 17 | 64.7 |
Figure 7Test results of the standard SSD model and lightweight SSD model based on atrous convolution: (a) standard SSD model and (b) lightweight SSD model.