paper-with-me

Papers

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 like fraud detection, medical diagnosis, and spam identification, it is extremely important to classify the minority instances correctly. In this paper, we present a novel technique based on genetic algorithms, GenSample, for oversampling the minority class in imbalanced datasets. GenSample decides the rate of oversampling a minority example by taking into account the difficulty in learning that example, along with the performance improvement achieved by oversampling it. This technique terminates the oversampling process when the performance of the classifier begins to deteriorate. Consequently, it produces synthetic data only as long as a performance boost is obtained. The algorithm was tested on 9 real-world imbalanced datasets of varying sizes and imbalance ratios. It achieved the highest F-Score on 8 out of 9 datasets, confirming its ability to better handle imbalanced data compared to other existing methodologies.

📄 PDF Abstract BibTeX arXiv:1910.10806

Code (0)

등록된 구현이 없습니다.

Tasks

Fraud DetectionMedical Diagnosis

Similar Papers 제목 키워드 기반

Contrastive Representation-Guided Genetic Minority Oversampling for Imbalanced Time-Series Classification

2026-08-24 · Wenbin Pei, Yunrong Hao, Zhen Liu, Guan Wang 외 arxiv

Real-world time-series classification tasks often exhibit class imbalance, which can be extremely severe in some applications. To avoid training biased classifiers on imbalanced data, sampling is one of the most popular …

Contrastive Learning

INGB: Informed Nonlinear Granular Ball Oversampling Framework for Noisy Imbalanced Classification

2023-07-03 · Min Li, Hao Zhou, Qun Liu, Yabin Shao 외

In classification problems, the datasets are usually imbalanced, noisy or complex. Most sampling algorithms only make some improvements to the linear sampling mechanism of the synthetic minority oversampling technique (S…

Anchor link predictionDiversityimbalanced classification

Evo-TFS: Evolutionary Time-Frequency Domain-Based Synthetic Minority Oversampling Approach to Imbalanced Time Series Classification

2026-01-03 · Wenbin Pei, Ruohao Dai, Bing Xue, Mengjie Zhang 외 arxiv

Time series classification is a fundamental machine learning task with broad real-world applications. Although many deep learning methods have proven effective in learning time-series data for classification, they were o…

Time Series Classification

Kernel-Based Enhanced Oversampling Method for Imbalanced Classification

2025-04-12 · Wenjie Li, Sibo Zhu, Zhijian Li, Hanlin Wang

This paper introduces a novel oversampling technique designed to improve classification performance on imbalanced datasets. The proposed method enhances the traditional SMOTE algorithm by incorporating convex combination…

Classificationimbalanced classification

Oversampling for Imbalanced Learning Based on K-Means and SMOTE

2017-11-02 · Felix Last, Georgios Douzas, Fernando Bacao

Learning from class-imbalanced data continues to be a common and challenging problem in supervised learning as standard classification algorithms are designed to handle balanced class distributions. While different strat…

ClassificationClusteringData-to-Text GenerationGeneral Classification