paper-with-me

Papers

Fused Deep Neural Networks for Efficient Pedestrian Detection

2018-05-02 · Xianzhi Du, Mostafa El-Khamy, Vlad I. Morariu, Jungwon Lee, Larry Davis

In this paper, we present an efficient pedestrian detection system, designed by fusion of multiple deep neural network (DNN) systems. Pedestrian candidates are first generated by a single shot convolutional multi-box detector at different locations with various scales and aspect ratios. The candidate generator is designed to provide the majority of ground truth pedestrian annotations at the cost of a large number of false positives. Then, a classification system using the idea of ensemble learning is deployed to improve the detection accuracy. The classification system further classifies the generated candidates based on opinions of multiple deep verification networks and a fusion network which utilizes a novel soft-rejection fusion method to adjust the confidence in the detection results. To improve the training of the deep verification networks, a novel soft-label method is devised to assign floating point labels to the generated pedestrian candidates. A deep context aggregation semantic segmentation network also provides pixel-level classification of the scene and its results are softly fused with the detection results by the single shot detector. Our pedestrian detector compared favorably to state-of-art methods on all popular pedestrian detection datasets. For example, our fused DNN has better detection accuracy on the Caltech Pedestrian dataset than all previous state of art methods, while also being the fastest. We significantly improved the log-average miss rate on the Caltech pedestrian dataset to 7.67% and achieved the new state-of-the-art.

📄 PDF Abstract BibTeX arXiv:1805.08688

Code (0)

등록된 구현이 없습니다.

Tasks

Ensemble LearningGeneral ClassificationPedestrian DetectionSemantic Segmentation

Similar Papers 제목 키워드 기반

Pedestrain detection for low-light vision proposal

2023-03-17 · Zhipeng Chang, Ruiling Ma, Wenliang Jia

The demand for pedestrian detection has created a challenging problem for various visual tasks such as image fusion. As infrared images can capture thermal radiation information, image fusion between infrared and visible…

Pedestrian Detection

Cascaded information enhancement and cross-modal attention feature fusion for multispectral pedestrian detection

2023-02-17 · Yang Yang, Kaixiong Xu, Kaizheng Wang

Multispectral pedestrian detection is a technology designed to detect and locate pedestrians in Color and Thermal images, which has been widely used in automatic driving, video surveillance, etc. So far most available mu…

Pedestrian Detection

Bi-box Regression for Pedestrian Detection and Occlusion Estimation

2018-09-01 · ECCV 2018 9 · Chunluan Zhou, Junsong Yuan

Occlusions present a great challenge for pedestrian detection in practical applications. In this paper, we propose a novel approach to simultaneous pedestrian detection and occlusion estimation by regressing two bounding…

Occlusion EstimationPedestrian Detectionregression

An FPGA-Accelerated Design for Deep Learning Pedestrian Detection in Self-Driving Vehicles

2018-09-16 · Abdallah Moussawi, Kamal Haddad, Anthony Chahine

With the rise of self-driving vehicles comes the risk of accidents and the need for higher safety, and protection for pedestrian detection in the following scenarios: imminent crashes, thus the car should crash into an o…

object-detectionObject DetectionPedestrian Detection

Fused DNN: A deep neural network fusion approach to fast and robust pedestrian detection

2016-10-11 · Xianzhi Du, Mostafa El-Khamy, Jungwon Lee, Larry S. Davis

We propose a deep neural network fusion architecture for fast and robust pedestrian detection. The proposed network fusion architecture allows for parallel processing of multiple networks for speed. A single shot deep co…

Pedestrian DetectionSemantic Segmentation