paper-with-me

Papers

Neural Network Based Undersampling Techniques

2019-08-18 · Md. Adnan Arefeen, Sumaiya Tabassum Nimi, M. Sohel Rahman

Class imbalance problem is commonly faced while developing machine learning models for real-life issues. Due to this problem, the fitted model tends to be biased towards the majority class data, which leads to lower precision, recall, AUC, F1, G-mean score. Several researches have been done to tackle this problem, most of which employed resampling, i.e. oversampling and undersampling techniques to bring the required balance in the data. In this paper, we propose neural network based algorithms for undersampling. Then we resampled several class imbalanced data using our algorithms and also some other popular resampling techniques. Afterwards we classified these undersampled data using some common classifier. We found out that our resampling approaches outperform most other resampling techniques in terms of both AUC, F1 and G-mean score.

📄 PDF Abstract BibTeX arXiv:1908.06487

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Neural Network-Based Undersampling Techniques

2020-09-02 · Arefeen, Md Adnan; Nimi, Sumaiya Tabassum; Rahman, M. Sohel

Machine learning models have gained popularity nowadays for their potential to solve real-life issues when trained on pertinent data. In many cases, the real-life data are class imbalanced and hence the corresponding mac…

BIG-bench Machine Learning

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…

A Bilevel Optimization Framework for Imbalanced Data Classification

2024-10-15 · Karen Medlin, Sven Leyffer, Krishnan Raghavan

Data rebalancing techniques, including oversampling and undersampling, are a common approach to addressing the challenges of imbalanced data. To tackle unresolved problems related to both oversampling and undersampling, …

Bilevel OptimizationClassification

Statistical Undersampling with Mutual Information and Support Points

2024-12-19 · Alex Mak, Shubham Sahoo, Shivani Pandey, Yidan Yue 외

Class imbalance and distributional differences in large datasets present significant challenges for classification tasks machine learning, often leading to biased models and poor predictive performance for minority class…

Classification

Undersampling is a Minimax Optimal Robustness Intervention in Nonparametric Classification

2022-05-26 · Niladri S. Chatterji, Saminul Haque, Tatsunori Hashimoto

While a broad range of techniques have been proposed to tackle distribution shift, the simple baseline of training on an $\textit{undersampled}$ balanced dataset often achieves close to state-of-the-art-accuracy across s…

Binary Classification