Skip to content

Instantly share code, notes, and snippets.

@jdsgomes
Last active January 6, 2020 07:01
Show Gist options
  • Save jdsgomes/68a2da4a59908ba4738b1fabe2c1c3cc to your computer and use it in GitHub Desktop.
Save jdsgomes/68a2da4a59908ba4738b1fabe2c1c3cc 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