paper-with-me

Papers

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

2019-04-05 · CVPR 2019 6 · Wei Liu, Irtiza Hasan, Shengcai Liao

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).

📄 PDF Abstract BibTeX arXiv:1904.02948

Code (2)

hasanirtiza/Pedestron 공식 구현 pytorch
liuwei16/CSP 공식 구현 tf

Tasks

Face Detectionobject-detectionObject DetectionPedestrian Detection

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Residual Connection 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…

Similar Papers 제목 키워드 기반

Anchor-free Small-scale Multispectral Pedestrian Detection

2020-08-19 · Alexander Wolpert, Michael Teutsch, M. Saquib Sarfraz, Rainer Stiefelhagen

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+1

Adapted Center and Scale Prediction: More Stable and More Accurate

2020-02-20 · Wenhao Wang

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 Detection

High-Level Semantic Feature Detection: A New Perspective for Pedestrian Detection

2019-06-01 · CVPR 2019 6 · Wei Liu, Shengcai Liao, Weiqiang Ren, Weidong Hu 외

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 Prediction

DAFNe: A One-Stage Anchor-Free Approach for Oriented Object Detection

2021-09-13 · Steven Lang, Fabrizio Ventola, Kristian Kersting

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+1

ObjectBox: From Centers to Boxes for Anchor-Free Object Detection

2022-07-14 · Mohsen Zand, Ali Etemad, Michael Greenspan

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