In the closed set identification we don’t have a threshold at all, since we know that all the probe belong to an subject in the gallery. The only mistake the system can do is identify the wrong person.

In order to quantify the performance of the system in this type of error, we define:

  • - Cumulative Match Score at rank : the probability of correct identification at rank , meaning the probability of finding the sample associated with the correct identity in the top similarity scores. Formally (don’t know if this formula is actually correct btw):
  • - Cumulative Match Characteristic curve: the curve obtained by calculating the for every . In closed sets, is equal to the number of subjects in the gallery.

We can calculate the AUC for the CMS, but this heavily depends on the maximum value, so it’s necessary to divide the AUC by the maximum in order to get a normalized unit, otherwise it would only make sense to compare the AUCs of systems with similar maximum values of .

In general the steepest the CMC, the better the system.

is also called Recognition Rate, since it’s the probability of having the sample associated with the correct identity at the top position in the similarity score.