paper-with-me

Papers

Improved Sampling Techniques for Learning an Imbalanced Data Set

2016-01-18 · Maureen Lyndel C. Lauron, Jaderick P. Pabico

This paper presents the performance of a classifier built using the stackingC algorithm in nine different data sets. Each data set is generated using a sampling technique applied on the original imbalanced data set. Five new sampling techniques are proposed in this paper (i.e., SMOTERandRep, Lax Random Oversampling, Lax Random Undersampling, Combined-Lax Random Oversampling Undersampling, and Combined-Lax Random Undersampling Oversampling) that were based on the three sampling techniques (i.e., Random Undersampling, Random Oversampling, and Synthetic Minority Oversampling Technique) usually used as solutions in imbalance learning. The metrics used to evaluate the classifier's performance were F-measure and G-mean. F-measure determines the performance of the classifier for every class, while G-mean measures the overall performance of the classifier. The results using F-measure showed that for the data without a sampling technique, the classifier's performance is good only for the majority class. It also showed that among the eight sampling techniques, RU and LRU have the worst performance while other techniques (i.e., RO, C-LRUO and C-LROU) performed well only on some classes. The best performing techniques in all data sets were SMOTE, SMOTERandRep, and LRO having the lowest F-measure values between 0.5 and 0.65. The results using G-mean showed that the oversampling technique that attained the highest G-mean value is LRO (0.86), next is C-LROU (0.85), then SMOTE (0.84) and finally is SMOTERandRep (0.83). Combining the result of the two metrics (F-measure and G-mean), only the three sampling techniques are considered as good performing (i.e., LRO, SMOTE, and SMOTERandRep).

📄 PDF Abstract BibTeX arXiv:1601.04756

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SMOTE Perhaps the most widely used approach to synthesizing new examples is called the Synthetic Minority Oversampling Technique, or SMOTE for short. This technique was described by…

Similar Papers 제목 키워드 기반

iBRF: Improved Balanced Random Forest Classifier

2024-03-14 · Asif Newaz, Md. Salman Mohosheu, MD. Abdullah al Noman, Dr. Taskeed Jabid

Class imbalance poses a major challenge in different classification tasks, which is a frequently occurring scenario in many real-world applications. Data resampling is considered to be the standard approach to address th…

Ensemble Learningimbalanced classification

Sparse representation-based over-sampling technique for classification of imbalanced dataset

2017-08-04 · journal 2017 8 · Xionggao Zou, Yueping Feng, Huiying Li, Shuyu Jiang

As one of the most popular research fields in machine learning, the research on imbalanced dataset receives more and more attentions in recent years. The imbalanced problem usually occurs in when minority classes have ex…

Clustering and Learning from Imbalanced Data

2018-11-02 · Naman D. Singh, Abhinav Dhall

A learning classifier must outperform a trivial solution, in case of imbalanced data, this condition usually does not hold true. To overcome this problem, we propose a novel data level resampling method - Clustering Base…

Clustering

Augmentation Techniques Analysis with Removal of Class Imbalance Using PyTorch for Intel Scene Dataset

2022-05-01 · International Journal of Innovative Research in Technology(IJIRT) 2022 5 · Allena Venkata Sai Abhishek, Dr. S Phani Kumar, Anusha Kanukolanu

although best-in-class AI can deliver extraordinary outcomes in experimentation, data scientists struggle to duplicate these outcomes on actual-world data. It's nothing unexpected-actual data mirrors the messy world that…

ClassificationData AugmentationData VisualizationDetecting Image Manipulation+13

A Novel Hybrid Sampling Framework for Imbalanced Learning

2022-08-20 · Asif Newaz, Farhan Shahriyar Haq

Class imbalance is a frequently occurring scenario in classification tasks. Learning from imbalanced data poses a major challenge, which has instigated a lot of research in this area. Data preprocessing using sampling te…

Ensemble LearningRobust classification