Presentation is loading. Please wait.

Presentation is loading. Please wait.

Similar presentations


Presentation on theme: ""— Presentation transcript:

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

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

23

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 ++; }

25

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40

41

42

43

44

45

46

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

54

55

56

57

58 Tut 1 Question 4

59

60

61 Tut 1 Question 5


Download ppt ""

Similar presentations


Ads by Google