Pedestrian Detection Aided by Deep Learning Semantic Tasks
Abstract
Deep learning methods have achieved great success in pedestrian detection, owing to its ability to learn features from raw pixels. However, they can mainly capture middlelevel representations, such as pose of pedestrian, but confuses positive with hard negative samples (Fig.1 (a)), which have large ambiguity and can only be distinguished by highlevel representation. To address this ambiguity, this work jointly optimize pedestrian detection with semantic tasks, including pedestrian attributes (e.g. 'carrying backpack') and scene attributes (e.g. 'vehicle', 'tree', and 'horizontal'). Rather than expensively annotating scene attributes, we transfer attributes information from existing scene segmentation datasets to the pedestrian dataset, by proposing a novel deep model to learn high-level features from multiple tasks and multiple data sources. Since distinct tasks have distinct convergence rates and data from different datasets have different distributions, a multi-task objective function is carefully designed to coordinate tasks and reduce discrepancies among datasets. The importance coefficients of tasks and network parameters in this objective function can be iteratively estimated. Extensive evaluations show that the proposed approach outperforms the state-of-the-art on the challenging Caltech [10] and ETH [11] datasets where it reduces the miss rates of previous deep models by 17 and 5.5 percent, respectively.
Cite
Text
Tian et al. "Pedestrian Detection Aided by Deep Learning Semantic Tasks." Conference on Computer Vision and Pattern Recognition, 2015. doi:10.1109/CVPR.2015.7299143Markdown
[Tian et al. "Pedestrian Detection Aided by Deep Learning Semantic Tasks." Conference on Computer Vision and Pattern Recognition, 2015.](https://mlanthology.org/cvpr/2015/tian2015cvpr-pedestrian/) doi:10.1109/CVPR.2015.7299143BibTeX
@inproceedings{tian2015cvpr-pedestrian,
title = {{Pedestrian Detection Aided by Deep Learning Semantic Tasks}},
author = {Tian, Yonglong and Luo, Ping and Wang, Xiaogang and Tang, Xiaoou},
booktitle = {Conference on Computer Vision and Pattern Recognition},
year = {2015},
doi = {10.1109/CVPR.2015.7299143},
url = {https://mlanthology.org/cvpr/2015/tian2015cvpr-pedestrian/}
}