First some notation:

  • : returns the real identity of the probe or the template in the gallery.
  • : returns the best match between and the possibly more than one templates associated to the claimed identity in the gallery.
  • : returns the similarity between two templates.

  • False Acceptance Rate (FAR): defines how many impostors access the system, out of all the impostors attempts to access the system. It’s better defined as :
  • False Rejection Rate (FRR): defines how many genuine users cannot access the system because they’re rejected, out of all the genuine users attempts to access the systems. It’s better defined as

If we want to use Machine Learning terms, we can define and . We can see how they’re very different from other ML performance evaluation measures such precision an recall, since these last two are based on correct results, and FRR and FAR are based on errors (that’s the thing to minimize more in biometric systems).

N.B. Impostors can come from but genuine users can only come from .