Next Article in Journal
A New Empirical Model of Weighted Mean Temperature Combining ERA5 Reanalysis Data, Radiosonde Data, and TanDEM-X 90m Products over China
Next Article in Special Issue
Spectral–Spatial Graph Convolutional Network with Dynamic-Synchronized Multiscale Features for Few-Shot Hyperspectral Image Classification
Previous Article in Journal
Hydrologic Consistency of Multi-Sensor Drought Observations in Forested Environments
Previous Article in Special Issue
OII: An Orientation Information Integrating Network for Oriented Object Detection in Remote Sensing Images
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Multiobjective Evolutionary Superpixel Segmentation for PolSAR Image Classification

1
School of Electronics and Information Engineering, Beihang University, Beijing 100191, China
2
54th Research Institute of China Electronics Technology Group Corporation, Shijiazhuang 050081, China
3
Key Laboratory of Intelligent Perception and Image Understanding of Ministry of Education, School of Artificial Intelligence, Xidian University, Xi’an 710071, China
4
School of Engineering, Xidian University, Xi’an 710071, China
5
Beijing Institute of Remote Sensing Information, Beijing 100192, China
*
Author to whom correspondence should be addressed.
Remote Sens. 2024, 16(5), 854; https://doi.org/10.3390/rs16050854
Submission received: 9 January 2024 / Revised: 24 February 2024 / Accepted: 27 February 2024 / Published: 29 February 2024

Abstract

:
Superpixel segmentation has been widely used in the field of computer vision. The generations of PolSAR superpixels have also been widely studied for their feasibility and high efficiency. The initial numbers of PolSAR superpixels are usually designed manually by experience, which has a significant impact on the final performance of superpixel segmentation and the subsequent interpretation tasks. Additionally, the effective information of PolSAR superpixels is not fully analyzed and utilized in the generation process. Regarding these issues, a multiobjective evolutionary superpixel segmentation for PolSAR image classification is proposed in this study. It contains two layers, an automatic optimization layer and a fine segmentation layer. Fully considering the similarity information within the superpixels and the difference information among the superpixels simultaneously, the automatic optimization layer can determine the suitable number of superpixels automatically by the multiobjective optimization for PolSAR superpixel segmentation. Considering the difficulty of the search for accurate boundaries of complex ground objects in PolSAR images, the fine segmentation layer can further improve the qualities of superpixels by fully using the boundary information of good-quality superpixels in the evolution process for generating PolSAR superpixels. The experiments on different PolSAR image datasets validate that the proposed approach can automatically generate high-quality superpixels without any prior information.

1. Introduction

Synthetic Aperture Radar (SAR) is not sensitive to atmospheric and lighting conditions [1]. Polarimetric SAR (PolSAR) can enhance the performance of SAR in acquiring targets and more specific information on targets, which plays an important role in national defense, military reconnaissance, agricultural monitoring, and many other fields [2,3]. The traditional pixel-based PolSAR image interpretation results may bring a huge amount of computation and contain many misclassification regions resulting from speckle noise. Addressing the above issues, superpixel generation becomes an important step in PolSAR interpretation [4,5]. A superpixel is a set of continuous small regions composed of adjacent pixels with similar characteristics in the image, which can retain the spatial feature information of the original image. The image processing based on superpixels can improve efficiency greatly and reduce the influence of speckle noise in PolSAR images [6,7,8].
The superpixel generation approaches can be divided into two categories, cluster-based methods and graph-based methods. The cluster-based methods group pixels into multiple clusters, and each cluster is a superpixel block. The current mainstream cluster-based methods mainly include simple linear iterative clustering (SLIC) [9], energy-driven sampling (SEEDS) [10], Turbopixel (TP) [11], linear spectral clustering (LSC) [12], mean shift (MS) [13], quick shift (QS) [14], and depth-adaptive superpixel (DAS) [15]. SLIC is a linear iterative clustering method that generates superpixels by assigning pixels to the most relevant seeds within a fixed distance range. SLIC needs to set the number of superpixels in advance and has linear time complexity, where linear time complexity refers to the linear relationship between the execution time occupied by the algorithm and the input image size. SEEDS utilizes the guidance of energy function to find the optimal path on the image. Since only the pixels near the edge of the superpixel are considered, the calculation efficiency is high. TP is a more commonly used morphological method, which uses a geometric flow method to construct a set of regularly distributed seeds. The generated superpixels have good uniformity and compactness while the edge fitting is poor. Although TP has linear complexity, it is much slower than SLIC. LSC can improve the superpixel segmentation performance by using the kernel function to achieve normalized cutting, which retains the global properties of the image. MS is a non-parametric clustering and density estimation method that finds the cluster centers of the data by finding the regions with the highest probability densities in the data distribution. It does not need to set the number of superpixels in advance. However, it is still sensitive to the initialization and the noise, and the computational complexity is high. QS simply moves each pixel to the nearest pixel where the probability density increases. It can generate relatively good boundary compliance for superpixels without the need to specify the number of superpixels in advance. With the depth information of the image, DAS can generate superpixels in real-time by calculating the density of the superpixel cluster and updating the cluster center using a multi-scale method. Graph-based methods include normalized Cut (N-cut) [16], Graph-Based Segmentation (GS) [17], Pseudo-Boolean (PB) [18], and Lazy Random Walk (LRW) [19]. N-cut minimizes the global segmentation error by normalizing the eigenvector of the Laplacian graph matrix, but its operation efficiency is not good enough. GS is an efficient graph-based segmentation algorithm that requires cohesive clustering and minimum spanning tree construction. The superpixels generated by GS have good edge fitting, but the shapes and sizes are irregular. PB transforms the superpixel segmentation into the label assignment problem, which is the binary labeling problem of the Markov random field. The number of superpixels does not affect the speed of PB, which breaks the bottleneck of the traditional algorithms. LRW is derived from the Random Walk algorithm (RW). After initialization, LRW moves seeds continuously through the guidance of energy function to achieve seed thinning.
Although the traditional superpixel generation approaches can achieve excellent performance on optical images, it is not feasible to apply these methods to PolSAR images directly to achieve enough segmentation performance. They do not consider the polarization information in PolSAR images at all. The traditional distance measurements are also not suitable for PolSAR images. Due to the different properties of ground targets, the search for the accurate boundaries of the superpixels becomes more complex and more difficult. Addressing the above issues, many improved superpixel segmentation techniques have been proposed in recent years. Qin et al. [20] improved the initialization and post-processing steps of SLIC to overcome the influence of speckle noise. Ersahin et al. [21] applied a spectral graph partitioning algorithm for PolSAR image superpixel segmentation and classification, which improved the performance of automated analysis through spatial proximity and graph segmentation. Xiang et al. [22] introduced polarization uniformity measurement from adaptive polarization and spatial information to control superpixels’ shapes and compactness. However, these approaches need to determine the number of superpixels manually in advance, which requires the designer’s rich prior knowledge. The number of superpixels has a significant impact on the final segmentation performance and the subsequent tasks. In addition, the objectives of traditional superpixel segmentation algorithms are defined as the weighted sum of different indexes to ensure the superpixel quality. These weights have a significant impact on the final segmentation performance, and are usually set as constants manually in advance. Obviously, it is not easy to determine the universal weights for all situations. Furthermore, most of the existing superpixel segmentation algorithms generate superpixels with uneven distribution and do not make full use of excellent superpixel information in the generation process. To deal with the above issues, this study proposes a multiobjective evolutionary superpixel segmentation (MOES) for PolSAR image classification. The superpixel generation for PolSAR images is defined as a multiobjective optimization without any weights set before, where the similarity information within the superpixels and the different information among the superpixels can be fully considered. The boundary information of excellent superpixels is introduced into the evolutionary operator to generate new superpixels with more accurate boundaries of complex ground targets in PolSAR images. With the optimal solutions obtained by multiobjective optimization for superpixel segmentation, the most suitable number of superpixels can be determined automatically, and high-quality superpixel segmentation can be achieved. MOES consists of two layers, an automatic optimization layer and a fine segmentation layer. The main contributions can be summarized as follows:
  • The superpixel generation for PolSAR images is defined as a multiobjective optimization problem. the automatic optimization layer can optimize the similarity within the superpixels and the difference among the superpixels simultaneously. The suitable number of superpixels can be determined for the observed PolSAR image automatically.
  • The fine segmentation layer can further improve the segmentation performance by fully using boundary information, where the boundary information of the good-quality superpixels is incorporated into the specific evolutionary operator to generate better superpixel segmentation results. It is helpful to search for the accurate boundaries of complex ground targets.
The rest of this study is organized as follows. The related works of PolSAR superpixel segmentation and multiobjective evolutionary algorithms are introduced first. Then, MOES is described in detail. In Section 4, the studies on MOES and the comparison experiments are analyzed. The conclusion and future work are provided last.

2. Related Works

2.1. Superpixel Segmentation for PolSAR Images

In recent years, a variety of superpixel segmentation techniques for PolSAR images have been proposed by introducing scattering information to ensure segmentation performance. The existing PolSAR superpixel segmentation methods can be divided into five categories: the density-based method [13], the graph-based method [16], the contour evolution method [11], the energy optimization method [23], and the cluster-based method [9]. For the density-based method, Lang et al. [24] proposed a generalized mean shift algorithm for PolSAR images. Through adaptive bandwidth and advanced processing strategies, the segmentation performance could be improved effectively. It is difficult for density-based algorithms to control the number of superpixels. As one of the graph-based approaches, Liu et al. [25] modified the N-cut algorithm by combining modified Wishart distance and edge graphs. Wang et al. [26] realized effective segmentation of homogenous and heterogeneous regions in PolSAR images by integrating different distance measures and introducing an entropy rate method. The graph-based methods are relatively complex and have high computational requirements. For the contour evolution method, Liu et al. [27] used a TP algorithm to segment PolSAR images into several superpixels and residual pixels for final classification. For the energy optimization method, Yang et al. [23] proposed a novel layered energy-driven PolSAR image segmentation method that used the histogram intersection of the coherence matrix and Wishart energy to generate coarse and fine-level superpixels, respectively. The computation of the energy optimization method is relatively high. Compared with other approaches, the cluster-based methods can obtain dense regions with controllable numbers and regular shapes. Most of the cluster-based methods utilize the principles of clustering algorithms and distance measurements based on both polarization and spatial information. Qin et al. [20] proposed a local iterative clustering superpixel generation algorithm that used Wishart distance to calculate the similarity between pixel points and then used the clustering method to generate superpixels. Hou et al. [28] proposed a decomposition feature iterative clustering method that used the decomposition of pixel features and spatial positions to cluster. It introduced a new pixel similarity and reduced the influence of speckle noise. Li et al. [29] proposed a new cross-iterative strategy for PolSAR superpixel segmentation that combined an improved Wishart distance and geodesic distance to generate stable superpixels with a high boundary recall rate (BR). Guo et al. [30] proposed an adaptive fuzzy super-pixel segmentation method that introduced the correlation of polarization scattering information into pixels and adjusted the proportion of undetermined pixels adaptively. Although these superpixel segmentation techniques can achieve good performance for PolSAR images, most of them need to determine the number of superpixels manually in advance. The number of superpixels has a significant impact on the final segmentation performance and even the subsequent tasks. Additionally, the effective information of PolSAR superpixels is not fully mined and utilized in the generation process.

2.2. Multiobjective Evolutionary Algorithm

When it is necessary to weigh the importance of multiple objective functions of an optimization problem, multiobjective optimization [31] is one of the most popular strategies. A multiobjective optimization problem (MOP) is usually converted to a minimization optimization problem, which is expressed mathematically by:
min   F ( x ) = ( f 1 ( x ) , f 2 ( x ) , , f k ( x ) ) T s u b j e c t   t o   x = ( x 1 , x 2 , , x n ) T Ω ,
The objective function F ( x ) contains k subproblems to be optimized simultaneously. x Ω represents a feasible solution of F ( x ) , and n represents the dimension of x . Ω represents a solution space containing all possible solutions. If and only if the condition formula in Equation (2) is satisfied, it is said that x A Ω dominates x B Ω with the writing of x A x B . For x * Ω , if no vector x Ω satisfies the condition x x * , x * Ω is called a Pareto solution [32].
i = 1 , 2 , , k    f i ( x A ) f i ( x B )   j = 1 , 2 , , k    f i ( x A ) < f i ( x B ) ,
With multiobjective optimization, a set of Pareto solutions is obtained. All Pareto solutions are deconstructed into Pareto sets (PS). Pareto front (PF) is formed by mapping all Pareto solutions to the objective space according to the objective function F ( x ) . It is the solution set of PS in the objective space defined by:
P F * = { F ( x * ) = ( f 1 ( x * ) , f 2 ( x * ) , , f k ( x * ) ) T | x * P S * } ,
According to the definitions of PS and PF, a MOP is transformed into searching for Pareto solutions that are close to the real PF. Evolutionary algorithms (EA) [33] can solve complex optimization problems by simulating the biological evolution process, which is one of the most popular techniques for MOPs. The EA-based algorithms for MOPs are collectively referred to as multiobjective evolutionary algorithms (MOEAs) [34,35]. MOEAs can be divided into three types according to their evolution strategies [36]. The first type is based on Pareto dominance, and Non-dominated Sorting Genetic Algorithm II (NSGA-II) [37] is one of the most representative algorithms. The second type is based on decomposition, which decomposes the original MOP into multiple single-objective optimization subproblems through the aggregation function [38]. MOEA/D [39] is one of the most classic algorithms. The third type is based on the index-based method. They take the measurement index as the objective function directly, which is suitable for high-dimensional MOPs [40], but they always have high computation complexities.
In recent years, a variety of image-processing techniques via MOEAs have been proposed. Zhang et al. [41] proposed a multiobjective evolutionary fuzzy clustering via MOEA/D for noisy image segmentation, which could preserve image details while removing noise. In Ref. [42], an unsupervised fuzzy clustering based on NSGAII for image segmentation was proposed, where local and nonlocal spatial information derived from observed images were incorporated into the clustering process. Zhong et al. [43] proposed a multiobjective adaptive differential evolution for fuzzy clustering of remote sensing images by optimizing two cluster indexes simultaneously. Hinojosa et al. [44] proposed a multiobjective color threshold segmentation method to weigh the color channels of images, preserve the channel relationship, and reduce the influence of overlap. Tahir et al. [45] proposed a multiobjective optimization based on an improved bee swarm to segment color images by optimizing intra-domain compactness and inter-domain separation simultaneously.

3. Methodology

3.1. Overall Framework

As shown in Figure 1, MOES contains two layers, an automatic optimization layer and a fine segmentation layer. The automatic optimization layer aims to determine the number of superpixels automatically by optimizing the compactness within superpixels and the separation among superpixels simultaneously. On the basis of the output of the automatic optimization layer, the fine segmentation layer pursues high-performance superpixel segmentation by using the boundary information of excellent superpixels in the exploration of evolution.

3.2. Automatic Optimization Layer

As shown in Figure 1, the automatic optimization layer is defined on a multiobjective evolutionary fuzzy clustering for superpixel segmentation. The compactness with superpixels and the separation among superpixels are optimized simultaneously. To determine the superpixel number adaptively, a special individual encoding method is designed, where each superpixel center is controlled by a corresponding activation index.

3.2.1. Fitness Functions

The observed PolSAR image can be represented by I = { I 1 , I 2 , , I i , , I N } , where I i represents the i th element in the pixel set, and N represents the total number of pixels in the PolSAR image. The fitness functions can be defined by:
m i n   F ( z ) = m i n J m ( z ) , X B ( z )
J m ( z ) = i = 1 N j N i μ i j 2 D ( I i , z j )
X B ( z ) = i = 1 N j N i μ i j 2 D ( I i , z j ) N m i n p q ( D ( z p , z q ) )
μ i j = z k N i D ( I i , z j ) D ( I i , z k ) 2 1 i f    j N i 0 o t h e r w i s e
The first objective function J m represents the sum of weighted distances from the pixels to the superpixel centers, which can maximize the compactness of the superpixels. The second objective function X B aims to maximize the degrees of separation between the superpixels. c m a x represents the maximum number of superpixels. z = ( z 1 , z 2 , , z c ) T represents a set of superpixel centers, and c is the current superpixel number. N i represents the 2 S × 2 S neighborhood range of pixel I i . S is the initial grid width of each region obtained by dividing the observed PolSAR image into c m a x square regions. μ i j represents the fuzzy membership degree of the i th pixel I i to the j th superpixel center z j . D represents the distance measurements between the pixels and the superpixel centers, which can be calculated by:
D ( I i , z j ) = d w ( I i , z j ) m p o l 2 + d x y ( I i , z j ) S 2
d w ( I i , z j ) = ln ( T z j T I i ) + T r ( T z j 1 T I i ) 3
d x y ( I i , z j ) = ( x I i x z j ) 2 + ( y I i y z j ) 2
In Equation (8), d w ( I i , z j ) represents the Wishart distance between pixel I i and the superpixel center z j . d x y ( I i , z j ) represents the Euclidean spatial distance between pixel I i and superpixel center z j . x I i , y I i and x z j , y z j are the coordinates of the pixel I i and the superpixel center z j in the PolSAR image. x I i and y I i are the coordinates of the pixel I i . x z j and y z j are the coordinates of the superpixel center z j on the PolSAR image, respectively. m p o l is a compact parameter. In Equation (9), T I i and T z j represent the feature vector of pixel I i and the superpixel center z j , respectively. T r ( T z j 1 T I i ) shows the trace of the matrix T z j 1 T I i , and   ·   represents the determinant of the matrix. In the PolSAR images, each pixel can be represented by a scattering matrix S c as follows:
S c = S c H H S c H V S c V H S c V V
T = k P k P T = T 11 T 12 T 13 T 21 T 22 T 23 T 31 T 32 T 33
where the subscripts H and V represent the horizontal and vertical polarization, respectively. S c H H and S c V V represent the energy of the co-polarization. S c H V and S c V H represent the energy of the cross-polarization. All of them are complexed values. According to the reciprocity theorem, the above equation satisfies the condition of S c H V = S c V H . With the scattering vector k P = [ S H H + S V V , S H H S V V , 2 S H V ] T / 2 , a coherent matrix can be obtained in Equation (12). Then, each pixel can be represented by [ T 11 , T 12 , T 13 , T 21 , T 22 , T 23 , T 31 , T 32 , T 33 ] T .

3.2.2. Encoding and Initialization

(1)
Individual encoding
In the automatic optimization layer, each individual in the population is one solution of superpixel segmentation for the observed PolSAR image. Figure 2 shows the individual encoding in the automatic optimization layer. Each individual consists of two parts, the superpixel centers and the activation indexes. The number of superpixel centers is c m a x . Each superpixel center is represented by 11 genes, coordinates, and nine-dimensional features. The value range of the activation indexes is [ 0 , 1 ] . There is a one-to-one correspondence between the superpixel center and the activation index. Only when the activation index is not less than 0.5 is the corresponding superpixel center effective, which is regarded as one candidate superpixel center. Thus, the individuals with the same length in the population have a different number of superpixels.
(2)
Population initialization
The population initialization includes the initializations of the activation indexes and the superpixel centers. The activation indexes are initialized randomly within the range of [ 0 , 1 ] . In the initialization of the superpixel centers, we generate one individual by the centers of c m a x square regions of the observed PolSAR image. The superpixel centers of other individuals are initialized by a random pixel within these c m a x square regions. Then, all the superpixel centers in each individual are replaced by the pixels with the lowest gradient value in the 3 × 3 neighborhood of the current superpixel centers. It is helpful to avoid selecting the pixels in the edges as the superpixel centers.

3.2.3. Evolutionary Operators

(1)
Differential evolution strategy
After population initialization, the evolution of the automatic optimization layer starts. The evolutionary operations on the superpixel centers are defined in a differential evolution strategy, as shown in Figure 3. The detailed evolution formulas can be shown as follows:
v i = p i + F ( p r 1 p r 2 ) , where i r 1 r 2
u i j = v i j    i f    r a n d i j < C R   o r   j = j m d p i j    o t h e r w i s e
where p i represents the i th individual in the population. p r 1 and p r 2 are two individuals selected randomly from the population. F is the mutation coefficient. C R is the crossover probability. To determine the values of F and C R adaptively, these two parameters can be encoded into individuals, where the values of F and C R are initialized within the range of 0.5 , 0.9 . Then, these two values can be updated by the evolutionary operators. v i is the candidate individual generated by three parent individuals in Equation (13). In Equation (14), j m d represents a dimension number selected randomly in advance, which is to ensure the effectiveness of the evolutionary operator. When the random value within 0 , 1 is smaller than C R or the current dimension number j equals j m d , the j th gene of the new offspring u i is defined by the j th gene of the candidate individual v i . Then, the corresponding activation index corresponding to the superpixel center u i j also changes by:
α i j = ( 2 r a n d j ) 1 η + 1 1           i f    r a n d j < 0.5 1 [ 2 ( 1 r a n d j ) ] 1 η + 1    o t h e r w i s e
where α i j represents the j th activation index in the offspring u i . r a n d j is a random value between 0 and 1. η is a distribution index, which is usually set to 1. If u i j = p i j , it means that the superpixel center of the offspring u i is inherited by the parent individual p i completely. Then, the corresponding activation index of the offspring u i is also the same as that of the parent individual p i .
(2)
Individual selection and stop criteria
After the generation of new offspring, the parent individuals and the new offspring are sorted by the non-dominant sorting and the crowding distance in NSGA-II. The better half of all the individuals is selected as the new population. When the generation number of the evolution equals the maximum generation number, the evolution in the automatic optimization layer stops. The individual with the best function J m is output. With the activation indexes, we can obtain a set of superpixel centers and the exact number of superpixels.

3.3. Fine Segmentation Layer

With the exact number of superpixels, the fine segmentation layer pursues better performance on the basis of the superpixels obtained by the automatic optimization layer. The objective functions in Equations (4)–(7) are still used as the fitness functions in the fine segmentation layer. The encoding strategy and the evolutionary operators are designed to further improve the qualities of superpixels.

3.3.1. Encoding for Fine-Tuning

(1)
Individual encoding of fine segmentation layer
Based on the superpixels obtained by the automatic optimization layer, the search of the fine segmentation layer aims to further improve the qualities of the superpixels. Thus, the encoding strategy is the offset of the coordinates of superpixel centers in the fine segmentation layer. The values of the offset are selected with the range of [ S / 2 , S / 2 ] randomly, where S is the grid width of each region obtained by dividing the observed PolSAR image into c square regions. As shown in Figure 4, the individual is encoded as a set of coordinates for the superpixel centers, where c is the number of superpixels. Let a set of superpixel centers be elite. Combining the offsets of the individual and the coordinates of superpixel centers of the elite, a candidate of superpixel centers can be obtained, which is composed of the new coordinates of superpixel centers and the corresponding features in the PolSAR image. Then, a new set of superpixel centers can be obtained by fine-tuning the elite with the candidate, which can be computed by:
V j = ( 1 q ) z e j q z c ^ j
V j is the j th superpixel center by fine-tuning. z e j and z c ^ j are the j th superpixel centers of elite e and candidate c ^ . q is the fine-tuning weight, which is set to 0.1.
(2)
Population initialization of fine segmentation layer
With the above encoding strategy, we can further perform a search based on the existing superpixels. The initial population is generated randomly in the fine segmentation layer. The initialization of the elite is based on the output individual of the automatic optimization layer. Let the set of the superpixel centers decoded by the output individual of the automatic optimization layer be z A . The neighbor pixels of the centers of z A with the lowest gradient values in 3 × 3 square regions compose a new set of superpixel centers. We can also obtain a new set of superpixel centers by performing fuzzy c-means (FCM) on z A , where each pixel may only belong to the superpixel centers in the 2 S × 2 S region around itself. The initial elite is selected as the one with the lowest J m from the above three sets of superpixel centers. Then, the elite is updated by the individual with the lowest J m in the evolution of the fine segmentation layer.

3.3.2. Evolutionary Operators of Fine Segmentation Layer

(1)
Evolutionary operators with boundary information
As shown in Figure 5, the evolutionary operator uses the boundary information of superpixels with good qualities in the fine segmentation layer. The detailed evolution formulas are shown as follows:
v i = p i + F ( p r 1 p b )    i f   r a n d < C R p i + F ( p r 2 p r 3 ) o t h e r w i s e
u i , j = v i , j i f   r a n d i , j < C R   o r   j = j m d p i , j o t h e r w i s e
where p i represents the i th individual in the current population. p r 1 , p r 2 , and p r 3 are three individuals selected randomly from the population, and i r 1 r 2 r 3 . F and C R are changed adaptively by the same strategy in the automatic optimization layer.
In Equation (18), the evolutionary operation between the candidate individual v i and the parent individual p i to generate the offspring u i is similar to Equation (14) in the automatic optimization layer. p b is the individual with the best boundary quality in the population. The boundary quality of each individual can be measured by:
f b = m = 1 N Δ I m B ( m ) m = 1 N B ( m ) , w h e r e B ( m ) = H n = 1 8 H L ( m ) L ( n ) ( m ) > 2
Δ I m is the gradient value of the m th pixel in the observed PolSAR image. H represents the real indicator function, where H t r u e = 1 and H f a l s e = 0 . L ( m ) indicates the superpixel where the m th pixel belongs, and L ( n ) ( m ) indicates the superpixel where the n th neighbor pixel in 3 × 3 neighborhood of the m th pixel belongs. When the number of the neighbor pixels that belongs to different superpixels is more than two, we set B ( m ) = 1 . It indicates that the m th pixel may be near or at the boundaries of the superpixels. When the value of f b is bigger, the boundaries of the superpixels generated by the current individual are closer to the edges of the ground objects in the observed PolSAR images. Thus, we incorporate the individual with the best f b in the evolutionary operators to improve the boundary quality of the population.
(2)
Individual selection and final output
The selection strategy in the fine segmentation layer is the same as the one in the automatic optimization layer. The better individuals are selected from both parent individuals and the new offspring to update the population. When the generation number of the evolution equals the maximum generation number, the evolution stops. The individual with the best function J m is decoded to obtain the final superpixels.

3.4. Complexity Analysis

In the automatic optimization layer, the population size is p o p 1 , the maximum number of superpixels is c m a x , and the total number of pixels in the PolSAR image is N . The time complexity of initialization is O ( p o p 1 × c m a x ) , and the time complexity of the fitness function calculation is O ( p o p 1 × c m a x × N ) . With the maximum generation number G 1 , the time complexity of the automatic optimization layer is O ( p o p 1 × c m a x × N × G 1 ) . Similarly, the time complexity of the fine segmentation layer is O ( p o p 2 × c × N × G 2 ) , where c is the suitable superpixel number, and p o p 2 and G 2 are the population size and the maximum generation number in the fine segmentation layer, respectively. Thus, considering the relationship between the number of pixels and the complexity of the method, the computational complexity of MOES is linear.

4. Experiments Study

4.1. Experiment Settings

4.1.1. PolSAR Datasets

In order to verify the superpixel segmentation performance of MOES, we perform it on three PolSAR datasets, which are Flevoland, Wei River in Xi’an, and San Francisco, respectively.
The Flevoland dataset [46] was an L-band multi-view PolSAR image obtained by the AIRSAR airborne platform in 1989, with an image size of 210 × 330 and a resolution of 12 × 6 m. As shown in Figure 6, the scene is Flevoland in the Netherlands, which has recognized ground authenticity to test natural vegetation and land cover. It includes nine crop categories, which are Wheat1, Bare soil, Grasses, Wheat2, Beet, Rapeseed, Potatoes, Stembeans, and Lucerne.
The Wei River in Xi’an dataset [46] was generated in January 2010 under the fine quad-polarization model of a RADARSAT-2 sensor. The image size is 512 × 512 and the resolution is 10 × 5 m, as shown in Figure 7. There are three types of features in this area, Grass, City, and Water.
The San Francisco dataset [47] was collected by a RADARSAT-2 platform in April 2008 with a resolution of 10 × 5 m and a C-band. As shown in Figure 8, the image size is 1300 × 1300. There are five categories in this region, Ocean, Forest, low-density urban, high-density urban, and Grassland.

4.1.2. Metrics

In order to better measure the effectiveness of superpixel segmentation, undersegmentation error (UE) and boundary recall (BR) are used as the metrics in this experiment [48]. UE can measure the extent of the areas of the superpixels beyond true ground objects by:
U E = 1 j = 1 L s j i = 1 M s j | s j g i > 0 s j j = 1 L s j
where s j is the j th superpixels, s j indicates the number of pixels in s j , and the total number of superpixels is L . g i is the i th segment of the ground truth, and the number of segments is M . If a superpixel overlaps with more than one segment in ground truth, the value of UE increases. The smaller UE is, the better the quality of the superpixels.
BR represents the degrees of the fits between the boundaries of superpixels and the edges of true ground objects, which can be computed by:
B R = 1 Q p = 1 P N logical min n q m p n q < 2
where m and n are the boundary pixels obtained from the ground truth and the superpixels, respectively. Q denotes the number of pixels in the boundaries of the ground truth. A large value of BR indicates that the superpixels are not bad quality. In addition, the overall accuracy (OA), average accuracy (AA), and Kappa coefficient are utilized to quantify the classification performance of the superpixels [49].

4.2. Studies on MOES

4.2.1. Parameter Settings

Considering the scales of different scenarios, the values of c m a x are set as 800, 1100, and 2000 for the Flevoland dataset, the Wei River in Xi’an dataset, and the San Francisco dataset, respectively. Considering the trade-off between the search ability and computation cost, the population size and the maximum generation number are set as five and ten for both layers in MOES, respectively. Figure 9 shows the sensitivity studies of the parameter m p o l in the Wishart distance on different PolSAR datasets. The horizontal coordinate represents the values of m p o l , and the vertical coordinate represents the values of UE and BR. The values of m p o l are set within the range of 1 , 15 , where the interval is five. In Figure 9a, when m p o l = 1 , the maximum BR and the minimum UE can be obtained on the Flevoland dataset. In Figure 9b,c, MOES performs best in the Wei River in Xi’an dataset and the San Francisco dataset when m p o l = 5 . It can be seen that the suitable value of m p o l changes with different datasets. With the above observations, the values of m p o l are set as one and five for the Flevoland dataset and the other two PolSAR datasets, respectively.
Figure 10 and Figure 11 show the sensitivities of the population sizes and maximum generation numbers in the Flevoland dataset. In Figure 10, the best values of BR and UE obtained by the different values of p o p 1 in the evolution process of the automatic optimization layer are given. We set the population size p o p 1 to 5, 10, and 15, respectively. The maximum generation number is set to 25. The curves of UE and BR are steeper because the automatic optimization layer encodes the superpixel center as individuals directly, which has a relatively significant randomness in the search. With the increase of the iteration number, the UE shows an overall downward trend while BR shows an overall upward trend. It indicates that better solutions appear in the evolution process. Moreover, the curves of UE and BR of the evolution with different population sizes are not significantly different. When the population size and the maximum generation number increase, the computation complexity and the cost time also increase gradually. Considering both the performance and the efficiency, we set the population size p o p 1 and the maximum generation number G 1 to five and ten, respectively.
Figure 11 shows the sensitivities of parameters p o p 2 and G 2 in the fine segmentation layer. With the increase of the iteration number, the curves of UE present an overall downward trend, while BR presents an overall upward trend. The curves of both UE and BR obtained by three population sizes essentially converge after 10 iterations. The fine segmentation layer is evolved on the basis of the output of the automatic optimization layer, so the convergence speed is faster. When p o p 2 equals 15, UE and BR are the best. Although UE and BR are relatively worse when p o p 2 equals 5, the values of UE and BR are still not bad. In order to ensure the efficiency of MOES, we set the population size p o p 2 and the maximum generation number G 2 to five and ten, respectively.

4.2.2. PFs of MOES

MOES consists of an automatic optimization layer and a fine segmentation layer. Both of these layers feature multiobjective evolution for superpixel segmentation and obtain PFs. In the automatic optimization layer, PF is composed of superpixel segmentations with different superpixel numbers. In the fine segmentation layer, the number of superpixels is fixed, and PF is composed of superpixel segmentations with different performances. Figure 12, Figure 13 and Figure 14 show the PFs obtained by two layers of MOES in three PolSAR datasets.
In Figure 12, the left PF is obtained by the automatic optimization layer in the Flevoland dataset, which is relatively uniform and has good convergence. Additionally, we select three solutions of PF and compare their performances. Obviously, different numbers of superpixels correspond to very different performances. Compared with the other two solutions (b) and (c), solution (a) has the lowest J m and better performance in both numerical results and visual results. Based on solution (a), the fine segmentation layer obtains the right PF. Compared with solutions (e) and (f), solution (d), with the lowest J m , achieves better performance in both numerical results and visual results. It validates the effectiveness of selecting the final solution from PF by the lowest value of J m . Furthermore, it is obvious that the metrics of solutions obtained by the fine segmentation layer are better than the ones obtained by the automatic optimization layer. It indicates that the fine segmentation layer can further improve the qualities of superpixels obtained by the automatic optimization layer.
Figure 13 shows the PFs obtained by MOES in the Wei River in Xi’an dataset. The PF of the automatic optimization layer is not smooth enough. It is a common situation in MOP for practical applications due to the difficulty and complexity of practical problems. Among the three solutions, solution (a), with the lowest J m , performs best on most of the metrics except for BR. The PF of the fine segmentation layer is uniform and smooth. The solutions make a great improvement in all five metrics on the basis of solution (a), especially solution (d), which has the lowest J m . Moreover, compared with the visual results obtained by the automatic optimization layer, the superpixels are more regular and uniform in the visual results obtained by the fine segmentation layer.
As shown in Figure 14, the PF of the automatic optimization layer in the San Francisco dataset is relatively uniform, where the convergence is good. Among the three solutions, solution (a), with the lowest J m , has the best performance. Then, the fine segmentation layer obtains more uniform superpixels and better performance, especially solution (d), which has the lowest J m .

4.2.3. Number of Superpixels in MOES

Unlike the traditional superpixel segmentation techniques, MOES can determine the number of superpixels automatically. Table 1 shows the number of superpixels obtained by MOES over five independent runs in different PolSAR datasets. The number of superpixels in the Flevoland dataset is within the range of 533 to 562. The number of superpixels in the Wei River in Xi’an dataset are within the range of 620 to 668. The maximum and minimum values of the number of superpixels are 1287 and 1217 in the San Francisco dataset, respectively. Obviously, the number of superpixels searched by MOES over different independent runs is stable for each PolSAR dataset.

4.3. Comparison Experiments on PolSAR Datasets

To further study the performance of MOES, we compare it with six popular superpixel segmentation approaches, which are SLIC [9], SEEDS [10], TP [11], QS [14], POL-HLT [50], and HCI [51]. Among them, POL-HLT is a PolSAR superpixel segmentation method with improved SLIC, where an improved initialization and a modified distance metric to Hotelling–Lawley trace distance are introduced. HCI is a PolSAR superpixel segmentation method with modified Wishart distance and geodesic distance for cross-iteration. Due to the randomness of EAs, the mean and standard deviation of numerical results obtained by MOES are reported in the following experiments. Other comparison approaches are performed over five independent runs with five different values of superpixel numbers obtained by MOES, and the best performances are reported as their results. To analyze the relationship between the number of image pixels N and the complexity of superpixel segmentation approaches, the computational complexities of all the comparison superpixel algorithms are shown in Table 2.

4.3.1. Comparison Results in Flevoland Dataset

Table 3 and Table 4 give the statistical results of superpixel metrics and classification metrics of all algorithms in the Flevoland dataset. The best metrics in the tables have been bolded. Obviously, MOES has the highest BR and the lowest UE among all the comparison approaches. In Table 4, MOES achieves the best values of AA and Kappa. QS achieves the best OA, but its performance on AA and Kappa is not good enough. The index OA obtained by MOES was 1.73% and 0.09% higher than POL-HLT and HCI, respectively. HCI achieves the best AA, but its OA and Kappa are not good enough. Its UE and BR are also not as good as MOES. MOES performs almost the best in both superpixel segmentation metrics and classification metrics among the comparison approaches in the Flevoland dataset.
Figure 15 shows the visual results of all algorithms in the Flevoland dataset. In the QS results, the superpixels are very uneven, and the dividing lines are rather tortuous. The match between superpixels and ground objects is not very good. The superpixels generated by SLIC, SEEDS, TP, POL-HLT, and HCI are regular in shape and fit well into each category of ground objects. The dividing lines are also smooth and continuous. Although the shapes of the superpixels generated by MOES are not as regular as those of the previous comparison algorithms, the boundary adhesion is very good, and the dividing line is also very smooth. In order to further observe the qualities of the superpixels, the blue box regions in Figure 11 are enlarged in Figure 16. In the results of SEEDS, TP, and QS, the boundary adhesion is poor, and discontinuity appears. These lead to reduced segmentation performance. The dividing lines obtained by SLIC, POL-HLT, and HCI are relatively smooth, but the boundary adhesion in some regions is still not good enough. In the result of MOES, both the boundary adhesion and the classification performance of MOES are impressive. The dividing lines are also smooth and continuous.

4.3.2. Comparison Results in Wei River in Xi’an Dataset

The statistical results of the superpixel segmentation metrics and classification metrics of all algorithms in the Wei River in Xi’an dataset are shown in Table 5 and Table 6. Both the UE and the BR of MOES are the best. In Table 6, MOES also achieves the best values of OA and Kappa. Although QS has the largest AA, it does not perform well enough in the other two classification metrics, especially Kappa. Furthermore, MOES has the second-best AA. In other words, MOES performs almost the best in both the superpixel segmentation metrics and classification metrics among the comparison approaches in the Wei River in Xi’an dataset.
Figure 17 shows the visual superpixel segmentation results of all algorithms in the Wei River in Xi’an dataset. The dividing lines of QS and SLIC are rather tortuous, which results in many discontinuous situations. The generated superpixels of SEEDS and QS are irregular and uneven. The shapes of the superpixels generated by TP and POL-HLT are relatively regular. Their superpixels fit well to each type of ground object, and the dividing lines are also relatively smooth. Although the shapes of superpixels generated by HCI are relatively regular, some small, disconnected regions still exist. The superpixels of MOES are relatively uniform and regular, which fit well with the edges of ground objects. The dividing lines are also relatively smooth. Observing the enlarged regions in Figure 18, the boundary adhesions of SLIC, QS, and POL-HLT are still not good. In the enlarged regions of SEEDS, TP, and HCI, the dividing lines are smooth, and the boundary adhesions are normal. Compared with the above approaches, MOES has better boundary adhesion, more accurate segmentations, and smoother dividing lines. The generated superpixels are also more regular and uniform.

4.3.3. Comparison Results in San Francisco Dataset

As shown in Table 7 and Table 8, the statistical results of superpixel segmentation metrics and classification metrics of all algorithms in the San Francisco dataset are given. MOES has the highest BR, reaching 45.62%, which is 1.42% higher than the second-best comparison algorithm. MOES achieves the second-best UE, which is 0.64% higher than the lowest UE obtained by SLIC. Moreover, the value of BR of MOES is 1.77% higher than the one of SLIC. In Table 8, QS performs the best in OA and AA, while MOES performs the best in Kappa.
Figure 19 shows the visual superpixel segmentation results of all algorithms in the San Francisco dataset. The division lines of SEEDS and QS are rather tortuous, and the generated superpixels are irregular. Their fittings with the edges of ground objects are not good. The superpixels generated by SLIC, TP, POL-HLT, and HCI are more regular in shape and have smoother dividing lines, but their boundary adhesions are still not good. The superpixels generated by MOES are relatively regular, and the dividing lines are also the smoothest. The boundary adhesion of MOES is similar to those of SLIC, POL-HLT, and HCI. With the observation of the enlarged regions in Figure 20, the dividing lines of SLIC, QS, and POL-HLT are discontinuous. Their boundary adhesions are not good for most ground objects, and the segmentation performances are not good. The boundaries of superpixels of HCI are continuous; its BR index is very low, as seen in Table 7. Although MOES does not fit the edges of the ground objects accurately enough in the boundaries of superpixels, its boundary adhesion is relatively better than the compared algorithms. In addition, the superpixels generated by MOES are relatively uniform, and the dividing lines are relatively smooth.

4.4. Discussion

With the observations of the above experimental results, it can be seen that MOES shows excellent performance on different PolSAR datasets. It can achieve well and balanced performance for different metrics, including the metrics of both superpixel segmentation and classification. The boundaries of superpixels obtained by MOES in the visual results also fit the edges of ground objects relatively well. In the automatic optimization layer of MOES, the number of superpixels can be determined automatically by maximizing the similarities within the superpixels and minimizing the differences among the superpixels simultaneously. It can greatly avoid performance degradation resulting from the manual setting of the unsuitable superpixel number. In the fine segmentation layer of MOES, a fine search is performed for the rough segmentation output by the automatic optimization layer. It makes full use of the boundary information of high-quality superpixels in the evolution to improve the boundary adhesion and segmentation performance. Most of the existing advanced methods are implemented by clustering and adding different mechanisms to improve performances. MOES is also a cluster-based method in essence. However, its unique two-layer optimization structure can not only determine the superpixel number automatically but also further improve the segmentation performance. Moreover, the specific evolutionary operators in MOES can fully search the solution space and generate high-quality individuals.

5. Conclusions

This study proposes a multiobjective evolutionary superpixel segmentation for PolSAR image classification. MOES consists of two layers, an automatic optimization layer and a fine segmentation layer. In the automatic optimization layer, the superpixel segmentation is converted into a multiobjective optimization to take the similarity within superpixels and the difference among superpixels into consideration simultaneously. The number of superpixels can be determined automatically for the observed PolSAR image. In the fine segmentation layer, the segmentation performance can be further improved by the specific evolutionary operators with the boundary information of good-quality superpixels. To validate the performance of MOES, we compare it with several popular superpixel segmentation techniques in different PolSAR datasets. The results show that MOES can determine the suitable number of superpixels automatically and generate high-quality superpixels uniformly for PolSAR images. Although MOES can achieve impressive performance of superpixel segmentation, it is a population-based optimization method and relatively time-consuming. In our future work, we will try to design a specific divide-and-conquer strategy to improve efficiency while maintaining accuracy and extending the applications for large scenes of PolSAR images. Furthermore, MOES can obtain a set of Pareto solutions, but we just select one as our result. Future work will also investigate making full use of the Pareto solutions to further improve the qualities of PolSAR superpixels.

Author Contributions

Conceptualization, M.Z.; Methodology, M.Z.; Software, B.C. and K.M.; Validation, M.Z. and K.M.; Investigation, J.W., J.C. (Jinyong Chen), J.C. (Jie Chen) and H.Z.; Writing—original draft, B.C. and K.M.; Writing—review & editing, M.Z.; Supervision, L.L. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported in part by the Beijing Institute of Remote Sensing Information under Grant No. MTX20619C226, and in part by the National Natural Science Foundation of China under Grant No. 62176200.

Data Availability Statement

Data are contained within the article.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Ren, S.; Zhou, F. Semi-Supervised Classification for PolSAR Data with Multi-Scale Evolving Weighted Graph Convolutional Network. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2021, 14, 2911–2927. [Google Scholar] [CrossRef]
  2. Ganesan, P.G.; Rao, Y. The application of compact polarimetric decomposition algorithms to L-band PolSAR data in agricul-tural areas. Int. J. Remote Sens. 2018, 39, 8337–8360. [Google Scholar]
  3. Paek, S.W.; Balasubramanian, S.; Kim, S.; Weck, O. Small-Satellite Synthetic Aperture Radar for Continuous Global Biospheric Monitoring: A Review. Remote Sens. 2020, 12, 2546. [Google Scholar] [CrossRef]
  4. Tan, W.; Sun, B.; Xiao, C.; Huang, P.; Xu, W.; Yang, W. A Novel Unsupervised Classification Method for Sandy Land Using Fully Polarimetric SAR Data. Remote Sens. 2021, 13, 355. [Google Scholar] [CrossRef]
  5. Li, M.; Zou, H.; Dong, Z.; Wei, J.; Qin, X. Unsupervised classification of PolSAR image based on tensor product graph diffusion. In Proceedings of the 2021 CIE International Conference on Radar, Haikou, China, 15–19 December 2021; pp. 2505–2508. [Google Scholar]
  6. Liu, B.; Zhang, Z.; Liu, X.; Yu, W. Representation and Spatially Adaptive Segmentation for PolSAR Images Based on Wedgelet Analysis. IEEE Trans. Geosci. Remote Sens. 2015, 53, 4797–4809. [Google Scholar] [CrossRef]
  7. Liu, Y.; Yu, M.; Li, B.; He, Y. Intrinsic Manifold SLIC: A Simple and Efficient Method for Computing Content-Sensitive Su-perpixels. IEEE Trans. Pattern Anal. Mach. Intell. 2018, 40, 653–666. [Google Scholar] [CrossRef] [PubMed]
  8. Gong, Y.; Zhou, Y. Differential evolutionary superpixel segmentation. IEEE Trans. Image Process. 2018, 27, 1390–1404. [Google Scholar] [CrossRef] [PubMed]
  9. Liu, Y.; Yu, C.; Yu, M.; He, Y. Manifold slic: A fast method to compute content-sensitive superpixels. In Proceedings of the 2016 IEEE Conference on Computer Vision and Pattern Recognition, CVPR, Las Vegas, NV, USA, 27–30 June 2016; pp. 651–659. [Google Scholar]
  10. Bergh, M.; Boix, X.; Gool, L. Seeds: Superpixels extracted via energy-driven sampling. In Proceedings of the 12th European Conference on Computer Vision, ECCV, Florence, Italy, 7–13 October 2012; pp. 298–314. [Google Scholar]
  11. Levinshtein, A.; Stere, A.; Kutulakos, K.N.; Fleet, D.J.; Dickinson, S.J.; Siddiqi, K. Turbopixels: Fast superpixels using geometric flows. IEEE Trans. Pattern Anal. Mach. Intell. 2009, 31, 2290–2297. [Google Scholar] [CrossRef] [PubMed]
  12. Li, Z.; Chen, J. Superpixel segmentation using linear spectral clustering. In Proceedings of the 2015 IEEE Conference on Computer Vision and Pattern Recognition, CVPR, Boston, MA, USA, 7–12 June 2015; pp. 1356–1363. [Google Scholar]
  13. Comaniciu, D.; Meer, P. Mean shift: A robust approach toward feature space analysis. IEEE Trans. Pattern Anal. Mach. Intell. 2002, 24, 603–619. [Google Scholar] [CrossRef]
  14. Vedaldi, A.; Soatto, S. Quick shift and kernel methods for mode seeking. In Proceedings of the 10th European Conference on Computer Vision (ECCV), Marseille, France, 12–18 October 2008; pp. 705–718. [Google Scholar]
  15. Weikersdorfer, D.; Gossow, D.; Beetz, M. Depth-adaptive superpixels. In Proceedings of the 21th International Conference on Pattern Recognition, ICPR, Tsukuba, Japan, 11–15 November 2012; pp. 2087–2090. [Google Scholar]
  16. Shi, J.; Malik, J. Normalized cuts and image segmentation. IEEE Trans. Pattern Anal. Mach. Intell. 2000, 22, 888–905. [Google Scholar]
  17. Felzenszwalb, P.F.; Huttenlocher, D.P. Efficient graph-based image segmentation. Int. J. Comput. Vis. 2004, 59, 167–181. [Google Scholar] [CrossRef]
  18. Tang, D.; Fu, H.; Cao, X. Topology preserved regular superpixel. In Proceedings of the 2012 IEEE International Conference on Multimedia and Expo, Melbourne, VIC, Australian, 9–13 July 2012; pp. 765–768. [Google Scholar]
  19. Shen, j.; Du, Y.; Wang, W.; Li, X. Lazy random walks for superpixel segmentation. IEEE Trans. Image Process. 2014, 23, 1451–1462. [Google Scholar] [CrossRef] [PubMed]
  20. Qin, F.; Guo, J.; Lang, F. Superpixel Segmentation for Polarimetric SAR Imagery Using Local Iterative Clustering. IEEE Geosci. Remote Sens. Lett. 2015, 12, 13–17. [Google Scholar]
  21. Ersahin, K.; Cumming, I.G.; Ward, R.K. Segmentation and Classification of Polarimetric SAR Data Using Spectral Graph Partitioning. IEEE Trans. Geosci. Remote Sens. 2010, 48, 164–174. [Google Scholar] [CrossRef]
  22. Xiang, D.; Ban, Y.; Wang, W.; Su, Y. Adaptive Superpixel Generation for Polarimetric SAR Images with Local Iterative Clus-tering and SIRV Model. IEEE Trans. Geosci. Remote Sens. 2017, 55, 3115–3131. [Google Scholar] [CrossRef]
  23. Yang, S.; Yaun, X. Superpixel generation for polarimetric SAR using hierarchical energy maximization. Comput. Geosci. 2020, 135, 104395. [Google Scholar] [CrossRef]
  24. Lang, F.; Yang, J.; Yan, S.; Qin, F. Superpixel segmentation of polarimetric synthetic aperture radar (sar) images based on generalized mean shift. Remote Sens. 2018, 10, 1592. [Google Scholar] [CrossRef]
  25. Liu, B.; Hu, H.; Wang, H. Superpixel-based classification with an adaptive number of classes for polarimetric SAR images. IEEE Trans. Geosci. Remote Sens. 2012, 51, 907–924. [Google Scholar] [CrossRef]
  26. Wang, W.; Xiang, D.; Ban, Y. Superpixel segmentation of polarimetric SAR images based on integrated distance measure and entropy rate method. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2017, 10, 4045–4058. [Google Scholar] [CrossRef]
  27. Liu, H.; Yang, S.; Gou, S. Fast classification for large polarimetric SAR data based on refined spatial-anchor graph. IEEE Geosci. Remote Sens. Lett. 2017, 14, 1589–1593. [Google Scholar] [CrossRef]
  28. Hou, B.; Yang, C.; Ren, B.; Jiao, L. Decomposition-Feature-Iterative-Clustering-Based Superpixel Segmentation for PolSAR Image Classification. IEEE Geosci. Remote Sens. Lett. 2018, 15, 1239–1243. [Google Scholar] [CrossRef]
  29. Li, M.; Zou, H.; Qin, X.; Dong, Z.; Wei, J. Superpixel Segmentation for PolSAR Images Based on Cross Iteration. In Proceedings of the 2021 IEEE International Geoscience and Remote Sensing Symposium (IGARSS), Brussels, Belgium, 11–16 July 2021; pp. 4739–4742. [Google Scholar]
  30. Guo, Y.; Jiao, L.; Qu, R.; Sun, Z.; Wang, S. Adaptive Fuzzy Learning Superpixel Representation for PolSAR Image Classification. IEEE Trans. Geosci. Remote Sens. 2022, 60, 5217818. [Google Scholar] [CrossRef]
  31. Wang, Z.; Zhang, Q.; Zhou, A.; Gong, M.; Jiao, L. Adaptive Replacement Strategies for MOEA/D. IEEE Trans. Cybern. 2016, 46, 474–486. [Google Scholar] [CrossRef]
  32. Wang, Q.; Guidolin, M.; Savic, D.; Kapelan, Z. Two-Objective Design of Benchmark Problems of a Water Distribution System via MOEAs: Towards the Best-Known Approximation of the True Pareto Front. J. Water Resour. Plan. Manag. 2014, 141, 04014060. [Google Scholar] [CrossRef]
  33. Nada, M.A. Evolutionary Algorithm Definition. Am. J. Eng. Appl. Sci. 2009, 2, 789–795. [Google Scholar]
  34. Wang, J.; Peng, H.; Shi, P. An optimal image watermarking approach based on a multiobjective genetic algorithm. Inf. Sci. 2011, 181, 5501–5514. [Google Scholar] [CrossRef]
  35. Sen, S.; Tang, G.; Nehorai, A. Multiobjective Optimization of OFDM Radar Waveform for Target Detection. IEEE Trans. Signal Process. 2011, 59, 639–652. [Google Scholar] [CrossRef]
  36. Wagner, T.; Beume, N.; Naujoks, B. Pareto-, aggregation-, and indicator-based methods in many-objective optimization. In Proceedings of the 4th International Conference on Evolutionary Multi-Criterion Optimization (EMO), Matsushima, Japan, 5–8 March 2007; pp. 742–756. [Google Scholar]
  37. Deb, K.; Pratap, A.; Agarwal, S.; Meyarivan, T. A fast and elitist multiobjective genetic algorithm: NSGA-II. IEEE Trans. Evol. Comput. 2002, 6, 182–197. [Google Scholar] [CrossRef]
  38. Ishibuchi, H.; Sakane, Y.; Tsukamoto, N.; Nojima, Y. Simultaneous use of different scalarizing functions in MOEA/D. In Proceedings of the 12th annual Conference on Genetic and Evolutionary Computation, Portland, OR, USA, 7–11 July 2010; pp. 519–526. [Google Scholar]
  39. Zhang, Q.; Li, H. MOEA/D: A multiobjective evolutionary algorithm based on decomposition. IEEE Trans. Evol. Comput. 2007, 11, 712–731. [Google Scholar] [CrossRef]
  40. Naujoks, B.; Beume, N.; Emmerich, M. Multiobjective optimisation using S-metric selection: Application to three-dimensional solution spaces. In Proceedings of the 2005 IEEE Congress on Evolutionary Computation, Edinburgh, UK, 2–5 September 2005; pp. 1282–1289. [Google Scholar]
  41. Zhang, M.; Jiao, L.; Ma, W.; Ma, J.; Gong, M. Multiobjective evolutionary fuzzy clustering for image segmentation with MOEA/D. Appl. Soft Comput. 2016, 48, 621–637. [Google Scholar] [CrossRef]
  42. Zhang, M.; Jiao, L.; Shang, R.; Zhang, X.; Li, L. Unsupervised EA-Based Fuzzy Clustering for Image Segmentation. IEEE Access 2020, 8, 8627–8647. [Google Scholar] [CrossRef]
  43. Zhong, Y.; Zhang, S.; Zhang, L. Automatic Fuzzy Clustering Based on Adaptive Multiobjective Differential Evolution for Remote Sensing Imagery. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2013, 6, 2290–2301. [Google Scholar] [CrossRef]
  44. Hinojosa, S.; Oliva, D.; Pajares, G. Reducing overlapped pixels: A multiobjective color thresholding approach. Soft Comput. 2020, 24, 6787–6807. [Google Scholar] [CrossRef]
  45. Sağ, T.; Çunkaş, M. Color image segmentation based on multiobjective artificial bee colony optimization. Appl. Soft Comput. 2015, 34, 389–401. [Google Scholar] [CrossRef]
  46. Ren, B.; Hou, B.; Zhao, J.; Jiao, L. Sparse Subspace Clustering-Based Feature Extraction for PolSAR Imagery Classification. Remote Sens. 2018, 10, 391. [Google Scholar] [CrossRef]
  47. Chen, Y.; Jiao, L.; Li, Y.; Zhao, J. Multilayer projective dictionary pair learning and sparse autoencoder for PolSAR image classification. IEEE Trans. Geosci. Remote Sens. 2017, 55, 6683–6694. [Google Scholar] [CrossRef]
  48. Guo, Y.; Jiao, L.; Wang, S.; Wang, S.; Liu, F.; Hua, W. Fuzzy superpixels for polarimetric SAR images classification. IEEE Trans. Fuzzy Syst. 2018, 26, 2846–2860. [Google Scholar] [CrossRef]
  49. Cohen, J. A coefficient of agreement for nominal scales. Educ. Psychol. Meas. 1960, 20, 37–46. [Google Scholar] [CrossRef]
  50. Yin, J.; Wang, T.; Du, Y.; Liu, X.; Zhou, L.; Yang, J. SLIC Superpixel Segmentation for Polarimetric SAR Images. IEEE Trans. Geosci. Remote Sens. 2021, 60, 5201317. [Google Scholar] [CrossRef]
  51. Li, M.; Zou, H.; Qin, X. Efficient Superpixel Generation for Polarimetric SAR Images with Cross-Iteration and Hexagonal Initialization. Remote Sens. 2022, 14, 2914. [Google Scholar] [CrossRef]
Figure 1. Overall framework of MOES.
Figure 1. Overall framework of MOES.
Remotesensing 16 00854 g001
Figure 2. Individual encoding.
Figure 2. Individual encoding.
Remotesensing 16 00854 g002
Figure 3. Differential evolution strategy.
Figure 3. Differential evolution strategy.
Remotesensing 16 00854 g003
Figure 4. Individual encoding and production of new superpixel centers.
Figure 4. Individual encoding and production of new superpixel centers.
Remotesensing 16 00854 g004
Figure 5. Evolutionary operator with boundary information.
Figure 5. Evolutionary operator with boundary information.
Remotesensing 16 00854 g005
Figure 6. Flevoland dataset. (a) Flevoland image (PauliRGB); (b) ground truth.
Figure 6. Flevoland dataset. (a) Flevoland image (PauliRGB); (b) ground truth.
Remotesensing 16 00854 g006
Figure 7. Wei River in Xi’an dataset. (a) Wei River in Xi’an image (PauliRGB); (b) ground truth.
Figure 7. Wei River in Xi’an dataset. (a) Wei River in Xi’an image (PauliRGB); (b) ground truth.
Remotesensing 16 00854 g007
Figure 8. San Francisco dataset. (a) San Francisco image (PauliRGB); (b) ground truth.
Figure 8. San Francisco dataset. (a) San Francisco image (PauliRGB); (b) ground truth.
Remotesensing 16 00854 g008
Figure 9. Sensitivity of parameter m p o l on different PolSAR datasets. (a) Flevoland dataset; (b) Wei River in Xi’an dataset; (c) San Francisco dataset.
Figure 9. Sensitivity of parameter m p o l on different PolSAR datasets. (a) Flevoland dataset; (b) Wei River in Xi’an dataset; (c) San Francisco dataset.
Remotesensing 16 00854 g009
Figure 10. Sensitivities of parameters p o p 1 and G 1 in automatic optimization layer in Flevoland dataset. (a) UE; (b) BR.
Figure 10. Sensitivities of parameters p o p 1 and G 1 in automatic optimization layer in Flevoland dataset. (a) UE; (b) BR.
Remotesensing 16 00854 g010
Figure 11. Sensitivities of parameters p o p 2 and G 2 in fine segmentation layer in Flevoland dataset. (a) UE; (b) BR.
Figure 11. Sensitivities of parameters p o p 2 and G 2 in fine segmentation layer in Flevoland dataset. (a) UE; (b) BR.
Remotesensing 16 00854 g011
Figure 12. PFs of two layers of MOES in Flevoland dataset.
Figure 12. PFs of two layers of MOES in Flevoland dataset.
Remotesensing 16 00854 g012
Figure 13. PFs of two layers of MOES in Wei River in Xi’an dataset.
Figure 13. PFs of two layers of MOES in Wei River in Xi’an dataset.
Remotesensing 16 00854 g013
Figure 14. PFs of two layers of MOES in San Francisco dataset.
Figure 14. PFs of two layers of MOES in San Francisco dataset.
Remotesensing 16 00854 g014
Figure 15. Visual superpixel segmentation results in Flevoland dataset. (a) SLIC; (b) SEEDS; (c) TP; (d) QS; (e) POL-HLT; (f) HCI; (g) MOES.
Figure 15. Visual superpixel segmentation results in Flevoland dataset. (a) SLIC; (b) SEEDS; (c) TP; (d) QS; (e) POL-HLT; (f) HCI; (g) MOES.
Remotesensing 16 00854 g015
Figure 16. The enlarged images of the selected regions in visual results in Flevoland dataset. (a) SLIC; (b) SEEDS; (c) TP; (d) QS; (e) POL-HLT; (f) HCI; (g) MOES.
Figure 16. The enlarged images of the selected regions in visual results in Flevoland dataset. (a) SLIC; (b) SEEDS; (c) TP; (d) QS; (e) POL-HLT; (f) HCI; (g) MOES.
Remotesensing 16 00854 g016
Figure 17. Visual superpixel segmentation results in Wei River in Xi’an dataset. (a) SLIC; (b) SEEDS; (c) TP; (d) QS; (e) POL-HLT; (f) HCI; (g) MOES.
Figure 17. Visual superpixel segmentation results in Wei River in Xi’an dataset. (a) SLIC; (b) SEEDS; (c) TP; (d) QS; (e) POL-HLT; (f) HCI; (g) MOES.
Remotesensing 16 00854 g017
Figure 18. The enlarged images of the selected regions in visual results in Wei River in Xi’an dataset. (a) SLIC; (b) SEEDS; (c) TP; (d) QS; (e) POL-HLT; (f) HCI; (g) MOES.
Figure 18. The enlarged images of the selected regions in visual results in Wei River in Xi’an dataset. (a) SLIC; (b) SEEDS; (c) TP; (d) QS; (e) POL-HLT; (f) HCI; (g) MOES.
Remotesensing 16 00854 g018
Figure 19. Visual superpixel segmentation results in San Francisco dataset. (a) SLIC; (b) SEEDS; (c) TP; (d) QS; (e) POL-HLT; (f) HCI; (g) MOES.
Figure 19. Visual superpixel segmentation results in San Francisco dataset. (a) SLIC; (b) SEEDS; (c) TP; (d) QS; (e) POL-HLT; (f) HCI; (g) MOES.
Remotesensing 16 00854 g019
Figure 20. The enlarged images of the selected regions in visual results in San Francisco dataset. (a) SLIC; (b) SEEDS; (c) TP; (d) QS; (e) POL-HLT; (f) HCI; (g) MOES.
Figure 20. The enlarged images of the selected regions in visual results in San Francisco dataset. (a) SLIC; (b) SEEDS; (c) TP; (d) QS; (e) POL-HLT; (f) HCI; (g) MOES.
Remotesensing 16 00854 g020
Table 1. The numbers of superpixels obtained by running MOES five times in three datasets.
Table 1. The numbers of superpixels obtained by running MOES five times in three datasets.
Independent RunFlevolandWei River in Xi’anSan Francisco
15336421271
25546591253
35446201273
45616621217
55626681287
Table 2. Computational complexity of superpixel segmentation algorithms.
Table 2. Computational complexity of superpixel segmentation algorithms.
SLICSEEDSTPQSPOL-HLTHCIMOES
O   ( N ) O   ( N ) O   N 3 2 O   N 2 O   ( N ) O   ( N ) O   ( N )
Table 3. Statistical results of superpixel metrics of all algorithms in Flevoland dataset.
Table 3. Statistical results of superpixel metrics of all algorithms in Flevoland dataset.
IndexSLICSEEDSTPQSPOL-HLTHCIMOES
UE (%)39.2640.8836.8542.8337.8637.0236.72 ± 0.81
BR (%)86.8188.1086.1883.6287.1388.4589.04 ± 0.99
Table 4. Statistical results of classification metrics of all algorithms in Flevoland dataset.
Table 4. Statistical results of classification metrics of all algorithms in Flevoland dataset.
IndexSLICSEEDSTPQSPOL-HLTHCIMOES
OA (%)93.7293.0592.9894.6691.2592.8992.98 ± 0.57
AA (%)90.8791.1491.9589.0592.0993.1392.49 ± 0.17
Kappa0.90630.90150.90250.88310.89600.90690.9258 ± 0.03
Table 5. Statistical results of superpixel metrics of all algorithms in Wei River in Xi’an dataset.
Table 5. Statistical results of superpixel metrics of all algorithms in Wei River in Xi’an dataset.
IndexSLICSEEDSTPQSPOL-HLTHCIMOES
UE (%)58.5355.5955.0562.8659.0157.6855.04 ± 0.87
BR (%)74.9466.3764.4675.6864.1973.5776.95 ± 0.65
Table 6. Statistical results of classification metrics of all algorithms in Wei River in Xi’an dataset.
Table 6. Statistical results of classification metrics of all algorithms in Wei River in Xi’an dataset.
IndexSLICSEEDSTPQSPOL-HLTHCIMOES
OA (%)89.7588.8589.9989.7188.0289.0390.30 ± 0.10
AA (%)89.0487.9489.2889.6687.1587.9489.37 ± 0.21
Kappa0.83110.82880.83090.82240.80960.81940.8941 ± 0.02
Table 7. Statistical results of superpixel metrics of all algorithms in San Francisc dataset.
Table 7. Statistical results of superpixel metrics of all algorithms in San Francisc dataset.
IndexSLICSEEDSTPQSPOL-HLTHCIMOES
UE (%)47.1049.2847.7451.9148.1947.2247.74 ± 0.86
BR (%)43.8537.2132.6242.1044.2035.5645.62 ± 0.92
Table 8. Statistical results of classification metrics of all algorithms in San Francisco dataset.
Table 8. Statistical results of classification metrics of all algorithms in San Francisco dataset.
IndexSLICSEEDSTPQSPOL-HLTHCIMOES
OA (%)94.8494.9294.4695.7694.3194.8494.56 ± 0.07
AA (%)92.6292.7292.0394.0291.6492.2191.91 ± 0.17
Kappa0.86220.86800.85910.85480.85730.85980.8718 ± 0.01
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Chu, B.; Zhang, M.; Ma, K.; Liu, L.; Wan, J.; Chen, J.; Chen, J.; Zeng, H. Multiobjective Evolutionary Superpixel Segmentation for PolSAR Image Classification. Remote Sens. 2024, 16, 854. https://doi.org/10.3390/rs16050854

AMA Style

Chu B, Zhang M, Ma K, Liu L, Wan J, Chen J, Chen J, Zeng H. Multiobjective Evolutionary Superpixel Segmentation for PolSAR Image Classification. Remote Sensing. 2024; 16(5):854. https://doi.org/10.3390/rs16050854

Chicago/Turabian Style

Chu, Boce, Mengxuan Zhang, Kun Ma, Long Liu, Junwei Wan, Jinyong Chen, Jie Chen, and Hongcheng Zeng. 2024. "Multiobjective Evolutionary Superpixel Segmentation for PolSAR Image Classification" Remote Sensing 16, no. 5: 854. https://doi.org/10.3390/rs16050854

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