BO-SMOTE:一种基于贝叶斯优化的新型合成少数类过采样技术

BO-SMOTE: A Novel Bayesian-Optimization-Based Synthetic Minority Oversampling Technique

IEEE Transactions on Systems, Man, and Cybernetics: Systems · 2023
被引 32
ABS 3

中文导读

提出一种基于贝叶斯优化的过采样方法BO-SMOTE,通过将分类器预测视为黑箱优化问题,迭代生成少数类样本,避免随机性负面影响,在20个数据集上优于现有模型。

Abstract

An oversampling technique balances a dataset by increasing the number of minority samples. It is a common and effective method in imbalanced learning. However, most oversampling methods have randomness in generating minority samples, which would have negative impacts on the prediction performance of subsequent classifiers. This study treats the prediction made by classifiers as a black-box optimization problem. The optimization objective is to improve the classification accuracy of subsequent classifiers for minority samples. The solution of this optimization problem can be regarded as a minority sample that can be and added to the imbalanced dataset. The minority samples are iteratively generated by Bayesian optimization (BO). We determine two valuable intervals for each 1-D continuous variable feature. One is the interval with the densest minority samples. The other is that with the sparsest majority samples distributed among the minority samples. By adjusting the proportion of samples generated in the two areas, the presented algorithm can be flexibly applied to different datasets. In order to reduce the noise that may be caused by the exploration phase of BO, a sample selection procedure is carried out to eliminate the samples that are worse than those generated at the previous iteration. The samples generated in this way are based on the principle of improving the performance of the classifier, thus avoiding the negative effects of randomness. Experimental results via twenty open imbalanced datasets show that the proposed method obtains better results than existing state-of-the-art oversampling models, thus well advancing the important field of imbalanced learning.

过采样不平衡学习贝叶斯优化分类器机器学习