Motivation Several applications have different costs associated with different classification-errorsExample: intrusion detection, biometric recognition, etc. Most classification systems are geared towards minimizing the error rate and not costTrue objective function to be minimized is the cost of classification-error and not error-rate itself Existing approaches can not handle multi-class problems or dynamically changing costsROC curves (multi-class? [1] ) ; cost-sensitive Adaboost [2] (dynamically changing costs? )GoalDevelop a classification-error cost minimization strategy that Can deal with multiple classes in a principled manner Is a simple post-training stepDoes not require re-training of classifiers for changing costs Is classifier type independentExploits statistical properties of the trained classifierContributionscosts incurred Statistically significant reduction in Effective on a variety of applications data sets of varying dimensionalities a variety of classifier typesApproach Solution for a two-class, one-feature problem, known distributions If unknown distributionEstimate with a histogram If multiple-featuresClassification system: maps multiple-features to a single score/feature If multiple-classesHigh dimensional histogram is not feasible … so then?Intuition: Convert C-class problem to C 2-class problemsWe have a trained classification systemProbability of a misclassified instance classified asclass c actually belonging to class i:Expected cost of false positives:(Iterate to get a new confusion matrix with new thresholds)Final classification decision:Pick the class correspondingto the score furthest awayfrom it’s correspondingoptimum thresholdResults Synthetic data: MLP neural network MIT-DARPA intrusion detection [3]0.3 million data points5 classes: DenialOfService,Probe, UserToRoot, RootToLocal,NormalEnsemble of classifiers basedclassification system: Learn++ [4](can perform data fusion)41 features3 feature sets: traffic, content,intrinsic features PCA reduced intrusion detection Other applications [5]References:[1] N. Lachiche and P. Flach. Improving accuracy and costof two-class and multi-class probabilistic classifiers usingROC curves. ICML, 2003.[2] Y. Ma and X. Ding. Robust real-time face detectionbased on cost-sensitive AdaBoost method. ICME, 2003[3] The UCI KDD Archive, Information and ComputerScience, University of California, Irvine,http://kdd.ics.uci.edu/ databases/kddcup99/kddcup99.html[4] D. Parikh and R. Polikar. An Ensemble-BasedIncremental Learning Approach to Data Fusion. In IEEETransactions on Systems, Man and Cybernetics, 2007.[5] C. Blake and C. Merz. UCI Repository of MachineLearning Database at Irvine CA, 2005.http://mlearn.ics.uci.edu/MLRepository.html