Abstract
This paper presents a hierarchical classification approach for Synthetic Aperture Radar (SAR) images. The Conditional Random Field (CRF) and Bayesian Network (BN) are employed to incorporate prior knowledge into this approach for facilitating SAR image classification. (1) A multilayer region pyramid is constructed based on multiscale oversegmentation, and then, CRF is used to model the spatial relationships among those extracted regions within each layer of the region pyramid; the boundary prior knowledge is exploited and integrated into the CRF model as a strengthened constraint to improve classification performance near the boundaries. (2) Multilayer BN is applied to establish the causal connections between adjacent layers of the constructed region pyramid, where the classification probabilities of those sub-regions in the lower layer, conditioned on their parents’ regions in the upper layer, are used as adjacent links. More contextual information is taken into account in this framework, which is a benefit to the performance improvement. Several experiments are conducted on real ESAR and TerraSAR data, and the results show that the proposed method achieves better classification accuracy.
1. Introduction
1.1. SAR Images Classification
Synthetic Aperture Radar (SAR) provides two-dimensional images independent from weather, daylight and cloud coverage conditions and has various applications, such as mapping, urban planning, disaster prevention [1], etc. Among these applications, terrain classification is one of the extremely active research interests. SAR images classification is a task to recognize objects by computing similarity and discrimination between them relying on the extracted features. An increasing number of papers specific to this topic have appeared over the last three decades; these proposed methods can be roughly cast into three categories: polarimetric target decomposition, feature extraction and model construction.
The polarimetric target decomposition method has been widely used in SAR image classification; the general idea behind this method is to represent the average backscattering as the sum of independent components. Two theories can be distinguished, namely coherent and incoherent decomposition. For the coherent decomposition, it aims to describe the scattering matrix as a combination of scattering responses. Since the polarization information is usually partially polarized, alternatively, the incoherent decomposition is used to express the target average matrix as the sum of the single scattering matrix; this approach provides a simplified way to extract geographical features. Over the years, a large number of associated methods have been proposed. The concept of target decomposition was first put forward by Huynen [2] for the analysis of scattering distribution in 1970. Pauli decomposition [3] was introduced by Cloude to decompose the polarization scattering matrix into four components. In 1990, Krogager [4] decomposed the complex symmetric scattering matrix into three components. In 1997, Cloude et al. proposed the decomposition. After that, the target decomposition combining model was put forward, e.g., the three-component scattering model proposed by Freeman et al. [5]. In 2005, Yamaguchi [6] presented the four-component scattering model based on single reflection, secondary reflection and skew scattering. In 2007, Touzi [7] put forward incoherent decomposition, which is rotation invariant and is based on the coherent scattering model. In recent years, several new methods have been developed, such as three-component decomposition based on models [8] and the four-component decomposition model with extended scatterers [9].
Feature extraction has also received much attention. The most straightforward approach is to regard the scattering coefficient or the coherence/incoherence matrix as the underlying image features. Besides polarimetric features, texture has been proven as an efficient feature for image classification [10], such as the gray-level co-occurrence matrix [11], the wavelet with statistic textures [12], discrete wavelet transform [13], the semi-variance graph [14], etc. In 2011, Dai [15] put forward a multi-level local histogram descriptor, which is robust to speckle noise. It captures both local and global information and has been proven superior to the gray-level co-occurrence matrix and Gabor wavelet. In recent years, colorization for the SAR image has been developed. For instance, Deng et al. [16] proposed a method to visualize the SAR image based on the scattering mechanism. Tumer et al. [17] used the elliptic icon to express the data and to integrate the polarization characteristics into contextual information. Uhlmann et al. [18] employ various visible color descriptors to represent SAR images and then perform supervised classification. In [19,20], Golparvar and Balali present the texton-based and non-parameter feature extraction methods for image segmentation, which are innovative and can also be considered for SAR images.
Though much progress has been developed in SAR images classification, there are still some problems waiting to be resoled, especially for those images with complex structure information. For example, the extracted pixel-level features are often sensitive to the clutter. In this case, the information, provided by the image itself, fails to perform robust and effective classification. To overcome this limitation, several models have been proposed to incorporate additional prior knowledge to facilitate classification. For example, the Markov Random Field (MRF) [21], Conditional Random Field (CRF) [22] and Bayesian Network (BN) [23] are used to model prior knowledge for performance enhancement. MRF is widely used in SAR images’ interpretation; it captures the spatial interactions among neighborhoods as prior knowledge to guide classification. For instance, Elia [24] proposed a MRF model based on the regional and statistic texture; Voisin [25] put forward a multilayer MRF model based on texture information. However, with only local potential relationships considered in MRF, the connections among all observation data are ignored. As an extension of MRF, CRF is a discriminative model; it directly models the posterior probability of the sample labels. For example, Su et al. [26] construct a regional connected model to classify SAR images. Zhang et al. [27] integrate the class margin constraints into the CRF model to classify the spectral-based images. Ding [28] designs the unary potential, regional context potential and pairwise potential to improve the classification accuracy. As for the BN, which is a directed graphical model, it captures the causal relations among random variables. With the latent conditional independence, the joint probability can be factorized into several products of local conditional probabilities, which is a benefit to simplify the constructed model.
1.2. Motivation and Contributions
Although the multi-level CRF and BN model are adopted by those methods described above, it mainly focused on modeling either the spatial relationships or the causal dependencies alone. The hierarchical connections, namely the causal links between adjacent layers and the spatial relations within a sub-layer, are not combined together. The combination of a priori knowledge and image data itself plays an important role in performing robust and effective SAR image classification. To exploit this potential contextual information to improve classification accuracy, this paper presents a hierarchical classification framework based on the multilayer Bayesian network [29] and conditional random field.
The main contribution of this paper is that those causal dependencies between adjacent layers are incorporated into the proposed approach; what this means is that additional prior knowledge is exploited to improve classification accuracy. In SAR image classification, farmland, for example, is often far from urban areas, and therefore, the probability of a sub-region to be labeled as farmland, conditioned on its parents’ region, which is the urban area, is often small. Consequently, those existing dependencies between adjacent layers can be thought of as a priori information; the objective of the proposed method is to exploit this prior knowledge to improve the classification accuracy. Figure 1 illustrates a comparison between the proposed and the traditional methods. Compared with the traditional approach, the causalities between adjacent layers, as well as the spatial relationships within each layer are modeled by multilayer BN and CRF, respectively.
Figure 1.
Comparison between the traditional and the proposed approaches. (a) Traditional single-layer model; (b) traditional multilayer model; CRF models the spatial relationships among those regions within each layer; (c) the proposed method combines CRF with BN into a unified framework, where BN captures the causal dependencies between adjacent layers, and therefore, more prior knowledge is exploited to guide classification.
The rest of this paper is organized as follows. Section 2 presents an overview of the proposed approach. Section 3 introduces the construction of a region pyramid by means of multiscale oversegmentation. Section 4 details how to build a semantic region pyramid by CRF and BN. Section 5 provides experimental results and the analysis. Finally, the conclusions are given in Section 7.
2. Overview of the Framework
The framework of the proposed classification method is illustrated in Figure 2. It mainly consists of three parts, i.e., the multiscale segmentation, the CRF and BN modeling.
Figure 2.
Framework of the proposed method. (a) Input SAR image; (b) feature extraction, including intensity, polarization and texture features; (c) edge detection; (d) region pyramid construction based on multiscale segmentation; (e) conditional random field with boundary prior knowledge; (f) the region pyramid modeled by CRF; the spatial relationships are formed by CRF; (g) causal connections between adjacent layers are captured by the Bayesian network; (h) semantic pyramid based on the CRF and BN model; (i) classification output.
Multiscale segmentation: Given an input image, the multiscale segmentation is performed by adjusting an adaptive threshold, where the input image is partitioned into coarser and finer regions, namely superpixels. Then, a region pyramid is constructed by arranging the coarser oversegmentation on the top layer, whereas the finer one at the bottom layer. In this paper, a region pyramid with three layers is formed.
CRF modeling with boundary prior knowledge: With the above constructed region pyramid, the CRF is used to capture the spatial relationships among regions within each layer of the region pyramid. Moreover, the boundary prior knowledge is exploited and incorporated into the CRF model. With this additional prior information, it is equivalent to setting constraints to improve the classification accuracy near the boundaries.
Semantic pyramid construction by BN: Though the spatial relations among those regions within each layer can be effectively captured by the CRF model, the connections between adjacent layers are not explored and utilized. In order to establish these connections, BN is used to model the contextual information between adjacent layers of the region pyramid, and therefore, a semantic pyramid can be formed. Here, the BN models the causal relationships between those regions in the upper layer and its sub-regions in the lower layer. The causalities are referred to as the classification probabilities of those sub-regions conditioned on their parents’ regions, where the causalities are obtained from the statistical results of CRF labeling. In addition, the natural existing relationships among the regions, edges and vertices are also modeled in BN, where the edge is formed by two regions with different classes, and the vertex corresponds to the intersection of edges. In other words, more prior knowledge is integrated into the proposed classifying framework to enhance classification performance.
3. Multiscale Segmentation
In this paper, we construct a region pyramid with three layers, where each layer contains the oversegmented regions of the input image. To construct such a region pyramid, edge detection is first performed, and then, those extracted edges are combined to form several closed regions. The last step is multiscale segmentation; the finer and coarser regions can be obtained by adjusting a threshold.
3.1. Edge Detection
Given an image I, in order to predict an edge with orientation θ at location , the image is first transformed into three feature channels, including intensity, polarization and texture, then the gradients for these feature channels are calculated. Finally, an improved detector is designed by combining those gradients for edge detection.
Intensity, polarization and texture gradients: An edge corresponds to the change between neighboring areas in an image, and the gradient describes this characteristic. In order to extract the gradient, a circular disc with radius σ is placed at location ; this disc splits the local region into two sub-regions g and h, and the orientation is defined by a diameter at angle θ. The magnitude of gradient at is defined as the histograms’ chi-square distance between the two sub-regions, which is given by:
where and denote the i-th element in the histograms of the sub-regions g and h, respectively. Here, three types of feature are extracted, i.e., multi-channel intensity, polarization and texture, and then, the gradient is calculated in each feature channel independently.
Multiscale linear combination: To detect the desired fine and coarse structure information, the gradient of each feature channel is computed at three scales: . For the intensity, pixels; as for polarization and texture, pixels. Then, these extracted gradients are linearly combined together to form , which is defined as:
where s and i denote the scale and feature channel; is the gradient at location in channel i with a radius and orientation θ; represents the weight for each gradient. In this paper, eight orientations are sampled in interval with equal space, and the maximum over orientations is defined as the boundary response at location , which is given by:
Curve and edge detection: Spectral clustering [30] is applied to image segmentation. A sparse symmetric incidence matrix W is constructed by the maximum of ; the elements of W measure the similarity between pixels. The normalized cuts algorithm is used to solve the standard feature vector; a descriptor with n-dimensions is extracted for each pixel, and the clustering algorithm, such as k-means, is employed to segment the image. In order to obtain the correct partition, a convolution step is concluded, where Gaussian-oriented derivative filters are used at multiple orientations. Therefore, the spectral boundary detector is defined as:
where denotes the oriental signal and is the k-th eigenvalue. Notice that carries edge information, while conveys the curve information in an image. In order to extract both the edge and curve information, a linear combination of and is constructed, and then, an improved detector is given by:
where and ω can be learned during the training procedure. For more details, please refer to the original paper [30].
3.2. Region Pyramid Construction
Here, the region pyramid contains three layers, where these layers, from top to bottom, correspond to the undersegmentations and oversegmentations of the initial image, respectively. In order to construct such a region pyramid, a multiscale segmentation process is required; the initial image is partitioned recursively by adjusting a threshold; and a set of fine and coarse segmentations, namely regions, can be produced and used to form the region pyramid.
The Oriented Watershed Transformation (OWT) [30] is first used to construct an initial segmentation; the output of OWT is the finest partition for the region pyramid. Then, a sequence of the Ultrametric Contour Map (UCM) [31] can be produced by adjusting the threshold, where the UCM describes the strength of the curve boundary, namely the probability of being a true contour. Consequently, the oversegmentations and undersegmentations can be obtained; Figure 3 shows an example of multiscale segmentation. Finally, the region pyramid can be constructed by arranging the coarsest UCM at the top layer, whereas the finest UCM at the bottom layer.
Figure 3.
Multiscale segmentation under three different thresholds. (a) The input SAR image; (b–d) the segmentation results by adjusting the threshold k. The lower the threshold is set, the more sub-regions are detected.
4. Semantic Pyramid Construction by CRF and BN
With the region pyramid constructed above, prior knowledge is exploited to form a semantic pyramid. The prior knowledge consists of the spatial relationships among those regions within each sub-layers and the causal connections between adjacent layers, which are modeled by CRF and BN, respectively.
4.1. CRF with Boundary Prior Knowledge
CRF is a discriminative model, and it can effectively capture the spatial relationships among random variables. In this paper, the boundary prior knowledge is also considered and integrated into the CRF model to improve the classification accuracy of such regions near the boundary.
Standard CRF: As shown in Figure 4, the image is oversegmented into several regions, and CRF is used to model the spatial relationships among those regions; here, the regions correspond to the nodes in CRF. Given an image I, let x denote the observation data, namely the pixel, and y is the label to be assigned. Then, let represent image segmentation, where denotes the i-th oversegmentation, namely a superpixel (a collection of some pixels), . The posterior probability is given by:
where j is a superpixel in the spatial neighborhood of i and and denote the unary potential and pairwise potential, respectively. The feature function maps the i-th oversegmentation data to the feature space, and is the feature vector of pairwise block . is the partition function, which is defined as:
Figure 4.
The spatial relationships are modeled by the conditional random field. The image is first partitioned into several regions, then the CRF is used to model the spatial relationships among those regions, where the node y represents a region, while x denotes the whole image.
CRF with boundary prior knowledge: During CRF inference, the pixels within a region are assigned to the same label since such a region is considered as a homogeneous block, and the adjacent regions are often labeled as different categories. However, those adjacent regions may be of the same label. To overcome this limitation, the boundary prior knowledge is incorporated into the CRF model as a constraint to improve the classification accuracy near the boundaries.
The boundary prior knowledge refers to the distance between the boundary and pixel or superpixel. If the label of the current pixel is the same as its neighborhoods, the greater the distance between the pixel and boundary, the weaker the relationship between them. Otherwise, this boundary prior information can be ignored. Here, the boundary is the strong response of the watershed transform algorithm. Given a curve Ω, the distance between pixel p and Ω is defined as the minimum Euclidean distance between p and the points on Ω, which is given by:
where is the nearest point to p and , and , are the associated coordinates, respectively.
Based on the above definition, the boundary prior knowledge can be obtained from the labeled image, where the labeling procedure is implemented by CRF. In order to define the conditional probability with the boundary prior knowledge, let denote the H nearest lines to pixel ; represents the h-th region; and contains the line , where . Then, the conditional probability with boundary prior knowledge of labeled as c can be given by:
where γ is the parameter for boundary prior knowledge and can be learned by the training process, denotes the original label by CRF and and are defined as:
where is the potential function, threshold λ is used to normalize the distance within interval and ensures to be labeled the same as its neighborhoods.
With the above definition, the Equation (6) can be re-written as:
where and denote the prior and likelihood terms in Equation (6), respectively. The is given by:
where denotes a superpixel and is a pixel within .
4.2. Multi-Layer Bayesian Network
The causal connections between adjacent layers are modeled by BN; these connections are referred to as the classification probabilities of the sub-regions in the lower layer conditioned on their parents’ regions in the upper layer. In addition, the causal dependencies among regions, edges and vertices are also taken into account and modeled by BN.
Causal connections between adjacent layers: As described in Section 2, the regions in the top layer can be further divided into several sub-regions in the lower layer by means of multiscale oversegmentation. Note that the labels to be assigned to those sub-regions do have some dependencies on their parents’ regions in the top layer. In terrain classification from SAR images, for example, the roads often intersect within the buildings and are far from the forests; the farmland is often far from the urban areas, and so on. These dependencies can be thought of as additional contextual knowledge to link the adjacent layers and can be exploited to improve classification accuracy.
The labeled probability of a sub-region conditioned on its parent region can be defined as the following conditional probability:
where and denote the labels of the sub-region in the lower layer and its parent region in the upper layer, and the corresponding assigned labels are and , respectively; is the conditional probability. This conditional probability can be obtained from the statistical results of the CRF labeling. For SAR image classification, if there are N classes, a Conditional Probability Table (CPT) with dimensions can be used to describe those causalities. Figure 5 illustrates the causal connections between adjacent layers, where the causalities are constructed by those classification probabilities of sub-regions in the lower layer conditioned on their parents’ regions in the upper layer.
Figure 5.
The causal connections between adjacent layers are modeled by the Bayesian network. The input image x is first coarsely classified into labels in the upper layer, and then, those regions in the upper layer are finely labeled into in the lower layer, where the classification probabilities of the sub-regions in the lower layer, conditioned on their parents’ regions in the upper layer, are denoted by black squares.
Regions’, edges’ and vertices’ relationships: The relationships among regions, edges and vertices refers to such contextual knowledge, which has been extensively exploited by humans. The edge is formed by the intersection of regions with different labels; the vertex is from the intersections of edges. Figure 6 illustrates the causalities among regions, edges and vertices; edge , for example, is formed by regions and , and therefore, and are the parents nodes of . These contexts can be modeled by conditional probabilities in BN.
Figure 6.
The causalities among regions, edges and vertices. An edge is formed by the intersection of the regions with different labels, and these regions are the parent nodes of the edge. The vertex is formed by edges, and these associated edges are the parent nodes of the vertex.
The BN model constructed here is based on the oversegmentation edge graph; the edge graph consists of edges and vertices , where m and l denote the numbers of edges and vertices. There are two states to be assigned to the edges and vertices, namely or represented by one and zero, respectively. BN models the causal relationships among the oversegmentation regions , the edges and vertices .
For an edge, it is formed by the intersection of two regions, which are defined as the edge’s parent nodes. Consequently, if the labels of the parent nodes are different, it is likely that there is a true boundary existing between the two regions, namely . The conditional probability can be defined as:
where denotes the parent node of edge .
As for the vertex, its parent nodes are those intersecting edges. In this paper, a vertex is formed by at least three edges. Therefore, the conditional probability between the vertex and its parent nodes can be defined as:
where is the parent node of vertex .
Let , and represent all of the regions , edges and , respectively, then the image classification can be performed by inferring the optimal states , and :
where is the joint probability. With the assumption of conditional independence in BN, the joint probability can be expressed as the product of local conditional probabilities, which is given by:
where is the prior probability of regions. With the consideration of insufficient training samples in practice, here uniform distribution is used to model the prior probability. With the causal relationships of the adjacent layers modeled by multilayer BN, a semantic pyramid is built from the region pyramid constructed in Section 3. The joint probability of the multilayer BN is given by:
where denotes the combination of the adjacent layers; the numbers of classes, edges and vertices in the second layer of BN are represented by , and , respectively.
4.3. Unified Inference Model for CRF and BN
Since both CRF and BN are included to model prior knowledge, to perform a global inference, the Factor Graph (FG) is used to represent the CRF and BN in a unified framework. In FG, the global joint probability is described by a set of factorization, where the random variable node is represented by a circle and the factor node by a solid square; if and only if two variables are relevant, there exits a connection between them.
With the assumption of the global Markov property in FG, the joint probability of each layer in semantic pyramid can be factorized by:
where and denote the causalities among edges, vertices and labels in BN, namely Equations (14) and (15), respectively; represents Equation (6), and is constant because is observed.
Note that the constructed semantic pyramid consists of a multilayer, where the causal connections between adjacent layers are modeled by BN, and therefore, the global joint probability can be expressed by:
where and denote the probabilities of the upper and lower layer, respectively, and these two probabilities can be factorized like Equation (19). With the above joint probability, several methods can be used to implement the maximum probabilistic inference. In this paper, Stochastic Local Search (SLS) [32] is employed to perform Most Probable Explanation (MPE) reasoning, and the result can be given by:
5. Experiment
5.1. Experiment Data
To evaluate the performance of the proposed classification method, several experiments are conducted on ESAR and TerraSAR-X images. (1) As shown in Figure 7a, the ESAR image, acquired in Germany, has a dimension of pixels and a spatial resolution of 3 m × 2.2 m. (2) The second data, shown in Figure 7b, are acquired by TerraSAR from Wuhan, Hubei province, China; the dimension and spatial resolution are pixels and 1.25 m × 1.25 m, respectively. We use ArcGIS to label the experiment images into five categories, i.e., building, forest, farmland, road and others.
Figure 7.
Experiment data.
5.2. Experiment Settings
As shown in Table 1, three types of features are extracted, i.e., intensity, polarization and texture features. For the intensity, the Haar and Grey histogram are included; the polarization feature consists of Pauli, SDHand Huynen; as for the texture, a filter bank consisting of 17 Gaussian filters is used to capture the texture feature. Notice that the TerraSAR image, used in our experiment, is of single polarization, and the extracted features only contain the intensity and texture.
Table 1.
Three types of features are extracted for the experiment.
Five experiments are designed for performance comparison, and the settings are described as follows.
Experiment 1: classification based on the CRF model alone: Firstly, 3 different thresholds are selected to construct a region pyramid. For the ESAR image, 0.2, 0.08 and 0.05 are set, and the corresponding region blocks are 1468, 3016 and 6134, respectively. For the TerraSAR image, the thresholds are set as 0.11, 0.08 and 0.06, and the segmentation blocks are 1898, 3629 and 7034, respectively. Secondly, half of those regions are used as training data and the others for testing. Thirdly, the spatial relationships of regions within each sub-layer of the region pyramid are model by the CRF. L-BFGS [33] is applied to estimate the parameters of the CRF model during the training process, and the min-sum algorithm is used for inference.
Experiment 2: classification based on CRF and boundary prior knowledge: The contour lines are detected by the method -OWT-UCM, described in Section 3. To obtain the boundary prior knowledge, here those strong responses in UCM are retained, as shown in Figure 8. The boundary prior knowledge is calculated by Equation (8), and the corresponding linear weighted parameters are learned by training process.
Figure 8.
Contour lines for boundary prior knowledge.
Experiment 3: classification combining CRF with the BN model: The CPT is shown in Table 2; Classes 1 to 5 correspond to the buildings, forests, farmland, roads and others. These conditional probabilities are set according to the results in Experiments 1 and 2. For ESAR data, for example, the probability 0.15, in Row 2 Column 3, represents the classification probability of farmland in the lower layer, conditioned on the forests in the upper layer.
Table 2.
Conditional probability table.
Experiment 4: classification by SVM: For comparison purposes, Support Vector Machine (SVM) [34] is used to classify the oversegmentation regions; the settings for the feature extraction are the same as Experiment 1. Half of the obtained regions are randomly selected for testing data and the others for testing.
Experiment 5: CRF model with mean shift and Potts prior: To verify the segmentation efficiency of -OWT-UCM, the CRF model is built based on the mean shift segmentation and Potts’ prior [35]. The minimum block size is , and the obtained regions are 3370 and 3955 for ESAR and TerraSAR data, respectively. Other settings for CRF are the same as Experiment 1.
5.3. Results and Analysis
Figure 9 and Figure 10 qualitatively illustrate the classification results of each experiment on ESAR and TerraSAR images. To further quantitatively compare the performance, Table 3 and Table 4 list the confusion matrices of the classification results.
- (1)
- For the ESAR data, the average classification accuracy of CRF model alone [36] is about 70.7%, as shown in Figure 9b. When the boundary prior knowledge is incorporated into CRF model, the average accuracy is up to 72.8%, the classification performance is improved about 2%, especially those areas around the boundary, as shown in Figure 9c. The performance of the proposed method is more promising, as shown in Figure 9d. Compared with the CRF model alone and CRF with boundary prior approaches, the accuracy is improved about 6% and 3.8%, respectively. This is because of the additional contextual knowledge, namely the causal dependencies between adjacent layers are integrated into the proposed classification framework. Figure 9e,f presents the results of SVM [34] and the CRF model based on mean shift [35]; the comparable performance demonstrates the effectiveness of the segmentation algorithm used in this paper.
- (2)
- Figure 10 displays the results on the TerraSAR image. The average classification accuracy of the proposed method is about 81.2%, which is better than the CRF model alone, 73.0%, and CRF with boundary prior, 76.1%. These experimental results also demonstrate that the incorporation of additional prior knowledge, namely the causal connections modeled by BN, is a benefit to the enhancement of classification performance. Moreover, note that the accuracy of CRF with boundary prior knowledge is improved about 3% compared with the CRF model alone, and the recognition ability on those sub-regions, e.g., forest, buildings, is improved effectively, which verifies the effectiveness of the incorporation of the boundary prior knowledge.
- (3)
- Since the causal relationships between adjacent layers, as well as the boundary prior knowledge are integrated into the proposed method, the computational cost of our method is relatively higher than those methods used for comparison purposes.
Figure 9.
Classification results of ESAR image. (a) The ground truth; (b–d) the results by the CRF model alone, CRF with boundary prior knowledge, CRF and the BN model, respectively; (e,f) the results by SVM and CRF with mean shift.
Figure 10.
Classification results of TerraSAR image. (a) The ground truth; (b–d) the results by the CRF model alone, CRF with boundary prior knowledge, CRF and the BN model, respectively; (e,f) the results by SVM and CRF with mean shift.
Table 3.
Confusion matrix for the classification results of ESAR data.
Table 4.
Confusion matrix for the classification results of TerraSAR data.
6. Discussion
To achieve a finer classification result, we incorporate more prior knowledge into our classification framework by constructing a multilayer region pyramid, where CRF and BN are used to model the spatial relationships and adjacent causal connections. To further improve the accuracy and to apply the proposed method in practical applications, the following aspects should be taken into account.
- (1)
- The number of layers for constructing a region pyramid plays an important role in performance enhancement, and how to select the optimal number of layers is an issue that should be further studied. In theory, the more layers we select, the higher the accuracy that will be achieved. However, an optimum selection is intractable because we should ensure the existence of the classification probabilities of those sub-regions conditioned on their parents’ regions in the upper layer. Therefore, this issue should be further studied for the enhancement of the performance.
- (2)
- There are several hyperparameters in the process of oversegmentation, e.g., the scale for the extraction of local edges, etc. These hyperparameters, which like the concept of receptive field in the deep learning community, have some impact on the classification performance. However, how to select an optimum setting still needs to be addressed.
- (3)
- Since there are several parameters that should be learned in our proposed method, a higher computational cost should be paid. Consequently, we should make a tradeoff between the computational cost and classification accuracy, especially for the selection of the number of layers in forming a region pyramid.
- (4)
- Combining more prior knowledge with the image data itself is a benefit to the accuracy improvement. Therefore, more prior knowledge is encouraged to be incorporated into this classification framework to further performance enhancement.
- (5)
- The overfitting problem should also be considered in the case of insufficient training samples. In this paper, a uniform distribution is used to model the prior probability. To further improve the generalization, other strategies, like the solution in [37], should be taken into account.
7. Conclusions
This paper has presented a hierarchical classification method for SAR images. In contrast to existing multiscale approaches, which concentrate on the development of contextual information within a sub-layer, the proposed classifying framework explores the causal connections between adjacent layers as prior knowledge to facilitate robust and effective classification. To integrate the causalities, a multilayer region pyramid is first constructed by multiscale oversegmentation, and then, both the Bayesian Network (BN) and Conditional Random Field (CRF) are used to model prior knowledge, where CRF models the spatial relationships among regions within sub-layers and BN captures the causal connections between adjacent layers. Experiments conducted on real SAR images demonstrate the superiority of the proposed method, and the accuracy is improved by about 3%.
Acknowledgments
This work was supported in part by the National Natural Science Foundation of China (No. 41371342, No. 61331016) and in part by the National Key Basic Research and Development Program of China (973 Program) (No. 2013CB733404).
Author Contributions
Chu He and Xinlong Liu conceived of and designed the experiments. Di Feng performed the experiments and analyzed the results. Xinlong Liu wrote the paper. Bo Shi, Bin Luo and Mingsheng Liao revised the paper.
Conflicts of Interest
The authors declare no conflict of interest.
Abbreviations
The following abbreviations are used in this manuscript:
| BN | Bayesian Network |
| CPT | Conditional Probability Table |
| CRF | Conditional Random Field |
| FG | Factor Graph |
| MRF | Markov Random Field |
| MPE | Most Probable Explanation |
| OWT | Oriented Watershed Transformation |
| SAR | Synthetic Aperture Radar |
| SLS | Stochastic Local Search |
| SVM | Support Vector Machine |
| UCM | Ultrametric Contour Map |
References
- Moreira, A.; Prats-Iraola, P.; Younis, M.; Krieger, G.; Hajnsek, I.; Papathanassiou, K.P. A tutorial on synthetic aperture radar. IEEE Geosci. Remote Sens. Mag. 2013, 1, 6–43. [Google Scholar] [CrossRef]
- Huynen, J.R. Phenomenological theory of radar targets. In Electromagnetic Scattering; Academic Press: New York, NY, USA, 1970; pp. 653–712. [Google Scholar]
- Cloude, S. Group theory and polarisation algebra. Optik 1986, 75, 26–36. [Google Scholar]
- Krogager, E. New decomposition of the radar target scattering matrix. Electron. Lett. 1990, 26, 1525–1527. [Google Scholar] [CrossRef]
- Freeman, A.; Durden, S.L. A three-component scattering model for polarimetric SAR data. IEEE Trans. Geosci. Remote Sens. 1998, 36, 963–973. [Google Scholar] [CrossRef]
- Yamaguchi, Y.; Moriyama, T.; Ishido, M.; Yamada, H. Four-component scattering model for polarimetric SAR image decomposition. IEEE Trans. Geosci. Remote Sens. 2005, 43, 1699–1706. [Google Scholar] [CrossRef]
- Touzi, R. Target Scattering Decomposition in Terms of Roll-Invariant Target Parameters. IEEE Trans. Geosci. Remote Sens. 2007, 45, 73–84. [Google Scholar] [CrossRef]
- An, W.; Cui, Y.; Yang, J. Three-Component Model-Based Decomposition for Polarimetric SAR Data. IEEE Trans. Geosci. Remote Sens. 2010, 48, 2732–2739. [Google Scholar]
- Sato, A.; Yamaguchi, Y.; Singh, G.; Park, S.E. Four-Component Scattering Power Decomposition with Extended Volume Scattering Model. IEEE Geosci. Remote Sens. Lett. 2012, 9, 166–170. [Google Scholar] [CrossRef]
- He, C.; Li, S.; Liao, Z.X.; Liao, M.S. Texture classification of PolSAR data based on sparse coding of wavelet polarization textons. IEEE Geosci. Remote Sens. 2013, 8, 4576–4590. [Google Scholar] [CrossRef]
- Kandaswamy, U.; Adjeroh, D.A.; Lee, M.C. Efficient Texture Analysis of SAR Imagery. IEEE Trans. Geosci. Remote Sens. 2005, 43, 2075–2083. [Google Scholar] [CrossRef]
- Akbarizadeh, G. A New Statistical-Based Kurtosis Wavelet Energy Feature for Texture Recognition of SAR Images. IEEE Trans. Geosci. Remote Sens. 2012, 50, 4358–4368. [Google Scholar] [CrossRef]
- Planinsic, P.; Singh, J.; Gleich, D. SAR Image Categorization Using Parametric and Nonparametric Approaches Within a Dual Tree CWT. IEEE Geosci. Remote Sens. Lett. 2014, 11, 1757–1761. [Google Scholar] [CrossRef]
- Dekker, R.J. Texture analysis and classification of ERS SAR images for map updating of urban areas in The Netherlands. IEEE Trans. Geosci. Remote Sens. 2003, 41, 1950–1958. [Google Scholar] [CrossRef]
- Dai, D.; Yang, W.; Sun, H. Multilevel Local Pattern Histogram for SAR Image Classification. IEEE Geosci. Remote Sens. Lett. 2011, 8, 225–229. [Google Scholar] [CrossRef]
- Deng, Q.; Chen, Y.; Zhang, W.; Yang, J. Colorization for Polarimetric SAR Image Based on Scattering Mechanisms. In Proceedings of the 2008 Congress on Image and Signal Processing, Sanya, China, 27–30 May 2008; pp. 697–701.
- Turner, D.; Woodhouse, I.H. An Icon-Based Synoptic Visualization of Fully Polarimetric Radar Data. Remote Sens. 2012, 4, 648–660. [Google Scholar] [CrossRef]
- Uhlmann, S.; Kiranyaz, S. Integrating Color Features in Polarimetric SAR Image Classification. IEEE Trans. Geosci. Remote Sens. 2014, 52, 2197–2216. [Google Scholar] [CrossRef]
- Golparvar-Fard, M.; Balali, V.; de la Garza, J.M. Segmentation and recognition of highway assets using image-based 3D point clouds and semantic Texton forests. J. Comput. Civ. Eng. 2012, 29, 04014023. [Google Scholar] [CrossRef]
- Balali, V.; Golparvar-Fard, M. Segmentation and recognition of roadway assets from car-mounted camera video streams using a scalable non-parametric image parsing method. Autom. Constr. 2015, 49, 27–39. [Google Scholar] [CrossRef]
- Li, S.Z. Markov Random Field Modeling in Image Analysis; Springer Science & Business Media: Berlin, Germany, 2009. [Google Scholar]
- Lafferty, J.D.; Mccallum, A.; Pereira, F.C.N. Conditional Random Fields: Probabilistic Models for Segmenting and Labeling Sequence Data. In Proceedings of the Eighteenth International Conference on Machine Learning (ICML), Williamstown, MA, USA, 28 June–1 July 2001; pp. 282–289.
- Nielsen, T.D.; Jensen, F.V. Bayesian Networks and Decision Graphs; Springer Science & Business Media: Berlin, Germany, 2009. [Google Scholar]
- D’Elia, C.; Ruscino, S.; Abbate, M.; Aiazzi, B.; Baronti, S.; Alparone, L. SAR Image Classification Through Information-Theoretic Textural Features, MRF Segmentation, and Object-Oriented Learning Vector Quantization. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2014, 7, 1116–1126. [Google Scholar] [CrossRef]
- Voisin, A.; Krylov, V.A.; Moser, G.; Serpico, S.B.; Zerubia, J. Classification of Very High Resolution SAR Images of Urban Areas Using Copulas and Texture in a Hierarchical Markov Random Field Model. IEEE Geosci. Remote Sens. Lett. 2013, 10, 96–100. [Google Scholar] [CrossRef]
- Su, X.; He, C.; Feng, Q.; Deng, X.; Sun, H. A Supervised Classification Method Based on Conditional Random Fields With Multiscale Region Connection Calculus Model for SAR Image. IEEE Geosci. Remote Sens. Lett. 2011, 8, 497–501. [Google Scholar] [CrossRef]
- Zhang, G.; Jia, X. Simplified Conditional Random Fields with Class Boundary Constraint for Spectral-Spatial Based Remote Sensing Image Classification. IEEE Geosci. Remote Sens. Lett. 2012, 9, 856–860. [Google Scholar] [CrossRef]
- Ding, Y.; Li, Y.; Yu, W. SAR Image Classification Based on CRFs with Integration of Local Label Context and Pairwise Label Compatibility. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2014, 7, 300–306. [Google Scholar] [CrossRef]
- Mortensen, E.N.; Jia, J. Real-Time Semi-Automatic Segmentation Using a Bayesian Network. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, New York, NY, USA, 17–22 June 2006; pp. 1007–1014.
- Arbelaez, P.; Maire, M.; Fowlkes, C.; Malik, J. Contour Detection and Hierarchical Image Segmentation. IEEE Trans. Pattern Anal. Mach. Intell. 2011, 33, 898–916. [Google Scholar] [CrossRef] [PubMed]
- Arbelaez, P. Boundary Extraction in Natural Images Using Ultrametric Contour Maps. In Proceedings of the Conference on Computer Vision and Pattern Recognition Workshop, New York, NY, USA, 17–22 June 2006; p. 182.
- Hutter, F.; Hoos, H.H.; Stutzle, T. Efficient stochastic local search for MPE solving. In Proceedings of the Nineteenth International Joint Conference on Artificial Intelligence, Edinburgh, UK, 30 July–5 August 2005; pp. 169–174.
- Liu, D.C.; Nocedal, J. On the limited memory BFGS method for large scale optimization. Math. Program. 1989, 45, 503–528. [Google Scholar] [CrossRef]
- Maghsoudi, Y.; Collins, M.J.; Leckie, D.G. Radarsat-2 Polarimetric SAR Data for Boreal Forest Classification Using SVM and a Wrapper Feature Selector. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2013, 6, 1531–1538. [Google Scholar] [CrossRef]
- 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]
- Zhang, P.; Li, M.; Wu, Y.; Li, H. Hierarchical Conditional Random Fields Model for Semisupervised SAR Image Segmentation. IEEE Trans. Geosci. Remote Sens. 2015, 53, 4933–4951. [Google Scholar] [CrossRef]
- Salazar, A.; Safont, G.; Vergara, L. Surrogate techniques for testing fraud detection algorithms in credit card operations. In Proceedings of the 2014 IEEE International Carnahan Conference on Security Technology (ICCST), Rome, Italy, 13–16 October 2014; pp. 1–6.
© 2017 by the authors; licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).