Fast forward feature selection for the nonlinear classification of hyperspectral images
A fast forward feature selection algorithm is presented in this paper. It is based on a Gaussian mixture model (GMM) classifier. GMM are used for classifying hyperspectral images. The algorithm selects iteratively spectral features that maximizes an estimation of the classification rate. The estimation is done using the k-fold cross validation. In order to perform fast in terms of computing time, an efficient implementation is proposed. First, the GMM can be updated when the estimation of the classification rate is computed, rather than re-estimate the full model. Secondly, using marginalization of the GMM, sub models can be directly obtained from the full model learned with all the spectral features. Experimental results for two real hyperspectral data sets show that the method performs very well in terms of classification accuracy and processing time. Furthermore, the extracted model contains very few spectral channels.
Code (1)
Tasks
Classificationfeature selectionGeneral ClassificationHyperspectral Image ClassificationSimilar Papers 제목 키워드 기반
A Method of Generating Random Weights and Biases in Feedforward Neural Networks with Random Hidden Nodes
Neural networks with random hidden nodes have gained increasing interest from researchers and practical applications. This is due to their unique features such as very fast training and universal approximation property. …
A novel embedded min-max approach for feature selection in nonlinear support vector machine classification
In recent years, feature selection has become a challenging problem in several machine learning fields, such as classification problems. Support Vector Machine (SVM) is a well-known technique applied in classification ta…
Classificationfeature selectionGeneral ClassificationBeam Search for Feature Selection
In this paper, we present and prove some consistency results about the performance of classification models using a subset of features. In addition, we propose to use beam search to perform feature selection, which can b…
Classificationfeature selectionLassoLayer: Nonlinear Feature Selection by Switching One-to-one Links
Along with the desire to address more complex problems, feature selection methods have gained in importance. Feature selection methods can be classified into wrapper method, filter method, and embedded method. Being a po…
feature selectionFaster feature selection with a Dropping Forward-Backward algorithm
In this era of big data, feature selection techniques, which have long been proven to simplify the model, makes the model more comprehensible, speed up the process of learning, have become more and more important. Among …
feature selection