Home

Awesome

deepid@460

DeepID-implementation

DeepID-implementation is an implementation of paper "Deep Learning Face Representation from Predicting 10,000 Classes", which proposes to learn a set of compact, 160-dims high level feature representations through deep learning, referred to as Deep hidden IDentity features (DeepID), for face verification.

More details in DeepID Notebook.

Dataset

DatasetPeopleImageSize
CASIA-WebFace-custom10,575392,30462x62
LFW6,000 pairs62x62

Train, Test Model

ModelPeopleTraining imagesValidation imagesTrainTest
62x62_3_e2_02642649,554939traintest
62x62_3_e2_052852816,0761,544traintest
62x62_3_e2_10571,05737,9773,686traintest
62x62_3_e2_21152,11572,1266,978traintest
62x62_3_e2_42304,230143,93913,977traintest
62x62_3_e2_84608,460284,46627,498traintest
62x62_3_e1_conventional8,460284,46627,498traintest

Experiments

Test accuracy on LFW

with Joint Bayesian, Cosine Similarity, Euclidean Distance method.

ModelJoint BayesianCosine SimilarityEuclidean Distance
62x62_3_e2_02640.610.7350.6745
62x62_3_e2_05280.600.7493330.701
62x62_3_e2_10570.610.7583330.709167
62x62_3_e2_21150.650.7781670.7365
62x62_3_e2_42300.660.7931670.756833
62x62_3_e2_84600.660.79850.757
62x62_3_e1_conventional0.640.7976670.763167

Reference

[1]. Yi Sun, Xiaogang Wang, Xiaoao Tang, Deep Learning Face Representation from Predicting 10,000 Classes, 2014-06-23

[2]. RiweiChen, Caffe实践-基于Caffe的人脸识别实现, 2015-11-01

[3]. RiweiChen, 深度学习论文笔记-Deep Learning Face Representation from Predicting 10,000 Classes, 2014-06-16

[4]. 張雨石, DeepID人脸识别算法之三代, 2014-12-23

[5]. RiweiChen, RiweiChen/DeepFace, 2016-04-14

[6]. Feng Wang, happynear/FaceVerification, 2016-04-25

[7]. Alfred Xiang Wu, AlfredXiangWu/face_verification_experiment, 2015-12-14