paper-with-me

홈 › Papers

Revisiting a single-stage method for face detection

2019-02-05 · Nguyen Van Quang, Hiromasa Fujihara

Although accurate, two-stage face detectors usually require more inference time than single-stage detectors do. This paper proposes a simple yet effective single-stage model for real-time face detection with a prominently high accuracy. We build our single-stage model on the top of the ResNet-101 backbone and analyze some problems with the baseline single-stage detector in order to design several strategies for reducing the false positive rate. The design leverages the context information from the deeper layers in order to increase recall rate while maintaining a low false positive rate. In addition, we reduce the detection time by an improved inference procedure for decoding outputs faster. The inference time of a VGA ($640{\times}480$) image was only approximately 26 ms with a Titan X GPU. The effectiveness of our proposed method was evaluated on several face detection benchmarks (Wider Face, AFW, Pascal Face, and FDDB). The experiments show that our method achieved competitive results on these popular datasets with a faster runtime than the current best two-stage practices.

📄 PDF Abstract BibTeX arXiv:1902.01559

Code (0)

등록된 구현이 없습니다.

Tasks

Face DetectionGPU

Similar Papers 제목 키워드 기반

Feature Agglomeration Networks for Single Stage Face Detection

2017-12-03 · Jialiang Zhang, Xiongwei Wu, Jianke Zhu, Steven C. H. Hoi

Recent years have witnessed promising results of face detection using deep learning. Despite making remarkable progresses, face detection in the wild remains an open research challenge especially when detecting faces at …

Face DetectionGPU

A Convolutional Neural Network Cascade for Face Detection

2015-06-01 · CVPR 2015 6 · Haoxiang Li, Zhe Lin, Xiaohui Shen, Jonathan Brandt 외

In real-world face detection, large visual variations, such as those due to pose, expression, and lighting, demand an advanced discriminative model to accurately differentiate faces from the backgrounds. Consequently, e…

CPUFace DetectionGPU

3D Object Detection on Point Clouds using Local Ground-aware and Adaptive Representation of scenes' surface

2020-02-02 · Arun CS Kumar, Disha Ahuja, Ashwath Aithal

A novel, adaptive ground-aware, and cost-effective 3D Object Detection pipeline is proposed. The ground surface representation introduced in this paper, in comparison to its uni-planar counterparts (methods that model th…

3D Object DetectionObjectobject-detectionObject Detection

Revisiting Feature Alignment for One-stage Object Detection

2019-08-05 · Yuntao Chen, Chenxia Han, Naiyan Wang, Zhao-Xiang Zhang

Recently, one-stage object detectors gain much attention due to their simplicity in practice. Its fully convolutional nature greatly reduces the difficulty of training and deployment compared with two-stage detectors whi…

Objectobject-detectionObject Detection

End-To-End Face Detection and Recognition

2017-03-31 · Liying Chi, Hong-Xin Zhang, Mingxiu Chen

Plenty of face detection and recognition methods have been proposed and got delightful results in decades. Common face recognition pipeline consists of: 1) face detection, 2) face alignment, 3) feature extraction, 4) sim…

Face AlignmentFace DetectionFace Recognition