Face Detection with End-to-End Integration of a ConvNet and a 3D Model
Yunzhu Li, Benyuan Sun, Tianfu Wu, Yizhou Wang

TL;DR
This paper introduces an end-to-end face detection method combining a ConvNet with a fixed 3D mean face model, improving proposal accuracy and structure-aware detection, achieving state-of-the-art results on benchmark datasets.
Contribution
It presents a novel integration of a 3D face model into a ConvNet for face detection, eliminating heuristic anchors and employing configuration pooling for better structural understanding.
Findings
Achieved state-of-the-art results on FDDB and AFW benchmarks.
Eliminated heuristic anchor box design using 3D face model.
Improved detection accuracy with configuration pooling.
Abstract
This paper presents a method for face detection in the wild, which integrates a ConvNet and a 3D mean face model in an end-to-end multi-task discriminative learning framework. The 3D mean face model is predefined and fixed (e.g., we used the one provided in the AFLW dataset). The ConvNet consists of two components: (i) The face pro- posal component computes face bounding box proposals via estimating facial key-points and the 3D transformation (rotation and translation) parameters for each predicted key-point w.r.t. the 3D mean face model. (ii) The face verification component computes detection results by prun- ing and refining proposals based on facial key-points based configuration pooling. The proposed method addresses two issues in adapting state- of-the-art generic object detection ConvNets (e.g., faster R-CNN) for face detection: (i) One is to eliminate the heuristic design of…
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 · Advanced Image and Video Retrieval Techniques · Video Surveillance and Tracking Methods
MethodsSoftmax
