Learning Multilayer Channel Features for Pedestrian Detection
Jiale Cao, Yanwei Pang, and Xuelong Li

TL;DR
This paper introduces Multilayer Channel Features (MCF), a unified framework combining CNN and handcrafted features for pedestrian detection, improving accuracy and speed over previous methods.
Contribution
It proposes a multi-layer image channel integration with a multi-stage cascade AdaBoost, enhancing feature utilization and detection efficiency.
Findings
Achieved 10.40% miss rate on Caltech dataset
Improved detection speed by up to 4.07 times
Attained state-of-the-art accuracy with 7.98% miss rate
Abstract
Pedestrian detection based on the combination of Convolutional Neural Network (i.e., CNN) and traditional handcrafted features (i.e., HOG+LUV) has achieved great success. Generally, HOG+LUV are used to generate the candidate proposals and then CNN classifies these proposals. Despite its success, there is still room for improvement. For example, CNN classifies these proposals by the full-connected layer features while proposal scores and the features in the inner-layers of CNN are ignored. In this paper, we propose a unifying framework called Multilayer Channel Features (MCF) to overcome the drawback. It firstly integrates HOG+LUV with each layer of CNN into a multi-layer image channels. Based on the multi-layer image channels, a multi-stage cascade AdaBoost is then learned. The weak classifiers in each stage of the multi-stage cascade is learned from the image channels of corresponding…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
