| Literature DB >> 30572635 |
Yinghua Li1, Bin Song2, Xu Kang3, Xiaojiang Du4, Mohsen Guizani5.
Abstract
Throughout the past decade, vehicular networks have attracted a great deal of interest in various fields. The increasing number of vehicles has led to challenges in traffic regulation. Vehicle-type detection is an important research topic that has found various applications in numerous fields. Its main purpose is to extract the different features of vehicles from videos or pictures captured by traffic surveillance so as to identify the types of vehicles, and then provide reference information for traffic monitoring and control. In this paper, we propose a step-forward vehicle-detection and -classification method using a saliency map and the convolutional neural-network (CNN) technique. Specifically, compressed-sensing (CS) theory is applied to generate the saliency map to label the vehicles in an image, and the CNN scheme is then used to classify them. We applied the concept of the saliency map to search the image for target vehicles: this step is based on the use of the saliency map to minimize redundant areas. CS was used to measure the image of interest and obtain its saliency in the measurement domain. Because the data in the measurement domain are much smaller than those in the pixel domain, saliency maps can be generated at a low computation cost and faster speed. Then, based on the saliency map, we identified the target vehicles and classified them into different types using the CNN. The experimental results show that our method is able to speed up the window-calibrating stages of CNN-based image classification. Moreover, our proposed method has better overall performance in vehicle-type detection compared with other methods. It has very broad prospects for practical applications in vehicular networks.Entities:
Keywords: compressed sensing; convolutional neural network; saliency map; target detection; vehicle classification
Year: 2018 PMID: 30572635 PMCID: PMC6308436 DOI: 10.3390/s18124500
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.576
Figure 1Diagram of the vehicle-type detection method based on compressed sensing (CS) and deep learning.
Figure 2Diagram of extracting a saliency map in the measurement domain based on CS theory.
Figure 3Saliency map-based window calibration.
Structure of ResNet.
| Layer Name | Output Size | 18-Layer | 34-Layer | 50-Layer |
|---|---|---|---|---|
| cov1 |
| |||
| cov2_x |
| |||
|
|
|
| ||
| cov3_x |
|
|
|
|
| cov4_x |
|
|
|
|
| cov5_x |
|
|
|
|
|
| average pool, 1000-d fc, softmax | |||
| FLOPs |
|
|
| |
Figure 4Residual network unit with the addition of a fast connection.
Figure 5Diagram of vehicle-type detection based on CS and deep learning.
Figure 6Saliency map results.
Figure 7Window-calibration result based on the saliency map.
Used public databases.
| MIT CBCL | Caltech Database | |
|---|---|---|
| Number of vehicle images | 439 | 652 |
| Image size | 128 × 128 pixels | 240 × 360 pixels |
Comparison between the accuracy of our proposed method and other methods.
| Methods | MIT CBCL | Caltech Database |
|---|---|---|
| Haar+Cascade | 0.9338 | 0.9238 |
| raAdaBoost | 0.9355 | 0.9302 |
| CS-CNN | 0.9371 | 0.9427 |
| PROPOSED | 0.9412 | 0.9504 |
Figure 8Effect of vehicle-type detection.