Pedestrian detection is a fundamental component of Advanced Driver Assistance Systems (ADAS) and plays a key role in collision avoidance and the safety of vulnerable road users. This paper presents a structured review of pedestrian detection methodologies developed between 2000 and 2025, spanning classical vision techniques and modern deep learning architectures. We organize the review into two phases. First, we examine classical methods, including Histogram of Oriented Gradients (HOG)+Support Vector Machine (SVM), Viola–Jones, Deformable Part Models, and Integral Channel Features, which established the conceptual foundations of the field. Then, we analyze state-of-the-art deep learning architectures, categorized by detector stage (one-stage vs. two-stage), localization strategy (anchor-based vs. anchor-free), feature extraction paradigm (Convolutional Neural Network (CNN)-based vs. transformer-based), output representation (bounding box vs. instance segmentation), and computational profile (lightweight vs. heavyweight). Several design principles introduced by classical methods remain visible in modern architectures, indicating that they were not fully superseded. The review also examines publicly available benchmark datasets and compares the strengths and limitations of camera-, Light Detection And Ranging (LiDAR)-, radar-, and multi-sensor-fusion-based systems for ADAS deployment. We close by identifying six open problems for the field: adversarial robustness, real-time inference under embedded constraints, detection under adverse weather, dataset bias and demographic fairness, the deployment of Bird’s-Eye View (BEV) and unified perception on automotive hardware, and explainability for safety-critical use.
Pop et al. (Fri,) studied this question.