Skip to content

Instantly share code, notes, and snippets.

@arasharchor
Forked from jdsgomes/DeepLearningFaces.md
Created January 15, 2017 14:51
Show Gist options
  • Star 16 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save arasharchor/8b86fe93b3c736a55146bc009cf771ab to your computer and use it in GitHub Desktop.
Save arasharchor/8b86fe93b3c736a55146bc009cf771ab 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