Bob 2.0 standard metrics for biometric system evaluation. Scores use strings for template ids.

This algorithm is a legacy one. The API has changed since its implementation. New versions and forks will need to be updated.
This algorithm is an analyzer. It can only be used on analysis blocks.

Algorithms have at least one input and one output. All algorithm endpoints are organized in groups. Groups are used by the platform to indicate which inputs and outputs are synchronized together. The first group is automatically synchronized with the channel defined by the block in which the algorithm is deployed.

Group: test

Endpoint Name Data Format Nature
test_fusion_scores pkorshunov/fusion_scores/1 Input

Group: dev

Endpoint Name Data Format Nature
dev_fusion_scores pkorshunov/fusion_scores/1 Input

Analyzers may produce any number of results. Once experiments using this analyzer are done, you may display the results or filter experiments using criteria based on them.

Name Type
number_of_positives_dev_spoof int32
number_of_negatives_dev_spoof int32
number_of_positives_test_spoof int32
HTER_licit float32
FRR_test_spoof float32
roc_test plot/isoroc/1
number_of_negatives_test_licit int32
FAR_dev_spoof float32
number_of_negatives_dev_licit int32
FAR_dev_licit float32
dev_histograms plot/bar/1
number_of_positives_dev_licit int32
EER_spoof float32
test_histograms plot/bar/1
HTER_spoof float32
FAR_test_spoof float32
number_of_positives_test_licit int32
FRR_dev_licit float32
number_of_negatives_test_spoof int32
FRR_test_licit float32
threshold_licit float32
roc_dev plot/isoroc/1
threshold_spoof float32
FAR_test_licit float32
FRR_dev_spoof float32
EER_licit float32

Parameters allow users to change the configuration of an algorithm when scheduling an experiment

Name Description Type Default Range/Choices
n_bins_real Number of histogram bins for real scores uint32 20
n_bins_attack Number of histogram bins for attack scores uint32 80
n_bins_zimp Number of histogram bins for zero-impostors scores uint32 100

The code for this algorithm in Python
The ruler at 80 columns indicate suggested POSIX line breaks (for readability).
The editor will automatically enlarge to accomodate the entirety of your input
Use keyboard shortcuts for search/replace and faster editing. For example, use Ctrl-F (PC) or Cmd-F (Mac) to search through this box

An algorithm that implements standard metrics for biometric system evaluation.

Specifically, it returns:

  • eer: the equal error rate (EER) on the development set.
  • hter: the half total error rate (HTER) on the test set
  • far_dev: the false acceptance rate (FAR) on the development set
  • frr_dev: the false rejection rate (FRR) on the development set
  • far_dev: the false acceptance rate (FAR) on the test set
  • frr_test: the false rejection rate (FRR) on the test set
  • number_of_positives_dev: the number of positive (genuine) trials on the development set
  • number_of_negatives_dev: the number of negative (impostor) trials on the development set
  • number_of_positives_test: the number of positive (genuine) trials on the test set
  • number_of_negatives_test: the number of negative (impostor) trials on the test set
  • threshold: the threshold at the equal error rate on the development set
  • roc_dev: the receiver operating characteristic (ROC) curve on the development set according to the biometrics standard ISO/IEC 19795-1:2006(E)
  • roc_test: the receiver operating characteristic (ROC) curve on the test set according to the biometrics standard ISO/IEC 19795-1:2006(E)

This implementation relies on the 'measure' package from the `Bob <http://www.idiap.ch/software/bob>`_ library.

Docutils System Messages

System Message: ERROR/3 (<string>, line 31); backlink

Unknown target name: "bob &amp;amp;lt;http://www.idiap.ch/software/bob&amp;amp;gt;".

Experiments

Updated Name Databases/Protocols Analyzers
pkorshunov/pkorshunov/isv-asv-pad-fusion-complete/1/asv_isv-pad_lbp_hist_ratios_lr-fusion_lr-pa_aligned avspoof/2@physicalaccess_verification,avspoof/2@physicalaccess_verification_spoof,avspoof/2@physicalaccess_antispoofing,avspoof/2@physicalaccess_verify_train_spoof,avspoof/2@physicalaccess_verify_train pkorshunov/spoof-score-fusion-roc_hist/1
pkorshunov/pkorshunov/isv-asv-pad-fusion-complete/1/asv_isv-pad_gmm-fusion_lr-pa avspoof/2@physicalaccess_verification,avspoof/2@physicalaccess_verification_spoof,avspoof/2@physicalaccess_antispoofing,avspoof/2@physicalaccess_verify_train_spoof,avspoof/2@physicalaccess_verify_train pkorshunov/spoof-score-fusion-roc_hist/1

This table shows the number of times this algorithm has been successfully run using the given environment. Note this does not provide sufficient information to evaluate if the algorithm will run when submitted to different conditions.

Terms of Service | Contact Information | BEAT platform version 2.2.1b0 | © Idiap Research Institute - 2013-2024