paper-with-me

Papers

WOTBoost: Weighted Oversampling Technique in Boosting for imbalanced learning

2019-10-17 · Wenhao Zhang, Ramin Ramezani, Arash Naeim

Machine learning classifiers often stumble over imbalanced datasets where classes are not equally represented. This inherent bias towards the majority class may result in low accuracy in labeling minority class. Imbalanced learning is prevalent in many real-world applications, such as medical research, network intrusion detection, and fraud detection in credit card transactions, etc. A good number of research works have been reported to tackle this challenging problem. For example, Synthetic Minority Over-sampling TEchnique (SMOTE) and ADAptive SYNthetic sampling approach (ADASYN) use oversampling techniques to balance the skewed datasets. In this paper, we propose a novel method that combines a Weighted Oversampling Technique and ensemble Boosting method (WOTBoost) to improve the classification accuracy of minority data without sacrificing the accuracy of the majority class. WOTBoost adjusts its oversampling strategy at each round of boosting to synthesize more targeted minority data samples. The adjustment is enforced using a weighted distribution. We compare WOTBoost with other four classification models (i.e., decision tree, SMOTE + decision tree, ADASYN + decision tree, SMOTEBoost) extensively on 18 public accessible imbalanced datasets. WOTBoost achieves the best G mean on 6 datasets and highest AUC score on 7 datasets.

📄 PDF Abstract BibTeX arXiv:1910.07892

Code (0)

등록된 구현이 없습니다.

Tasks

Fraud DetectionGeneral ClassificationIntrusion DetectionNetwork Intrusion Detection

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 제목 키워드 기반

Predicting class-imbalanced business risk using resampling, regularization, and model ensembling algorithms

2019-03-13 · Yan Wang, Xuelei Sherry Ni

We aim at developing and improving the imbalanced business risk modeling via jointly using proper evaluation criteria, resampling, cross-validation, classifier regularization, and ensembling techniques. Area Under the Re…

LIUBoost : Locality Informed Underboosting for Imbalanced Data Classification

2017-11-15 · Sajid Ahmed, Farshid Rayhan, Asif Mahbub, Md. Rafsan Jani 외

The problem of class imbalance along with class-overlapping has become a major issue in the domain of supervised learning. Most supervised learning algorithms assume equal cardinality of the classes under consideration w…

ClassificationGeneral Classification

CopulaSMOTE: A Copula-Based Oversampling Approach for Imbalanced Classification in Diabetes Prediction

2025-06-18 · Agnideep Aich, Md Monzur Murshed, Sameera Hewage, Amanda Mayeaux

Diabetes mellitus poses a significant health risk, as nearly 1 in 9 people are affected by it. Early detection can significantly lower this risk. Despite significant advancements in machine learning for identifying diabe…

Data AugmentationDiabetes Predictionimbalanced classification

An Adaptive Oversampling Learning Method for Class-Imbalanced Fault Diagnostics and Prognostics

2018-11-19 · Wenfang Lin, Zhen-Yu Wu, Yang Ji

Data-driven fault diagnostics and prognostics suffers from class-imbalance problem in industrial systems and it raises challenges to common machine learning algorithms as it becomes difficult to learn the features of the…

Imputation

GenSample: A Genetic Algorithm for Oversampling in Imbalanced Datasets

2019-10-23 · Vishwa Karia, Wen-Hao Zhang, Arash Naeim, Ramin Ramezani

Imbalanced datasets are ubiquitous. Classification performance on imbalanced datasets is generally poor for the minority class as the classifier cannot learn decision boundaries well. However, in sensitive applications l…

Fraud DetectionMedical Diagnosis