Attention-Guided Region Proposal Network for Pedestrian Detection

Rui Sun,Huihui Wang,Jun Zhang,Xudong Zhang
DOI: https://doi.org/10.1587/transinf.2019edl8027
2019-01-01
IEICE Transactions on Information and Systems
Abstract:As a research hotspot and difficulty in the field of computer vision, pedestrian detection has been widely used in intelligent driving and traffic monitoring. The popular detection method at present uses region proposal network (RPN) to generate candidate regions, and then classifies the regions. But the RPN produces many erroneous candidate areas, causing region proposals for false positives to increase. This letter uses improved residual attention network to capture the visual attention map of images, then normalized to get the attention score map. The attention score map is used to guide the RPN network to generate more precise candidate regions containing potential target objects. The region proposals, confidence scores, and features generated by the RPN are used to train a cascaded boosted forest classifier to obtain the final results. The experimental results show that our proposed approach achieves highly competitive results on the Caltech and ETH datasets.
What problem does this paper attempt to address?