Download presentation
Presentation is loading. Please wait.
22
A example of template The simplest one can be represented as t(i,j); 0<i<M, 0<j<N; (M and N are constant) 0<t(i,j)<256
24
A example of matching For (i=0;i<M;i++) For (j=0;j<N;j++) { If (a(i,j)==b(i,j)) S ab ++; }
47
True Acceptance Rate A genuine individual is accepted. (TAR) Threshold=0 means that the attempts whose matching score >0 will be accepted; (everybody will be accepted) Threshold=∞ means that the attempts whose matching score > ∞ will be accepted (nobody will be accepted)
48
False Rejection Rate A genuine individual is rejected. (FRR) Threshold=0 means that the attempts whose matching score <0 will be rejected; (nobody will be rejected) Threshold=∞ means that the attempts whose matching score < ∞ will be rejected (everybody will be rejected)
49
True Rejection Rate A impostor is rejected. (TRR) Threshold=0 means that the attempts whose matching score <0 will be rejected; (nobody will be rejected) Threshold=∞ means that the attempts whose matching score < ∞ will be rejected (everybody will be rejected)
50
False Acceptance Rate A impostor is accepted. (FAR) Threshold=0 means that the attempts whose matching score >0 will be accepted; (everybody will be accepted) Threshold=∞ means that the attempts whose matching score > ∞ will be accepted (nobody will be accepted)
51
ROC There are some trade off among TAR, FRR, TRR, FAR. We need a particular threshold to keep the TAR and TRR as high as possible and to keep FAR and FRR as low as possible. We need the ROC curve to find the optimal threshold. We also use ROC curve to evaluate the system
52
ROC(2) Find the optimal point (threshold)
53
ROC(3) Evaluate the system
58
Tut 1 Question 4
61
Tut 1 Question 5
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.