SOTAVerified

Detecting Faces Using Region-based Fully Convolutional Networks

2017-09-14Code Available0· sign in to hype

Yitong Wang, Xing Ji, Zheng Zhou, Hao Wang, Zhifeng Li

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Face detection has achieved great success using the region-based methods. In this report, we propose a region-based face detector applying deep networks in a fully convolutional fashion, named Face R-FCN. Based on Region-based Fully Convolutional Networks (R-FCN), our face detector is more accurate and computational efficient compared with the previous R-CNN based face detectors. In our approach, we adopt the fully convolutional Residual Network (ResNet) as the backbone network. Particularly, We exploit several new techniques including position-sensitive average pooling, multi-scale training and testing and on-line hard example mining strategy to improve the detection accuracy. Over two most popular and challenging face detection benchmarks, FDDB and WIDER FACE, Face R-FCN achieves superior performance over state-of-the-arts.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
FDDBFace R-FCNAP0.99Unverified
WIDER Face (Easy)Face R-FCNAP0.94Unverified
WIDER Face (Hard)Face R-FCNAP0.88Unverified
WIDER Face (Medium)Face R-FCNAP0.93Unverified

Reproductions