Paper Review 15: DeepFace: Closing the Gap to Human-Level Performance in Face Verification
Summary
- Use ConvNets to extract features and calculate distance using them.
- Training method
- Train ConvNet first to extract feature
- Then, train Verification using X^2 or Siamese
- Used 3D modeling for face alignment before using ConvNet
Face Alignment (Frontalization)
Warp a detected facial crop to a 3D frontal mode using fiducial points
Training Method
- Train ConvNet first to extract features
- Train like traditional AlexNet (Learning to maximize the prob of correct class)
- Apply Verification Metric (learning unsupervised metric for generalization)
- Weighted X^2 distance
-
Siamese Network