paper-with-me

Papers

Kernel density estimation based sampling for imbalanced class distribution

2019-10-17 · Firuz Kamalov

Imbalanced response variable distribution is a common occurrence in data science. In fields such as fraud detection, medical diagnostics, system intrusion detection and many others where abnormal behavior is rarely observed the data under study often features disproportionate target class distribution. One common way to combat class imbalance is through resampling the minority class to achieve a more balanced distribution. In this paper, we investigate the performance of the sampling method based on kernel density estimation (KDE). We believe that KDE offers a more natural way of generating new instances of minority class that is less prone to overfitting than other standard sampling techniques. It is based on a well established theory of nonparametric statistical estimation. Numerical experiments show that KDE can outperform other sampling techniques on a range of real life datasets as measured by F1-score and G-mean. The results remain consistent across a number of classification algorithms used in the experiments. Furthermore, the proposed method outperforms the benchmark methods irregardless of the class distribution ratio. We conclude, based on the solid theoretical foundation and strong experimental results, that the proposed method would be a valuable tool in problems involving imbalanced class distribution.

📄 PDF Abstract BibTeX arXiv:1910.07842

Code (0)

등록된 구현이 없습니다.

Tasks

Density EstimationFraud DetectionIntrusion Detection

Similar Papers 제목 키워드 기반

Kernel density estimation-based sampling for neural network classification

2021-10-25 · Firuz Kamalov, Ashraf Elnagar

Imbalanced data occurs in a wide range of scenarios. The skewed distribution of the target variable elicits bias in machine learning algorithms. One of the popular methods to combat imbalanced data is to artificially bal…

ClassificationDensity Estimation

Adaptive kernel-density approach for imbalanced binary classification

2025-10-05 · Kotaro J. Nishimura, Yuichi Sakumura, Kazushi Ikeda arxiv

Class imbalance is a common challenge in real-world binary classification tasks, often leading to predictions biased toward the majority class and reduced recognition of the minority class. This issue is particularly cri…

Binary ClassificationDensity EstimationAnomaly DetectionMedical Diagnosis

GK-SMOTE: A Hyperparameter-free Noise-Resilient Gaussian KDE-Based Oversampling Approach

2025-09-14 · Mahabubur Rahman Miraj, Hongyu Huang, Ting Yang, Jinxue Zhao 외 arxiv

Imbalanced classification is a significant challenge in machine learning, especially in critical applications like medical diagnosis, fraud detection, and cybersecurity. Traditional oversampling techniques, such as SMOTE…

Binary ClassificationDensity EstimationMedical DiagnosisFraud Detection

Generalized Oversampling for Learning from Imbalanced datasets and Associated Theory

2023-08-05 · Samuel Stocksieker, Denys Pommeret, Arthur Charpentier

In supervised learning, it is quite frequent to be confronted with real imbalanced datasets. This situation leads to a learning difficulty for standard algorithms. Research and solutions in imbalanced learning have mainl…

Data Augmentationregression

Sub-linear RACE Sketches for Approximate Kernel Density Estimation on Streaming Data

2019-12-04 · Benjamin Coleman, Anshumali Shrivastava

Kernel density estimation is a simple and effective method that lies at the heart of many important machine learning applications. Unfortunately, kernel methods scale poorly for large, high dimensional datasets. Approxim…

Density Estimation