1 / 22

Methods of multivariate analysis for imbalance data problem

Methods of multivariate analysis for imbalance data problem. Under- and Oversampling Techniques Nikolai Gagunashvili (UNAK and MPIK). Four possibilities that can be used for solving imbalance data problem. Choice of appropriate classifier Use cost sensitive approach

elan
Télécharger la présentation

Methods of multivariate analysis for imbalance data problem

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. Methods of multivariate analysis for imbalance data problem Under- and Oversampling Techniques Nikolai Gagunashvili (UNAK and MPIK) N. Gagunashvili (UNAK & MPIK)

  2. Four possibilities that can be used for solving imbalance data problem • Choice of appropriate classifier • Use cost sensitive approach • Use sampling based approach • Bagging N. Gagunashvili (UNAK & MPIK)

  3. Main idea of sampling based approach is to modify the distribution of events so that the rare class is well represented in the training sample. There are • Undersampling • Oversampling • Hybrid oversampling and undersampling N. Gagunashvili (UNAK & MPIK)

  4. In case of undersampling we can take random sample of majority class (BG). Potential problem : some of useful BG instances may not be chosen for training and classifier will not be optimal. Reduction majority class without losing performance of classification can be used N. Gagunashvili (UNAK & MPIK)

  5. For illustration Monte-Carlo for D0 analysis will be used Data is taken in mass window 1844.5GeV – 1884.5GeV N. Gagunashvili (UNAK & MPIK)

  6. Algorithm of reduction number of background instances without losing performance An instance tis removed if all kof its neighbors are of the same class. The instance is only removed, however, if its neighbors are at least 60% sure of their classification. For our example we take k = 20 then at least 12 instances should confirm the class of neighbors. After reduction number of background combination reduced up to 19712 instances (more the 25 times lower sample)! BG = 17861, D0 =1851 N. Gagunashvili (UNAK & MPIK)

  7. Training sample: BG = 17861, D0 = 1851 N. Gagunashvili (UNAK & MPIK)

  8. Oversampling is replication the events of minority class. Potential problem: could be for this method is overfitting for noisy data, because noisy data will be replicate. To avoid overfitting the procedure of randomized oversampling is proposed (SMOTE and Bordeline-SMOTE) with cleaning noisy data. Hui Han, Wen-Yauan Wang, Bing-Huan Mao, Bodeline-SMOTE: A New Over- Sampling Method in Imbalanced Data Sets Learning, ICIC 2005, part 1, LNCS 3644, 878-887, 2005. N. Gagunashvili (UNAK & MPIK)

  9. Bodeline-SMOTE algorithm N. Gagunashvili (UNAK & MPIK)

  10. Training sample: BG = 17861, D0 = 1851+3*555=3516 N. Gagunashvili (UNAK & MPIK)

  11. Cleaning procedure can improve performance of algorithms. One of this procedure is removing instances that participate in Tomek links. Tomek link is defined as a pair of instances x and yfrom different classes, that there exists no instances zsuch that d(x; z) < d(x; y) or d(y; z) < d(x; y), where d is the distance between a pair of examples. Instances in Tomek links are noisy or lie in the decision border. I. Tomek, Two Modifcations of CNN. IEEE Transactions on Systems Man and Communications SMC-6 (1976), 769-772. N. Gagunashvili (UNAK & MPIK)

  12. Tr. sample: BG = 17861-456=17405, D0 = 3516-456=3060 N. Gagunashvili (UNAK & MPIK)

  13. Sizes of training samples N. Gagunashvili (UNAK & MPIK)

  14. N. Gagunashvili (UNAK & MPIK)

  15. Excluded attributes after wrapper: N. Gagunashvili (UNAK & MPIK)

  16. N. Gagunashvili (UNAK & MPIK)

  17. N. Gagunashvili (UNAK & MPIK)

  18. N. Gagunashvili (UNAK & MPIK)

  19. N. Gagunashvili (UNAK & MPIK)

  20. N. Gagunashvili (UNAK & MPIK)

  21. N. Gagunashvili (UNAK & MPIK)

  22. Conclusions Methods of undersampling related with filtering redundandant events of majority class permit improve performance of classifier essentially. Oversampling with randomization (Bordeline SMOTE algorithm) and removing events that participate in Tomek link improve performance of classifier. N. Gagunashvili (UNAK & MPIK)

More Related