CVSep 15, 2017

Adversarial Occlusion-aware Face Detection

arXiv:1709.05188v615 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of occluded face detection for computer vision applications, representing an incremental improvement with novel adversarial training.

The paper tackled the problem of detecting faces under occlusion by introducing an adversarial occlusion-aware face detector that simultaneously detects occluded faces and segments occluded areas, achieving significant outperformance on the MAFA dataset and competitive accuracy on FDDB.

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 simultaneously detecting occluded faces and segmenting occluded areas. Specifically, we employ an adversarial training strategy to generate occlusion-like face features that are difficult for a face detector to recognize. Occlusion mask is predicted simultaneously while detecting occluded faces and the occluded area is utilized as an auxiliary instead of being regarded as a hindrance. Moreover, the supervisory signals from the segmentation branch will reversely affect the features, aiding in detecting heavily-occluded faces accordingly. Consequently, AOFD is able to find the faces with few exposed facial landmarks with very high confidences and keeps high detection accuracy even for masked faces. Extensive experiments demonstrate that AOFD not only significantly outperforms state-of-the-art methods on the MAFA occluded face detection dataset, but also achieves competitive detection accuracy on benchmark dataset for general face detection such as FDDB.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes