paper-with-me

홈 › Papers

SADet: Learning An Efficient and Accurate Pedestrian Detector

2020-07-26 · Chubin Zhuang, Zhen Lei, Stan Z. Li

Although the anchor-based detectors have taken a big step forward in pedestrian detection, the overall performance of algorithm still needs further improvement for practical applications, \emph{e.g.}, a good trade-off between the accuracy and efficiency. To this end, this paper proposes a series of systematic optimization strategies for the detection pipeline of one-stage detector, forming a single shot anchor-based detector (SADet) for efficient and accurate pedestrian detection, which includes three main improvements. Firstly, we optimize the sample generation process by assigning soft tags to the outlier samples to generate semi-positive samples with continuous tag value between $0$ and $1$, which not only produces more valid samples, but also strengthens the robustness of the model. Secondly, a novel Center-$IoU$ loss is applied as a new regression loss for bounding box regression, which not only retains the good characteristics of IoU loss, but also solves some defects of it. Thirdly, we also design Cosine-NMS for the postprocess of predicted bounding boxes, and further propose adaptive anchor matching to enable the model to adaptively match the anchor boxes to full or visible bounding boxes according to the degree of occlusion, making the NMS and anchor matching algorithms more suitable for occluded pedestrian detection. Though structurally simple, it presents state-of-the-art result and real-time speed of $20$ FPS for VGA-resolution images ($640 \times 480$) on challenging pedestrian detection benchmarks, i.e., CityPersons, Caltech, and human detection benchmark CrowdHuman, leading to a new attractive pedestrian detector.

📄 PDF Abstract BibTeX arXiv:2007.13119

Code (0)

등록된 구현이 없습니다.

Tasks

Human DetectionPedestrian DetectionregressionTAG

Similar Papers 제목 키워드 기반

A Real-Time Deep Learning Pedestrian Detector for Robot Navigation

2016-07-15 · David Ribeiro, Andre Mateus, Pedro Miraldo, Jacinto C. Nascimento

A real-time Deep Learning based method for Pedestrian Detection (PD) is applied to the Human-Aware robot navigation problem. The pedestrian detector combines the Aggregate Channel Features (ACF) detector with a deep Conv…

Deep LearningPedestrian DetectionRobot Navigation

A Content-Based Late Fusion Approach Applied to Pedestrian Detection

2018-06-08 · Jessica Sena, Artur Jordao, William Robson Schwartz

The variety of pedestrians detectors proposed in recent years has encouraged some works to fuse pedestrian detectors to achieve a more accurate detection. The intuition behind is to combine the detectors based on its spa…

Pedestrian Detection

Visual Compiler: Synthesizing a Scene-Specific Pedestrian Detector and Pose Estimator

2016-12-15 · Namhoon Lee, Xinshuo Weng, Vishnu Naresh Boddeti, Yu Zhang 외

We introduce the concept of a Visual Compiler that generates a scene specific pedestrian detector and pose estimator without any pedestrian observations. Given a single image and auxiliary scene information in the form o…

Human DetectionPose Estimation

Single-Pedestrian Detection Aided by Multi-pedestrian Detection

2013-06-01 · CVPR 2013 6 · Wanli Ouyang, Xiaogang Wang

In this paper, we address the challenging problem of detecting pedestrians who appear in groups and have interaction. A new approach is proposed for single-pedestrian detection aided by multi-pedestrian detection. A mixt…

Pedestrian Detection

Person Re-identification in the Wild

2016-04-09 · CVPR 2017 7 · Liang Zheng, Hengheng Zhang, Shaoyan Sun, Manmohan Chandraker 외

We present a novel large-scale dataset and comprehensive baselines for end-to-end pedestrian detection and person recognition in raw video frames. Our baselines address three issues: the performance of various combinatio…

BenchmarkingPedestrian DetectionPerson RecognitionPerson Re-Identification