Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Exercise 4 Evaluating performance of a mock biometric - based authentication system Imagine you are using a biometrics - based user authentication system and would
Exercise Evaluating performance of a mock biometricbased authentication system
Imagine you are using a biometricsbased user authentication system and would like to evaluate its performance for a specific user lets say, Alice Below are some data you obtained from some earlier experiments:
For biometric templates Alice produces for login attempts, the distance between those templates and the enrolled template of Alice is as follows:
For biometric templates Eve a mock attacker who pretended to impersonate Alice produced, the distance between those templates and the enrolled template of Alice is as follows:
Based on these data, now you need to calculate how to set a threshold to accept Alice with a small false reject rate FRR and reject Eve with a small if not zero false accept rate FAR
Pick up a number of typical threshold values between the means of Alices and Eves distance values, write a programme to calculate the FAR and FRR Observe how they change with respect to the value of the threshold. A recommended set of thresholds are
Hint : A smaller distance means two templates being more similar. Assume a user will be accepted if the distance is smaller than the threshold, but will be rejected if greater than or equal to the threshold. Moving the equal to to the former will change the results to some extent but not significantly.
Hint : If you are really struck with writing a program to do this exercise, use Excel to do the calculation instead.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started