‪Mean-shift and hierarchical clustering for textured polarimetric SAR image segmentation/classification‬ ‪Beaulieu, J.-M.‪ ‪Touzi, R.‪

-- Comput. Sci. & Software Eng. Dept., Laval Univ., Quebec City, Que., Canada ‬ -- Canada Centre for Remote Sensing, Ottawa, Ont., Canada‬

‪Published in: Geoscience and Remote Sensing Symposium (IGARSS), 2010 IEEE International Date of Conference: 25-30 July 2010 Page(s):

2519 - 2522

ISSN :

2153-6996

E-ISBN :

978-1-4244-9564-1

Print ISBN:

978-1-4244-9565-8

INSPEC Accession Number:

11686160

Conference Location :

Honolulu, HI

DOI:

10.1109/IGARSS.2010.5653919

Publisher:

IEEE

‪IEEE Download link: http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=5653919‬ ‪© 2004 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/ republishing this material for advertising or promotional purposes, creating new collective works, for resale or redistribution to servers or lists, or reuse of any copyrighted component of this work in other works.‬

MEAN-SHIFT AND HIERARCHICAL CLUSTERING FOR TEXTURED POLARIMETRIC SAR IMAGE SEGMENTATION/CLASSIFICATION Jean-Marie Beaulieu

and

Dép. d'informatique et de génie logiciel Laval University, Quebec, PQ, G1V0A6, Canada ABSTRACT Image segmentation and unsupervised classification are difficult problems. We propose to combine both. A clustering process is applied over segment mean values. Only large segments are considered. The clustering is composed of a mean-shift step and a hierarchical clustering step. The hierarchical grouping is based upon a powerful segmentation technique previously developed [1]. The approach is applied on a 9-look polarimetric SAR image. Textured and non-textured image regions are considered. The K and Wishart distributions are used respectively. The unsupervised classification results can be very useful for image analysis and further supervised classification. The obtained region groups constitute an important simplification of the image. Index Terms— Polarimetric SAR image, hierarchical segmentation, mean-shift, texture, classification, clustering. 1. INTRODUCTION The main task in remote sensing is the interpretation of the image. There is a need for tools to facilitate the realization of this complex task. This is the objective of automatic (unsupervised) classification techniques. In the more general framework of data analysis (any kind of data, not only images), this is referred to as clustering techniques [5]. In the next section, we will examine the relation between iterative clustering, hierarchical clustering and image segmentation and how we can move between them. Then, we present the segment clustering approach and it application on a textured polarimetric SAR image. 2. CLUSTERING AND IMAGE SEGMENTATION 2.1. Iterative and hierarchical clustering The agglomerative hierarchical clustering algorithm starts by assigning each data point to a distinct cluster [5]. For N data points, we initially have N clusters. Then, iteratively, the number of clusters is reduced by 1 by merging the 2 most similar clusters. At the end, there is 1 cluster containing all the data points. At each iteration, we consider

Ridha Touzi Canadian Center of Remote Sensing, NRCan 588 Booth St., Ottawa, Ont., K1A0Y7, Canada all pairs of cluster (Ci, Cj), calculate a similarity measure or distance for each pair ( Di,j = D(Ci,Cj) ) and merge the 2 clusters which are the most similar or have the smallest distance. The algorithm is general but the distance D should be correctly defined for each application. D is a between cluster distance with varying clusters sizes. It could be related to inter-cluster distances d(x,y). The distance between cluster centers (mean values) is often used, D(Ci,Cj) = d(mi,mj) where mi is the mean value of the Ci cluster data points. Iterative clustering techniques start from an initial partition and iteratively improve it. The often used k-means algorithm starts with K center positions. Each data point is then assigned to the closest center. For each center, a new position is calculated from the mean values of points assigned to the center. 2.2. Polarimetric SAR data clustering The distance measure is related to the used set of features or attributes. The attributes define the space of the data points. For multi-spectral images, each attribute could correspond to one of the spectral bands. Other attributes could be calculated from the ‘primitive’ values. For example, vegetation index are calculated from the spectral values. The objective is that the observed attribute values from different classes should occupied different regions of the attribute space. For polarimetric SAR data, the covariance or the coherency matrices are the observed pixel values. Other attributes are obtained by signal decomposition such as the entropy, alpha and the anisotropy (H/α/A) [3], [6]. These attributes are used to identify volume diffusion, surface diffusion and double bound targets. Well defined thresholds have be identified and used to perform an initial grouping of data. Iterative clustering was performed using the H/α/A attributes and/or the covariance/coherency matrix [3], [6]. The cluster mean covariance value is used as the best estimate of the population covariance Σ. The pixel value Z is then assigned to the cluster j that produces the highest probability for the observed value p(Z|Σj). For non textured (homogeneous) areas, the Wishart distribution is used.

Hierarchical clustering was also used. Different between cluster distances were proposed [3], [8]. The likelihood ratio statistic measures the probability of the observed values assuming 2 clusters over the probability for 1 cluster. Another approach is to measure the probability that the pixel values of one cluster belong to the population corresponding to the other cluster. The combined approach iterative/hierarchical clustering produces the better results. 2.3. Image segmentation and segment clustering Image segmentation is a special case of clustering where clusters contain only connected pixels, i.e. for each pixel, you can go to any other pixel of the cluster by following a path inside the cluster. Clusters are image regions or segments. In the hierarchical approach, only adjacent regions could be merged as in region merging segmentation techniques [1]. It could be advantageous to use segmentation instead of clustering because of the utilization of spatial information. Pixels inside the same image field should be inside the same cluster, especially adjacent pixels. Grouping adjacent pixels should reduce the noise if they belong to the same field or class. It is easier to cluster segment means than pixel values. At some point, we should consider regrouping regions that are not adjacent, i.e. perform region clustering. Image regions with the same land use class could be in different parts of the image. Clustering regions produces region aggregates or region groups. Aggregates will have better estimation of the region common land use parameters. The discrimination between land use classes will then be improved. 2.4. Mean shift clustering The mean shift approach could be viewed as a generalization of the k-means technique [4]. We can consider that the k centers are moved toward the modes of the probability density function (pdf). The mean shift could move every data points toward the modes. At a data point, we can estimate the local probability density by using a Gaussian window kernel. The data point x is moved in the direction of higher density or in the direction of gradient assent. The direction is calculated from –(m-x) where m is the mean value of surrounding points weighted by Gaussian kernel centered on x. If the density is uniform then m=x. If there is a density gradient, then –(m-x) will point in the increased density direction. The m value will be located on the side of x with higher density. The point x should be moved toward the m value. The mean shift is an iterative technique where data points converge toward the local density modes. The user should specify the kernel window size. An advantage of the technique is that both radiometric and spatial information could be used in the weighted mean calculation. The pixel weight is related to difference in radiometric and spatial (image position) attributes.

2.4. Optimization in segmentation/clustering Segmentation/clustering can be presented as an optimization problem: find the best data partition. It is usually difficult to relate the clustering distance measure D to a global objective function. We have presented the segmentation as a maximum likelihood approximation problem and have related the distance D to this global criterion for hierarchical segmentation [1]. D is the log of the likelihood ratio statistic: D(Ci,Cj) = MLL(Ci) + MLL(Cj) – MLL(Ci∪Cj)

(1)

where MLL(C) is the maximum log likelihood value calculated over segment C. Clustering techniques will look for ‘local’ optimum instead of global optimum because we cannot explore all the possible partitions. Iterative and hierarchical techniques have different way to explore the partition space. Iterative techniques move from a partition to a nearby one by moving a center or by moving a data point from one cluster to another. Hierarchical techniques modify the partition by merging 2 clusters. It seems advantageous to combine the 2 approach to obtain a better sub-optimum. 3. SEGMENTATION/CLUSTERING OF TEXTURED POLARIMETRIC SAR IMAGES We propose to apply a clustering process over segment mean values. We consider only large segments. The clustering is composed of a mean-shift step where region mean values are moved toward density mode and a hierarchical clustering step that produce K region groups/clusters. Small segments are then assigned to the closest region group. The obtained region groups constitute an important simplification of the image and a good initial classification map. The approach is applied on a polarimetric Convair-580 SAR image of the Mer Bleu area, Ottawa, Canada. The image (800x600 pixels, 9 looks) is show in Fig. 1 using the amplitude of the hh, vv and hv channels. The image contains crop field areas and forest areas. 3.1. Polarimetric SAR distance measure A textured image model is used [1], [7]. The multiplicative scalar texture model has been widely validated for forested regions in which texture can be assumed to be independent of channel polarization. The observed covariance matrix, T = μ⋅Z, is the product of 2 random variables: a scalar texture component μ with a gamma distribution and the speckle complex covariance matrix Z with a Wishart distribution. T follows the K distribution. For a region, the shape parameter αμ is estimated by the method of moment. We consider that the region is textured if αμ≤10 and non-textured if αμ≥20. Between these 2 values, we use a weighted sum of the

Fig 1 : Original polarimetric SAR image.

Fig 3: Second run class map with 200 groups (4849 regions).

Fig 2 : Class map with 200 groups (7440 regions).

Fig 4 : Improved image segmentation (1000 segments).

distance measures of both cases. The distance D used in the hierarchical segmentation, the hierarchical clustering and the mean shift processes is the likelihood ratio statistic of eq. (1). For non-textured region, the pixel covariance matrix Z follows the Wishart distribution and MLL(C)=–nL⋅ln(|Σ|). For textured region, the pixel covariance matrix T follows the K distribution and MLL (C ) = n (3L + α ) 2 ln (α L ) − n ln(Γ (α )) − nL ln( Σ ) − (3L − α ) 2 ∑ ln(Tr ( Σ -1T ))

(

T ∈C

)

+ ∑ ln( K 3 L −α 2 α L Tr ( Σ -1T ) )

(2) where n and Σ are the region size and covariance matrix [1]. Kν is the modified Bessel function. L is the number of look. T ∈C

3.2. The clustering/segmentation technique We present the different steps of the approach as applied to the test image of Fig. 1. 1) The hierarchical segmentation algorithm is first used. We obtain a partition with 10,000 segments. Only segments of 20 pixels or more are used in the 2 following steps. 2) The mean shift algorithm is applied to modify the segment mean values. Values are moved toward higher probability density zone (the density mode). This is a kind of adaptive value filtering. 3) The modified large segment values are clustered by hierarchical clustering. We obtain partitions with 200, 50 and 20 groups of segments. 4) The small segments are assigned to one of the region groups after mean shift filtering and maximum likelihood classification. The classification map with 200 groups is presented in Fig. 2. The mean value of the covariance matrix for each group is calculated and assigned to every pixel in the group. 3.3. Result evaluation and discussion The first merges in hierarchical clustering and segmentation are easy. The last merges involve segments or groups that are not really similar but can still belong to a same field or class. There is a large uncertainty about if it is a good merge or not. We use a mean shift step to improve the reliability of the following merge decisions. In Fig. 2, we stopped at 200 region groups. We can continue the merges up to 50 or 20 groups and still get interesting results. With 200 groups, many fields (image regions) are divided into parts belonging to different groups. This corresponds to identifying sub-classes inside field regions. If we continue cluster merging, the sub-classes will be merged with other sub-classes, but will not necessary form complete field classes and the fields will remain

divided into parts. We decided to switch from cluster to segment merging to merge only adjacent segments. This is followed by clustering to obtain again 200 region groups. This corresponds to applying the algorithm a second time. In Fig. 3, the regions are larger and the fields are less subdivided. There are many small regions that should ideally be removed. This result can be very useful for image analysis and classification. It can detect inside field variations. For example, the arrow pointed field in Fig. 1 (top-right) is divided into 4 regions in Fig. 3. The 4 regions belong to different groups with distinct colors. The approach could also be used to improve image segmentation results. In Fig. 4, the original data (Fig. 1) are combined with the classification map (Fig. 2) to obtain an image partition with 1000 segments. In conclusion, the integration of hierarchical segmentation, mean shift clustering and hierarchical clustering is a useful approach for polarimetric SAR image analysis. 4. REFERENCES [1] J.-M. Beaulieu, and R. Touzi, “Segmentation of Textured Polarimetric SAR Scenes by Likelihood Approximation,” IEEE Transactions on Geoscience and Remote Sensing, vol. 42, no. 10, pp. 2063-2072, 2004. [2] J.-M. Beaulieu and R. Touzi, "Segmentation of Polarimetric Sar Images Composed of Textured and Non-Textured Fields", Advanced SAR Workshop 2005 (ASAR05), Canadian Space Agency, St-Hubert, PQ, Canada, November 15-17, 2005, CDrom. [3] F. Cao, W. Hong, Y. Wu, and E. Pottier, “An Unsupervised Segmentation With an Adaptive Number of Clusters Using the SPAN/H/α/A Space and the Complex Wishart Clustering for Fully Polarimetric SAR Data Analysis,” IEEE Transactions on Geoscience and Remote Sensing, vol. 45, no. 11, pp. 3454-3467, 2007. [4] D. Comaniciu, and P. Meer, “Mean Shift: A Robust Approach Toward Feature Space Analysis,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 24, no. 5, pp. 603-619, 2002. [5] R.O. Duda, P.E. Hart and D.G. Stork, Pattern Classification, 2nd ed., John Wiley and Sons, 2000, 654 pages. [6] J.S. Lee, M.R. Grues, E. Pottier, and L. Ferro-Famil, “Unsupervised terrain classification preserving scattering characteristics,” IEEE Transactions on Geoscience and Remote Sensing, vol. 42, no. 4, pp. 722-731, 2004. [7] A. Lopes and F. Sery, "Optimal speckle reduction for the product model in multilook polarimetric SAR imagery and the Wishart distribution," IEEE Trans. on Geoscience and Remote Sensing, vol. 35, no. 3, pp. 632-647, 1997. [8] H. Skriver, A.A. Nielsen and K. Conradsen, "Evaluation of the Wishart test statistics for polarimetric SAR data," in Proceeding of IGARSS’03, Toulouse, France, July 2003.

Mean-shift and hierarchical clustering for textured ...

Sci. & Software Eng. Dept., Laval Univ., Quebec City, Que., Canada . Touzi, R.‪‬ ... collective works, for resale or redistribution to servers or lists, or reuse of any.

729KB Sizes 1 Downloads 257 Views

Recommend Documents

Hierarchical Planar Correlation Clustering for Cell ... - CiteSeerX
3 Department of Computer Science. University of ..... (ECCV-12), 2012. Bjoern Andres, Julian Yarkony, B. S. Manjunath, Stephen Kirchhoff, Engin Turetken,.

Hierarchical Planar Correlation Clustering for Cell ... - CiteSeerX
3 Department of Computer Science. University of California, Irvine .... technique tries to find the best segmented cells from multiple hierarchical lay- ers. However ...

Tribiology of Laser-textured And Mechanically-textured ... - IEEE Xplore
CMRR, University of California, San Diego, CA 92093, USA. Peter Baumgart and Andrew Tam. IBM Storage Systems Division and Almaden Research Center, ...

Dynamic Local Clustering for Hierarchical Ad Hoc ... - IEEE Xplore
Hierarchical, cluster-based routing greatly reduces rout- ing table sizes compared to host-based routing, while reduc- ing path efficiency by at most a constant factor [9]. More importantly, the amount of routing related signalling traffic is reduced

Agglomerative Hierarchical Speaker Clustering using ...
news and telephone conversations,” Proc. Fall 2004 Rich Tran- ... [3] Reynolds, D. A. and Rose, R. C., “Robust text-independent speaker identification using ...

A Scalable Hierarchical Fuzzy Clustering Algorithm for ...
discover content relationships in e-Learning material based on document metadata ... is relevant to different domains to some degree. With fuzzy ... on the cosine similarity coefficient rather than on the Euclidean distance [11]. ..... Program, vol.

A general framework of hierarchical clustering and its ...
Available online 20 February 2014. Keywords: ... Clustering analysis is a well studied topic in computer science [14,16,3,31,2,11,10,5,41]. Generally ... verify that clustering on level Li simply merges two centers in the clustering on level LiА1.

Efficient duration and hierarchical modeling for ... - ScienceDirect.com
a Department of Computing, Curtin University of Technology, Perth, Western Australia b AI Center, SRI International, 333 Ravenswood Ave, Menlo Park, CA, 94025, USA. a r t i c l e. i n f o ..... determined in advance. If M is set to the observation le

A Dynamic Air Permeameter for Coarse-Textured Soil ...
cores, is fully automated, and can be performed in ap- permeability as a .... is accomplished by a 6-mm-diam. hole drilled through a lead grate the software ...

Clustering and Matching Headlines for Automatic ... - DAESO
Ap- plications of text-to-text generation include sum- marization (Knight and Marcu, 2002), question- answering (Lin and Pantel, 2001), and machine translation.

textured-slouchy-hat1.pdf
On the next round (work 24 sts, k2tog) 4 times. [100 sts]. Work one round even. Shape crown as described below. Round 1: *Work 8, k2tog. Repeat from * around. [90 sts remain]. Round 2: Work even. Round 3: *Work 7, k2tog. Repeat from * around. [80 sts

PROCESSING OF TEXTURED SURFACES ...
els are used in video games, virtual shops, computer-aided .... COMPUTING GEODESIC PATHS ON ... pled point clouds, a SIG could produce small clusters of.

Nonparametric Hierarchical Bayesian Model for ...
employed in fMRI data analysis, particularly in modeling ... To distinguish these functionally-defined clusters ... The next layer of this hierarchical model defines.

Hierarchical Deep Recurrent Architecture for Video Understanding
Jul 11, 2017 - and 0.84333 on the private 50% of test data. 1. Introduction ... In the Kaggle competition, Google Cloud & ... for private leaderboard evaluation.

A Hierarchical Conditional Random Field Model for Labeling and ...
the building block for the hierarchical CRF model to be in- troduced in .... In the following, we will call this CRF model the ... cluster images in a semantically meaningful way, which ..... the 2004 IEEE Computer Society Conference on Computer.

Recursion Aware Modeling and Discovery For Hierarchical ... - arXiv
Oct 17, 2017 - [40] Rountev. Dataflow analysis. Java source code. UML SD. ±1 n/a n/a. -. -. -. -. -. -. [4] Amighi. Sawja framework. Java byte code. CFG. - n/a n/a .... of recursion or preciseness of models, or application of these models, like for

A Hierarchical Goal-Based Formalism and Algorithm for ...
models typically take a large amount of human effort to create. To alleviate this problem, we have developed a ... and Search—Plan execution, formation, and generation. General Terms. Algorithms ...... data point is an average of 10 runs. There are

Hierarchical Utilization Control for Real-Time and ...
We address a real and important DRE application, i.e., the power grid ...... performance control in software services,” IEEE Control Systems, vol. 23, no. 3, Jun.

Timing-Driven Placement for Hierarchical ...
101 Innovation Drive. San Jose, CA ... Permission to make digital or hard copies of all or part of this work for personal or ... simulated annealing as a tool for timing-driven placement. In the .... example only, the interested reader can refer to t

Hierarchical Decomposition Theorems for Choquet ...
Tokyo Institute of Technology,. 4259 Nagatsuta, Midori-ku, ..... function fL on F ≡ { ⋃ k∈Ij. {Ck}}j∈J is defined by. fL( ⋃ k∈Ij. {Ck}) ≡ (C) ∫. ⋃k∈Ij. {Ck}. fMdλj.