High-Level Semantic Feature Detection: A New Perspective for Pedestrian Detection
Abstract
Object detection generally requires sliding-window classifiers in tradition or anchor-based predictions in modern deep learning approaches. However, either of these approaches requires tedious configurations in windows or anchors. In this paper, taking pedestrian detection as an example, we provide a new perspective where detecting objects is motivated as a high-level semantic feature detection task. Like edges, corners, blobs and other feature detectors, the proposed detector scans for feature points all over the image, for which the convolution is naturally suited. However, unlike these traditional low-level features, the proposed detector goes for a higher-level abstraction, that is, we are looking for central points where there are pedestrians, and modern deep models are already capable of such a high-level semantic abstraction. Besides, like blob detection, we also predict the scales of the pedestrian points, which is also a straightforward convolution. Therefore, in this paper, pedestrian detection is simplified as a straightforward center and scale prediction task through convolutions. This way, the proposed method enjoys an anchor-free setting. Though structurally simple, it presents competitive accuracy and good speed on challenging pedestrian detection benchmarks, and hence leading to a new attractive pedestrian detector. Code and models will be available at https://github.com/liuwei16/CSP.
Cite
Text
Liu et al. "High-Level Semantic Feature Detection: A New Perspective for Pedestrian Detection." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019. doi:10.1109/CVPR.2019.00533Markdown
[Liu et al. "High-Level Semantic Feature Detection: A New Perspective for Pedestrian Detection." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019.](https://mlanthology.org/cvpr/2019/liu2019cvpr-highlevel/) doi:10.1109/CVPR.2019.00533BibTeX
@inproceedings{liu2019cvpr-highlevel,
title = {{High-Level Semantic Feature Detection: A New Perspective for Pedestrian Detection}},
author = {Liu, Wei and Liao, Shengcai and Ren, Weiqiang and Hu, Weidong and Yu, Yinan},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2019},
doi = {10.1109/CVPR.2019.00533},
url = {https://mlanthology.org/cvpr/2019/liu2019cvpr-highlevel/}
}