CHAPTER 7 Flashcards

(11 cards)

1
Q

Importance of Face Detection

A

The first step for any automatic face recognition system

First step in many Human Computer Interaction systems

Expression Recognition

Cognitive State/Emotional State Recognition

First step in many surveillance systems

Tracking: Face is a highly non rigid object

A step towards Automatic Target Recognition (ATR) or generic object detection/recognition

Video coding……

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

T/F Face recognition, It works by identifying and measuring facial features in an image.

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

*Facial recognition can identify human faces in ……………or ……………,

A

images , videos

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

T/F Facial recognition can identify human faces in images or videos, determine if the face in two images belongs to the same person, or search for a face among a large collection of existing images.

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Skin detection

A

*Skin pixels have a distinctive range of colors
-Corresponds to region(s) in
RGB color space

*Skin classifier
-A pixel X = (R,G,B) is skin if it is in the skin (color) region

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

PART 2 Skin detection

A

Learn the skin region from examples
* Manually label skin/non pixels in one or more “training images”
* Plot the training data in RGB space– skin pixels shown in orange, non-skin pixels shown in gray– some skin pixels may be outside the region, non-skin pixels inside.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Skin classifier

A

Given X = (R,G,B): how to determine if it is skin or not?

  • Nearest neighbor– find labeled pixel closest to X
  • Find plane/curve that separates the two classes– popular approach: Support Vector Machines (SVM)
  • Data modeling
    Face Recognition and Detection– fit a probability density/distribution model to each class
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Probabilistic skin classification

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Bayesian estimation

A

Goal is to choose the label (skin or ~skin) that maximizes the
posterior minimizes probability of misclassification

THIS IS CALLED : Maximum A Posteriori (MAP) estimation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Choosing the Dimension K

A

How many eigenfaces to use?
Look at the decay of the eigenvalues
* the eigenvalue tells you the amount of variance “in the
direction” of that eigenface
* ignore eigenfaces with low variance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Morphable Face Model

A

Use subspace to model elastic 2D or 3D shape variation (vertex
positions), in addition to appearance variation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly