Skip to content

Instantly share code, notes, and snippets.

@twmht
Forked from jdsgomes/DeepLearningFaces.md
Created June 8, 2017 09:19
Show Gist options
  • Save twmht/5e09da341d4e797184071214e11cb752 to your computer and use it in GitHub Desktop.
Save twmht/5e09da341d4e797184071214e11cb752 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

Fast face recognition and verification

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