All Projects → kjanjua26 → Git-Loss-For-Deep-Face-Recognition

kjanjua26 / Git-Loss-For-Deep-Face-Recognition

Licence: MIT license
This repository contains code for my paper "Git Loss for Deep Face Recognition".

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Git-Loss-For-Deep-Face-Recognition

compreface-javascript-sdk
JavaScript SDK for CompreFace - free and open-source face recognition system from Exadel
Stars: ✭ 19 (-47.22%)
Mutual labels:  facenet
FaceNet-IOT
IOT implementation for FaceNet project by David Sandberg https://github.com/davidsandberg/facenet
Stars: ✭ 18 (-50%)
Mutual labels:  facenet
faceanalysis
Pipeline for face detection and matching
Stars: ✭ 21 (-41.67%)
Mutual labels:  facenet
Facenet-Caffe
facenet recognition and retrieve by using hnswlib and flask, convert tensorflow model to caffe
Stars: ✭ 30 (-16.67%)
Mutual labels:  facenet
tf-insightface
Face feature extract, based on insightface & facenet, implemented in tensorflow c api
Stars: ✭ 17 (-52.78%)
Mutual labels:  facenet
FaceRecog
Realtime Facial recognition system using Siamese neural network
Stars: ✭ 47 (+30.56%)
Mutual labels:  facenet
facenet-darknet-inference
Face recognition using facenet
Stars: ✭ 29 (-19.44%)
Mutual labels:  facenet
FaceNet-based-Attendance-System
Deep Learning based Web Application for marking attendance of students by recognizing the student's faces from the surveillance video footage of classroom.
Stars: ✭ 25 (-30.56%)
Mutual labels:  facenet
real-time-face-recognition
Real Time Face Recognition using FaceNet and OpenCV
Stars: ✭ 19 (-47.22%)
Mutual labels:  facenet
Nearest-Celebrity-Face
Tensorflow Implementation of FaceNet: A Unified Embedding for Face Recognition and Clustering to find the celebrity whose face matches the closest to yours.
Stars: ✭ 30 (-16.67%)
Mutual labels:  facenet
Facenet
Face recognition using Tensorflow
Stars: ✭ 12,189 (+33758.33%)
Mutual labels:  facenet
DeepFaceRecognition
Face Recognition with Transfer Learning
Stars: ✭ 16 (-55.56%)
Mutual labels:  facenet
Face-Recognition-FaceNet
A python script label faces in group photos using Facenet. 🎉
Stars: ✭ 21 (-41.67%)
Mutual labels:  facenet
awesome-face-recognition
this repo include paper review, code in face recognition
Stars: ✭ 16 (-55.56%)
Mutual labels:  facenet
Face
I have published my face related codes in this repository
Stars: ✭ 53 (+47.22%)
Mutual labels:  facenet
clockon-clockoff-face-recognition
Face Recognize application. Using FaceNet and CoreML
Stars: ✭ 21 (-41.67%)
Mutual labels:  facenet
facenet-pytorch-glint360k
A PyTorch implementation of the 'FaceNet' paper for training a facial recognition model with Triplet Loss using the glint360k dataset. A pre-trained model using Triplet Loss is available for download.
Stars: ✭ 186 (+416.67%)
Mutual labels:  facenet
facenet mtcnn tensorflow inference engine
This is a modified and simplified inference engine of davidsandberg's facenet
Stars: ✭ 41 (+13.89%)
Mutual labels:  facenet
Real-time-Face-recognition
即時人臉辨識(使用OpenCV與FaceNet)
Stars: ✭ 37 (+2.78%)
Mutual labels:  facenet
Facial-Recognition-Using-FaceNet-Siamese-One-Shot-Learning
Implementation of Facial Recognition System Using Facenet based on One Shot Learning Using Siamese Networks
Stars: ✭ 104 (+188.89%)
Mutual labels:  facenet

Git Loss For Deep Face Recognition

PWC

PWC


This repository contains code for my paper "Git Loss for Deep Face Recognition".
The preprint of the paper can be found at: HERE

Usage

Standard Gitloss methodology:

Following dependencies are required for the code:

  1. Tensorflow >= 1.4
  2. Numpy
  3. Matplotlib
This code is for MNIST (mentioned in paper). For VGGFace2, you may use the code provided by facenet. Use the function `get_git_loss()` from the `gitloss.py` in facenet to use VGGFace2.

To run the code: python3 gitloss.py

Results

Following are the plots of Gitloss and Centerloss [1].

Gitloss:

Centerloss:

VGGFace2

TODO

Citation

If you use the loss function described, please cite the paper. Please note that this is the preprint version, the published version will be out soon.

@article{calefati2018git,
  title={Git Loss for Deep Face Recognition},
  author={Calefati, Alessandro and Janjua, Muhammad Kamran and Nawaz, Shah and Gallo, Ignazio},
  journal={arXiv preprint arXiv:1807.08512},
  year={2018}
}

Contact

If there is any problem with the code or if you may have any question, feel free to open an issue or reach out here: [email protected]

References

[1] https://ydwen.github.io/papers/WenECCV16.pdf

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].