| Literature DB >> 30477172 |
Hai Wang1, Yijie Yu2, Yingfeng Cai3, Long Chen4, Xiaobo Chen5.
Abstract
Vehicle detection is a key component of environmental sensing systems for Intelligent Vehicles (IVs). The traditional shallow model and offline learning-based vehicle detection method are not able to satisfy the real-world challenges of environmental complexity and scene dynamics. Focusing on these problems, this work proposes a vehicle detection algorithm based on a multiple feature subspace distribution deep model with online transfer learning. Based on the multiple feature subspace distribution hypothesis, a deep model is established in which multiple Restricted Boltzmann Machines (RBMs) construct the lower layers and a Deep Belief Network (DBN) composes the superstructure. For this deep model, an unsupervised feature extraction method is applied, which is based on sparse constraints. Then, a transfer learning method with online sample generation is proposed based on the deep model. Finally, the entire classifier is retrained online with supervised learning. The experiment is actuated using the KITTI road image datasets. The performance of the proposed method is compared with many state-of-the-art methods and it is demonstrated that the proposed deep transfer learning-based algorithm outperformed existing state-of-the-art methods.Entities:
Keywords: deep transfer learning; intelligent vehicles; multiple subspace feature distribution; vehicle recognition
Year: 2018 PMID: 30477172 PMCID: PMC6308963 DOI: 10.3390/s18124109
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.576
Figure 1Overall framework of the proposed algorithm.
Pros and cons of related work and proposed method.
| Methods | Pros | Cons |
|---|---|---|
| Simple features based methods such as symmetry, edges, underbody shadows, textures, and corners [ | Easy to describe and perform in specific applications | Just can be used in specific very simple scene such as highway in good illumination, without the ability to other scene. |
| Manually feature and shallow learning model based methods [ | Better detection and classification ability than simple features based methods, low training time and low resource requirement. | Still low detection performance in complex scene, without the ability to handle heavy occlusion |
| Deep model based methods [ | Dramatically improved performance in vehicle detection and classification. | High training time and high resource requirement, classification performance drops dramatically when real traffic scene with big difference of training samples |
| The proposed method in this work | Better performance when real traffic scene with big difference of training samples | Lower real-time performance since multiple RBN for subspace extraction and an extra online transfer process is added. |
Figure 2Algorithm flow chart.
Figure 3Design of lower-layer units in the designed deep model.
Figure 4Feature subspace clustering and samples reconstruction based on auto-encoder.
Figure 5Upper structure design based on DBN.
Figure 6Hidden layer numbers for DBN.
Figure 7Sample label tag generation with confidence score.
Experiment dataset details.
| Samples Category | Source Dataset | Total Numbers |
|---|---|---|
| Positive Offline Training Samples | Self-captured road image data, Caltech99 and Malaga | 6392 images with around 18,000 vehicles |
| Negative Training Samples | KITTI dataset | Around 20,000 images of the KITTI training set which do not contain vehicles |
| Test dataset | KITTI dataset | 2000 road images containing 7218 vehicles |
Figure 8ROC curves for the performance of several offline learning algorithms using the KITTI test data set.
Figure 9ROC curves of different algorithms under KITTI data set.
Figure 10Example test results for different methods using the KITTI test data set. (a) Test results of ITL-Adaboost; (b) Test results of Confidence-Encoded SVM; (c) Test results of our method.