TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Center and Scale Prediction: Anchor-free Approach for Pede...

Center and Scale Prediction: Anchor-free Approach for Pedestrian and Face Detection

Wei Liu, Irtiza Hasan, Shengcai Liao

2019-04-05CVPR 2019 6Pedestrian Detectionobject-detectionObject DetectionFace Detection
PaperPDFCode(official)Code(official)

Abstract

Object detection generally requires sliding-window classifiers in tradition or anchor box based predictions in modern deep learning approaches. However, either of these approaches requires tedious configurations in boxes. In this paper, we provide a new perspective where detecting objects is motivated as a high-level semantic feature detection task. Like edges, corners, blobs and other feature detectors, the proposed detector scans for feature points all over the image, for which the convolution is naturally suited. However, unlike these traditional low-level features, the proposed detector goes for a higher-level abstraction, that is, we are looking for central points where there are objects, and modern deep models are already capable of such a high-level semantic abstraction. Besides, like blob detection, we also predict the scales of the central points, which is also a straightforward convolution. Therefore, in this paper, pedestrian and face detection is simplified as a straightforward center and scale prediction task through convolutions. This way, the proposed method enjoys a box-free setting. Though structurally simple, it presents competitive accuracy on several challenging benchmarks, including pedestrian detection and face detection. Furthermore, a cross-dataset evaluation is performed, demonstrating a superior generalization ability of the proposed method. Code and models can be accessed at (https://github.com/liuwei16/CSP and https://github.com/hasanirtiza/Pedestron).

Results

TaskDatasetMetricValueModel
Autonomous VehiclesCaltechReasonable Miss Rate3.8CSP + CityPersons dataset
Autonomous VehiclesCaltechReasonable Miss Rate4.5CSP
Autonomous VehiclesCityPersonsBare MR^-27.3CSP (with offset) + ResNet-50
Autonomous VehiclesCityPersonsHeavy MR^-249.3CSP (with offset) + ResNet-50
Autonomous VehiclesCityPersonsLarge MR^-26.5CSP (with offset) + ResNet-50
Autonomous VehiclesCityPersonsMedium MR^-23.7CSP (with offset) + ResNet-50
Autonomous VehiclesCityPersonsPartial MR^-210.4CSP (with offset) + ResNet-50
Autonomous VehiclesCityPersonsReasonable MR^-211CSP (with offset) + ResNet-50
Autonomous VehiclesCityPersonsSmall MR^-216CSP (with offset) + ResNet-50
Pedestrian DetectionCaltechReasonable Miss Rate3.8CSP + CityPersons dataset
Pedestrian DetectionCaltechReasonable Miss Rate4.5CSP
Pedestrian DetectionCityPersonsBare MR^-27.3CSP (with offset) + ResNet-50
Pedestrian DetectionCityPersonsHeavy MR^-249.3CSP (with offset) + ResNet-50
Pedestrian DetectionCityPersonsLarge MR^-26.5CSP (with offset) + ResNet-50
Pedestrian DetectionCityPersonsMedium MR^-23.7CSP (with offset) + ResNet-50
Pedestrian DetectionCityPersonsPartial MR^-210.4CSP (with offset) + ResNet-50
Pedestrian DetectionCityPersonsReasonable MR^-211CSP (with offset) + ResNet-50
Pedestrian DetectionCityPersonsSmall MR^-216CSP (with offset) + ResNet-50

Related Papers

A Real-Time System for Egocentric Hand-Object Interaction Detection in Industrial Domains2025-07-17RS-TinyNet: Stage-wise Feature Fusion Network for Detecting Tiny Objects in Remote Sensing Images2025-07-17Decoupled PROB: Decoupled Query Initialization Tasks and Objectness-Class Learning for Open World Object Detection2025-07-17Dual LiDAR-Based Traffic Movement Count Estimation at a Signalized Intersection: Deployment, Data Collection, and Preliminary Analysis2025-07-17Vision-based Perception for Autonomous Vehicles in Obstacle Avoidance Scenarios2025-07-16Tomato Multi-Angle Multi-Pose Dataset for Fine-Grained Phenotyping2025-07-15ECORE: Energy-Conscious Optimized Routing for Deep Learning Models at the Edge2025-07-08YOLO-APD: Enhancing YOLOv8 for Robust Pedestrian Detection on Complex Road Geometries2025-07-07