sigver icon indicating copy to clipboard operation
sigver copied to clipboard

Thresholds

Open prakharg01 opened this issue 3 years ago • 1 comments

How exactly is the global and user threshold calculated? given the SVM decision function, do we use user-specific threshold for calculating probabilities?

prakharg01 avatar Nov 02 '21 08:11 prakharg01

Hi @prakharg01- in our papers, the EER reported considers the optimal threshold (i.e. optimizing the threshold that minimizes EER in the test set). This allows us to compare different feature sets, but in practice the thresholds must be computed before hand (e.g. with a validation set), which we did not investigate in the papers - with the exception of the FAR and FRR results, that were indeed obtained with a (global) threshold defined in the validation set.

luizgh avatar Nov 04 '21 22:11 luizgh