| Literature DB >> 25013850 |
Yu Li-ping1, Tang Huan-ling2, An Zhi-yong3.
Abstract
Pedestrian detection is an active area of research in computer vision. It remains a quite challenging problem in many applications where many factors cause a mismatch between source dataset used to train the pedestrian detector and samples in the target scene. In this paper, we propose a novel domain adaptation model for merging plentiful source domain samples with scared target domain samples to create a scene-specific pedestrian detector that performs as well as rich target domain simples are present. Our approach combines the boosting-based learning algorithm with an entropy-based transferability, which is derived from the prediction consistency with the source classifications, to selectively choose the samples showing positive transferability in source domains to the target domain. Experimental results show that our approach can improve the detection rate, especially with the insufficient labeled data in target scene.Entities:
Mesh:
Year: 2014 PMID: 25013850 PMCID: PMC4071809 DOI: 10.1155/2014/280382
Source DB: PubMed Journal: ScientificWorldJournal ISSN: 1537-744X
Algorithm 1The proposed domain adaptation algorithm.
Figure 1Some samples and example images (cropped) from four datasets.
The descriptions of the datasets for training.
| Dataset | Training set | |
|---|---|---|
| Positives | Negatives | |
| MIT_Traffic_DA | Source domains: total of 4833 samples, INRIA, MIT CBCL, and CAVIAR WalkbyShop1cor (118 frames) | 6000 samples and INRIA |
| CAVIAR_DA | Source domains: total of 5054 samples, INRIA, MIT CBCL, and MIT_Traffic (top 210 frames) | |
| MIT_Only | 790 samples and MIT_Traffic (top 210 frames) | |
| CAVIAR_Only | 569 samples and CAVIAR WalkbyShop1cor (118 frames) | |
| All | Total of 5623 samples and INRIA + MIT CBCL + MIT_Traffic (top 210 frames) + CAVIAR WalkbyShop1cor (118 frames) | |
The descriptions of the datasets for testing.
| Target scene | Test set |
|---|---|
| MIT_Traffic | MIT_Traffic (bottom 100 frames) |
| CAVIAR | CAVIAR ShopAssistant2cor (165 frames) |
Figure 2Results on MIT_Traffic scene (a) and CAVIAR scene (b). (a) and (b) compare with Adaboost algorithm trained only on the target domain dataset and our approach trained on different numbers of the source data.
Figure 3Comparison with TransferBoost, linear SVM, and DPM on MIT_Traffic scene (a) and CAVIAR (b) scene.
The descriptions of learning methods.
| Learning method | Training data | Testing data |
|---|---|---|
| Ours (MIT_Traffic) | MIT_Traffic_DA | MIT_Traffic |
| Ours (CAVIAR) | CAVIAR_DA | CAVIAR |
| TransferBoost (MIT_Traffic) | MIT_Traffic_DA | MIT_Traffic |
| TransferBoost (CAVIAR) | CAVIAR_DA | CAVIAR |
| SVM (MIT_Traffic) | All | MIT_Traffic |
| SVM (CAVIAR) | All | CAVIAR |
| DPM (MIT_Traffic) | All | MIT_Traffic |
| DPM (CAVIAR) | All | CAVIAR |