Multi-Path Region-Based Convolutional Neural Network for Accurate Detection of Unconstrained "Hard Faces"
Yuguang Liu, Martin D. Levine

TL;DR
This paper introduces a multi-path CNN framework for accurate face detection across a wide range of scales, achieving state-of-the-art results on challenging datasets by combining a multi-scale proposal network with a boosted classifier.
Contribution
The novel MP-RCNN framework effectively detects faces of vastly different sizes in a single image, integrating multi-scale proposals with deep features and a boosted classifier.
Findings
Achieves 9.6% higher AP on WIDER FACE hard subset
Outperforms previous methods in detecting small and large faces
Utilizes innovative sampling and convolution techniques
Abstract
Large-scale variations still pose a challenge in unconstrained face detection. To the best of our knowledge, no current face detection algorithm can detect a face as large as 800 x 800 pixels while simultaneously detecting another one as small as 8 x 8 pixels within a single image with equally high accuracy. We propose a two-stage cascaded face detection framework, Multi-Path Region-based Convolutional Neural Network (MP-RCNN), that seamlessly combines a deep neural network with a classic learning strategy, to tackle this challenge. The first stage is a Multi-Path Region Proposal Network (MP-RPN) that proposes faces at three different scales. It simultaneously utilizes three parallel outputs of the convolutional feature maps to predict multi-scale candidate face regions. The "atrous" convolution trick (convolution with up-sampled filters) and a newly proposed sampling layer for "hard"…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace recognition and analysis · Face and Expression Recognition · Video Surveillance and Tracking Methods
MethodsConvolution
