0% found this document useful (0 votes)
23 views8 pages

Image Fusion Based On Extensions of Independent Component Analysis

Download as pdf or txt
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 8

IMAGE FUSION BASED ON EXTENSIONS OF INDEPENDENT COMPONENT

ANALYSIS

Mi Chena, *, Yingchun Fub, Deren Lic, Qianqing Qinc


a
College of Education Technology, Capital Normal University, Beijing 100037,China - (mierc@hotmail.com)
b
College of Geography Science, South China Normal University, Guangzhou, 510631,China - (fyc226@163.com)
c
State Key Laboratory of Information Engineering in Surveying,Mapping and Remote Sensing,Wuhan
University,129 Luoyu Road,Wuhan, China,430079
- (drli@whu.edu.cn,qqqin@lmars.whu.edu)

Commission VII, WG VII/6

KEY WORDS: image processing, integration, image understanding, fusion, land cover

ABSTRACT:

Remote sensing image fusion can effectively improve the accuracy of image classification. This paper proposes an image fusion
algorithm based on extensions of independent component analysis (ICA) and multi-classifier system. Firstly a novel method of
fusing panchromatic and multi-spectral remote sensing images is developed by contourlet transform which can offer a much richer
set of directions and shapes than wavelet. As ICA not only can effectively remove the correlation of multi-spectral images, but also
can realize sparse coding of images and capture the essential edge structures and textures of images, then using features extracted
from the extension of ICA domain coefficients of the fused image, different classifiers corresponding to different image features are
chosen in parallel style and the support vector machines are trained to classify the whole fused image as stack part in the proposed
multi-classifier system. Experimental results show that the proposed algorithm can effectively improve the accuracy of image
classification.

1. INTRODUCTION algorithm is presented. The remainder of the paper is organized


as follows. Section 2 recalls the concept of contourlet transform.
Image fusion has received significant attention in remote Section 3 introduces the foundations and extensions of ICA.
sensing. It can be defined as the process of combining two or Section 4 highlights the algorithm of the decision fusion
more source images from the same scene into a composite algorithm based on extension of ICA and multi-feature and
image with extend information content by using a certain multi-classifier system. Experiments results and comparisons
algorithms. The fused image may provide increased are presented and discussed in Section 5. Conclusions are
interpretation capabilities and more reliable results since data drawn in Section 6.
with different characteristics. The process of image information
fusion can be performed at signal, feature, and symbol levels
depending on the representation format at which image 2. CONTOURLET TRANSFORM
information is processed. (Ranchin, 2003).
The contourlet transform (M.N.Do, 2002) is an extension of the
The objective of image fusion is to improve the accuracy of the wavelet transformation in two dimensions using multi-scale and
objective recognition and classification, which can support the directional filter banks. The contourlet expansion of images
decision making. The existing research results show that by consists of basis images oriented at various directions in
fusing the panchromatic and multi-spectral images to gain the multiple scales, with flexible aspect ratios. Thus the contourlet
high spatial resolution multi-spectral fusion remote sensing transform not only retains the multi-scale and time-frequency
images can effectively improve the accuracy of image localization properties of wavelets, but also it offers a high
classification. Besides fusing different classification results degree of directionality and anisotropy. The contoulet transform
from different single feature sources at decision level can also is implemented in two stages: the subband decomposition stage
be an effective way to improve the classification results. and the directional decomposition stage.

This paper proposes an image fusion algorithm of remote Recently developed contourlet transform can offer a much
sensing images based on extensions of independent component richer set of directions and shapes, and thus it is more effective
analysis (ICA) and multi-classifier system. Firstly a novel than wavelet in capturing smooth contours and geometric
method of fusing panchromatic and multi-spectral remote structures in images. This paper proposes a novel method of
sensing images is developed by contourlet transform. Then fusing panchromatic and multi-spectral remote sensing images
using different features extracted from the extension of ICA based on contourlet transform.
domain coefficients of the fused images, a parallel and stack
multi-feature and multi-classifier decision level image fusion

* Corresponding author.

1111
The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences. Vol. XXXVII. Part B7. Beijing 2008

3. EXTENSION OF ICA 3.2 Extension of Independent Component Analysis

3.1 Independent Component Analysis 3.2.1 Topographic Independent Component Analysis: As


the estimated independent components by standard ICA are not
Independent component analysis (ICA) (Hyvarinen,1999) is a completely independent, the residual dependence structure
newly developed linear data analysis method to separate blind could be used to define a topographic order for the components.
sources, which has been used in some challenging fields of Topographic Independent Component Analysis (TICA) is a
medical signals analysis, features extraction and pattern well-known ICA-based technique, which uses the topographic
recognition. The ICA model is defined as: order representation to combines topographic mapping with
ICA. In contrast to ICA, the components s are no longer
independent but mutually energy-correlated according to the
x = A•s (1) two-layer generative model (Hyvarinen,2001). TICA assumes
that the variances of sources are dependent on each other
through neighborhood functions. This idea leads to the
Where x is observed random vector, s is source random following representation of the source signals:
vector. The ICA solution for the unmixing problem is to find a
linear transformation W of dependent sensor signals x , that
makes the ouputs y as independent as possible, i.e. s i = σi z i (5)

y = W•x (2) Where z i is a random variable having the same distribution as


s i , and the variance σ i is fixed to unity. The variance σ i is
further modeled by nonlinearity:
Where y is an estimate of sources.

The main task of ICA is to solve the separation matrix W , the n


key of algorithms is to choose the method that measure the σ i = φ(∑ h (i, k )u k ) (6)
independence between signals. A large amount of algorithms k =1
have been developed for performing ICA. One of the best
methods is the fixed point FastICA algorithm. In the FastICA
algorithm, negentropy is used as the criterion to estimate y as Where u i are the higher order independent components used to
it is a natural measure of the independent between random
generate the variances, h (i, j) is a neighborhood function, and
variables. The goal is to maximize their negentropy. In the
FastICA algorithm, the negentropy is approximated by using φ describes some nonlinear.
the contrast function which has the following form:
Then TICA is given as the following update equation:

Ng( y) = {E[G ( y)] − E[G ( y gauss )]}2 (3)


w ij := w ij + αE{z( w iT z)ri } (7)

Where y is random vector, y gauss is a standardized gaussian


variable. E[⋅] is mathematics expectation, G[⋅] is a non- where E (u ) is the expectation operator, α is the stepsize, and
quadratic function. Here we choose:

ri = ∑ h (i, k )g(∑ h (k, j)( w Tj z) 2 ) (8)


−u 2
k j
G (u ) = − exp( ) (4)
2

The function g is the derivative of G, such as tanh etc.

3.2.2 Improved Neighborhood Kernel Function: The


neighbourhood function
h (i, j) expresses the proximity

between the i - th and


j - th
components. It can be defined in
the same ways as with the self-organizing map. At the present
time only the most common square type neighbourhood
function are used in the standard TICA,i.e.

1112
The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences. Vol. XXXVII. Part B7. Beijing 2008

⎧1, if | i − j |≤ m The information that remote sensing image represent is the


h (i , j ) = ⎨ (9) reflectivity of different objects in certain band. Each band of
⎩0, otherwise multi-spectral remote sensing images can be considered as the
combination of reflectivity of the several independent land
objects in certain law. Applying ICA to multi-spectral remote
The constant m defines the width of the neighborhood. sensing images, we can obtain the independent component
bands that concentrate the information of specific land objects,
In fact from the view of neurobiology the feedback intensity resulting in enhancing the degree of separation of different
between the central cell and other neighbor cells has business objects.
with the distance,so neighborhood should be the function of
distance. Considering the characteristics of human visual For single band remote sensing image, most important
system and under our many experiments, this paper introduces information such as edge features, texture features are nearly
the gaussian neighborhood series kernel function to express the correlative with high-order statistics. High-order statistics
different topology of TICA, such as: reflect the important structure and phase feature of image.
Image analysis using ICA/TICA with high-order statistics has
particular advantage, it can realize sparse coding, meanwhile,
2 2
1 ( i − n ) + ( j− m ) 2
ICA/TICA is excellent edge filter (Zeng,2005). When people
− [ ] observe image, a series image patches are picked up firstly and
h g ( w ij , w nm ) = e 2 r
(10) then the whole image. Suppose each image patch is denoted by
x , which can be regarded as a linear combination of the base
function matrix A, independent component s is the statistic
The new introduced neighborhood functions can obtain the independent random vector, expressing the coefficients that the
image basis with obviously enhanced directionality, which has N
advantages for the coming image analysis task. corresponding basis act on image, i.e. x = ∑a s
i =1
i i
, where

3.2.3 Modified Learning Rule: To resolve the separation A = (a1 , a2 ,L, a N ) ,column vector ai (i = 1,2,L, N ) denotes
matrix W, the optimization problem can be induced as follows:
a group of N × 1 pixels basis images. Through ICA resolves
2

the separation matrix W, one can get the coefficients projected


n in independent component basis by y = Wx , which express
min J ( w) = E{G (∑h(i, j )( wiT z (t )) 2 )} the image features in ICA domain. Figure.1 are basis matrix A,
i=1 basis vectors have orientation in space domain and localization
2 in frequency domain, depict most of the edge features of image.
subject to w 2 =1 (11)
Figure.2 illustrates the basis vectors obtained by our improved
TICA, one can observe the spatial correlation of basis
introduced by topography, the basis offer a more
The Lagrange function can be derived as: comprehensive representation compared to the general ICA
model.
n
L( w , λ) = −E{G (∑ h (i, j)( w iT z( t )) 2 )} + λ( w 2 − 1) (12)
2

i =1

Finally the batch learning rule can derived as:

w' = w − η(E{g(y)z} − E{g(y) y}w) (13)

Where η is learning rate, here the self-adaptive adjustment Figure 1. ICA basis of natural image data
method is developed in this paper.

Through introduction of Lagrange operator to solve the


optimization of TICA, the method has religious deduction
procedure and well property of convergence.

In short, this paper introduces the new topographic kernel


functions to express the relationships between the independent
components, which can better satisfy the human vision system
demand than the former model. Further more, the paper also
gives the new optimization rule to realize the farther
development of TICA. The proposed modified TICA is more
applicable in image fusion. Figure 2. Improved TICA basis of natural image data

1113
The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences. Vol. XXXVII. Part B7. Beijing 2008

⎧I1 = (R + G + B) / 3

⎨I 2 = (R − B) / 2 (14)
4. IMAGE FUSION ALGORITHM BASED ON ⎪I = (2G − R − B) / 4
EXTENSIONS OF ICA AND MULTI-CLASSIFIER
⎩3
SYSTEM

This part introduces the decision level remote sensing image The components in Ohta color space are irrelevant, so it can
fusion algorithm. Existing studies have show that by fusing well apperceive the change of color in statistical view. Ohta
multi-spectral images and panchromatic image to get the high color space is gotten by linear transform of RGB color space,
quality fusion images can improve the accuracy of classification here I1 is the intensity component, I2 and I3 are the almost
than just using single source image. This paper uses the orthogonal color components. The feature vectors obtained
panchromatic image, multi-spectral images and the resulting from Ohta color space are denoted by T1 here.
fused images for researching objects, extracting the spectral
features, texture features and the features in ICA and TICA 4.2.2 Texture Feature of TICA basis: Since the original
transformation domain, using different classifiers to get the panchromatic image has high spatial resolution and low spectral
classification results corresponding to different features and resolution, different objects have the same gray value or the
applying the method of multi-classifier system to obtain the same object has different gray values in the panchromatic
final classification of land cover from remote sensing images. image sometimes. As the fused images can have high spatial
and spectral resolution simultaneously, the fused color images
4.1 Image Fusion Based on Contourlet Transform are transformed into the grayscale image named grayscale
modulation image (GMI) here by specific algorithm. GMI is
Coregister both images and resample the multi-spectral images useful information source because its spatial resolution is
to make its pixel size equal to that of the panchromatic image in similar to the original panchromatic image and its gray spectral
order to get perfectly superposable images. Here only R/G/B values can reflect different objects much better. So by applying
three channels are considered. The images are firstly TICA to the GMI block by block in sliding window style, the
decomposed by contourlet transform, getting low frequency and texture features of TICA basis can be extracted.
high frequency coefficients in different resolutions and different
directions. Then combining ~ a trous wavelet, the fusion In order to uncover the underlying structure of an image, it is
procedure is choosing different rules on particular sets of common practice in image analysis to express an image as the
contourlet coefficients that correspond to high and low synthesis of several other basis images. These bases are chosen
frequency bands. The high-frequency coefficients of the according to serve some specific analysis tasks. The advantage
panchromatic image substitute all the high-frequency of the TICA basis is that the estimated transform can be tailored
coefficients in R/G/B three channels. The panchromatic image to the needs of the application. A set of images with similar
is decomposed by ~ a trous wavelet , getting a group of wavelet content to the GMI is selected for training the desired bases.
plane coefficients, then adding these wavelet coefficients to the Then using the TICA basis the GMI is transformed into the
low-frequency contourlet coefficients, that is further extracts TICA domain in sliding N × N window style. All of these
the detail information of panchromatic image for fusing extracted TICA features can well reflect the structure and
application. Final fused images are obtained by using reversed texture information of the fused images. The TICA feature
contourlet transform. vectors are denoted by T2 here.

The proposed method can get more information in the fused 4.2.3 Independent Component Feature: The existing
results and the spectral reserving character is quite well. The studies show that the correlation between the bands of multi-
contourlet transform image fusion method offers a desirable spectral images sometimes brings ill effect in image
result to improve spatial resolution and information of the fused classification. ICA not only can remove the correlation in the
images, which get ready for the next classification procedure. bands of multi-spectral images, but also can makes the resulting
components mutual independent as much as possible. The every
4.2 Image Feature Extraction resulting band of independent component embodies a
concentrated reflection of certain ground objects, increasing the
4.2.1 Spectral Feature: The spectral features of multi- degree of separation between different ground objects.
spectral images are the most essential features, here the three Therefore independent component analysis can effectively
channels of high spatial resolution fused images are considered. remove the unfavorable influence and raise the accuracy of
Besides the spectral features extracted in the original R/G/B classification.
color space, other image features can be gotten by transforming
the multi-spectral fused image into different color space. How Multi-spectral images can be regarded as the linear combination
to choose the suitable color space is an important factor for of multi-source mixture signals in some sense due to their low
different color space can define different useful spectral spatial resolution. This paper treats the panchromatic and multi-
features. So there are two key points should be considered in spectral images as four dimensional mixture signals and adopts
choosing color space, one is that the color space can present the ICA to obtain another fusion scheme of multi-spectral and
irrelevant color features, the other is that the color space panchromatic images to get three dimensional multi-spectral
remains constant in different illumination conditions. Based on images. Though the resulting independent components can not
the above considerations, the paper chooses the Ohta color reserve the original spectral characteristics very well, they can
space(Ohta,1985) which can be expressed as following. express the sharpened multi-spectral images and resolve the
problem of unmixing the mixed multi-spectral images pixels in
the hypothesis of linear spectral mixture model, which lay the
foundation for the next step of properly classification. The

1114
The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences. Vol. XXXVII. Part B7. Beijing 2008

extracted three independent component features are recorded as hidden units from the input layer and sent to the output layer,
T3 here. neural state of each layer only affects state of the next layer. If
the expected output can not be obtained in the output layer, so
By means of the methods of feature extraction mentioned above, transfer to back propagation, and let error signal back along the
this paper can get three major feature of fused images, i.e. original link pathway, the error signal can became least through
spectral feature (T1), texture feature of TICA (T2) and linear amend the values of each nerve cell. This paper chooses the BP
transform feature of ICA (T3). neural network with one hidden layer and uses C2 denotes it.

4.3 Multi-Classifier Construction 3. Decision tree classifier. The decision tree classifier is a set of
hierarchical rules which are successively applied to the input
4.3.1 Principle of Multi-Classifier System: Classification data. Those rules are thresholds used to binary split the data into
is the process of assigning presented information into classes two groups. Each node is such that the descendant nodes are
and categories of the same type. The classification of the image purer in terms of classes. Decision tree rules are explicit and
requires the estimation of the posterior probability for each allow for identification of features which are relevant to
class. Such estimates can be obtained by using supervised and distinguish specific classes. Then the analysis is reduced to the
unsupervised classification algorithms. most useful layers. The structure of the decision tree can also be
reveal hierarchical and nonlinear relationships among input
The output of a classifier can take abstract form, rank level and layers. These relationships often result in a given class being
measurement level. In the past few years, significant efforts described by various terminal nodes. Terminal nodes are the
have been devoted to the development of effective algorithms final decision, which assign a sample to certain class. Here
for combining different types of classifiers in order to exploit decision tree classifier is denoted by C3.
the complementary information that they
provide(Burzzone,2001; Ranawana,2006). So if a multi- 4. Support vector machines, SVMs. Support vector machines
classifier system is to be successful, the different classification (SVMs) is a kind of machine learning based on statistical
should have good individual performances and be sufficiently learning theory(Vladmir,2000). The basic idea of applying
different from each other. A multi-classifier can be constructed SVMs to pattern classification can be stated briefly as follows:
either in a parallel, stack or combined manner. Once the firstly map the input vectors into one feature space, either
individual classifiers have been designed and implemented, the linearly or non-linearly, which is relevant with the selection of
next most important task involves the combination of the the kernel function. Then with the feature space from the first
individual results obtained through each individual classifier. step construct a hyperplane which separates two classes,.This
The strategy includes linear combination methods, non-linear can be extended to multi-class.
combination methods, statistical methods and computationally
intelligent method. The commonly used four kernel function in SVMs are: linear
function, polynomial function, radial basis function, sigmoid
The success of a multi-classifier system depends on three key function. SVMs have the important computational advantage
features: proper selection of classifier with diversity, topology that no nonconvex optimization is involved. Moreover, its
and combinational methodology. The main purpose of multi- performance is related to the margin with which it separates the
classifier combination is to take advantage of the different data. As a new classification technique, SVMs outperforms
classifiers to enhance the generalization ability of the individual many conventional approaches in various applications. Here
classifier to gain the better results of classification. This paper SVMs classifier is denoted by C4.
makes a useful attempt in the multi-classifier system and
proposes a multi-classifier fusion method base on extension of 4.3.3 Strategy of Multi-Classifier Fusion: Corresponding
ICA. to the three different features extracted from the fused images
and the four different selected classifiers, this paper constructs
4.3.2 Classifier Selection: Corresponding to the three the parallel topology of multi-classifiers firstly, detail
different features in the fused images, this paper makes the descriptions are as followings.
pointed choice the following classifiers, including K-NN
classifier, BP neural network classifier, decision tree classifier Towards the spectral features T1 in Ohta color space, K-NN C1
and multi-category SVMs. and decision tree C3 are chosen and combined in parallel
topology. All the feature vectors are put into the two classifiers
1. K-nearest neighbor classifier, K-NN. The K-NN has a very and respective classification results are obtained in parallel
effective strategy as a learner, it keeps all training instances. A topology style.
classification is made by measuring the distances from the test
instance to all training instances, most commonly using the For texture features of TICA basis, the paper chooses K-NN C1
Euclidean distance. From these distances, a distance matrix is and BP neural network classifier C2 and combines them in
constructed between all possible pairings of points. The data parallel style, resulting two respective classification results.
points, k-closest neighbors are then found by analyzing the In regard to independent component features T3, K-NN C1 is
distance matrix. The k-closest data points are then analyzed to chosen to get the corresponding classification results.
determine which class label is the most common among the set.
Finally the majority class among the K nearest instances is A number of training area for different classes are chosen in the
assigned to the test instance. K-NN classifier is denoted by C1 study images, following the above methods to extract spectral
here. and ICA/TICA image features, then training all the chosen
classifiers and the trained classifiers are applying to classify the
2. BP neural network classifier. Back-propagating network (BP whole fused images every pixel. Through different classifiers
network) is a type of neural network. When positive direction the corresponding posterior probability of different
spread, the imported model disposes layer by layer by way of

1115
The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences. Vol. XXXVII. Part B7. Beijing 2008

classification results are gotten, so decision level fusion of these values in Ohta color space correspond to the first type of input
classification results is needed. feature vectors, i.e. T1.

4.3.4 Decision Fusion Strategy: There are many strategies The fused color images are transformed into the GMI. Then
for combining classification results of each individual classifier, applying TICA to the GMI with 2×2 pixels of block in sliding
of which majority voting principle and Bayesian combination window style to get four coefficients of TICA domain,
strategy are the most common used fusion method. meanwhile, the statistical parameters, such as mean, standard
deviation, average gradient are computed for the second type of
1.Majority Voting Principle: The majority voting method input feature vectors, i.e. T2.
selects the relevant class by polling all the classifiers to see
which class is the most popular. Whichever class gets the Turning the original multi-spectral images into 3×65536 pixels
highest vote is selected. This method is particularly successful vectors and converting the original panchromatic image into
when the classifiers involved output binary votes. 1×65536 pixels vector to form 4×65536 pixels input vectors,
applying ICA to the whole input vectors, three independent
2.Bayesian Combination Strategy: Bayesian combiners are used component bands are shown in Figure.5 (a)~ (c). The results
to carried out the classification according to the Bayes rule by indicate that the three independent components play good role
selecting the class associated with the maximum average in separate the water body, naked land and dry land. Meanwhile
probability. the resulting fused false color images in Figure.5(d) have higher
spatial resolution compare to the original multi-spectral images.
3.The proposed Fusion Strategy: Different from the routine All these three independent components are chosen as feature
fusion strategy, this paper adopts SVMs C4 to fuse the different vectors for classification, i.e. T3.
classification results corresponding to different image features
to get the final fusion decision. Each classification results of The training areas for different classes are chosen in the images,
respective classifiers serve as the input feature vectors for following the above methods to extract spectral and ICA/TICA
training SVMs, which can be regarded as stack multi-classifier image features and training all the chosen classifiers, the trained
fusion style and the continuation of the aforementioned parallel classifiers are then applying to classify the whole fused images
multi-classifier system. The total fusion topology is as figure 3. every pixel. Selecting suitable SVMs kernel function and
Moreover the above common fusion rules are also used to get parameter to train multi-category SVMs with the input feature
the classification results corresponding to different features. vectors of every category obtaining from the afore parallel
classifiers. The trained multi-category SVMs are applying to
classify the whole fused images to gain the classification results.
Spectra This paper chooses the radial basis kernel function:
K-NN
feature (C1)
( T1)
Panchromatic,multi-
spectral and fused

2
K ( x, x' ) =exp( x - x' /2σ 2 ) ,where σ =2, c =100。
images

Texture feature Classific


BP
of TICA basis SVMs ation
(C2)
( T2) results

The classification results corresponding to different fusion rules


Independent
are shown as follows. To test the effect of the proposed
component
Decision
Tree algorithm, the common fusion rules and the proposed novel
feature
( T3)
(C3) multi-feature and multi-classifier algorithm for classification
are showed in Figure.6 (c) and (e). Besides, the traditional min-
Figure 3. paradigm of multi-feature and multi-classifier fusion distance method and the max-likelihood method of remote
sensing image classification results are showed in Figure. 6(a)
and (b).To evaluate the classification results objectively, the
total classification accuracy is employed to describe the
5. EXPERIMENTAL RESULTS classification precision of the images by computing the degree
of confusion between the statistical samples and the actual
In this paper, to illustrate the proposed fusion procedure with an samples through sampling randomly in classification results.
example, the data used for this experiment are SPOT Table 1 is the comparison of total classification accuracy
panchromatic and Landsat TM 5/4/3 multi-spectral images, according to different classification methods.
with the same size of 256×256 pixels. Figure. 4(a) ~ 4(b) are
the panchromatic image and the corresponding multi-spectral
images. The experimental area can be classified into water body
(including river, paddy field), naked land (including road,
residential area, bridge and other undeveloped filed) and dry
land by human visual interpretation. The fused images using
contourlet transform to fuse SPOT panchromatic and TM multi-
spectral images are shown in Figure.4(c).

The training area of water body, naked land and dry land are
selected in the images, every category has two block of 16×16
pixels training samples, theses samples of three component

1116
The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences. Vol. XXXVII. Part B7. Beijing 2008

Figure.4 Original SPOT(a), TM5/4/3 images(b) and fused images by contourle transform(c)

Waterbody
Naked land
Dry land

Figure.5 The three independent component bands(a,b,c) of the fused image by ICA(d)

Figure. 6 classification results using different methods((a)Min Distance(b)Max Likelihood(c)Majority Voting(d)Bayesian


Combination(e)Proposed Algorighm)

Classification algorithm Total accuracy(%) As ICA not only can effectively remove the correlation of
Min Distance 62.58 multi-spectral images, but also can realize sparse coding of
images and capture the essential edge structures and textures of
Max Likelihood 65.44 images, then using features extracted from the extensions of
Majority Voting Principle 78.53 ICA domain coefficients of the images, different classifiers
corresponding to different features are chosen in parallel multi-
Bayesian Combination Strategy 81.80 classifier style and the SVMs as stack fusion style are trained
Proposed Algorithm 82.21 to classify the whole images in the proposed multi-feature and
multi-classifier system. Experimental results show that the
proposed algorithm can effectively improve the accuracy of
Table 1 the comparison of total accuracy of classification using image classification.
different methods

REFERENCE
6. CONCLUSION Thierry Ranchin, Bruno Aiazzi, Luciano Alparone, Stefano
Baronti, Lucien Wald,2003. Image fusion—the ARSIS concept
Remote sensing image classification is an important means for and some successful implementation schemes, ISPRS Journal of
quantified remote sensing image analysis, and remote sensing Photogrammetry & Remote Sensing, 58 :4~18
image fusion can effectively improve the accuracy of image
classification. This paper proposes an image fusion algorithm M.N.Do,M.Vetterli,2002 .Contourlets: A Directional
based on extension of ICA and multi-classifier system. A novel Multiresolution Image Representation, IEEE ICIP:357~360
method of fusing panchromatic and multi-spectral remote
sensing images is developed by contourlet transform that can Aapo Hyvarinen,1999. Survey on independent component
offer a much richer set of directions and shapes than wavelet. analysis, Neural Computing Surveys, 2:94~128

1117
The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences. Vol. XXXVII. Part B7. Beijing 2008

Aapo Hyvarinen, Patrik O. Hoyer and Mika Inki,2001


Topographic Independent Component Analysis. Neural
Computation, 13(7):1527~1558

Xiangyan Zeng, Yenwei Chen, Deborah van Alphen,


etc.2005.Selection of ICA feature for texture classification.
ISNN, LNCS(3497):262~267

Ohta,Y.1985.Knowledge-Based Interpretation of Outdoor


Natural Color Scenes. Research Notes in Artificial Intelligence

4, Pitman Advanced Publishing Program

Burzzone L, Cossu R,2000. Combining Parametric and


Nonparametric classifiers for an unsupervised updating of land
cover maps. Proc. Of first International workshop on multiple
classifier systems, Springer
Romesh Ranawana, Vasile Palade,2006.Multi-classifier systems:
review and roadmap for developers, International journal of
hybrid intelligent system,3:35~61

Vladmir N. Vapnik,2000. The nature of statistical learning


theory, Springer-Verlag Press, New York.

1118

You might also like