paper-with-me

홈 › Papers

Minimum Enclosing Ball Synthetic Minority Oversampling Technique from a Geometric Perspective

2024-08-07 · Yi-Yang Shangguan, Shi-Shun Chen, Xiao-Yang Li

Class imbalance refers to the significant difference in the number of samples from different classes within a dataset, making it challenging to identify minority class samples correctly. This issue is prevalent in real-world classification tasks, such as software defect prediction, medical diagnosis, and fraud detection. The synthetic minority oversampling technique (SMOTE) is widely used to address class imbalance issue, which is based on interpolation between randomly selected minority class samples and their neighbors. However, traditional SMOTE and most of its variants only interpolate between existing samples, which may be affected by noise samples in some cases and synthesize samples that lack diversity. To overcome these shortcomings, this paper proposes the Minimum Enclosing Ball SMOTE (MEB-SMOTE) method from a geometry perspective. Specifically, MEB is innovatively introduced into the oversampling method to construct a representative point. Then, high-quality samples are synthesized by interpolation between this representative point and the existing samples. The rationale behind constructing a representative point is discussed, demonstrating that the center of MEB is more suitable as the representative point. To exhibit the superiority of MEB-SMOTE, experiments are conducted on 15 real-world imbalanced datasets. The results indicate that MEB-SMOTE can effectively improve the classification performance on imbalanced datasets.

📄 PDF Abstract BibTeX arXiv:2408.03526

Code (0)

등록된 구현이 없습니다.

Tasks

Fraud DetectionMedical Diagnosis

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 제목 키워드 기반

Towards the mathematical foundation of the minimum enclosing ball and related problems

2024-01-09 · Michael N. Vrahatis

Theoretical background is provided towards the mathematical foundation of the minimum enclosing ball problem. This problem concerns the determination of the unique spherical surface of smallest radius enclosing a given b…

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

Towards the methodology for solving the minimum enclosing ball and related problems

2024-10-14 · Michael N. Vrahatis

Methodology is provided towards the solution of the minimum enclosing ball problem. This problem concerns the determination of the unique spherical surface of smallest radius enclosing a given bounded set in the d-dimens…

Counterfactual-based minority oversampling for imbalanced classification

2020-08-21 · Hao Luo, Li Liu

A key challenge of oversampling in imbalanced classification is that the generation of new minority samples often neglects the usage of majority classes, resulting in most new minority sampling spreading the whole minori…

ClassificationcounterfactualGeneral Classificationimbalanced classification

Integrating Unsupervised Clustering and Label-specific Oversampling to Tackle Imbalanced Multi-label Data

2021-09-25 · Payel Sadhukhan, Arjun Pakrashi, Sarbani Palit, Brian Mac Namee

There is often a mixture of very frequent labels and very infrequent labels in multi-label datatsets. This variation in label frequency, a type class imbalance, creates a significant challenge for building efficient mult…

ClusteringMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION