paper-with-me

Papers

Detecting Faces Using Region-based Fully Convolutional Networks

2017-09-14 · Yitong Wang, Xing Ji, Zheng Zhou, Hao Wang, Zhifeng Li

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.

📄 PDF Abstract BibTeX arXiv:1709.05256

Code (1)

vikramkarthikeyan/Face-R-FCN pytorch

Tasks

Face DetectionPosition

Methods 이 논문이 사용한 방법론

Position-Sensitive RoI Pooling 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
R-FCN Region-based Fully Convolutional Networks, or R-FCNs, are a type of region-based object detector. In contrast to previous region-based object detectors such as…

Similar Papers 제목 키워드 기반

A Multi-Scale Cascade Fully Convolutional Network Face Detector

2016-09-12 · Zhenheng Yang, Ram Nevatia

Face detection is challenging as faces in images could be present at arbitrary locations and in different scales. We propose a three-stage cascade structure based on fully convolutional neural networks (FCNs). It first p…

Face Detection

Multi-Path Region-Based Convolutional Neural Network for Accurate Detection of Unconstrained "Hard Faces"

2017-03-27 · Yuguang Liu, Martin D. Levine

Large-scale variations still pose a challenge in unconstrained face detection. To the best of our knowledge, no current face detection algorithm can detect a face as large as 800 x 800 pixels while simultaneously detecti…

Face DetectionRegion ProposalRobust Face Recognition

Registration-free Face-SSD: Single shot analysis of smiles, facial attributes, and affect in the wild

2019-02-11 · Youngkyoon Jang, Hatice Gunes, Ioannis Patras

In this paper, we present a novel single shot face-related task analysis method, called Face-SSD, for detecting faces and for performing various face-related (classification/regression) tasks including smile recognition,…

Arousal EstimationAttributeFace DetectionSmile Recognition

Detecting Masked Faces in the Wild With LLE-CNNs

2017-07-01 · CVPR 2017 7 · Shiming Ge, Jia Li, Qiting Ye, Zhao Luo

Detecting masked faces (i.e., faces with occlusions) is a challenging task due to two main reasons: 1)the absence of large datasets of masked faces, and 2)the absence of facial cues from the masked regions. To address th…

Multi-Branch Fully Convolutional Network for Face Detection

2017-07-20 · Yancheng Bai, Bernard Ghanem

Face detection is a fundamental problem in computer vision. It is still a challenging task in unconstrained conditions due to significant variations in scale, pose, expressions, and occlusion. In this paper, we propose a…

Face DetectionGPU