Minimum Enclosing Ball Synthetic Minority Oversampling Technique from a Geometric Perspective
Yi-Yang Shangguan, Shi-Shun Chen, Xiao-Yang Li

TL;DR
This paper introduces MEB-SMOTE, a novel oversampling technique based on geometric principles, specifically the Minimum Enclosing Ball, to generate diverse synthetic minority samples and improve classification in imbalanced datasets.
Contribution
The paper proposes MEB-SMOTE, integrating geometric concepts into oversampling to enhance sample diversity and classification performance over traditional SMOTE methods.
Findings
MEB-SMOTE outperforms traditional SMOTE on multiple datasets.
Constructing a representative point via MEB improves sample quality.
Experiments confirm enhanced classification accuracy with MEB-SMOTE.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace and Expression Recognition · Advanced Measurement and Detection Methods · Advanced Statistical Methods and Models
MethodsSynthetic Minority Over-sampling Technique.
