SAR image segmentation using MSER and improved spectral clustering
9 pages
English

Découvre YouScribe en t'inscrivant gratuitement

Je m'inscris

SAR image segmentation using MSER and improved spectral clustering

-

Découvre YouScribe en t'inscrivant gratuitement

Je m'inscris
Obtenez un accès à la bibliothèque pour le consulter en ligne
En savoir plus
9 pages
English
Obtenez un accès à la bibliothèque pour le consulter en ligne
En savoir plus

Description

A novel approach is presented for synthetic aperture radar (SAR) image segmentation. By incorporating the advantages of maximally stable extremal regions (MSER) algorithm and spectral clustering (SC) method, the proposed approach provides effective and robust segmentation. First, the input image is transformed from a pixel-based to a region-based model by using the MSER algorithm. The input image after MSER procedure is composed of some disjoint regions. Then the regions are treated as nodes in the image plane, and a graph structure is applied to represent them. Finally, the improved SC is used to perform globally optimal clustering, by which the result of image segmentation can be generated. To avoid some incorrect partitioning when considering each region as one graph node, we assign different numbers of nodes to represent the regions according to area ratios among the regions. In addition, K-harmonic means instead of K-means is applied in the improved SC procedure in order to raise its stability and performance. Experimental results show that the proposed approach is effective on SAR image segmentation and has the advantage of calculating quickly.

Sujets

Informations

Publié par
Publié le 01 janvier 2012
Nombre de lectures 10
Langue English

Extrait

Gui et al. EURASIP Journal on Advances in Signal Processing 2012, 2012:83
http://asp.eurasipjournals.com/content/2012/1/83
RESEARCH Open Access
SAR image segmentation using MSER and
improved spectral clustering
1,2* 1,2 1,2Yang Gui , Xiaohu Zhang and Yang Shang
Abstract
A novel approach is presented for synthetic aperture radar (SAR) image segmentation. By incorporating the
advantages of maximally stable extremal regions (MSER) algorithm and spectral clustering (SC) method, the
proposed approach provides effective and robust segmentation. First, the input image is transformed from a
pixelbased to a region-based model by using the MSER algorithm. The input image after MSER procedure is composed
of some disjoint regions. Then the regions are treated as nodes in the image plane, and a graph structure is
applied to represent them. Finally, the improved SC is used to perform globally optimal clustering, by which the
result of image segmentation can be generated. To avoid some incorrect partitioning when considering each
region as one graph node, we assign different numbers of nodes to represent the regions according to area ratios
among the regions. In addition, K-harmonic means instead of K-means is applied in the improved SC procedure in
order to raise its stability and performance. Experimental results show that the proposed approach is effective on
SAR image segmentation and has the advantage of calculating quickly.
Keywords: MSER, spectral clustering, graph construction, K-harmonic means, SAR image segmentation
1. Introduction each node corresponds to an image pixels or a region
Image segmentation is a process of dividing an image and the weight of each edge connecting two pixels or
into different regions based on certain attributes such as two regions represents the likelihood which belongs to
intensity, texture, color, etc. This process is fundamental the same segment. So far, several graph-based methods
in computer vision and many applications, such as have been proposed for image segmentation. For
examobject recognition, image compression, image retrieval, ple, Shi and Malik [9] proposed a general image
segand visual summary, can benefit from it. This process is mentation approach based on normalized cut (Ncut)
also challenging because segmentation is usually not and Ng et al. [10] came up with a simple and effective
satisfactory, and computation is highly costly. Synthetic multi-way spectral clustering (SC) method named NJW.
aperture radar (SAR) image segmentation plays a special The improved SC in this article is mainly based on the
role in automatic target recognition and has attracted NJW method.
more and more attention recently. The maximally stable extremal region (MSER)
algoVarious approaches of SAR image segmentation have rithm is an interesting region detector originally used in
been proposed and the recent work includes a variety of wide-baseline stereo matching [11]. The MSERs are
contechniques, for example, clustering algorithm [1], nected components of an image where local intensity is
stable over a large range of thresholds. MSERs havethreshold methods [2,3], morphologic methods [4],
properties that form their superior performance as agraph-based approaches [5,6], and statistic model-based
methods [7,8]. The graph-based approaches have stable local detector. First, the set of MSERs is closed
become popular over the last decade. In such under continuous geometric transformations. Second,
approaches, an image is seen as a weighted graph where MSERs are invariant to affine intensify changes. Finally,
MSERs are detected at different scales. The performance
* Correspondence: guiyangwh@sohu.com evaluation by Mikolajczyk and Schmid [12] showed that
1Department of Military Aerospace, College of Aerospace and Materials the MSER detector performed better on a wide range of
Engineering, National University of Defense Technology, Changsha 410073,
test sequences and required much less computationalHunan,P.R.China
Full list of author information is available at the end of the article
© 2012 Gui et al; licensee Springer. This is an Open Access article distributed under the terms of the Creative Commons Attribution
License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium,
provided the original work is properly cited.Gui et al. EURASIP Journal on Advances in Signal Processing 2012, 2012:83 Page 2 of 9
http://asp.eurasipjournals.com/content/2012/1/83
complexity than other local detectors. MSERs have suc- applied to represent them. The node number
representcessfully been used in applications such as the automatic ing one region depends on area ratio of the region to
3D-reconstruction from a set of images, object and the smallest region. In this way, more information of
scene retrieval in videos and object recognition the image after MSER procedure is preserved compared
[11,13,14]. In this article, we will demonstrate how to assigning only one node to represent one region and
MSERs can be used for SAR image segmentation. the segmentation performance can be enhanced. In
addition, K-harmonic means (KHM) [25-27] is insensi-SC method is based on the graph theory and is
insentive to the initialization of the centers and performs bet-sitive to the structure of data. Many traditional
clusterter than K-means, so KHM instead of K-means ising problems have been solved by it. Recently, SC
method has successfully been implemented in many applied in the improved SC procedure which is
propifields such as information searching [15], bioinformatics tious to enhance stability and performance of the
[16], and image segmentation [5,17-20]. In the process method.
of using SC method for image segmentation, the pair- This article is organized as follows. Section 2
introwise similarities of all pixels in the image are needed to duces principles of MSER algorithm, SC method, and
be computed and the computational cost is huge which KHM algorithm. Section 3 describes the proposed
restricts the method’s application. To solve this pro- approach for the effective SAR image segmentation.
Secblem, Fowlkes et al. [21] proposed an approach based tion 4 shows the experimental results and Section 5
on a classical method for the integral eigenvalue pro- concludes the article.
blem known as the Nystrom method. The approach
worked by first solving the grouping problem for a 2. MSER, SC, and KHM
small random subset of pixels and then extrapolating 2.1 MSER algorithm
this solution to the full set of pixels in the image. The We begin with a lattice grid and the pixels are the
funcarticle [5] used watershed algorithm to over segment the tions defined on this grid. We reinsert the pixels in the
input image firstly, then SC method was used for clus- intensity order, i.e., first we place all black (intensity =
tering. This method performed well in some cases, but 0) pixels at their correct locations, then we place all
pixthe watershed algorithm was sensitive to noise and close els with an intensity value 1 and so on until the
comtexture and produced a large number of small but plete image is restored. During this process it produces
quasi-homogenous regions which might lead to perfor- regionsofpixelswhichwillgrowandconnecttoother
mance degradation in the consequent region grouping. regions as more and more pixels of higher intensity are
The article [22] used mean shift algorithm to segment placed. The rate of growth as a function of intensity q(i)
the input color image firstly, then Ncut was applied to is measured for all these regions and a region is
perform the final segmentation. SC method makes use detected as an MSER when the growth rate has a local
of the mathematics tool spectral-graph-theory com- minimum. The sensitivity of the detection is controlled
mendably and its result is very close to global optimum. with a parameter Δ [28].
It has its own advantages compared to another graph- The MSER algorithm can be divided into four major
based method named graph-cuts. Boykov and Kolmo- parts:
grov [23] borrowed algorithms for network flows to
search the minimum cut of graph-cuts problem. It per- (1) Preprocessing: Pixels are sorted in the intensity
formed well on two-class segmentation but did not order and the number of pixels for each intensity is
work on multi-class segmentation. Although they had determined.
proposed alpha-expansion method and alpha-beta-swap (2) Clustering: A representation of all regions at each
method [24] for multi-class problems based on graph- intensity level is created.
cuts framework, these two methods could approach to a (3) MSER detection: The sizes, |Q|, of all regions are
good result but were inefficient when classification tracked and the growth rates, q, are monitored for
number was large which led to much iterative local minimums.
computation. (4) Display result: All pixels belonging to a detected
In this article, a novel SAR image segmentation algo- MSER are identified and presented as an output.
rithm is proposed based on MSER and improved SC.
Frost filtering algorithm and morphological closing algo- The standard MSER algorithm makes use of a
unionrithm are applied to remove noise and enhance input find data structure and takes quasi-linear time in the
numimage. The input image after this procedure is more sui- ber of pixels. Nister and Stewenius [29] proposed a new
table for later processing. The input image is compo

  • Univers Univers
  • Ebooks Ebooks
  • Livres audio Livres audio
  • Presse Presse
  • Podcasts Podcasts
  • BD BD
  • Documents Documents