WOTBoost: Weighted Oversampling Technique in Boosting for imbalanced learning
Wenhao Zhang, Ramin Ramezani, Arash Naeim

TL;DR
WOTBoost introduces a novel weighted oversampling method integrated with boosting to enhance minority class classification in imbalanced datasets, outperforming existing techniques on multiple metrics across diverse datasets.
Contribution
The paper proposes WOTBoost, a new oversampling technique combined with boosting that adaptively synthesizes minority samples to improve classification in imbalanced data.
Findings
WOTBoost achieves the best G mean on 6 datasets.
WOTBoost attains the highest AUC score on 7 datasets.
Outperforms several existing methods in imbalanced learning scenarios.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSynthetic Minority Over-sampling Technique.
