paper-with-me

Papers

Face Attention Network: An Effective Face Detector for the Occluded Faces

2017-11-20 · Jianfeng Wang, Ye Yuan, Gang Yu

The performance of face detection has been largely improved with the development of convolutional neural network. However, the occlusion issue due to mask and sunglasses, is still a challenging problem. The improvement on the recall of these occluded cases usually brings the risk of high false positives. In this paper, we present a novel face detector called Face Attention Network (FAN), which can significantly improve the recall of the face detection problem in the occluded case without compromising the speed. More specifically, we propose a new anchor-level attention, which will highlight the features from the face region. Integrated with our anchor assign strategy and data augmentation techniques, we obtain state-of-art results on public face detection benchmarks like WiderFace and MAFA. The code will be released for reproduction.

📄 PDF Abstract BibTeX arXiv:1711.07246

Code (1)

rainofmine/Face_Attention_Network pytorch

Tasks

Data AugmentationFace DetectionOccluded Face Detection

Methods 이 논문이 사용한 방법론

Trust Wallet 설명 없음

Similar Papers 제목 키워드 기반

Adversarial Occlusion-aware Face Detection

2017-09-15 · Yujia Chen, Lingxiao Song, Ran He

Occluded face detection is a challenging detection task due to the large appearance variations incurred by various real-world occlusions. This paper introduces an Adversarial Occlusion-aware Face Detector (AOFD) by simul…

Face DetectionOccluded Face Detection

A Comparative Study of Face Detection Algorithms for Masked Face Detection

2023-05-18 · Sahel Mohammad Iqbal, Danush Shekar, Subhankar Mishra

Contemporary face detection algorithms have to deal with many challenges such as variations in pose, illumination, and scale. A subclass of the face detection problem that has recently gained increasing attention is occl…

Face DetectionOccluded Face Detection

End2End Occluded Face Recognition by Masking Corrupted Features

2021-08-21 · Haibo Qiu, Dihong Gong, Zhifeng Li, Wei Liu 외

With the recent advancement of deep convolutional neural networks, significant progress has been made in general face recognition. However, the state-of-the-art general face recognition models do not generalize well to o…

Face Recognition

Attention-based Partial Face Recognition

2021-06-11 · Stefan Hörmann, Zeyuan Zhang, Martin Knoche, Torben Teepe 외

Photos of faces captured in unconstrained environments, such as large crowds, still constitute challenges for current face recognition approaches as often faces are occluded by objects or people in the foreground. Howeve…

Face Recognition

Grid Loss: Detecting Occluded Faces

2016-09-01 · Michael Opitz, Georg Waltner, Georg Poier, Horst Possegger 외

Detection of partially occluded objects is a challenging computer vision problem. Standard Convolutional Neural Network (CNN) detectors fail if parts of the detection window are occluded, since not every sub-part of the …

Face Detection