Identity Recognition Thresholds

SAFR measures the difference between a face image and the stored identity image by a difference measure known as "Identity Recognition". The value of Identity Recognition can range from 0 to about 1.3. Values of 0.54 or lower represent are interpreted as certain matches, while values above 1.0 are interpreted as different faces.

SAFR has 2 configurable settings that define the acceptable difference between a reference image and the event face image. These are defined as follows:

SAFR uses Proximity Threshold Allowance to report possible matches. It does this by reporting a match with a percentage confidence. Any value that is between the Identity Recognition Threshold (e.g. 0.54) and the Proximity Threshold Allowance-boosted value (e.g. 0.92) will be reported as a probable match using a percentage scale as follows:

Proximity Threshold Allowance Boost Confidence Table

Identity Recognition Threshold Proximity Threshold Allowance Combined Value Confidence Interpretation
0.54 0 0.54 or less 100% Certain match (values > 100% are possible indicating even greater certainty).
0.54 0.14 0.68 93% Close match but not certain enough to unlock the door in Secure Access scenarios.
0.54 0.3 0.84 86% Possible match with low confidence.
0.54 0.38 0.92 82% Similar face with no confidence of match.
0.54 0.51 1.05 79% or less Different faces.

The confidence match is overlaid on the videos or images just below the face (alongside the name) and is also reported in the SAFR Events returned through REST APIs in the confidence field.

Typical Uses of Proximity Threshold Allowance

Proximity Threshold Allowance is frequently used in the following scenarios:

See Also