Top Banner
FDDB: A BENCHMARK FOR FACE DETECTION IN UNCONSTRAINED SETTINGS Technical Report UM-CS-2010-009, Dept. of Computer Science, University of Massachusetts, Amherst . 2010. VIDIT JAIN ERIK LEARNED-MILLER Aluna: Lourdes Ramírez Cerna. http://vis-www.cs.umass.edu/lfw/index.html
14

FDDB: A B ENCHMARK FOR F ACE D ETECTION IN U NCONSTRAINED S ETTINGS Technical Report UM-CS-2010-009, Dept. of Computer Science, University of Massachusetts,

Dec 26, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: FDDB: A B ENCHMARK FOR F ACE D ETECTION IN U NCONSTRAINED S ETTINGS Technical Report UM-CS-2010-009, Dept. of Computer Science, University of Massachusetts,

FDDB: A BENCHMARK FOR FACE DETECTION IN UNCONSTRAINED SETTINGS

Technical Report UM-CS-2010-009, Dept. of Computer Science, University of Massachusetts, Amherst. 2010.

VIDIT JAIN ERIK LEARNED-MILLER

Aluna:Lourdes Ramírez Cerna.

http://vis-www.cs.umass.edu/lfw/index.html

Page 2: FDDB: A B ENCHMARK FOR F ACE D ETECTION IN U NCONSTRAINED S ETTINGS Technical Report UM-CS-2010-009, Dept. of Computer Science, University of Massachusetts,

INTRODUCTION

Several algorithms have been developing for face detections, however remain difficult to compare due to the lack of enough detail to reproduce the published results.

This paper presents a new data set of face images with more faces and more accurate annotations for face regions. Also, propose two rigorous and precise methods for evaluating the performance of face detection algorithms. Finally, reports results of several standard algorithms on the new benchmark.

2

Page 3: FDDB: A B ENCHMARK FOR F ACE D ETECTION IN U NCONSTRAINED S ETTINGS Technical Report UM-CS-2010-009, Dept. of Computer Science, University of Massachusetts,

FACE DETECTION DATA SET

2845 images with a total of 5171 faces.

The data set includes occlusions, difficult poses, low resolutions and out-of-focus faces.

Especification of face regions as elliptical regions.

Both grayscale and color images.

3

Page 4: FDDB: A B ENCHMARK FOR F ACE D ETECTION IN U NCONSTRAINED S ETTINGS Technical Report UM-CS-2010-009, Dept. of Computer Science, University of Massachusetts,

4

Page 5: FDDB: A B ENCHMARK FOR F ACE D ETECTION IN U NCONSTRAINED S ETTINGS Technical Report UM-CS-2010-009, Dept. of Computer Science, University of Massachusetts,

5

Page 6: FDDB: A B ENCHMARK FOR F ACE D ETECTION IN U NCONSTRAINED S ETTINGS Technical Report UM-CS-2010-009, Dept. of Computer Science, University of Massachusetts,

CONSTRUCTION OF THE DATA SET

6

Page 7: FDDB: A B ENCHMARK FOR F ACE D ETECTION IN U NCONSTRAINED S ETTINGS Technical Report UM-CS-2010-009, Dept. of Computer Science, University of Massachusetts,

NEAR-DUPLICATE DETECTION

7

Page 8: FDDB: A B ENCHMARK FOR F ACE D ETECTION IN U NCONSTRAINED S ETTINGS Technical Report UM-CS-2010-009, Dept. of Computer Science, University of Massachusetts,

ANNOTATING FACE REGIONS

For some image regions, deciding whether or not it represents a “face” can be challenging. Several factors such as low resolution (green, solid), occlusion (blue, dashed), and pose of the head (red, dotted) may make this determination ambiguous.

8

Page 9: FDDB: A B ENCHMARK FOR F ACE D ETECTION IN U NCONSTRAINED S ETTINGS Technical Report UM-CS-2010-009, Dept. of Computer Science, University of Massachusetts,

9

Page 10: FDDB: A B ENCHMARK FOR F ACE D ETECTION IN U NCONSTRAINED S ETTINGS Technical Report UM-CS-2010-009, Dept. of Computer Science, University of Massachusetts,

EVALUATION

A detection corresponds to a contiguous image region. Any post-processing required to merge overlapping

detections has already been done. Each detection corresponds to exactly one entire face.

10

Page 11: FDDB: A B ENCHMARK FOR F ACE D ETECTION IN U NCONSTRAINED S ETTINGS Technical Report UM-CS-2010-009, Dept. of Computer Science, University of Massachusetts,

MATCHING DETECTIONS AND ANNOTATIONS

A matching of detections to face regions in this graph corresponds to the selection of a set of edges M ⊆ E.

Mathematically, the desired matching M maximizes the cumulative matching score while satisfying the following constraints:

The determination of the minimum weight matching in a weighted bipartite graph has an equivalent dual formulation as finding the solution of the minimum weighted (vertex) cover problem on a related graph.

11

Page 12: FDDB: A B ENCHMARK FOR F ACE D ETECTION IN U NCONSTRAINED S ETTINGS Technical Report UM-CS-2010-009, Dept. of Computer Science, University of Massachusetts,

EVALUATION METRICS

Discrete score: yi = S(di,vi)>0.5.A score of 1 is assigned to the detected region and 0 otherwise.

Continuous score: yi = S(di, vi).This ratio is used as the score for the detected region.

12

Page 13: FDDB: A B ENCHMARK FOR F ACE D ETECTION IN U NCONSTRAINED S ETTINGS Technical Report UM-CS-2010-009, Dept. of Computer Science, University of Massachusetts,

EXPERIMENTAL SETUP

10 fold cross-validationA 10-fold cross-validation is performed using a fixed partitioning of the data set into ten folds.

Unrestricted training Data outside the FDDB data set is permitted

to be included in the training set.

13

Page 14: FDDB: A B ENCHMARK FOR F ACE D ETECTION IN U NCONSTRAINED S ETTINGS Technical Report UM-CS-2010-009, Dept. of Computer Science, University of Massachusetts,

BENCHMARK

14