Face embedding models turn faces into numbers. To check if two faces match, we compare these numbers using distance metrics like Euclidean or cosine distance. The smaller the distance, the more similar the faces.
For evaluation, True Positive Rate (Recall) and False Positive Rate matter most. Recall shows how many real matches the model finds. False positives show how often different people are wrongly matched.
We also use ROC curves and AUC (Area Under Curve) to see how well the model balances finding matches and avoiding mistakes across different thresholds.