End-member extraction method based on segmented vertex component analysis (VCA)
10984291 · 2021-04-20
Assignee
Inventors
Cpc classification
G06V20/194
PHYSICS
G06F17/16
PHYSICS
G06T19/00
PHYSICS
G06V10/763
PHYSICS
International classification
Abstract
An end-member extraction method based on segmented VCA, includes: conducting rough segmentation on a hyperspectral image by using an unsupervised classification method to partition image elements having a similar substance into the same block; conducting end-member extraction on an area in each partitioned block by using VCA, inverting the abundance by using a least square method after the end-member extraction, and determining one main end-member for each block according to the abundance value; and extracting the main end-members in all blocks and forming an end-member matrix of a global image. The VCA end-member extraction method is used in relatively simple partitioned environment blocks, and the main end-members in the blocks are then controlled by using the abundance inversion result feedback in the blocks, so as to prevent missing main end-members.
Claims
1. An end-member extraction method based on segmented vertex component analysis (VCA), comprising: performing rough segmentation on hyperspectral high-dimensional image data based on an unsupervised classification method to partition image elements having a similar substance into an identical block; performing end-member extraction on an area in each partitioned block based on VCA; inverting an abundance based on a least square method after the end-member extraction, the abundance being a predetermined ratio of spectral characteristics of end-members of the high-dimensional image data at different wavelength bands; determining one main end-member for each block according to the abundance value; extracting the main end-members in all blocks; and forming an end-member matrix of a global image.
2. The end-member extraction method based on segmented VCA according to claim 1, wherein principle component analysis (PCA) is performed on the hyperspectral image data for dimensional reduction before performing the rough segmentation on the hyperspectral image based on the unsupervised classification method.
3. The end-member extraction method based on segmented VCA according to claim 2, wherein the PCA includes: vector-centering the high-dimensional image data X=(x.sub.1, x.sub.2, . . . , x.sub.m).sup.T, where x is a pixel of the high-dimensional image data, m is the number of bands of a hyperspectral image and T is the number of images in the high-dimensional image data, calculating a covariance matrix of the vector-centered high-dimensional image data, and calculating an eigenvalue matrix Λ and an eigenvector matrix A of the covariance matrix; applying the eigenvector matrix A on the high-dimensional image data X into Z=A.sup.TX; and selecting part of the principal components in Z as low-dimensional features of the original high-dimensional data for data dimensional reduction.
4. The end-member extraction method based on segmented VCA according to claim 3, further comprising: applying a unsupervised classification process to the hyperspectral image data after dimensional reduction based on an iterative self-organizing data analysis method (ISODATA), wherein: the number of classes (l) is equal to the number of end-members (r) in a known image such that l=r, and a segmentation result (Γ) is: Γ.sub.i, where i=1, 2, . . . , r.
5. The end-member extraction method based on segmented VCA according to claim 4, further comprising: automatically merging and splitting the classes in the unsupervised classification process, wherein: a merging mechanism in the unsupervised classification process is configured such that: (i) when the total number of classes is too large or the center distance between two classes is smaller than a threshold, the two classes are merged into a new class, and (ii) when the number of samples in the class is smaller than a threshold, the merging is cancelled; and a splitting mechanism in the unsupervised classification process is configured such that when the total number of classes is too small or the number of samples in a class exceeds a threshold, and when the standard deviation within the class is greater than a splitting threshold, the class is divided into two classes, thereby providing a clustering result.
6. The end-member extraction method based on segmented VCA according to claim 4, wherein for all block areas Γ.sub.i, the number of end-members is set to r′, where r′<r, and VCA end-member extraction is conducted respectively, where r is the number of end-members and r′ is the number of end-members after VCA end-member extraction; and the end-member extraction based on VCA includes: determining an initial unit vector, projecting all pixels onto the vector, marking the pixel with the largest projection distance as an end-member point, adding the end-member point to an end-member matrix set, determining a vector orthogonal to all the end-members according to the end-member set, and performing a new cycle to calculate the pixel projection distance and find new end-members in the hyperspectral image data.
7. The end-member extraction method based on segmented VCA according to claim 4, further comprising: for all block areas Γ.sub.i, after the end-members in the blocks are extracted, inverting the abundance for the block areas respectively based on the least square method; based on the abundance in the block areas, determining the main end-member in each block area; and extracting the main end-members in all blocks to form an end-member matrix of the global image.
8. The end-member extraction method based on segmented VCA according to claim 3, wherein in a linear model: the pixels x of the high-dimensional image data X are a linear combination of an end-member matrix E and an abundance matrix A that satisfy a formula X=E×A, and the abundance matrix elements a.sub.ij satisfy the constraints of a sum
Description
BRIEF DESCRIPTION OF THE DRAWINGS
(1)
(2)
(3)
(4)
(5)
(6)
(7)
DETAILED DESCRIPTION OF THE EMBODIMENTS
(8) The present invention will be further described in detail below in combination with the accompanying drawings.
(9) An end-member extraction method based on segmented VCA, comprising:
(10) (1) inputting hyperspectral image data X∈R.sup.m×n, wherein m is the number of bands of a hyperspectral image, n is the total number of pixels of the hyperspectral image, and the number of end-members is r; conducting dimensional reduction on the hyperspectral image data by using PCA;
(2) conducting unsupervised classification on the hyperspectral image data after the dimensional reduction by using ISODATA, the number of classes being l, wherein l=r;
(3) segmenting the hyperspectral image into Γ.sub.i by using the classification result, wherein i=1, 2, . . . , r;
(4) for all block areas Γ.sub.i, setting the number r′ of end-members, wherein r′<r; conducing VCA end-member extraction respectively;
(5) for all block areas Γ.sub.i conducting abundance inversion on the block areas respectively by using a least square method; and
(6) according to the abundance feedback in the block areas, determining a main end-member in each block area, and extracting the main end-members in all blocks to form an end-member matrix of the global image.
The PCA Dimensional Reduction in Step (1):
(11) Prior to ISODATA unsupervised classification, signals need to be dimensionally reduced. The present invention uses principal component analysis (PCA) to reduce dimensionality. PCA is a linear transformation in which principal components are uncorrelated and are arranged in a descending order according to the amount of information included. After the high-dimensional data undergoes PCA transformation, the first few principal components cover the main information of the original data, so the original high-dimensional data can be characterized by low-dimensional features, thereby realizing dimensional reduction of the data. In the PCA dimensional reduction, the input high-dimensional image data X=(x.sub.1, x.sub.2, . . . , x.sub.m).sup.T is vector-centered first, a covariance matrix of the vector-centered data is calculated, and an eigenvalue matrix Λ and an eigenvector matrix A of the covariance matrix are calculated. Principal component transformation Z=A.sup.TY is then conduced using a principal component transformation matrix A. Finally, part of the principal components in Z are selected as low-dimensional features of the original high-dimensional data to achieve data dimensional reduction.
(12) The ISODATA Unsupervised Classification in Step (2):
(13) The iterative self-organizing data analysis method (ISODATA) algorithm is an unsupervised classification method that extracts features for clustering directly from samples without prior knowledge. The ISODATA algorithm improves K-means clustering. After all the samples are adjusted, the mean of the samples is recalculated, and the classes are automatically merged and split, so the ISODATA algorithm has certain self-organization. The merging mechanism in the ISODATA algorithm indicates that when the total number of classes is too large or the center distance between two classes is smaller than a threshold, the two classes are merged into a new class, which is canceled when the number of samples in the class is smaller than a threshold. The splitting mechanism indicates that when the total number of classes is too small or the number of samples in a class exceeds a threshold, and the standard deviation within the class is greater than a splitting threshold, the class is divided into two classes, thereby obtaining a clustering result with a relatively reasonable number of classes.
(14) The VCA End-Member Extraction in Step (4):
(15) The VCA end-member extraction algorithm is based on a linear spectral model. The end-members are extracted one by one by repeatedly searching for orthogonal vectors in the data space and calculating the projection distances of the pixels on the orthogonal vectors. The basic theory of VCA is that a plurality of vertexes of a simplex can be expanded into a subspace, wherein the vertexes of the simplex are maximum points of projection lengths on a vector orthogonal to the subspace.
(16) In the VCA end-member extraction algorithm, an initial unit vector is found first, then all pixels are projected onto the vector, the pixel with the largest projection distance is marked as an end-member point, and the end-member point is added to an end-member matrix set. A vector orthogonal to all the found end-members is then found according to the new end-member set, and the next cycle is conducted to calculate the pixel projection distance and find new end-members until all end-members are found.
(17) The Least Square Method in Step (5):
(18) In a linear model, the pixels X of the hyperspectral image are a linear combination of an end-member matrix E and an abundance matrix A, that is, satisfying a formula X=E×A. The abundance matrix satisfies the constraints of a sum
(19)
∀i and non-negative a.sub.ij≥0, ∀i, ∀j. After the end-member matrix is solved, the problem of solving the abundances of mixed pixels becomes a simple linear problem, so it can be solved using the least square method. According to whether the non-negative constraint and the constraint of the sum 1 are considered in the solution process, the least square method can be regarded as an unconstrained least square method (UCLS), a sum 1 constrained least square method (SCLS), a non-negative constrained least square method (NCLS), or a full constrained least square method (FCLS). In the UCLS, the sum 1 of abundances and the non-negative constraint are not considered, and after r end-members {e.sub.j}(j=1, 2, . . . , r) are solved, the linear mixed model is solved using the least square method, and the abundance estimate obtained of available pixels i is a.sub.UCLS(x)=(E.sup.TE).sup.−1E.sup.Tx.sub.i.
EMBODIMENT
(20) In the embodiment, Washington D.C. mall data having relatively simple spatial distribution of ground features and HYDICE Urban data having relatively complex spatial distribution are respectively used for test. In the test process, the end-member extraction method based on segmented VCA is compared with the original VCA end-member extraction method, and artificially extracted pure end-members are used as theoretical end-members.
(21) Experimental data Washington D.C. mall is hyperspectral data photographed in Washington D.C. USA. The data totally has 210 bands, and 191 bands are left after some bands affected by noise are removed. The size of the whole image is 1280×307. A part (200×150) of the image having relatively simple spatial distribution of ground features in the data is selected in this experiment. A pseudo color image of the part of the image is shown in
(22) Experimental data HYDICE Urban hyperspectral data contains 210 spectral bands with a dimension of 307×307. The image data contains six substances: road, soil, tree, grass, roof and metal. In the experiment, 178 bands are left in the data after the bands affected by water absorption are removed. A pseudo color image of the part of image is shown in
(23) The test results are shown in
(24) In order to further obtain the numerical comparison of accuracy of the end-members extracted by different end-member extraction methods, the accuracy of the extracted end-members is measured using spectral angle distances (SAD) of end-member spectra obtained by different end-member extraction methods and theoretical end-member spectra. The formula for the spectral angle distance is defined as
(25)
A.sub.theo is a theoretical value of an end-member, and A.sub.unmix is an end-member spectral information value extracted by different end-member extraction methods. The shorter the spectral angle distance is, the closer two spectral vectors are. The spectral angle distance comparison results are shown in Table 1 and Table 2. It can be clearly seen that the accuracy of the end-members extracted by segmented VCA is greatly improved for Washington D.C. mall data having relatively simple spatial distribution of ground features and HYDICE Urban data having relatively complex spatial distribution.
(26) Table 1 is a comparison table (Washington D.C. mall data) of spectral angle distances of end-members extracted by segmented VCA, end-members extracted by original VCA and theoretical end-members. Table 2 is a comparison table (HYDICE Urban data) of spectral angle distances of end-members extracted by segmented VCA, end-members extracted by original VCA and theoretical end-members.
(27) TABLE-US-00001 TABLE 1 SAD comparison table of end-members extracted by segmented VCA and VCA and theoretical end-members SAD Water Road Grass Roof Tree Mean Original VCA 0.58180 0.17582 0.21371 0.08858 0.74156 0.360294 Segmented VCA 0.30364 0.11693 0.20546 0.08059 0.18585 0.178497
(28) TABLE-US-00002 TABLE 2 SAD comparison table of end-members extracted by segmented VCA and VCA and theoretical end-members SAD Soil Road Tree Grass Roof Alloy Mean Original VCA 0.14804 1.12343 0.32690 0.10448 0.17928 0.17943 0.34359 Segmented VCA 0.06507 0.22934 0.17016 0.28003 0.22107 0.36128 0.22116
(29) In the present invention, the hyperspectral image of the complex environment is partitioned into a plurality of relatively simple images by using a classification method, and the end-members are extracted from blocks, thereby excluding the influence of unrelated pixels to some extent, reducing the complexity of the end-member extraction environment, reducing the influence of noise of the global image on the algorithm, and avoiding missing main end-members. Specific examples show that the present invention greatly improves the accuracy of extracting end-members.
(30) Although the specific embodiments of the present invention are described above in combination with the accompanying drawings, the protection scope of the present invention is not limited thereto. It should be understood by those skilled in the art that various modifications or variations could be made by those skilled in the art based on the technical solution of the present invention without any creative effort, and these modifications or variations shall be encompassed within the protection scope of the present invention.