Keras-OpenFace icon indicating copy to clipboard operation
Keras-OpenFace copied to clipboard

Can I use it for one shot face authentication ?

Open bhachauk opened this issue 5 years ago • 2 comments

Hi, Thanks for your work. I have used the model nn4.small2.lrn.h5 for extracting the features after re-running Keras-openface-convertion.ipynb.

I got worst accuracy while applied with minimum / euclidean distance classifier for one shot face authentication (one image per class) compared with dlib feature extractor.

Am I doing right ? Does the model work for one shot learning or not ?

Thanks and regards. Bhanuchander

bhachauk avatar Jan 09 '20 14:01 bhachauk

Some problem. Does Anybody have progress? Accuracy is only about 16% for one-shot case. Thanks

YuhaoTang97 avatar May 14 '20 20:05 YuhaoTang97

I have analyzed this one shot learning technique with various transfer learning models... I feel like it seems learning with small set of data not worthy even doing one shot learning (It really doing bad with real time test set).... May be with more data (with large learning time and resource) It will be possible to get decent results...

I did small analysis for face_recognition task with a best i ever tested face feature extractor keras-vggface even compared with dlib. Reference analysis.

Here i made a post about this Reality Of One Shot Learning For Face Recognition

bhachauk avatar May 15 '20 06:05 bhachauk