paper-with-me

Papers

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, Yinan Yu

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 or anchors. In this paper, taking pedestrian detection as an example, 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 pedestrians, 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 pedestrian points, which is also a straightforward convolution. Therefore, in this paper, pedestrian detection is simplified as a straightforward center and scale prediction task through convolutions. This way, the proposed method enjoys an anchor-free setting. Though structurally simple, it presents competitive accuracy and good speed on challenging pedestrian detection benchmarks, and hence leading to a new attractive pedestrian detector. Code and models will be available at https://github.com/liuwei16/CSP.

📄 PDF Abstract BibTeX

Code (1)

liuwei16/CSP 공식 구현 tf

Tasks

object-detectionObject DetectionPedestrian DetectionVocal Bursts Intensity Prediction

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Semantic-Aware Video Text Detection

2021-06-19 · CVPR 2021 1 · Wei Feng, Fei Yin, Xu-Yao Zhang, Cheng-Lin Liu

Most existing video text detection methods track texts with appearance features, which are easily influenced by the change of perspective and illumination. Compared with appearance features, semantic features are mor…

Text Detection

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…

Face Detectionobject-detectionObject DetectionPedestrian Detection

Shrinking the Semantic Gap: Spatial Pooling of Local Moment Invariants for Copy-Move Forgery Detection

2022-07-19 · Chao Wang, Zhiqiu Huang, Shuren Qi, Yaoshen Yu 외

Copy-move forgery is a manipulation of copying and pasting specific patches from and to an image, with potentially illegal or unethical uses. Recent advances in the forensic methods for copy-move forgery have shown incre…

Rethinking the Defocus Blur Detection Problem and A Real-Time Deep DBD Model

2020-08-01 · ECCV 2020 8 · Ning Zhang, Junchi Yan

Defocus blur detection (DBD) is a classical low level vision task. It has recently attracted attention focusing on designing complex convolutional neural networks (CNN) which make full use of both low level features and …

Data AugmentationDefocus Blur Detection

SemanticBEVFusion: Rethink LiDAR-Camera Fusion in Unified Bird's-Eye View Representation for 3D Object Detection

2022-12-09 · Qi Jiang, Hao Sun, Xi Zhang

LiDAR and camera are two essential sensors for 3D object detection in autonomous driving. LiDAR provides accurate and reliable 3D geometry information while the camera provides rich texture with color. Despite the increa…

3D geometry3D Object DetectionAutonomous Drivingobject-detection+1