6
Face detection using Random projections Sunil Khanal

Face detection using Random projections

  • Upload
    yepa

  • View
    28

  • Download
    0

Embed Size (px)

DESCRIPTION

Face detection using Random projections. Sunil Khanal. Random Projections. Randomly project high dimensional data into low dimension Given , project it to using projection matrix     : Can use               to generate each element of the projection matrix - PowerPoint PPT Presentation

Citation preview

Page 1: Face detection using Random projections

Face detection using Random projections

Sunil Khanal

Page 2: Face detection using Random projections

Random Projections Randomly project high dimensional data into low

dimension Given , project it to using

projection matrix     :

Can use               to generate each element of the projection matrix

Use the projection matrix to reduce data to 100-1000 dimensions

Use the output for classification

Page 3: Face detection using Random projections

The theory Robustness (  ) of a concept class:                                                     

Let           be random projections of        . Given a threshold   , and target dimension k

Projecting from a 50,000 dimension space to 1000 dimension preserves pairwise distances to              with          % probability

                                                                

Page 4: Face detection using Random projections

Datasets testedEssex Faces (Expression variations, 360 images)

Caltech Faces (Varying lighting condition and background, 436 images)

Sheffield Faces (Pose variation, 575 images)

Georgia Tech Faces (Similar lighting condition and background, 750 images)

Page 5: Face detection using Random projections

Results

10 110 210 310 410 510 610 710 810 910200030354045505560657075

Sheffield (20 persons) Georgia Tech (50 persons)

10 90 170

250

330

410

490

570

650

730

810

890

970

0

20

40

60

80

100

Caltech (26 persons)

10 90 170

250

330

410

490

570

650

730

810

890

970

0

10

20

30

40

50

Essex (18 persons)

10 110 210 310 410 510 610 710 810 91020000

20

40

60

80

100

120

- SVM classification with polynomial kernel (degree 3)- 90% training, 10% testing

Page 6: Face detection using Random projections

Planned Work Interpreting the projection Explore different probability distributions for

calculating the projection matrix Explore probabilistic kernel methods (esp.

Gaussian product kernel) on the projected data RP seemingly works well for faces, but sensitive to

background changes Comparison against PCA/feature based

approaches