paper-with-me

홈 › 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 Small Faces Attention (SFA) face detector to better detect faces with small scale. First, we propose a new scale-invariant face detection architecture which pays more attention to small faces, including 4-branch detection architecture and small faces sensitive anchor design. Second, feature maps fusion strategy is applied in SFA by partially combining high-level features into low-level features to further improve the ability of finding hard faces. Third, we use multi-scale training and testing strategy to enhance face detection performance in practice. Comprehensive experiments show that SFA significantly improves face detection performance, especially on small faces. Our real-time SFA face detector can run at 5 FPS on a single GPU as well as maintain high performance. Besides, our final SFA face detector achieves state-of-the-art detection performance on challenging face detection benchmarks, including WIDER FACE and FDDB datasets, with competitive runtime speed. Both our code and models will be available to the research community.

📄 PDF Abstract BibTeX arXiv:1812.08402

Code (2)

shiluo1990/SFA 공식 구현
yangyucheng000/papercode-2/tree/main/SFAT-MindSpore-main mindspore

Tasks

Face DetectionGPU

Similar Papers 제목 키워드 기반

Robust Face Detection via Learning Small Faces on Hard Images

2018-11-28 · Zhishuai Zhang, Wei Shen, Siyuan Qiao, Yan Wang 외

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…

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

Mask or Non-Mask? Robust Face Mask Detector via Triplet-Consistency Representation Learning

2021-10-01 · Chun-Wei Yang, Thanh-Hai Phung, Hong-Han Shuai, Wen-Huang Cheng

In the absence of vaccines or medicines to stop COVID-19, one of the effective methods to slow the spread of the coronavirus and reduce the overloading of healthcare is to wear a face mask. Nevertheless, to mandate the u…

object-detectionObject DetectionRepresentation LearningTriplet

MSFD:Multi-Scale Receptive Field Face Detector

2019-03-11 · Qiushan Guo, Yuan Dong, Yu Guo, Hongliang Bai

We aim to study the multi-scale receptive fields of a single convolutional neural network to detect faces of varied scales. This paper presents our Multi-Scale Receptive Field Face Detector (MSFD), which has superior per…

GPU