Questions about FaceNet

Short answers, pulled from the story.

Who unveiled FaceNet at the 2015 IEEE Conference on Computer Vision and Pattern Recognition?

Florian Schroff, Dmitry Kalenichenko, and James Philbin unveiled FaceNet at the 2015 IEEE Conference on Computer Vision and Pattern Recognition. These three researchers were affiliated with Google when they presented their work on facial recognition.

What accuracy score did FaceNet achieve on the Labeled Faces in the Wild dataset?

FaceNet achieved an accuracy score of 99.63 percent on the Labeled Faces in the Wild dataset. This result represented the highest score recorded on LFW using the unrestricted protocol with labeled outside data.

How many parameters does the NN1 model used by FaceNet contain?

The NN1 model utilized a total of 140 million parameters across its convolutional layers. This architecture required approximately 1.6 billion floating-point operations per second during processing.

In what dimensional space does FaceNet map face images for comparison?

A key innovation involved the triplet loss function which mapped face images into a 128-dimensional Euclidean space. Similarity between faces was assessed based on the square of the Euclidean distance between normalized vectors in that space.

Which datasets demonstrated superior performance for FaceNet compared to existing methods?

FaceNet reached an accuracy of 95.12 percent when tested against the YouTube Faces DB dataset and 99.63 percent on the Labeled Faces in the Wild dataset. These figures demonstrated superior performance compared to existing methods at the time of publication.