paper-with-me

홈 › Papers

CSMOUTE: Combined Synthetic Oversampling and Undersampling Technique for Imbalanced Data Classification

2020-04-07 · Michał Koziarski

In this paper we propose a novel data-level algorithm for handling data imbalance in the classification task, Synthetic Majority Undersampling Technique (SMUTE). SMUTE leverages the concept of interpolation of nearby instances, previously introduced in the oversampling setting in SMOTE. Furthermore, we combine both in the Combined Synthetic Oversampling and Undersampling Technique (CSMOUTE), which integrates SMOTE oversampling with SMUTE undersampling. The results of the conducted experimental study demonstrate the usefulness of both the SMUTE and the CSMOUTE algorithms, especially when combined with more complex classifiers, namely MLP and SVM, and when applied on datasets consisting of a large number of outliers. This leads us to a conclusion that the proposed approach shows promise for further extensions accommodating local data characteristics, a direction discussed in more detail in the paper.

📄 PDF Abstract BibTeX arXiv:2004.03409

Code (0)

등록된 구현이 없습니다.

Tasks

General Classification

Methods 이 논문이 사용한 방법론

SMOTE Perhaps the most widely used approach to synthesizing new examples is called the Synthetic Minority Oversampling Technique, or SMOTE for short. This technique was described by…
SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

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…

Data Balancing Strategies: A Survey of Resampling and Augmentation Methods

2025-05-17 · Behnam Yousefimehr, Mehdi Ghatee, Mohammad Amin Seifi, Javad Fazli 외

Imbalanced data poses a significant obstacle in machine learning, as an unequal distribution of class labels often results in skewed predictions and diminished model accuracy. To mitigate this problem, various resampling…

Predicting class-imbalanced business risk using resampling, regularization, and model ensembling algorithms

2019-03-13 · Yan Wang, Xuelei Sherry Ni

We aim at developing and improving the imbalanced business risk modeling via jointly using proper evaluation criteria, resampling, cross-validation, classifier regularization, and ensembling techniques. Area Under the Re…

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

Two-Stage Resampling for Convolutional Neural Network Training in the Imbalanced Colorectal Cancer Image Classification

2020-04-07 · Michał Koziarski

Data imbalance remains one of the open challenges in the contemporary machine learning. It is especially prevalent in case of medical data, such as histopathological images. Traditional data-level approaches for dealing …

General Classificationimage-classificationImage Classification