DeepAI AI Chat
Log In Sign Up

Continuous Trade-off Optimization between Fast and Accurate Deep Face Detectors

11/27/2018
by   Petru Soviany, et al.
0

Although deep neural networks offer better face detection results than shallow or handcrafted models, their complex architectures come with higher computational requirements and slower inference speeds than shallow neural networks. In this context, we study five straightforward approaches to achieve an optimal trade-off between accuracy and speed in face detection. All the approaches are based on separating the test images in two batches, an easy batch that is fed to a faster face detector and a difficult batch that is fed to a more accurate yet slower detector. We conduct experiments on the AFW and the FDDB data sets, using MobileNet-SSD as the fast face detector and S3FD (Single Shot Scale-invariant Face Detector) as the accurate face detector, both models being pre-trained on the WIDER FACE data set. Our experiments show that the proposed difficulty metrics compare favorably to a random split of the images.

READ FULL TEXT
03/23/2018

Optimizing the Trade-off between Single-Stage and Two-Stage Object Detectors using Image Difficulty Prediction

There are mainly two types of state-of-the-art object detectors. On one ...
05/27/2021

YOLO5Face: Why Reinventing a Face Detector

Tremendous progress has been made on face detection in recent years usin...
08/15/2017

Dockerface: an easy to install and use Faster R-CNN face detector in a Docker container

Face detection is a very important task and a necessary pre-processing s...
08/07/2016

Bootstrapping Face Detection with Hard Negative Examples

Recently significant performance improvement in face detection was made ...
04/24/2019

LFFD: A Light and Fast Face Detector for Edge Devices

Face detection, as a fundamental technology for various applications, is...
02/07/2019

FDDB-360: Face Detection in 360-degree Fisheye Images

360-degree cameras offer the possibility to cover a large area, for exam...
07/20/2017

Adaptive Feeding: Achieving Fast and Accurate Detections by Adaptively Combining Object Detectors

Object detection aims at high speed and accuracy simultaneously. However...