I am implementing some face alignment algorithm recently. I have read the following papers:
- Supervised descent method and its applications to face alignment
- Face alignment by explicit shape regression
- Face alignment at 3000 fps via regressing local binary features
All the paper mentioned a important keyword: shape-indexed-feature
or pose-indexed-feature
. This feature plays a key role in face alignment process. I did not get the key point of this feature. Why is it so important?