Font Size: a A A

Improved Grouped SMOTE With Noise Filtering Mechanism

Posted on:2022-04-20Degree:MasterType:Thesis
Country:ChinaCandidate:C ZhangFull Text:PDF
GTID:2518306557976469Subject:Software engineering
Abstract/Summary:PDF Full Text Request
SMOTE(Synthetic Minority Oversampling TEchnique)is one of the most popular and well-known sampling algorithms for addressing class imbalance learning problem.The merits of SMOTE reflflect at that in comparison with the random oversampling technique,it can alleviate the problem of overfifitting to a large extent.However,two drawbacks of SMOTE have also been observed as follows,1)it tends to propagate the noisy information in the procedure of oversampling;2)it always assigns a global neighborhood parameter K but neglects the local distribution characteristics.To synchronously deal with these two problems,a grouped SMOTE algorithm with noise fifiltering mechanism(GSMOTE-NFM)is presented in this article.The algorithm fifirstly adopts Gaussian-Mixture Model(GMM)to explore the real distributions of the majority and minority classes,respectively.Then,most noisy instances can be removed by comparing the probability densities of the same instance in two different classes.Next,two new GMMs are constructed on the rest majority and minority class instances,respectively.Furthermore,all minority class instances can be divided into three different groups: safety,boundary and outlier,based on the corresponding probability density information.Finally,we assign an individual parameter K to the instances belonging to each specifific group to generate new instances.We tested GSMOTE-NFM algorithm on 24 benchmark binary-class data sets with three popular classifification models,and compared it with several state-of-the-art oversampling algorithms.The results indicate that our algorithm is signifificantly superior than the original SMOTE algorithm and several SMOTE-based modifified methods.
Keywords/Search Tags:sampling, class imbalance learning, smote, gaussian-mixture model, probability density
PDF Full Text Request
Related items