paper-with-me

Papers

Anchor Cascade for Efficient Face Detection

2018-05-09 · Baosheng Yu, DaCheng Tao

Face detection is essential to facial analysis tasks such as facial reenactment and face recognition. Both cascade face detectors and anchor-based face detectors have translated shining demos into practice and received intensive attention from the community. However, cascade face detectors often suffer from a low detection accuracy, while anchor-based face detectors rely heavily on very large networks pre-trained on large scale image classification datasets such as ImageNet [1], which is not computationally efficient for both training and deployment. In this paper, we devise an efficient anchor-based cascade framework called anchor cascade. To improve the detection accuracy by exploring contextual information, we further propose a context pyramid maxout mechanism for anchor cascade. As a result, anchor cascade can train very efficient face detection models with a high detection accuracy. Specifically, comparing with a popular CNN-based cascade face detector MTCNN [2], our anchor cascade face detector greatly improves the detection accuracy, e.g., from 0.9435 to 0.9704 at 1k false positives on FDDB, while it still runs in comparable speed. Experimental results on two widely used face detection benchmarks, FDDB and WIDER FACE, demonstrate the effectiveness of the proposed framework.

📄 PDF Abstract BibTeX arXiv:1805.03363

Code (0)

등록된 구현이 없습니다.

Tasks

Face DetectionFace Recognitionimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Cascade RPN: Delving into High-Quality Region Proposal Network with Adaptive Convolution

2019-09-15 · NeurIPS 2019 12 · Thang Vu, Hyunjun Jang, Trung X. Pham, Chang D. Yoo

This paper considers an architecture referred to as Cascade Region Proposal Network (Cascade RPN) for improving the region-proposal quality and detection performance by \textit{systematically} addressing the limitation o…

Object DetectionRegion Proposal

CascadeV-Det: Cascade Point Voting for 3D Object Detection

2024-01-15 · Yingping Liang, Ying Fu

Anchor-free object detectors are highly efficient in performing point-based prediction without the need for extra post-processing of anchors. However, different from the 2D grids, the 3D points used in these detectors ar…

3D Object DetectionObjectobject-detectionObject Detection

Channel Estimation for XL-IRS Assisted Wireless Systems with Double-sided Visibility Regions

2024-08-30 · Chao Zhou, Changsheng You, Shiqi Gong, Bin Lyu 외

In this paper, we study efficient channel estimation design for an extremely large-scale intelligent reflecting surface (XL-IRS) assisted multi-user communication systems, where both the base station (BS) and users are l…

Joint Training of Cascaded CNN for Face Detection

2016-06-01 · CVPR 2016 6 · Hongwei Qin, Junjie Yan, Xiu Li, Xiaolin Hu

Cascade has been widely used in face detection, where classifier with low computation cost can be firstly used to shrink most of the background while keeping the recall. The cascade in detection is popularized by seminal…

Face DetectionRegion Proposal

Wide Aspect Ratio Matching for Robust Face Detection

2021-03-10 · Shi Luo, Xiongfei Li, Xiaoli Zhang

Recently, anchor-based methods have achieved great progress in face detection. Once anchor design and anchor matching strategy determined, plenty of positive anchors will be sampled. However, faces with extreme aspect ra…

DiversityFace Detection