@imsl3s

A HOG-based Real-time and Multi-scale Pedestrian Detector Demonstration System on FPGA

, , and . Proceedings of the 2018 ACM/SIGDA International Symposium on Field-Programmable Gate Arrays, page 163--172. New York, NY, USA, ACM, (2018)
DOI: 10.1145/3174243.3174249

Abstract

Pedestrian detection will play a major role in future driver assistance and autonomous driving. One powerful algorithm in this field uses HOG features to describe the specific properties of pedestrians in images. To determine their locations, features are extracted and classified window-wise from different scales of an input image. The results of the classification are finally merged to remove overlapping detections. The real-time execution of this method requires specific FPGA- or ASIC-architectures. Recent work focused on accelerating the feature extraction and classification. Although merging is an important step in the algorithm, it is only rarely considered in hardware implementations. A reason for that could be its complexity and irregularity that is not trivial to implement in hardware. In this paper, we present a new bottom-up FPGA architecture that maps the full HOG-based algorithm for pedestrian detection including feature extraction, SVM classification, and multi-scale processing in combination with merging. For that purpose, we also propose a new hardware-optimized merging method. The resulting architecture is highly efficient. Additionally, we present an FPGA-based full real-time and multi-scale pedestrian detection demonstration system.

Description

A HOG-based Real-time and Multi-scale Pedestrian Detector Demonstration System on FPGA

Links and resources

Tags