paper-with-me

홈 › Papers

Robust Face Detection via Learning Small Faces on Hard Images

2018-11-28 · Zhishuai Zhang, Wei Shen, Siyuan Qiao, Yan Wang, Bo wang, Alan Yuille

Recent anchor-based deep face detectors have achieved promising performance, but they are still struggling to detect hard faces, such as small, blurred and partially occluded faces. A reason is that they treat all images and faces equally, without putting more effort on hard ones; however, many training images only contain easy faces, which are less helpful to achieve better performance on hard images. In this paper, we propose that the robustness of a face detector against hard faces can be improved by learning small faces on hard images. Our intuitions are (1) hard images are the images which contain at least one hard face, thus they facilitate training robust face detectors; (2) most hard faces are small faces and other types of hard faces can be easily converted to small faces by shrinking. We build an anchor-based deep face detector, which only output a single feature map with small anchors, to specifically learn small faces and train it by a novel hard image mining strategy. Extensive experiments have been conducted on WIDER FACE, FDDB, Pascal Faces, and AFW datasets to show the effectiveness of our method. Our method achieves APs of 95.7, 94.9 and 89.7 on easy, medium and hard WIDER FACE val dataset respectively, which surpass the previous state-of-the-arts, especially on the hard subset. Code and model are available at https://github.com/bairdzhang/smallhardface.

📄 PDF Abstract BibTeX arXiv:1811.11662

Code (1)

bairdzhang/smallhardface 공식 구현

Tasks

Face Detection

Similar Papers 제목 키워드 기반

SFA: Small Faces Attention Face Detector

2018-12-20 · Shi Luo, Xiongfei Li, Rui Zhu, Xiaoli Zhang

In recent year, tremendous strides have been made in face detection thanks to deep learning. However, most published face detectors deteriorate dramatically as the faces become smaller. In this paper, we present the Smal…

Face DetectionGPU

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

ProgressFace: Scale-Aware Progressive Learning for Face Detection

2020-08-01 · ECCV 2020 8 · Jiashu Zhu, Dong Li, Tiantian Han, Lu Tian 외

Scale variation stands out as one of key challenges in face detection. Recent attempts have been made to cope with this issue by incorporating image / feature pyramids or adjusting anchor sampling / matching strategies. …

Face Detection

S3FD: Single Shot Scale-Invariant Face Detector

2017-10-01 · ICCV 2017 10 · Shifeng Zhang, Xiangyu Zhu, Zhen Lei, Hailin Shi 외

This paper presents a real-time face detector, named Single Shot Scale-invariant Face Detector (S3FD), which performs superiorly on various scales of faces with a single deep neural network, especially for small faces. S…

Face Detection

S$^3$FD: Single Shot Scale-invariant Face Detector

2017-08-17 · Shifeng Zhang, Xiangyu Zhu, Zhen Lei, Hailin Shi 외

This paper presents a real-time face detector, named Single Shot Scale-invariant Face Detector (S$^3$FD), which performs superiorly on various scales of faces with a single deep neural network, especially for small faces…

Face Detection