节点文献

基于改进扩展弹性网络的多类别特征选择方法研究

Research on Multi-Glass Feature Selection with Modified Extended Elastic Net

【作者】 张颖

【导师】 陈思宝;

【作者基本信息】 安徽大学 , 计算机技术(专业学位), 2017, 硕士

【摘要】 特征选择是统计模式识别中的一个基本步骤和重要任务,并被广泛的应用于图像处理、文本挖掘、计算神经学以及生物信息学等诸多领域。在这些实际应用中,研究对象的观测值(即样本)虽然含有大量的特征,但对于某个特定的识别任务来说,这些特征并非都是相关的有效特征,也同时存在冗余的或是与任务不相关的噪声特征。这些噪声严重影响分类精度。为解决这一问题,特征选择技术应运而生。特征选择旨在从样本的所有特征中将相关的有效特征挑选出来,同时将不相关的特征剔除。另一方面,特征选择也可以避免由于样本的特征数过多导致的维数灾难,降低模式识别的时间开销。样本的特征维数越高,特征选择的重要性也就越发突显出来。为了挑选出相关的、低冗余的更好的特征子集,研究者们提出了不同的优化方案。如最小冗余最大相关性特征选择(mRMR)方法,全局冗余最小化(GRM)方法,不相关LASSO(ULASSO)方法,等等9在前人研究的基础上,本文从一个新的角度提出了优化的特征选择方法,并提出了相应的有效算法。本文的主要研究内容有以下三部分:(1)弹性网络(EN)模型与常用的最小绝对收缩和选择算子(LASSO)相比,在选择相当数量的特征的情况下,EN模型的效果要优于LASSO。特别是在样本所含特征数远远大于样本数时,EN的效果比LASSO更令人满意。出于这种考虑,本文将特征与类别之间的相关性作为约束,以权重的形式融入EN模型中,提出了基于区分性弹性网络的二类别特征选择(TFS_DEN)方法。通过对回归系数加权的方式,在目标函数的优化过程中,使对应于与类别标签具有强相关性的特征的回归系数变大,反之则被压缩。这样一来,回归系数的区分性被放大,挑选出的特征与类别的相关性更强,同时有利于提高分类准确率。在这一部分选取两种相关性度量,并给出相应的4种不同形式的权重。对于TFS_DEN,在这一部分还给出了有效的迭代求解算法以及与算法相对应的收敛性证明。在多个二类数据集上的相关实验结果说明了 TFS_DEN的性能优于一些现有的特征选择方法。美中不足的是,TFS_DEN方法仅能处理只包含两类样本的特征选择问题。(2)本文进一步将TFS_DEN方法扩展到多类别的情况,使其适用于更多的实际应用问题,形成基于区分性扩展弹性网络的多类别特征选择(MFS__DEEN)方法。由于问题被扩展到多类别的情况,TFS_DEN中的权重形式不再适用。因此,针对MFS_DEEN给出了不同于TFS_DEN的4种权重形式,同时提出了不同于TFS_DEN的新的有效迭代求解算法,并给出了相应的收敛性证明。在多个多类别数据集上进行了相关实验,其结果验证了 MFS_DEEN的有效性。(3)作为MFS_DEEN方法的一种横向扩展,本文提出了一种基于自适应扩展弹性网络的多类别特征选择(NMFS_AEEN)方法。MFS_AEEN方法以另一种数据依赖的权重进行加权,并可以直接利用MFS_DEEN方法中的迭代算法求解。在多个二类别及多类别数据集上的实验结果证明了 MFS_AEEN方法也具有良好的特征选择性能。

【Abstract】 Feature selection is a basic procedure and an important task of pattern recognition,and has been widely applied in various fields,such as image processing,text mining,computational neuroscience,bioinformatics,and so on.In the practical applications of pattern recognition,observations(also called samples)usually contain a lot of features.Unfortunately,for a specific recognition task,these features are not all relevant valid features.There are redundant and irrelevant noisy features among them.The presence of them probably results in incorrect classification.To solve this problem,the feature selection technology arises at the historic moment.Feature selection aims to select relevant valid features from all features of observations,and eliminate the irrelevant and redundant features at the same time.Feature selection,on the other hand,also can avoid the dimension disaster cased by too many features,and reduce the time cost of pattern recognition.The higher feature dimension,the more highlighted the importance of feature selection.In order to select better feature subsets in which features are most relevant and least redundant,researchers proposed various optimization schemes,such as minimum redundancy maximum relevance feature selection(mRMR)method,global redundancy minimization(GRM)method,uncorrelated Lasso(ULASSO)method,and so on.On the basis of previous researches,from a new point of view,a new optimization feature selection method is proposed in this paper,and the corresponding effective algorithm is proposed at the same time.The main researches in this thesis contain the following three parts:(1)Compared with the frequently-used least absolute shrinkage and selection operator(LASSO),the elastic net(EN)model shows superior performance in the case of the number of selected features is equal.Especially,when the number of features is larger than the number of samples,the performance of EN is more satisfactory than that of LASSO.With this in mind,in this paper,the correlations between features and class labels are regarded as constraints and are integrated into the elastic net model in the form of weight.Thus,two-class feature selection via discriminative elastic net(TFS_DEN)method is proposed.By the means of weighting on regression coefficients,the regression coefficients,corresponding to the features that are highly correlated with class labels,are increased in the procedure of optimization.Otherwise,the regression coefficients will be shrunk.As a result,the distinction of regression coefficients is amplified.The selected features are highly correlated with class labels,which is benefit for improving recognition accuracy.In this part,two kinds of correlation measurement are chosen,and corresponding different four forms of weight are given.For TFS_DEN,not only an effective iteration algorithm is proposed,but also the corresponding convergence proof is proposed in this part.Experiments with respect to TFS DEN is performed on several two-class datasets,and the results illustrate that the performance of TFS_DEN is better than some state-of-the-art feature selection methods.The weakness of TFS_DEN is this method can only handle feature selection problem which contains only two classes of samples.(2)TFS_DEN is extended to multi-class case,which makes it applicable to more practical problems.Thus,multi-class feature selection via discriminative extended elastic net(MFS_DEEN)method appeared.Due to the complicated characteristic of multi-class case,the forms of weight in TFS_DEN are not applicable any more.Therefore,new forms of weight are given for MFS_DEEN,which are different from that in TFS_DEN.Simultaneously,new effective iteration algorithm and the corresponding convergence proof are proposed for MFS_DEEN,which is different from that in TFS_DEN.Experiments with respect to MFS_DEEN are performed on several multi-class datasets,and the results proved the effectiveness of MFS_DEEN.(3)A multi-class feature selection via adaptive extended elastic net(MFS_AEEN)method is proposed,it’s a horizontal expansion of MFS_DEEN.MFS_AEEN is weighted by another kind of data-dependent weight,and can be solved by directly using the iteration algorithm of MFS_DEEN.The experiment results on several datasets proved that MFS_AEEN has good feature selection performance as well.

  • 【网络出版投稿人】 安徽大学
  • 【网络出版年期】2017年 08期
  • 【分类号】TP391.4
  • 【被引频次】6
  • 【下载频次】210
节点文献中: 

本文链接的文献网络图示:

本文的引文网络