Bob 2.0 standard metrics for biometric system evaluation. Scores use strings for template ids.
Forked from pkorshunov/spoof-score-fusion/4
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.
Endpoint Name | Data Format | Nature |
---|---|---|
test_fusion_scores | pkorshunov/fusion_scores/1 | Input |
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:
This implementation relies on the 'measure' package from the `Bob <http://www.idiap.ch/software/bob>`_ library.
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_verify_train,avspoof/2@physicalaccess_verification,avspoof/2@physicalaccess_verification_spoof,avspoof/2@physicalaccess_verify_train_spoof,avspoof/2@physicalaccess_antispoofing | 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_verify_train,avspoof/2@physicalaccess_verification,avspoof/2@physicalaccess_verification_spoof,avspoof/2@physicalaccess_verify_train_spoof,avspoof/2@physicalaccess_antispoofing | 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.