11
Supervised descent method and its applications to face alignment CVPR 2013 2014/08/26 ked

SDM

Embed Size (px)

Citation preview

Page 1: SDM

Supervised descent method and its applications to face alignment

CVPR 20132014/08/26

ked

Page 2: SDM

Authors

Xuehan Xiong, Fernando DelaTorre

Page 3: SDM

F(x): Non-linear function Y: known vector X: motion parameters (landmark later)

Page 4: SDM

Regression

X: landmark location: 2p x 1 p: num of landmark

R: descent direction: 2p x 128p O: SIFT features: 128p x 1 b: bias: 2p x 1 RO = X, 2px128p x 128px1 = 2px1

Page 5: SDM

SIFT features

4 x 4 array (16 x 16 sample array) 8 orientation bins 4 x 4 x 8 = 128

Page 6: SDM

Learning

Learn: Rk, bk

R: descent direction: 2p x 128p O: SIFT features: 128p x m dx: 2p x m, b: bias: 2p x m m: num of images

Page 7: SDM

Learning – implementation

R: descent direction 2p x 128p O: SIFT features: 128p x m dx: 2p x m, b: bias: 2p x m m: num of images

Solve with least square method: Ax’ = B A: O^t: m x 128p x’: R^t: 128p x 2p B: dx^t: m x 2p

Page 8: SDM

Matrix formDescription

“Direction” Ground truthBias

Description

“Direction” + bias Ground truth

1

Page 9: SDM

Learning – recursive

Learn: Rk, bk

New {dX, O} New Rk, bk

Page 10: SDM

Questions

Num of iteration?

Page 11: SDM

Thx.