1 / 7

Performance Indices for Binary Classification

Performance Indices for Binary Classification. 張智星 (Roger Jang) jang@mirlab.org http://mirlab.org/jang 多媒體資訊檢索實驗室 台灣大學 資訊工程系. Confusion Matrix for Binary Classification. Terminologies used in a confusion matrix. Commonly used formulas. Predicted. 0: negative. 1: positive.

nida
Download Presentation

Performance Indices for Binary Classification

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Performance Indices forBinary Classification 張智星 (Roger Jang) jang@mirlab.org http://mirlab.org/jang 多媒體資訊檢索實驗室 台灣大學 資訊工程系

  2. Confusion Matrix for Binary Classification • Terminologies used in a confusion matrix • Commonly used formulas Predicted 0: negative 1: positive FP (false positive) False alarm Type-1 error 01 TN (true negative) Correct rejection 00 N= TN+FP 0: negative Target FN (false negative) Miss Type-2 error 10 TP (true positive) Hit 11 P= FN+TP 1: positive

  3. ROC Curve and AUC • ROC: receiver operating characteristic • Plot of TPR vs FPR, parameterized by a threshold for the predicted class in [0, 1] • AUC: area under the curve • AUC for ROC is a commonly used performance index for binary classification • AUC=1  perfect • AUC=0.5  bad • AUC is defined clearly is the predicted class is continuous within [0, 1]. Source: http://www.sprawls.org/ppmi2/IMGCHAR

  4. DET Curve • DET: Detection error tradeoff • Plot of FNR (miss) vs FPR (false alarm) • Up-side-down view of ROC • Preserve the same info as ROC • Easier to interpret Source: http://rs2007.limsi.fr/index.php/Constrained_MLLR_for_Speaker_Recognition

  5. Example of DET Curve • detGet.m (in MLT)

  6. Example of DET Curve (2) • detPlot.m (in MLT)

  7. About KWC • How to create class probability? • How to use spectrum subtraction? • addpath d:/…/voicebox –begin • … (use the toolbox)… • rmpath d:/…/voicebox

More Related