Multi-view Face Detection Using Deep Convolutional Neural Networks
Sachin Sudhakar Farfade, Mohammad Saberian, Li-Jia Li

TL;DR
This paper introduces DDFD, a deep learning-based multi-view face detector that operates with a single model, avoiding pose or landmark annotations, and achieves comparable or superior performance to more complex methods.
Contribution
The paper presents a novel deep convolutional neural network approach for multi-view face detection that does not require pose or landmark annotations and simplifies the detection process.
Findings
Effective detection across various face orientations.
Handles occlusion to some extent.
Performance comparable or superior to existing methods.
Abstract
In this paper we consider the problem of multi-view face detection. While there has been significant research on this problem, current state-of-the-art approaches for this task require annotation of facial landmarks, e.g. TSM [25], or annotation of face poses [28, 22]. They also require training dozens of models to fully capture faces in all orientations, e.g. 22 models in HeadHunter method [22]. In this paper we propose Deep Dense Face Detector (DDFD), a method that does not require pose/landmark annotation and is able to detect faces in a wide range of orientations using a single model based on deep convolutional neural networks. The proposed method has minimal complexity; unlike other recent deep learning object detection methods [9], it does not require additional components such as segmentation, bounding-box regression, or SVM classifiers. Furthermore, we analyzed scores of the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace recognition and analysis · Face and Expression Recognition · Advanced Image and Video Retrieval Techniques
