Next Article in Journal
Land Cover Classification with GF-3 Polarimetric Synthetic Aperture Radar Data by Random Forest Classifier and Fast Super-Pixel Segmentation
Previous Article in Journal
Adaptive Interacting Multiple Model Algorithm Based on Information-Weighted Consensus for Maneuvering Target Tracking
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Feature Selection Method Based on High-Resolution Remote Sensing Images and the Effect of Sensitive Features on Classification Accuracy

1
Institute of Remote Sensing and Digital Earth, Chinese Academy of Sciences, Beijing 100101, China
2
University of Chinese Academy of Sciences, Beijing 100049, China
*
Authors to whom correspondence should be addressed.
Submission received: 26 May 2018 / Revised: 14 June 2018 / Accepted: 20 June 2018 / Published: 22 June 2018
(This article belongs to the Section Remote Sensors)

Abstract

:
With the advent of high spatial resolution remote sensing imagery, numerous image features can be utilized. Applying a reasonable feature selection approach is critical to effectively reduce feature redundancy and improve the efficiency and accuracy of classification. This paper proposes a novel feature selection approach, in which ReliefF, genetic algorithm, and support vector machine (RFGASVM) are integrated to extract buildings. We adopt the ReliefF algorithm to preliminary filter high-dimensional features in the feature database. After eliminating the sorted features, the feature subset and the C and γ parameters of support vector machine (SVM) are encoded into the chromosome of the genetic algorithm. A fitness function is constructed considering the sample identification accuracy, the number of selected features, and the feature cost. The proposed method was applied to high-resolution images obtained from different sensors, GF-2, BJ-2, and unmanned aerial vehicles (UAV). The confusion matrix, precision, recall and F1-score were applied to assess the accuracy. The results showed that the proposed method achieved feature reduction, and the overall accuracy (OA) was more than 85%, with Kappa coefficient values of 0.80, 0.83 and 0.85, respectively. The precision of each image was more than 85%. The time efficiency of the proposed method was two-fold greater than SVM with all the features. The RFGASVM method has the advantages of large feature reduction and high extraction performance and can be applied in feature selection.

1. Introduction

High-resolution remote sensing images are widely used in different fields, such as in land cover mapping and monitoring, classification analysis, road detection and automatic building extraction in a complex environment [1]. Extraction methods can be categorized into three main groups, namely visual interpretation, pixel and object-based methods. The main difference is the basic unit. The visual interpretation method is inefficient and easily affected by human factors. Pixel-based approaches use pixels as the basic analysis units, and object-based approaches split an image into homogeneous regions (objects) of different sizes containing multiple pixels [2]. These methods cannot satisfy the need for information extraction with an increase in image space resolution. The latter also considers the spectral, geometric, texture and topological relationships of image objects which makes it possible to utilize the contextual information.
Although the generation of hundreds of different features for each image object is an advantage of object-based approaches, the large number of features results in two main problems at the same time. On one hand, the computational burden of the procedure and the calculation of features become time-consuming. More importantly, the classification accuracy is degraded with limited samples. Thus, optimizing the feature subset is important for classification and information extraction based on high spatial resolution images [3]. Consequently, feature selection methods can be applied to tackle these problems. Feature selection methods include filter, wrapper and embedded algorithms. Filter algorithms remove features directly from the original feature set and independent of the learning algorithm, which may be a classification algorithm or a clustering algorithm. Some studies of filters methods have selected features by object-based extraction. The ReliefF (RF) is a typical feature selection algorithm, which assigns higher weights to features associated with categories, removes irrelevant features quickly and has a high operating efficiency when dealing with multiple classification problems. However, the RF algorithm has difficulty removing redundant features of datasets. Wrapper and embedded algorithms select features concurrently with the learning process and generally lead to better results than filter methods, such as genetic algorithms, which measure the performance of features with a classifier and improve the effect of the learning algorithm at the same time. Numerous object-based models for selecting features have been developed in recent decades to study optimum feature selection; these models include empirical analysis [4], separability and thresholds (SEaTH) [5], minimal redundancy maximal relevance (mRMR) [6] and the genetic algorithm (GA) [7]. Most studies have focused on one method, and only a few works have concentrated on coupling methods. S Rajesh et al. [8] proposed a method based on GA for the selection of a subset from the combination of wavelet packet statistical and Wavelet Packet Cooccurrence textural feature sets. Wang et al. [9] adopted the ReliefF algorithm (RF) to eliminate redundant features. Thus, combined with the advantages of previous methods, optimization of both the goodness-of-fit and the number of variables is worth studying.
With the development of space and sensor technology, the amount of high-resolution remote sensing data has increased dramatically [10], and features have been characterized by massiveness and high dimensionality. Thus, extracting effective features of targets from feature sets is a key stage in information extraction. Previous works have focused on single feature extraction methods and pixel-based analyses. However, another problem in objected-based methods is that primitive features are calculated for large areas. The efficiency and precision of information extraction are also challenges. They do not take advantage of the different types of feature selection and object-based methods and do not take into account the optimization of classifier parameters.
To solve the problem of high-dimensional feature redundancy and slow convergence in objected-based information extraction, we proposed a feature extraction method integrating ReliefF, the genetic algorithm and support vector machine, namely the RFGASVM method, which combines the filter with the wrapper method. Our approach can be described in four steps: First, improved multi-scale segmentation is utilized to construct blocks of homogenous regions. Second, the features are ranked based on the weights and irrelevant features are removed; third, the preliminarily selected feature subsets are encoded with support vector machine (SVM) parameters (C and γ) into the chromosome and optimized based on the genetic algorithm (GA). Finally, the SVM classifier is employed to test the proposed method and its sensitivity is compared with related methods.

2. Methodology

2.1. Data Sets

The described methodology was applied to high-resolution optical satellite images (1 m data for GaoFen-2 and 0.5 m data for Beijing-2) and 0.2 m unmanned aerial vehicle (UAV) images (Figure 1). The sizes of the sample images from the dataset were 900 × 500, 1000 × 1000 and 1500 × 1000, respectively. The remote sensing images included two kinds of data: panchromatic and multispectral (blue, green, red and near-infrared). For the optical remote sensing images, radiometric calibration, Gram–Schmidt pan sharpening algorithm fusion and atmospheric correction were used to obtain high spatial resolution multispectral images. For original aerial drone images, Pixel-Grid software was used to correct the difference in the original photo’s distortion and the image was rotated according to the actual overlapping direction. A position and orientation system (POS) was used under the condition of a no-control point through POS-assisted aerial triangulation after three-dimensional free network adjustment to generate an original orthographic image (DOM) from the original single photo mosaic. Although the urban remote sensing imagery used in this work was of high resolution, some object edges were still fuzzy which resulted in the object being unrecognizable from the background. Therefore, edge enhancement, an image Gaussian filtering method that reduces the effect of noise, was used. This method can also decrease the complexity of image computation and remove system noise [10]. Edge enhancement is widely used in fields such as pattern recognition and image semantic segmentation.

2.2. Related Theories

This research attempted to extract a building by employing object-based image analysis. The goal of extraction is to obtain the highest accuracy of identification while using relatively few features. In this work, we used the SVM classifier to extract building information. The two parameters, namely, C and γ, considerably influenced the final classification accuracy. In feature selection based on the previous GA, the number of features was barely considered and the optimization and improvement of the input parameters of the classifier were not considered. This work combined the GA and SVM classifiers using the RF feature weighting algorithm. When the fitness function in GA was set, three factors were considered (classification accuracy, number of features and feature cost). This case is a typical multi-objective optimization problem. Multi-objective optimization enables multiple targets to reach the optimal state at the same time under specific constraints.

2.2.1. Multiresolution Segmentation Methods Based on High-Resolution Remote Sensing Images

We defined typical land cover elements for a segmentation according to their characteristics. An image is segmented into a cluster, called an object, and has shape information [11]. The created image objects should represent real objects [12,13]. In the present study, an adaptive multiscale segmentation model was used to create image objects and the optimization of the scale parameters. For high-resolution remote sensing images, the fractal net evolution approach (FNEA) was a regional growth algorithm from the bottom to the top. Based on the principle of least heterogeneity, the neighboring pixels with similar spectral information were merged into a homogeneous image object. All pixels that belonged to the same object after segmentation represented the same feature. In image segmentation, the spatial, spectral and shape features of the image object simultaneously operate to generate an object with spectral homogeneity and homogeneous spatial characteristics and shape features.
The scale parameter of the FNEA segmentation algorithm was the region merger cost which was a threshold of “heterogeneity change” when the objects were merged. The multiscale expression of images was achieved to a certain extent; however, the result of previously set scaling parameters were barely recorded before segmentation. This method obtained a limited number of multiscale expressions. For issues such as unclear hierarchical relationships and scale conversion, an efficient graph-based image segmentation model (EGSM) was proposed by Felzenszwalb in 2004 [14]. This work adopted the optimal scale method, a novel bilevel scale-set model (BSM), which was proposed by Hu [15] based on EGSM. The method combines the FNEA algorithm and the layered iterative optimization of regional consolidation methods. The regional hierarchy structure was constructed, and multiscale representation of house images was obtained (Figure 2). Using the BSM, global evolutionary analysis and unsupervised scale set reduction were applied, and in processes where hierarchical region consolidation was recorded completely, the hierarchical relationships were recorded and each region was indexed on a scale. Scale reduction based on global evolution analysis was performed according to the minimum risk Bayesian decision framework. The BSM can be used to calculate the image segmentation results at any scale inversely, so as to solve the problem of adjusting the scale parameters.

2.2.2. Feature Extraction Structure

In the investigated images (obtained from satellite and UAV images), the variable features were extracted using eCognition 9.1. Such features included spectral, geometry, texture, shadow, context and geoscience auxiliary features of image objects. To test the performances of feature optimization and selection, we collected a total of 113 features from high resolution remote-sensing images, which included GF-2, BJ-2 satellite images, and 67 features from UAV images. A description of the object features is shown in Table 1 and Table 2. The UAV images only contained R, G and B bands; as such, their spectral and shadow characteristics considerably differed from those of satellite images.

2.2.3. Feature Selection Based on ReliefF Algorithm and Coupled GA-SVM Models

ReliefF algorithm: ReliefF (RF), an extension of the Relief method, is efficient in estimating the quality of attributes but is limited to two-class problems only. This method can calculate distances between sample distributions and reliably estimate probabilities and can handle incomplete and multiclass data sets while the complexity remains the same [16,17]. When dealing with multiple types of problems, such as regression problems, for continuous data, the RF algorithm does not uniformly select the nearest neighbor sample from all different sample sets but selects the nearest neighbor sample from each set of samples; the degree of the importance of a feature is evaluated by calculating the ability to separate the nearest distance between any two classes. Given a sample set, S, sample R is selected from S, and the K nearest neighbors of sample R are found. The closest same class instance of sample R is called “near-hit (NH),” and the closest different-class instance of sample R is called “near-miss (NM).” The weight of feature 𝑡 is denoted as ω t , which is updated. To reduce the randomness in feature evaluation, the entire process should be repeated m times to obtain the average value, which is set as the final weight.
ω t i = ω t i 1 + c c l a s s ( x ) p ( x ) 1 p ( c l a s s ( x ) ) j = 1 k d i f f ( x , M ( x ) ) m × k i = 1 k d i f f ( x , H ( x ) ) m × k ,
where diff() indicates the distance of the sample on feature t; M(x) and H(x) represent the closest same class sample and a different-class sample of sample x, respectively; p() represents the ratio of the entire samples in class c i to all heterogeneous samples in S; m is the number of iterations; and k is the number of nearest neighbors.
SVM model: The basic principles of SVM can be found in the studies of Cortes and Vapnik [18] and Devroye et al. [19]. SVM provides the optimal hyperplane (Figure 1) to maximize the margin between the closest positive and negative samples because of its effectivity in working with linearly non-separable and high dimensional datasets [20]. The white and black points are samples of two categories (Figure 3). H is the classification line, H1 and H2 represent the straight lines of the two closest samples from H and the distance between them is the classification interval. The optimal classification hyperplane makes the classification correct while maximizing the separation margin.
The original SVM algorithm seeks a linear decision surface (H) using f ( x ) = w T x + b , where w is a dimensional coefficient vector and b is the offset. The linear SVM achieves an optimal hyperplane by solving the following optimization problem:
min 1 2 W 2
s . t . : Y i · ( W T · X i + b ) 1   i = 1 , 2 , 3 , N .
The optimization of the optimal hyperplane can be converted into a Lagrangian dual problem:
L ( W , b , a ) = 1 2 W 2 i = 1 N a i [ ( W · X i + b ) 1 ] ,
where a i 0 and is the Lagrangian multiplier. The final classification discriminant function can be expressed as
f ( X ) = i = 1 N a i Y j X i T · X + b .
In most cases, SVM maps nonlinear training samples to the high-dimensional feature space and constructs linear discriminant functions. One of the most popular and frequently used kernel functions is the radial basis function (RBF), which has good generalization ability:
f ( X ) = i = 1 N a i Y j K ( X i · X ) + b .
SVM uses a kernel function to map nonlinearly separable classes from a low-dimension to a higher dimension feature space. RBF is a useful function and has been implemented widely. It can map non-linear primitive features to high dimensions and deal with problems of non-linear separability. The linear kernel function is a special case of RBF. In addition, a large amount of polynomial kernel function parameters and the inner product need to be calculated. As a result, the model is complex, and there are calculation problems, such as overflow. A small number of RBF kernel function parameters are more convenient and efficient for model calculating. An RBF kernel needs two parameters (C and γ) which should be set to obtain an improved classification model. C is a preset value that penalizes the misclassification, and γ controls the width of the RBF kernel [21]. To obtain an optimal combination of C and γ, the present work used grid search and 10-fold cross-validation. Grid search is a process where various combinations of C and γ are selected within a predefined range at a certain interval. Cross-validation is used to test the accuracy of classification in terms of different combinations of C and γ.
GA: This algorithm consists a series of genetic operations, such as selection and crossover, which are mutations, to generate a new generation of groups which are gradually evolved to be included or become close to the optimal solution [22]. In feature selection, first, the feature set to be optimized and C and γ in the SVM classifier are encoded into a chromosome. A fitness function is constructed considering the recognition accuracy of the house, and an initial population is generated. The initial population is selected through selection and cross-mutation operations. Individuals in the population are optimized to produce the optimal subset of features and the optimal C and γ.
The basic procedure for chromosome coding can be summarized as shown in Figure 4. In chromosome design, the chromosome includes three parts: the feature set, C and γ. The detailed design for the chromosome is shown in Figure 3, where g f 1 to g f n ( f ) is the encoding of feature set (f), n ( f ) represents the bits of the code, in which n represents a sequence of numbers, 1 represents that the feature is selected and 0 represents that the feature is ignored; g C 1 to g C n ( C ) encodes the SVM parameter C, and g γ 1 to g γ n ( γ ) encodes the SVM parameter γ, while n ( C ) and n ( γ ) represent the bits of the code.
Based on the feature weights calculated by RF, the initial population is provided for GA. In the population initialization phase, the population size of GA is based on feature weights and the maximum number of iterations must be set appropriately. The weights of the retained features are normalized, and the result is set as the probability that the feature is selected. An individual’s fitness of the proposed method is primarily determined by three evaluation criteria, namely the classification accuracy, the size of the selected feature subset and the feature cost. However, the feature cost was ignored in previous studies. Thus, small feature subsets include a low total feature cost and a high classification accuracy, in which the optimal individual (single optimal feature) demonstrating good fitness is chosen during the evolutionary process; an individual’s fitness can be obtained as follows:
fitness = W a × accuracy + W f × ( 1 1 n i = 1 n f i × C i ) ,
where, W a represents the weight of the classification accuracy, which is the classification results of the test samples. W f represents the weight of the number of selected features with feature costs, and C i represents the cost of the features. If f i = 1 , then the feature is selected as an input feature for the SVM classifier; if f i = 0 , then the feature is ignored. Algorithm 1 shows the flow of the proposed feature selection method.
Algorithm 1. Flow of the proposed feature selection method.
Input
S is an initial sample feature set and g f n ( f ) , g C n ( C ) , g γ n ( γ ) are the initial population, where f encodes the feature set,
C and γ are the encoded SVM parameters.
Output
Extracted features based on the RFGASVM method
Repeat
  • Sequence sample feature set using ReliefF and the weight of feature 𝑡 ( ω t i ) is updated m times to obtain the average value
  • Population initialization with the RFGA method
  • Set the individual’s fitness. The feature cost is 1 n i = 1 n f i × C i , where C i represents the cost of features and f i = 1 , 0
Until the termination test is met
4.
A small feature subset with a low total feature cost and high classification accuracy
(Remark: RFGASVM: ReliefF, genetic algorithm, and support vector machine method; RFGA: integrate ReliefF with genetic algorithm method).
The algorithm mentioned above is shown in Figure 5.

2.3. Accuracy Assessment

The accuracy assessment was conducted using a confusion matrix from the perspective of classification, and the performance of the SVM classifier was evaluated by precision, recall, and F1-score based on recognition rate. We evaluated the accuracy of the proposed method from these two perspectives.
From the perspective of classification, the overall accuracy (OA), the producer’s accuracy (PA), the user’s accuracy (UA), and the Kappa coefficient (Kappa) [23] were evaluated using the accuracy evaluation function of eCognition. The Kappa coefficient is the most significant one, because it marks the robustness of an algorithm. If the coefficient is over 0.6, the algorithm is recognized as having good performance. OA is an overall assessment which indicates the general performance of the technique.
O A = T P + T N T ,
K a p p a = T × ( T P + T N ) T × T ,
P A = T P T P + F N ,
U A = T P T P + F P ,
where = ( T P + F P ) × ( T P + F N ) + ( F N + T N ) × ( F P + T N ) . TP is the correctly extracted pixels; FP is the incorrectly extracted pixels; TN is the non-building pixels that are correctly rejected; FN is the building pixels that are not detected.
From the perspective of the recognition rate [24], precision is the percentage of building objects that are correctly classified by the SVM classifier. Recall is the percentage of correctly classified building objects among all actual buildings. The F1-score is a combination of precision and recall:
P r e = N t p N t p + N f p × 100 % ,
R e c = N t p N t p + N f n × 100 % ,
F 1 = 2 × P r e × R e c P r e + R e c .
The building extraction can be considered to be a binary classification, where building objects are positives and the remaining non-building objects are negatives. Ntp denotes the number of buildings correctly extracted; the detected buildings are at least partially real. Nfp denotes the number of buildings mistakenly extracted. Nfn denotes the number of non-buildings mistakenly extracted.

3. Experimental Results and Discussion

3.1. Selection of Building Samples

According to the characteristics of different sensor images and the principle that human eyes can recognize houses in high-resolution images, a remote sensing classification system for houses was determined. The houses were divided into four types: high-rise buildings, multistorey buildings, factory buildings and general houses. Various typical house samples were selected through the segmentation of GF-2, BJ-2 and UAV images. During sample selection, the samples were distributed as evenly as possible and included each type of house. Given that the SVM model was used, roads, vegetation, shadows, water and bare land should have been selected. To reduce the influence of mixed pixels on classification accuracy, we tried to avoid mixed pixels when selecting a sample. The house training samples and test samples are shown in Figure 6 and the selected land types and their quantities are listed in Table 3.

3.2. Building Identification Results and Accuracy of the Proposed Method

The new method was validated with three images captured by the GF-2 satellite, BJ-2 satellite, and UAV. These images described parts of urban and rural areas. However, visual interpretation on the image of the entire administrative area is rarely practical; as such, three typical images, which contained dark roofs and similar spectral characteristics with roads, were selected to obtain reliable results on performance. Therefore, the performances of our feature optimization algorithm may not seem the same as those in other studies. However, the proposed method acquired satisfactory results under relatively poor conditions, and high accuracy would be easily accessible. The experiments were performed 15 times on the three resolution images (Figure 7a: GF-2; Figure 7b: BJ-2; Figure 7c: UAV), and the average value represents the highest recognition accuracy. Figure 7a shows the housing extraction results of GF-2 imagery; in the figure, buildings are differentiated from other land types, especially high-rise and multistorey buildings in urban areas. Figure 7b was the most difficult to detect among the three images, because all the buildings and roads shared similar spectral characteristics. It is difficult to distinguish buildings from the background when there is no shadow from the building. We obtained four different rural houses in the UAV remote sensing images and compared the proposed algorithm with manual visual interpretation. The experimental results are shown in Figure 7c. The left image is the original remote sensing image; the black area on the right represents the results of the proposed algorithm, and the red polygons represent the visual interpretation results.
For the optimal accuracy of building identification, the selected feature subset of image 1 (GF-2) contains the mean b, mean r, SBI, GLCM mean (all direction), MBI, NDVI, length/width and the elliptic fit; image 2 (BJ-2) contains the max.diff, mean r, shape index, GLCM homogeneity (all directions), GLDV entropy and Chen3; image 3 (UAV) contains the ratio g, green index, brightness, rectangular Fit, density, GLCM SD, GLCM ASM, main direction, length/width and the elliptic fit. The stastics analysis of the accuracy is shown in Table 4. The new technique has a robust kappa coefficient, concentrated at 0.83. The preferred features are more robust and resist variation in the images, whether their buildings are densely distributed or not. The UAV images only have R, G, and B bands; as such, the longer the optimization time for extracting classification features is, the higher the number of features used for identification is.

3.3. Verification of Feature Selection Based on Kernel Density Estimation

To analyze the object features, we used the KS density (Kernel Smoothing function estimate) to fit the probability distribution density of every feature for different category samples. The kernel distribution is a nonparametric representation of the probability density function (PDF) of a random variable. Fitting the probability distribution of an object feature by using the KS density is reasonable. The formula of the kernel density estimator is as follows [25]:
f h ^ ( x ) = 1 n h a i = 1 n K ( x x i h ) ,
where n is the sample size; xi is the object feature value; K(.) is the Kernel Smoothing function; and h is the bandwidth. The kernel distribution places the values into discrete bins and sums the component smoothing functions for each data value to produce a smooth, continuous probability curve. Figure 8 below represents the probability distribution density of different object features from the three typical study areas. Land types can be well distinguished based on the features, and residential land can be separated from other adjacent land types, thereby facilitating information extraction.

3.4. Accuracy and Efficiency Assessment of Selected Features

We compared the RFGASVM method with other methods, namely, SVM with all features and RFSVM without GA, to optimize parameters. The OA values of RFGASVM, SVM (all features) and RFSVM are shown in Table 5. The OA for features selected by RFGASVM had a mean value of over 80%, and UAV imagery reached 91.3%. This finding indicates that features selected by RFGASVM are more representative than those selected by the other two methods. The accuracy of SVM (all features) also reached 80%; however, the use of many features brings huge computational costs. RFSVM had a lower accuracy than the other two methods. RFGASVM-selected features achieved higher accuracy and effectiveness based on the OA, Kappa coefficient and feature number. Hence, the proposed method is more suitable for the identification of residential land. Table 6 shows that our feature dimensionality reduction and optimization strategy outperformed other methods for high-resolution remote sensing images. The precision of each image was more than 85%, and the precision and recall were significantly greater than the other two methods.
Feature redundancy increases the size of the search space and affects the speed of algorithms. We extracted the running time from different iteration times of BJ-2 imagery and later, compared the proposed method with the SVM (all features) and RFSVM without GA to measure the computational efficiency. As shown in Figure 9, the SVM (all features) method took more time using a large number of features. This is because global optimization takes a lot of time with increased iterations. The implementations of the RFGASVM took much less time—up to two times faster than the other two methods. The results show that efficiency is greatly improved when dealing with images of large regions.

4. Conclusions and Future Work

In this study, we proposed a novel feature dimensionality reduction and optimization strategy to extract buildings using an object-based image analysis approach. The feature selection method is based on the ReliefF, genetic algorithm (GA) and support vector machine (SVM) methods and is called the “RFGASVM” method. We collected several samples using results from three high-resolution remote sensing images (GaoFen-2, Beijing-2 and UAV images), and then selected features to extract buildings to evaluate the performance of the proposed method. The approach consisted of four steps: First, the image pixels from the image were grouped using a multiresolution segmentation algorithm to form objects. Then, features were calculated by object-based image analysis, and stable features were derived from the inherent characteristics of objects and were given the possibility of being implemented on high-resolution images. Features were ranked based on ReliefF method to reduce the redundancy. The preliminarily selected feature subset and SVM parameters were optimized based on the genetic algorithm (GA) by selecting the optimal feature sets from the remaining sorted features. Finally, the experimental results demonstrated the effectiveness of the proposed method in terms of the efficiency and classification accuracy.
The proposed feature selection method reduces the redundancy for object-based image analysis and is well-suited for high-resolution remote sensing images. In addition, it can be applied to feature selection and information extraction and has the advantage of a higher reduction rate. In our future research, we plan to design and implement high-quality samples for high-performance feature selection.

Author Contributions

Z.Y., W.S. and W.F. assisted with the study design and the interpretation of the results; Z.R. designed and wrote the paper.

Funding

This research was funded by the National Key Research and Development Program of China (grant number 2017YFB0504100, 2016YFC0803000), Major Project of High Resolution Earth Observation System (Civil Part) (00-Y30B15-9001-14/16-1) and Youth Innovation Promotion Association of CAS (2015129).

Conflicts of Interest

The authors declare that they have no conflicts of interest.

References

  1. Moser, G.; Serpico, S.B.; Benediktsson, J.A. Land-Cover Mapping by Markov Modeling of Spatial-Contextual Information in Very-High-Resolution Remote Sensing Images. Proc. IEEE 2013, 101, 631–651. [Google Scholar] [CrossRef]
  2. Blaschke, T.; Hay, G.J.; Kelly, M.; Lang, S.; Hofmann, P.; Addink, E.; Feitosa, R.Q.; van der Meer, F.; van der Werff, H.; van Coillie, F.; et al. Geographic object-based image analysis—Towards a new paradigm. ISPRS J. Photogramm. Remote Sens. 2014, 87, 180–191. [Google Scholar] [CrossRef] [PubMed]
  3. Laliberte, A.S.; Browning, D.M.; Rango, A. A comparison of three feature selection methods for object-based classification of subdecimeter resolution UltraCamL imagery. Int. J. Appl. Earth Observ. Geoinf. 2012, 15, 70–78. [Google Scholar] [CrossRef]
  4. Takayama, T.; Iwasaki, A. Optimal wavelength selection on hyperspectral data with fused lasso for biomass estimation of tropical rain forest. ISPRS Ann. Photogramm. Remote Sens. Spat. Inf. Sci. 2016, 8, 101–108. [Google Scholar]
  5. Yu, X.; Zhan, F.; Liao, M.; Hu, J. Object-oriented feature selection algorithms based on improved SEaTH algorithms. Geomat. Inf. Sci. Wuhan Univ. 2012, 37, 921–924. [Google Scholar] [CrossRef]
  6. Ding, C.; Peng, H. Minimum redundancy feature selection from microarray gene expression data. Proc. Comput. Syst. Bioinf. 2003, 3, 523–528. [Google Scholar]
  7. El Akadi, A.; Amine, A.; El Ouardighi, A.; Aboutajdine, D. A two-stage gene selection scheme utilizing MRMR filter and GA wrapper. Knowl. Inf. Syst. 2011, 26, 487. [Google Scholar] [CrossRef]
  8. Rajesh, S.; Arivazhagan, S.; Moses, K.P.; Abisekaraj, R. Genetic Algorithm Based Feature Subset Selection for Land Cover/Land Use Mapping Using Wavelet Packet Transform. J. Indian Soc. Remote Sens. 2013, 41, 237–248. [Google Scholar] [CrossRef]
  9. Wang, Z.; Zhang, Y.; Chen, Z.; Yang, H.; Sun, Y.; Kang, J.; Yang, Y.; Liang, X. Application of Relief algorithm to selection features sets for classification of high resolution remote sensing image. In Proceedings of the 2016 IEEE International Geoscience and Remote Sensing Symposium (IGARSS), Beijing, China, 10–15 July 2016; pp. 755–758. [Google Scholar] [CrossRef]
  10. Chang, X.; He, L. System Noise Removal for Gaofen-4 Area-Array Camera. Remote Sens. 2018, 10, 759. [Google Scholar] [CrossRef]
  11. Nussbaum, S.; Menz, G. Object-Based Image Analysis and Treaty Verification; Springer B.V.: Heidelberg, Germany, 2008. [Google Scholar]
  12. Hofmann, P.; Strobl, J.; Blaschke, T.; Kux, H. Detecting informal settlements from QuickBird data in Riode janeiro using an object-based approach. In Proceedings of the 1st International Conference on Object-based Image Analysis, Salzburg University, Salzburg, Austria, 4–5 July 2006. [Google Scholar]
  13. Vu, T.T.; Matsuoka, M.; Yamazaki, F. Shadow analysis in assisting damage detection due to earthquakes from Quickbird imagery. In Proceedings of the XXth ISPRS Congress, Istanbul, Turkey, 12–23 July 2004; pp. 607–610. [Google Scholar]
  14. Felzenszwalb, P.F. Efficient graph-based image segmentation. Int. J. Comput. Vis. 2004, 59, 167–181. [Google Scholar] [CrossRef]
  15. Hu, Z.; Li, Q.; Zou, Q.; Zhang, Q.; Wu, G. A Bilevel Scale-Sets Model for Hierarchical Representation of Large Remote Sensing Images. IEEE Trans. Geosci. Remote Sens. 2016, 54, 12. [Google Scholar] [CrossRef]
  16. Huang, Y.; McCullagh, P.J.; Black, N.D. An optimization of ReliefF for classification in large datasets. Data Knowl. Eng. 2009, 68, 1348–1356. [Google Scholar] [CrossRef]
  17. Spolaor, N.; Cherman, E.A.; Monard, M.C.; Lee, H.D. ReliefF for multi-label feature selection. In Proceedings of the 2nd Brazilian Conference on Intelligent Systems, Fortaleza, Brazil, 20–24 October 2013; pp. 6–11. [Google Scholar]
  18. Cortes, C.; Vapnik, V. Support-vector networks. Mach. Learn 1995, 20, 273–297. [Google Scholar] [CrossRef] [Green Version]
  19. Devroye, L.; Györfi, L.; Lugosi, G. Vapnik-Chervonenkis theory. In A Probabilistic Theory of Pattern Recognition; Springer: New York, NY, USA, 1996; pp. 187–213. [Google Scholar]
  20. Kalantar, B.; Pradhan, B.; Naghibi, S.A.; Motevalli, A.; Mansor, S. Assessment of the effects of training data selection on the landslide susceptibility mapping: A comparison between support vector machine (SVM), logistic regression (LR) and artificial neural networks (ANN). Geomat. Nat. Hazard. Risk 2017, 9, 49–69. [Google Scholar] [CrossRef]
  21. Zhang, R.; Ma, J.W. Feature selection for hyperspectral data based on recursive support vector machines. Int. J. Remote Sens. 2009, 30, 3669–3677. [Google Scholar] [CrossRef]
  22. Ye, F. Evolving the SVM model based on a hybrid method using swarm optimization techniques in combination with a genetic algorithm for medical diagnosis. Multimed. Tools Appl. 2018, 77, 3889–3918. [Google Scholar] [CrossRef]
  23. Yang, X.; Zhao, S.; Qin, X.; Zhao, N.; Liang, L. Mapping of urban surface water bodies from Sentinel-2 MSI Imagery at 10 m resolution via NDWI-based image sharpening. Remote Sens. 2017, 9, 596. [Google Scholar] [CrossRef]
  24. Yang, X.; Qin, X.; Wang, J.; Wang, J.; Ye, X.; Qin, Q. Building façade recognition using oblique aerial images. Remote Sens. 2015, 7, 10562–10588. [Google Scholar] [CrossRef]
  25. Xu, X.Y.; Yan, Z.; Xu, S.L. Estimating wind speed probability distribution by diffusion-based kernel density method. Electr. Power Syst. Res. 2015, 121, 28–37. [Google Scholar] [CrossRef]
Figure 1. Experimental data ((a) GF-2 satellite data, (b) BJ-2 satellite data, and (c) unmanned aerial vehicle (UAV) data).
Figure 1. Experimental data ((a) GF-2 satellite data, (b) BJ-2 satellite data, and (c) unmanned aerial vehicle (UAV) data).
Sensors 18 02013 g001
Figure 2. Results of segmented images ((a) GF-2 satellite data, (b) BJ-2 satellite data, and (c) UAV data).
Figure 2. Results of segmented images ((a) GF-2 satellite data, (b) BJ-2 satellite data, and (c) UAV data).
Sensors 18 02013 g002aSensors 18 02013 g002b
Figure 3. The optimal hyperplane.
Figure 3. The optimal hyperplane.
Sensors 18 02013 g003
Figure 4. The chromosome design. SVM: support vector machine.
Figure 4. The chromosome design. SVM: support vector machine.
Sensors 18 02013 g004
Figure 5. Flow chart of the extraction of house information based on the RFGASVM optimization algorithm.
Figure 5. Flow chart of the extraction of house information based on the RFGASVM optimization algorithm.
Sensors 18 02013 g005
Figure 6. Schematic of training and test samples.
Figure 6. Schematic of training and test samples.
Sensors 18 02013 g006
Figure 7. Extraction results of urban and rural areas.
Figure 7. Extraction results of urban and rural areas.
Sensors 18 02013 g007aSensors 18 02013 g007b
Figure 8. Probability distribution density of different object features based on extraction from high-resolution images ((a) BJ-2 imagery, (b) UAV imagery, and (c) GF-2 imagery).
Figure 8. Probability distribution density of different object features based on extraction from high-resolution images ((a) BJ-2 imagery, (b) UAV imagery, and (c) GF-2 imagery).
Sensors 18 02013 g008
Figure 9. Comparison of the efficiency of proposed RFGASVM and related methods using different iteration times.
Figure 9. Comparison of the efficiency of proposed RFGASVM and related methods using different iteration times.
Sensors 18 02013 g009
Table 1. Description of features extracted from high resolution remote-sensing images.
Table 1. Description of features extracted from high resolution remote-sensing images.
Feature NameFeature Description
Spectral featuresMean L (R, G, B, NIR); brightness; SD L (R, G, B, NIR); ratio L (R, G, B, NIR); max.diff; MBI index (Huang Xin et al.); BAI:(B − NIR)/(B + NIR);
NDBI: (MIR − NIR)/(MIR + NIR); NDVI: (NIR − R)/(NIR + R); DVI: NIR − R; RVI: NIR/R; SAVI: 1.5 × (NIR − R)/NIR + R + 0.5); OSAVI: (NIR − R)/(NIR + R + 0.16); SBI: (R2 + NIR2)0.5;
NDWI:(G − NIR)/(G + NIR)
Geometrical featuresArea; length; width; length/width; boundary length; pixel number; shape index; density; main direction; asymmetry; compactness; rectangular fit; elliptic fit; differential of morphological profiles (DMP)
Textural featuresGLCM entropy; GLCM angular second moment; GLCM correlation; GLCM homogeneity; GLCM contrast; GLCM mean; GLCM SD; GLCM dissimilarity; GLDV angular second moment; GLDV entropy; GLDV contrast; GLDV mean
Shadow indexsSI:(R + G + B + NIR)/4;
Index related to shadow: Chen1: 0.5 × (G + NIR)/R − 1; Chen2: (G − R)/(R + NIR);
Chen3: (G + NIR − 2R)/(G + NIR + 2R); Chen4: (R + B)/(G − 2); Chen5: |R + G − 2B|
Contextual featuresObject numbers; object layers; image resolution; mean of image layers
Geo-Auxiliary featuresDigital elevation model(DEM); slope; aspect; building vectors
(Remark: Mean L: mean of the bands; SD L: Standard Deviation of the bands; ratio L: ratio of the bands; MBI: Morphological Building Index; BAI: Building Area Index; NDBI: Normalized Difference Build-up Index; NDVI: Normalized Difference Vegetation Index; DVI: Difference Vegetation Index; RVI: Ratio Vegetation Index; SAVI: Soil-Adjusted Vegetation Index; OSAVI: Optimized Soil Adjusted Vegetation Index; SBI: Soil brightness index; NDWI: Normalized Difference Water Index; GLCM: Gray Level Co-occurrence Matrix; GLDV: Grey Level Difference Vector; SI: Shadow Index; Chen: Custom features).
Table 2. Description of features extracted from unmanned aerial vehicle image.
Table 2. Description of features extracted from unmanned aerial vehicle image.
Feature NameFeature Description
Spectral featuresMean L (R, G, B, NIR); brightness; SD L (R, G, B, NIR); ratio L (R, G, B, NIR); max.diff; Green Index: GR = G/(R + G + B); Red-Green Vegetation Index: NGRDI = (G − R)/(G + R); GLI = (2G − R − B)/(2G + R + B)
Geometrical featuresArea; length; width; length/width; boundary length; pixel number; shape index; density; main direction; asymmetry; compactness; rectangular fit; elliptic fit; differential of morphological profiles (DMP); digital surface model(nDSM); height standard deviation
Textural featuresGLCM entropy; GLCM angular second moment; GLCM correlation; GLCM homogeneity; GLCM contrast; GLCM mean; GLCM SD; GLCM dissimilarity; GLDV angular second moment; GLDV entropy; GLDV contrast; GLDV mean
Shadow indexsChen4: (R + B)/(G − 2); Chen5: |R + G − 2B|
Contextual featuresObject numbers; object layers; image resolution; mean of image layers
Geo-Auxiliary featuresDigital elevation model(DEM); slope; aspect; building vectors
(Remark: GR: Green Index; GLR: Green Leaf Index; NGRDI: Red-Green vegetation index).
Table 3. Sample statistics selected from different high-resolution images.
Table 3. Sample statistics selected from different high-resolution images.
DataSample CategoryBuildingRoadVegetationShadowWaterBare Land
GF-2 imageTraining samples
Testing samples
95
106
75
92
85
113
68
72
70
85
92
110
BJ-2 imageTraining samples
Testing samples
95
102
80
95
87
92
79
86
--
--
91
95
UAV imageTraining samples
Testing samples
105
112
110
115
95
102
90
98
--
--
90
102
Table 4. Statistical analysis of the accuracy of proposed method for processing high-resolution imagery.
Table 4. Statistical analysis of the accuracy of proposed method for processing high-resolution imagery.
High-Resolution ImageryGF-2 Satellite ImageBJ-2 Satellite ImageUAV Image
Overall accuracy (OA)88.5289.7591.3
Kappa coefficient0.80.830.85
Producer’s Accuracy (PA) 9193.1296.21
User’s Accuracy (UA)89.658990.38
Number of features8610
Optimization time7.8513.7918
Table 5. Comparison among RFGASVM and related methods.
Table 5. Comparison among RFGASVM and related methods.
Experimental DataEvaluation IndexRFGASVMSVM (All Features)RFSVM
GF-2 imageryOverall accuracy (OA)
Kappa coefficient
Number of features
88.52
0.90
8
86.46
0.88
85
83.02
0.85
13
BJ-2 imageryOverall accuracy (OA)
Kappa coefficient
Number of features
89.75
0.93
6
81.06
0.85
85
80
0.90
13
UAV imageryOverall accuracy (OA)
Kappa coefficient
Number of features
91.30
0.91
10
86
0.88
70
90.25
0.85
15
Table 6. Results of the test samples of satellite and UAV imagery between proposed RFGASVM and related methods in terms of precision, recall and F1-score.
Table 6. Results of the test samples of satellite and UAV imagery between proposed RFGASVM and related methods in terms of precision, recall and F1-score.
Experimental DataMethodPrecisionRecallF1-Score
GF-2 imageryRFGASVM
SVM (all features)
RFSVM
85.50
83.25
81.0
86.81
82.53
80.0
86.15
82.89
80.50
BJ-2 imageryRFGASVM
SVM (all features)
RFSVM
89.51
78.67
80.10
88.12
77.50
79.1
88.81
78.08
79.60
UAV imageryRFGASVM
SVM (all features)
RFSVM
92.25
86.51
87.35
90.05
78.81
85.0
91.14
82.48
86.41

Share and Cite

MDPI and ACS Style

Zhou, Y.; Zhang, R.; Wang, S.; Wang, F. Feature Selection Method Based on High-Resolution Remote Sensing Images and the Effect of Sensitive Features on Classification Accuracy. Sensors 2018, 18, 2013. https://0-doi-org.brum.beds.ac.uk/10.3390/s18072013

AMA Style

Zhou Y, Zhang R, Wang S, Wang F. Feature Selection Method Based on High-Resolution Remote Sensing Images and the Effect of Sensitive Features on Classification Accuracy. Sensors. 2018; 18(7):2013. https://0-doi-org.brum.beds.ac.uk/10.3390/s18072013

Chicago/Turabian Style

Zhou, Yi, Rui Zhang, Shixin Wang, and Futao Wang. 2018. "Feature Selection Method Based on High-Resolution Remote Sensing Images and the Effect of Sensitive Features on Classification Accuracy" Sensors 18, no. 7: 2013. https://0-doi-org.brum.beds.ac.uk/10.3390/s18072013

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop