Facematch Verification - NIST
Facematch Verification - NIST
The NIST variant compares the selfie image against the anchor image (the portrait extracted from the identity document) and returns a binary match or no-match result. It uses a face recognition algorithm independently evaluated under the NIST Face Recognition Vendor Test (FRVT) programme.
Capabilities
The module returns a single capability: the facematch result.Facematch result
Indicates whether the face in the selfie matches the face in the reference image.Default outcomes
Input payload
The following is a sample payload used to submit data to the Facematch Verification - NIST module for processing.JSON
Sample response
The following is a sample response for a successful facematch from the Facematch Verification - NIST variant.JSON
Facematch Verification V2
Facematch Verification V2
The V2 variant compares the selfie image against the anchor image and produces a similarity score from 0 to 100, where a higher score indicates greater similarity between the two faces. This gives you more control over how strictly you enforce the match, since you can configure the acceptance threshold to suit your risk tolerance.
Capabilities
The module returns a single capability: a facematch score.Facematch score
Returns an integer similarity score indicating how closely the selfie matches the reference face image. A higher score indicates greater similarity. A score of 0 indicates the comparison could not produce a result and should be treated as inconclusive rather than a confirmed mismatch.A higher score indicates greater similarity between the two faces. The score reflects the algorithm’s confidence that the selfie and the document portrait belong to the same person, based on analysis of facial geometry, feature positioning, and biometric markers.Factors that can reduce the score without indicating fraud include:
- Significant time elapsed between the document photo and the selfie (ageing).
- Changes in appearance such as facial hair, glasses, hairstyle, poor lighting.
- Camera quality during selfie capture, low resolution or damage to the document photograph.
- Differences in head angle or facial expression between the two images.
0 indicates that the comparison couldn’t produce a result. This occurs if no face was detected in the selfie, if the anchor image was missing or unreadable, or if an error prevented the comparison. Evaluation rules should treat a score of 0 as an inconclusive result rather than a confirmed mismatch.Default outcomes
The module uses score thresholds to classify the facematch result into one of three outcomes.The default score thresholds (80 for success, 70 for review) are starting points. You can adjust these thresholds in the evaluation configuration to match their risk tolerance. Lowering the success threshold increases acceptance rates but allows weaker matches through. Raising it improves security but may increase the number of genuine users routed to manual review, particularly for documents with older photographs.
Input payload
The following is a sample payload used to submit data to the Facematch Verification V2 module for processing.JSON
Sample response
The following is a sample response returned by the module.JSON
Choosing between variants
Choosing between variants
The two variants serve the same purpose but differ in how they report results and how much control they give the you over the matching decision.
Facematch verification
Facematch verification
Capabilities
Facematch score
Returns an integer similarity score indicating how closely the selfie matches the reference face image. A higher score indicates greater similarity. A score of 0 indicates the comparison could not produce a result and should be treated as inconclusive rather than a confirmed mismatch.Input payload
The following is a sample payload used to submit data to the Facematch verification module for processing.JSON
Sample response
The following is a sample response returned by the module.JSON