Skip to content

Instantly share code, notes, and snippets.

@s4nyam
Forked from jdsgomes/DeepLearningFaces.md
Created October 16, 2016 07:02
Show Gist options
  • Save s4nyam/9118b3d2eb80597eeb2f22535ddcc723 to your computer and use it in GitHub Desktop.
Save s4nyam/9118b3d2eb80597eeb2f22535ddcc723 to your computer and use it in GitHub Desktop.
Deep Learning for Face Recognition

Deep Learning for Face Recognition (May 2016)

Popular architectures

  • FaceNet (Google)
    • They use a triplet loss with the goal of keeping the L2 intra-class distances low and inter-class distances high
  • DeepID (Hong Kong University)
    • They use verification and identification signals to train the network. Afer each convolutional layer there is an identity layer connected to the supervisory signals in order to train each layer closely (on top of normal backprop)
  • DeepFace (Facebook)
    • Convs followed by locally connected, followed by fully connected

Face databases

Face Recognition

Face alignment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment