Center and Scale Prediction: Anchor-free Approach for Pedestrian and Face Detection
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).
Code (2)
Tasks
Face Detectionobject-detectionObject DetectionPedestrian DetectionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Anchor-free Small-scale Multispectral Pedestrian Detection
Multispectral images consisting of aligned visual-optical (VIS) and thermal infrared (IR) image pairs are well-suited for practical applications like autonomous driving or visual surveillance. Such data can be used to in…
Autonomous DrivingData AugmentationObjectObject Localization+1Adapted Center and Scale Prediction: More Stable and More Accurate
Pedestrian detection benefits from deep learning technology and gains rapid development in recent years. Most of detectors follow general object detection frame, i.e. default boxes and two-stage process. Recently, anchor…
object-detectionObject DetectionPedestrian DetectionHigh-Level Semantic Feature Detection: A New Perspective for Pedestrian Detection
Object detection generally requires sliding-window classifiers in tradition or anchor-based predictions in modern deep learning approaches. However, either of these approaches requires tedious configurations in windows o…
object-detectionObject DetectionPedestrian DetectionVocal Bursts Intensity PredictionDAFNe: A One-Stage Anchor-Free Approach for Oriented Object Detection
We present DAFNe, a Dense one-stage Anchor-Free deep Network for oriented object detection. As a one-stage model, it performs bounding box predictions on a dense grid over the input image, being architecturally simpler i…
object-detectionObject DetectionObject LocalizationOne-stage Anchor-free Oriented Object Detection+1ObjectBox: From Centers to Boxes for Anchor-Free Object Detection
We present ObjectBox, a novel single-stage anchor-free and highly generalizable object detection approach. As opposed to both existing anchor-based and anchor-free detectors, which are more biased toward specific object …
Objectobject-detectionObject Detection