paper-with-me

Papers

Radial-Based Undersampling for Imbalanced Data Classification

2019-06-02 · Michał Koziarski

Data imbalance remains one of the most widespread problems affecting contemporary machine learning. The negative effect data imbalance can have on the traditional learning algorithms is most severe in combination with other dataset difficulty factors, such as small disjuncts, presence of outliers and insufficient number of training observations. Aforementioned difficulty factors can also limit the applicability of some of the methods of dealing with data imbalance, in particular the neighborhood-based oversampling algorithms based on SMOTE. Radial-Based Oversampling (RBO) was previously proposed to mitigate some of the limitations of the neighborhood-based methods. In this paper we examine the possibility of utilizing the concept of mutual class potential, used to guide the oversampling process in RBO, in the undersampling procedure. Conducted computational complexity analysis indicates a significantly reduced time complexity of the proposed Radial-Based Undersampling algorithm, and the results of the performed experimental study indicate its usefulness, especially on difficult datasets.

📄 PDF Abstract BibTeX arXiv:1906.00452

Code (1)

michalkoziarski/RBU 공식 구현

Tasks

ClassificationGeneral 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…

Similar Papers 제목 키워드 기반

Potential Anchoring for imbalanced data classification

2021-04-17 · Michał Koziarski

Data imbalance remains one of the factors negatively affecting the performance of contemporary machine learning algorithms. One of the most common approaches to reducing the negative impact of data imbalance is preproces…

ClassificationGeneral Classification

Hashing-Based Undersampling Ensemble for Imbalanced Pattern Classification Problems

2020-06-29 · Wing WY Ng, Shichao Xu, Jianjun Zhang, Xing Tian 외

Undersampling is a popular method to solve imbalanced classification problems. However, sometimes it may remove too many majority samples which may lead to loss of informative samples. In this article, the hashing-based …

ClassificationGeneral Classificationimbalanced classification

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

LIUBoost : Locality Informed Underboosting for Imbalanced Data Classification

2017-11-15 · Sajid Ahmed, Farshid Rayhan, Asif Mahbub, Md. Rafsan Jani 외

The problem of class imbalance along with class-overlapping has become a major issue in the domain of supervised learning. Most supervised learning algorithms assume equal cardinality of the classes under consideration w…

ClassificationGeneral Classification

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 ins…

General Classification