paper-with-me

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 machine learning models trained on the data tend to perform poorly on metrics like precision, recall, AUC, F1, and G-mean score. Since class imbalance issue poses serious challenges to the performance of trained models, a multitude of research works have addressed this issue. Two common data-based sampling techniques have mostly been proposed-undersampling the data of the majority class and oversampling the data of the minority class. In this article, we focus on the former approach. We propose two novel algorithms that employ neural network-based approaches to remove majority samples that are found to reside in the vicinity of the minority samples, thereby undersampling the former to remove (or alleviate) the imbalance issue. We delineate the proposed algorithms and then test the proposed algorithms on some publicly available imbalanced datasets. We then compare the performance of our proposed algorithms to other popular undersampling algorithms. Finally, we conclude that our proposed algorithms outperform most of the existing undersampling approaches on most performance metrics.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar 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 prec…

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