THE detailed spectral information of hyperspectral

Size: px
Start display at page:

Download "THE detailed spectral information of hyperspectral"

Transcription

1 1358 IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 14, NO. 8, AUGUST 2017 Locality Sensitive Discriminant Analysis for Group Sparse Representation-Based Hyperspectral Imagery Classification Haoyang Yu, Student Member, IEEE, LianruGao,Member, IEEE, WeiLi,Member, IEEE, Qian Du, Senior Member, IEEE, and Bing Zhang, Senior Member, IEEE Abstract This letter proposes to integrate the locality sensitive discriminant analysis (LSDA) with the group sparse representation (GSR) for a hyperspectral imagery classification. The LSDA is to project the data set to a lower-dimensional subspace to preserve local manifold structure and discriminant information, while the GSR is to encode the projected testing set as a sparse linear combination of group-structured training samples for classification. The proposed approach, denoted as LSDA-GSR classifier (GSRC), is evaluated using two real hyperspectral data sets. Experimental results demonstrate that it can provide considerable improvement to the original counterparts, i.e., SRC and GSRC, with a relatively low computational cost. Index Terms Classification, group sparse representation (GSR), hyperspectral image, locality sensitive discriminant analysis (LSDA). I. INTRODUCTION THE detailed spectral information of hyperspectral imagery offers the capability of more accurate classification of materials. However, its analysis is challenging due to high correlation between adjacent bands and the limited number of training samples. In order to address these issues, several feature selection and feature extraction methods have been proposed to integrate with classifiers that are able to perform accurately with spectral or spectral spatial information [1] [3]. For instance, multitask joint sparse representation (SR) with stepwise Markov random field is one of the well-established frameworks which makes full Manuscript received March 17, 2017; revised May 5, 2017; accepted May 29, Date of publication June 26, 2017; date of current version July 20, This work was supported by the National Natural Science Foundation of China under Grant , Grant , and Grant (Corresponding author: Lianru Gao.) H. Yu and B. Zhang are with the Key Laboratory of Digital Earth Science, Institute of Remote Sensing and Digital Earth, Chinese Academy of Sciences, Beijing , China, and also with the College of Resources and Environment, University of Chinese Academy of Sciences, Beijing , China ( yuhy@radi.ac.cn; zb@radi.ac.cn). L. Gao is with the Key Laboratory of Digital Earth Science, Institute of Remote Sensing and Digital Earth, Chinese Academy of Sciences, Beijing , China ( gaolr@radi.ac.cn). W. Li is with the College of Information Science and Technology, Beijing University of Chemical Technology, Beijing , China ( liw@mail.buct.edu.cn). Q. Du is with the Department of Electrical and Computer Engineering, Mississippi State University, Mississippi State, MS USA ( du@ece.msstate.edu). Color versions of one or more of the figures in this letter are available online at Digital Object Identifier /LGRS use of the advantages of band selection to bring significant improvement for hyperspectral image classification [4] [6]. On the other hand, classic feature extraction techniques for dimensionality reduction like principle component analysis and linear discriminant analysis have widely been exploited for target detection and classification [7]. Both of them belong to spectral methods, which aim to estimate the global statistics and appear to be sensitive to the sample size. Since these methods focus on the Euclidean structure, they fail to discover the underlying structure if the original data reside in a manifold subspace of the ambient space. Recently, there have been several geometrically approaches to data analysis in highdimensional spaces. Examples include locally linear embedding, neighborhood preserving embedding (NPE), and locality preserving projection (LPP) [8]. Though these methods have been demonstrated to be effective in exploiting the geometrically structure, they may fail to discover the discriminant structure of the underlying manifold in the data. In this context, locality sensitive discriminant analysis (LSDA) has shown to be a powerful algorithm which can optimally preserve the local manifold structure, as well as discriminant information. The idea of applying LSDA to dimensionality reduction and classification relies on the construction of a nearest neighbor graph, which can be split into within-class graph and betweenclass graph to separately characterize the geometrical and discriminant structures of data manifold. Based on the graph Laplacian, a linear transformation matrix can be found to project the input data to a lower-dimensional subspace, where the margin between samples with different class labels is maximized at each local neighborhood [9]. In hyperspectral image classification, representation-based methods are of great interest due to no assumption of data density distribution. The principle behind such classification is based on the fact that a testing pixel can be represented by a sparse linear combination of labeled samples [10]. According to the constraints imposed to the weight coefficients, they can belong to an l 2 -norm regularized collaborative representation or an l 1 -norm regularized SR [11]. However, the SR-based classifier (SRC) may suffer from instability of sparse coefficients due to high dictionary coherency. Therefore, based on the inherent group-structured property, group SRC (GSRC) is designed to reconstruct the dictionary composed of several class-dependent subdictionaries such that a testing sample is represented by group atoms rather than individual ones [12] X 2017 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See for more information.

2 YU et al.: LSDA GSR-BASED HYPERSPECTRAL IMAGERY CLASSIFICATION 1359 With the homogeneity assumption, GSRC incorporates the contextual information by simultaneously representing the testing pixel and its neighborhood, and the class label is determined by the class with the minimum error [13]. Inspired by aforementioned work, this letter proposes a new approach for hyperspectral imagery classification which integrates LSDA with GSRC. The algorithm adopts LSDA to project the input data to a lower-dimensional subspace which preserves the local neighborhood information and the discriminant information. Then, the projected data can linearly be represented by group-structured training samples to classify the testing set by measuring the class approximation error. The proposed approach, abbreviated as LSDA-GSRC, takes advantage of both the local manifold structure and GSR for better characterization and classification for hyperspectral data set. II. PROPOSED CLASSIFICATION FRAMEWORK A. Locality Sensitive Discriminant Analysis Let X =x 1, x 2,...x n } be a hyperspectral image, where x i =[x i1, x i2,...,x id ] T denotes a spectral vector associated with an image pixel i S,andn and d represent the total number of pixels and spectral bands, respectively. The principle of a subspace-based projection is to find a transformation matrix A =a 1, a 2,...,a m } that maps X to Z =z 1, z 2,...z n } R m n (m << d) via Z = A T X. Under assumption that x i M (M denotes the underlying manifold), one can build agraphg by searching its t nearest neighbors (i.e., N(x i ) = x 1 i,...,xt i }) and putting an edge between x i and N(x i ). The local geometry of data manifold is then characterized by graph G with a weight matrix W which can be defined as 1, if x i N(x j ) or x j N(x i ) W ij = (1) 0, otherwise. In order to develop both geometrical and discriminant structures of data manifold, LSDA is adopted to construct withinclass graph G w and between-class graph G b by splitting N(x i ) into two subsets N w (x i ) and N b (x i ), which can be expressed as N w (x i ) = x j ( j) i l x i = l(xi ), 1 j t } N b (x i ) = x j ( j ) i l x i = l(xi ), 1 j t } (2) where l(x i ) is the class label of x i. Therefore, the weight matrices W w and W b of G w and G b can be defined as 1, if x i N w (x j ) or x j N w (x i ) W w,ij = W b,ij = 0, otherwise 1, if x i N b (x j ) or x j N b (x i ) 0, otherwise. To satisfy the criterion that connected points in G w are close enough and the ones in G b stay as distant as possible, the following two objective functions are defined for Z: min ij max ij (3) (z i z j ) 2 W w,ij (4) (z i z j ) 2 W b,ij. (5) Since Z = A T X, the objective function (4) can be reduced to (A T XD w X T A A T XW w X T A), whered w is a diagonal matrix with D w,ii = j W w,ij. Similarly, the objective function (5) can be reduced to A T XL b X T A, where L b = D b W b is the Laplacian matrix of G b,andd b is a diagonal matrix with D b,ii = j W b,ij. Considering the influence of D w,ii to x i, it is suggested to impose a constraint Z T D w Z = 1 to the objective function [14]. Then, the entire optimization problem can be represented as arg max A T X[αL b + (1 α)w w ]X T A A s.t. A T XD w X T A = 1 (6) where α [0, 1] is a suitable constant. The solution to (6) can be found by solving the following generalized eigenvalue problem: X[αL b + (1 α)w w ]X T A = λ XD w X T A. (7) Let, A be the solution to (7) with the decreasing eigenvalues and the result of LSDA can be obtained by Z = A T X,where A =a 1, a 2,...,a m } is a d m matrix. B. Group Sparse Representation-Based Classification In SRC, a testing pixel y R d is represented by a sparse linear combination of all the training samples under an l 1 -norm constraint as min 1 2 y Dβ λ β 1 (8) where D is the dictionary formed by the training set, β is the corresponding weight vector, and λ is the regularization parameter. The class label of y is determined by the minimum residual between y and its approximation class(y) = arg min c y Dδ c (β) 2 2 (9) where c 1, 2,..., K } is the class index, K is the total class number, and δ c (β) is the indicator operation which can zero out the atoms in β that do not belong to class c. With a further discussion of D, it is suggested that the inherent group-structured property can be exploited by reconstructing the dictionary with class subdictionaries [15]. Therefore, GSRC adopts D = (D 1, D 2,...,D K ) with each column of D i denoting a sample randomly selected from class i, such that the training samples belong to the same class are grouped together to form subdictionaries. Then, y can be represented by groups of β rather than individual atoms with activation of the coefficients for certain groups min 1 2 y Dβ λ g G ω g β g 2 (10) where g G 1, G 2,...,G K } is the K groups corresponding to D, β g refers to the coefficients of each group, and ω g is a parameter adopted to compensate for the different group sizes. (ω g = 1 if the groups are in the same size.) Based on the fact that pixels in a small neighborhood usually consist of the same or similar materials, it is recommended that the spatial correlation between y and its neighbors should

3 1360 IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 14, NO. 8, AUGUST 2017 TABLE I OVERALL ACCURACY AND CLASS-SPECIFIC ACCURACY FOR THE AVIRIS INDIAN PINES SCENE (120 SAMPLES PER CLASS) be considered into the framework [16]. In this context, let Y =y 1, y 2,...,y t } R d t be a testing set whose columns correspond to t pixels in a spatial neighborhood, and the above formulation can be extended to the collaborative group version min B 1 2 Y DB 2 F + λ ω g B g 2 (11) g G where B is a group sparse matrix and B g coefficients of each group. refers to the C. LSDA-GSR-Based Classification Considering that the main principle of SR-based classifiers is the representation of samples which is related to the training size, it is reasonable to implement a manifold subspace projection process for better characterization of features. Derived from the aforementioned algorithms, LSDA-GSRC for hyperspectral imagery is a two-step process: 1) local manifold subspace-based projection, where LSDA is adopted to project the training and testing sets to a lower-dimensional subspace and 2) representation-based classification, where the projected testing set is linearly represented by group-structured training samples via GSRC. Therefore, the final objective function of LSDA-GSRC can be represented as min B 1 2 L(Y) L(D)BL 2 F + λ ω g B L 2 g (12) g G where L(Y) and L(D) are projected by LSDA with Y and D, B L is a group sparse matrix, and Bg L refers to the coefficients of each group corresponding to L(D). Finally, the class label of the center testing pixel y in Y is determined by the minimum total residual error class(y) = arg min L(Y) L(D)δ c (B L ) 2 F (13) c where δ c (B L ) is the indicator operation which can zero out all the elements in B L that do not belong to class c. The pseudocode for the proposed LSDA-GSRC is summarized in Algorithm 1. III. EXPERIMENTAL RESULTS In this section, the proposed LSDA-GSRC is evaluated using two real hyperspectral data sets. The first one is collected by Airborne Visible/Infrared Imaging Spectrometer (AVIRIS) over the Indian Pines region. The scene contains pixels, with 220 spectral bands in the spectral range Fig. 1. (a) Lambda versus OA of LSDA-GSRC for different data sets. (b) Dimensionality m of the manifold subspace versus OA of LSDA-GSRC for different data sets. Algorithm 1 LSDA-GSRC Input: Available training data X =x i } n i=1 and a testing set in a spatial neighborhood Y =y j } t j=1. Step 1: Normalize X and Y to have unit l 2 -norm. Step 2: ObtainL(X) and L(Y) by LSDA using X and Y. Step 3: Obtain weight matrix B L in GSRC according to (12). Step 4: Compute the residual according to (13). Step 5: Identify the class label of the center pixel y in Y. Output: class (y). from 0.4 to 2.5 μm. To satisfy the sparsity requirement in the process of representation, eight mutually exclusive classes with a total of 8624 labeled samples are adopted from the ground reference data to avoid some classes with very few training samples. The other one is collected by the Reflective Optics System Imaging Spectrometer (ROSIS) over the University of Pavia in Italy in The ground-truth data contains nine classes. From the point of time efficiency, a size of patch with a total of 8981 labeled samples is selected from the original scene with 103 spectral bands after removing 12 bands of noise and water absorption. As for the parameter tuning, the spatial neighborhood size is generally adopted as t = 9. The regularized parameter λ and dimensionality m of the manifold subspace for the proposed approach are investigated. As illustrated in Fig. 1, we adopt λ = 1andm = 30 for GSRC and LSDA with the AVIRIS Indian Pines scene, while λ = 2andm = 10 with the ROSIS University of Pavia scene. In order to evaluate the proposed approach with regard to other related classic methods, experiments with support vector machine (SVM), SRC, locality preserving-based SRC (LPSRC), and GSRC are provided (the parameter settings

4 YU et al.: LSDA GSR-BASED HYPERSPECTRAL IMAGERY CLASSIFICATION Fig Classification maps for the AVIRIS Indian Pines scene (120 samples per class). The overall accuracies are provided in the parentheses. TABLE II OVERALL A CCURACY W ITH D IFFERENT N UMBER OF T RAINING S AMPLES ( PER C LASS ) FOR THE AVIRIS I NDIAN P INES S CENE Fig. 3. Classification maps for the ROSIS University of Pavia scene (100 samples per class). The overall accuracies are provided in the parentheses. TABLE III C OMPUTATIONAL C OST ( IN S ECONDS ) FOR THE AVIRIS I NDIAN P INES S CENE (120 S AMPLES PER C LASS ) follow those in the literature) [17]. In addition, we develop the integration of LPP and NPE with GSRC as comparisons to evaluate the proposed LSDA-GSRC. Overall accuracy (OA) and class-specific accuracy are provided with respect to the same number of randomly selected labeled samples per class (ωg = 1). In the first experiment using the AVIRIS Indian Pines scene, we randomly select 120 samples per class with a total size of 960 (which represents approximately 11% of the labeled samples), where the remaining 89% of the samples are used for validation. Table I reports the OA and class-specific accuracy of different methods. In this comparison, representation-based classifiers generally perform better than SVM. The improvement of GSRC toward SRC demonstrates the advantage of integration with spatial information. Moreover, local manifold subspace-based methods provide higher accuracies than the original counterparts, i.e., SRC and GSRC, which indicate that the proposed framework is robust and reliable. For illustrative purpose, Fig. 2 shows the corresponding classification maps. As reported, GSRC-based methods bring a significant improvement of details in the homogeneous region compared with SRC-based ones. Most importantly, LSDA-GSRC obtains

5 1362 IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 14, NO. 8, AUGUST 2017 TABLE IV OVERALL ACCURACY WITH DIFFERENT NUMBER OF TRAINING SAMPLES (PER CLASS) FOR THE ROSIS UNIVERSITY OF PAVIA SCENE TABLE V COMPUTATIONAL COST (IN SECONDS) FOR THE ROSIS UNIVERSITY OF PAVIA SCENE (100 SAMPLES PER CLASS) the best result with an overall accuracy of 92.69%, which is 11.98% and 4.04% higher than SRC and GSRC, respectively. The Indian Pines experiment also evaluates the proposed method with a varying size of training samples (from 30 to 120). Table II presents the overall classification accuracies provided by different methods, as a function of the number of training samples. As shown in Table II, local manifold subspace-based methods generally perform better than the original counterparts and the proposed LSDA-GSRC obtained the best results in all cases. Besides, the computational cost is also briefly reported for the compared SR-based methods in this letter. As shown in Table III, when a total of 960 labeled samples are used, LSDA-GSRC is obviously faster than SRC and GSRC, which demonstrates the efficiency of the proposed method. In the second experiment with the ROSIS University of Pavia scene, we evaluate the proposed method with different numbers of training samples. As reported in Table IV, the proposed LSDA-GSRC provides better results than the other tested methods in all cases. For instance, as illustrated in Fig. 3, when a total of 900 samples are used (approximately 10% of the labeled samples), LSDA-GSRC obtains the best result with an overall accuracy of 97.36%, which is 10.59% and 3.29% higher than SRC and GSRC, respectively. Besides, as shown in Table V, the local manifold subspace-based methods are generally faster than the original counterpart. Synthesizing the above results and analysis, it is convinced that the proposed LSDA-GSRC is effective and reliable. IV. CONCLUSION In this letter, a new local manifold subspace-based GSRC classifier, called LSDA-GSRC, was proposed for hyperspectral imagery. The main contributions include applying LSDA to project the input data to a local manifold subspace and representing the projected testing set by GSR for classification. The proposed method has been compared with the classic SRC, GSRC, and their integration with other subspace-based algorithms using two real hyperspectral data sets. Experimental results demonstrated that LSDA-GSRC outperformed the original counterparts and their variants, and provided better classification results with a relatively low computational cost. REFERENCES [1] S. Jia, Y. Xie, G. Tang, and J. Zhu, Spatial-spectral-combined sparse representation-based classification for hyperspectral imagery, Soft Comput., vol. 20, no. 12, pp , Dec [2] H. Yu, L. Gao, J. Li, S. S. Li, B. Zhang, and J. A. Benediktsson, Spectral-spatial hyperspectral image classification using subspacebased support vector machines and adaptive Markov random fields, Remote Sens., vol. 8, no. 4, p. 355, Apr [3] Z. Zhu, S. Jia, S. He, Y. Sun, Z. Ji, and L. Shen, Three-dimensional Gabor feature extraction for hyperspectral imagery classification using a memetic framework, Inf. Sci., vol. 298, pp , Mar [4] Y. Yuan, J. Lin, and Q. Wang, Hyperspectral image classification via multitask joint sparse representation and stepwise MRF optimization, IEEE Trans. Cybern., vol. 46, no. 12, pp , Dec [5] Q. Wang, J. Lin, and Y. Yuan, Salient band selection for hyperspectral image classification via manifold ranking, IEEE Trans. Neural Netw. Learn. Syst., vol. 27, no. 6, pp , Jun [6] Y. Yuan, J. Lin, and Q. Wang, Dual-clustering-based hyperspectral band selection by contextual analysis, IEEE Trans. Geosci. Remote Sens., vol. 54, no. 3, pp , Mar [7] W. Chen, J. Huang, J. Zou, and B. Fang, Wavelet-face based subspace LDA method to solve small sample size problem in face recognition, Int. J. Wavelets Multiresolut Inf. Process., vol. 7, no. 2, pp , Mar [Online]. Available: S [8] S. T. Roweis and L. K. Saul, Nonlinear dimensionality reduction by locally linear embedding, Science, vol. 290, no. 5500, pp , Dec [9] R. K. F. Chung, Spectral graph theory, in Regional Conference Series in Mathematics, vol. 92. Providence, RI, USA: AMS, [10] X. Zhang, C. Xu, M. Li, and X. Sun, Sparse and low-rank coupling image segmentation model via nonconvex regularization, Int. J. Pattern Recognit. Artif. Intell., vol. 29, no. 2, p , Mar [11] W. Li, Q. Du, and M. Xiong, Kernel collaborative representation with Tikhonov regularization for hyperspectral image classification, IEEE Geosci. Remote Sens. Lett., vol. 12, no. 1, pp , Jan [12] X. Sun, Q. Qu, N. M. Nasrabadi, and T. D. Tran, Structured priors for sparse-representation-based hyperspectral image classification, IEEE Geosci. Remote Sens. Lett., vol. 11, no. 7, pp , Dec [13] W. Li and Q. Du, A survey on representation-based classification and detection in hyperspectral remote sensing imagery, Pattern Recognit. Lett., vol. 83, no. 2, pp , Nov [14] D. Cai, X. He, K. Zhou, J. Han, and H. Bao, Locality sensitive discriminant analysis, in Proc. 20th Int. Joint Conf. Artif. Intell., Jan. 2007, pp [15] J. Huang and T. Zhang, The benefit of group sparsity, Ann. Statist., vol. 38, no. 4, pp , [16] Y. Chen, N. M. Nasrabadi, and T. D. Tran, Hyperspectral image classification using dictionary-based sparse representation, IEEE Trans. Geosci. Remote Sens., vol. 49, no. 10, pp , May [17] L. Gao, H. Yu, B. Zhang, and Q. Li, Locality-preserving sparse representation-based classification in hyperspectral imagery, J. Appl. Remote Sens., vol. 10, no. 4, p , Jun

KERNEL-based methods, such as support vector machines

KERNEL-based methods, such as support vector machines 48 IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 12, NO. 1, JANUARY 2015 Kernel Collaborative Representation With Tikhonov Regularization for Hyperspectral Image Classification Wei Li, Member, IEEE,QianDu,Senior

More information

Learning based face hallucination techniques: A survey

Learning based face hallucination techniques: A survey Vol. 3 (2014-15) pp. 37-45. : A survey Premitha Premnath K Department of Computer Science & Engineering Vidya Academy of Science & Technology Thrissur - 680501, Kerala, India (email: premithakpnath@gmail.com)

More information

HYPERSPECTRAL imagery has been increasingly used

HYPERSPECTRAL imagery has been increasingly used IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 14, NO. 5, MAY 2017 597 Transferred Deep Learning for Anomaly Detection in Hyperspectral Imagery Wei Li, Senior Member, IEEE, Guodong Wu, and Qian Du, Senior

More information

IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 13, NO. 8, AUGUST

IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 13, NO. 8, AUGUST IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 13, NO. 8, AUGUST 2016 1059 A Modified Locality-Preserving Projection Approach for Hyperspectral Image Classification Yongguang Zhai, Lifu Zhang, Senior

More information

HYPERSPECTRAL imagery consists of hundreds of

HYPERSPECTRAL imagery consists of hundreds of 7066 IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING, VOL. 54, NO. 12, DECEMBER 2016 Laplacian Regularized Collaborative Graph for Discriminant Analysis of Hyperspectral Imagery Wei Li, Member, IEEE,

More information

IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 12, NO. 2, FEBRUARY

IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 12, NO. 2, FEBRUARY IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 12, NO. 2, FEBRUARY 2015 349 Subspace-Based Support Vector Machines for Hyperspectral Image Classification Lianru Gao, Jun Li, Member, IEEE, Mahdi Khodadadzadeh,

More information

A MAXIMUM NOISE FRACTION TRANSFORM BASED ON A SENSOR NOISE MODEL FOR HYPERSPECTRAL DATA. Naoto Yokoya 1 and Akira Iwasaki 2

A MAXIMUM NOISE FRACTION TRANSFORM BASED ON A SENSOR NOISE MODEL FOR HYPERSPECTRAL DATA. Naoto Yokoya 1 and Akira Iwasaki 2 A MAXIMUM NOISE FRACTION TRANSFORM BASED ON A SENSOR NOISE MODEL FOR HYPERSPECTRAL DATA Naoto Yokoya 1 and Akira Iwasaki 1 Graduate Student, Department of Aeronautics and Astronautics, The University of

More information

An efficient face recognition algorithm based on multi-kernel regularization learning

An efficient face recognition algorithm based on multi-kernel regularization learning Acta Technica 61, No. 4A/2016, 75 84 c 2017 Institute of Thermomechanics CAS, v.v.i. An efficient face recognition algorithm based on multi-kernel regularization learning Bi Rongrong 1 Abstract. A novel

More information

Graph Autoencoder-Based Unsupervised Feature Selection

Graph Autoencoder-Based Unsupervised Feature Selection Graph Autoencoder-Based Unsupervised Feature Selection Siwei Feng Department of Electrical and Computer Engineering University of Massachusetts Amherst Amherst, MA, 01003 siwei@umass.edu Marco F. Duarte

More information

HYPERSPECTRAL imagery (HSI) records hundreds of

HYPERSPECTRAL imagery (HSI) records hundreds of IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 11, NO. 1, JANUARY 2014 173 Classification Based on 3-D DWT and Decision Fusion for Hyperspectral Image Analysis Zhen Ye, Student Member, IEEE, Saurabh

More information

Hyperspectral and Multispectral Image Fusion Using Local Spatial-Spectral Dictionary Pair

Hyperspectral and Multispectral Image Fusion Using Local Spatial-Spectral Dictionary Pair Hyperspectral and Multispectral Image Fusion Using Local Spatial-Spectral Dictionary Pair Yifan Zhang, Tuo Zhao, and Mingyi He School of Electronics and Information International Center for Information

More information

GRAPH-BASED SEMI-SUPERVISED HYPERSPECTRAL IMAGE CLASSIFICATION USING SPATIAL INFORMATION

GRAPH-BASED SEMI-SUPERVISED HYPERSPECTRAL IMAGE CLASSIFICATION USING SPATIAL INFORMATION GRAPH-BASED SEMI-SUPERVISED HYPERSPECTRAL IMAGE CLASSIFICATION USING SPATIAL INFORMATION Nasehe Jamshidpour a, Saeid Homayouni b, Abdolreza Safari a a Dept. of Geomatics Engineering, College of Engineering,

More information

4178 IEEE JOURNAL OF SELECTED TOPICS IN APPLIED EARTH OBSERVATIONS AND REMOTE SENSING, VOL. 9, NO. 9, SEPTEMBER 2016

4178 IEEE JOURNAL OF SELECTED TOPICS IN APPLIED EARTH OBSERVATIONS AND REMOTE SENSING, VOL. 9, NO. 9, SEPTEMBER 2016 4178 IEEE JOURNAL OF SELECTED TOPICS IN APPLIED EARTH OBSERVATIONS AND REMOTE SENSING, VOL. 9, NO. 9, SEPTEMBER 016 Hyperspectral Image Classification by Fusing Collaborative and Sparse Representations

More information

Exploring Structural Consistency in Graph Regularized Joint Spectral-Spatial Sparse Coding for Hyperspectral Image Classification

Exploring Structural Consistency in Graph Regularized Joint Spectral-Spatial Sparse Coding for Hyperspectral Image Classification 1 Exploring Structural Consistency in Graph Regularized Joint Spectral-Spatial Sparse Coding for Hyperspectral Image Classification Changhong Liu, Jun Zhou, Senior Member, IEEE, Jie Liang, Yuntao Qian,

More information

Detecting Burnscar from Hyperspectral Imagery via Sparse Representation with Low-Rank Interference

Detecting Burnscar from Hyperspectral Imagery via Sparse Representation with Low-Rank Interference Detecting Burnscar from Hyperspectral Imagery via Sparse Representation with Low-Rank Interference Minh Dao 1, Xiang Xiang 1, Bulent Ayhan 2, Chiman Kwan 2, Trac D. Tran 1 Johns Hopkins Univeristy, 3400

More information

REPORT DOCUMENTATION PAGE

REPORT DOCUMENTATION PAGE REPORT DOCUMENTATION PAGE Form Approved OMB NO. 0704-0188 The public reporting burden for this collection of information is estimated to average 1 hour per response, including the time for reviewing instructions,

More information

Bilevel Sparse Coding

Bilevel Sparse Coding Adobe Research 345 Park Ave, San Jose, CA Mar 15, 2013 Outline 1 2 The learning model The learning algorithm 3 4 Sparse Modeling Many types of sensory data, e.g., images and audio, are in high-dimensional

More information

REMOTE sensing hyperspectral images (HSI) are acquired

REMOTE sensing hyperspectral images (HSI) are acquired IEEE JOURNAL OF SELECTED TOPICS IN APPLIED EARTH OBSERVATIONS AND REMOTE SENSING, VOL. 10, NO. 3, MARCH 2017 1151 Exploring Structural Consistency in Graph Regularized Joint Spectral-Spatial Sparse Coding

More information

Hyperspectral Image Classification by Using Pixel Spatial Correlation

Hyperspectral Image Classification by Using Pixel Spatial Correlation Hyperspectral Image Classification by Using Pixel Spatial Correlation Yue Gao and Tat-Seng Chua School of Computing, National University of Singapore, Singapore {gaoyue,chuats}@comp.nus.edu.sg Abstract.

More information

A new Graph constructor for Semi-supervised Discriminant Analysis via Group Sparsity

A new Graph constructor for Semi-supervised Discriminant Analysis via Group Sparsity 2011 Sixth International Conference on Image and Graphics A new Graph constructor for Semi-supervised Discriminant Analysis via Group Sparsity Haoyuan Gao, Liansheng Zhuang, Nenghai Yu MOE-MS Key Laboratory

More information

PoS(CENet2017)005. The Classification of Hyperspectral Images Based on Band-Grouping and Convolutional Neural Network. Speaker.

PoS(CENet2017)005. The Classification of Hyperspectral Images Based on Band-Grouping and Convolutional Neural Network. Speaker. The Classification of Hyperspectral Images Based on Band-Grouping and Convolutional Neural Network 1 Xi an Hi-Tech Institute Xi an 710025, China E-mail: dr-f@21cnl.c Hongyang Gu Xi an Hi-Tech Institute

More information

Non-local Similarity Regularized Sparsity. Model for Hyperspectral Target Detection

Non-local Similarity Regularized Sparsity. Model for Hyperspectral Target Detection Non-local Similarity Regularized Sparsity 1 Model for Hyperspectral Target Detection Zhongwei Huang, Zhenwei Shi and Shuo Yang Abstract Sparsity based approaches have been considered useful for target

More information

Time Series Clustering Ensemble Algorithm Based on Locality Preserving Projection

Time Series Clustering Ensemble Algorithm Based on Locality Preserving Projection Based on Locality Preserving Projection 2 Information & Technology College, Hebei University of Economics & Business, 05006 Shijiazhuang, China E-mail: 92475577@qq.com Xiaoqing Weng Information & Technology

More information

MULTI-POSE FACE HALLUCINATION VIA NEIGHBOR EMBEDDING FOR FACIAL COMPONENTS. Yanghao Li, Jiaying Liu, Wenhan Yang, Zongming Guo

MULTI-POSE FACE HALLUCINATION VIA NEIGHBOR EMBEDDING FOR FACIAL COMPONENTS. Yanghao Li, Jiaying Liu, Wenhan Yang, Zongming Guo MULTI-POSE FACE HALLUCINATION VIA NEIGHBOR EMBEDDING FOR FACIAL COMPONENTS Yanghao Li, Jiaying Liu, Wenhan Yang, Zongg Guo Institute of Computer Science and Technology, Peking University, Beijing, P.R.China,

More information

HYPERSPECTRAL imagery (HSI), spanning the visible

HYPERSPECTRAL imagery (HSI), spanning the visible IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING, VOL 52, NO 9, SEPTEMBER 2014 5923 Joint Collaborative Representation With Multitask Learning for Hyperspectral Image Classification Jiayi Li, Student

More information

DIMENSION REDUCTION FOR HYPERSPECTRAL DATA USING RANDOMIZED PCA AND LAPLACIAN EIGENMAPS

DIMENSION REDUCTION FOR HYPERSPECTRAL DATA USING RANDOMIZED PCA AND LAPLACIAN EIGENMAPS DIMENSION REDUCTION FOR HYPERSPECTRAL DATA USING RANDOMIZED PCA AND LAPLACIAN EIGENMAPS YIRAN LI APPLIED MATHEMATICS, STATISTICS AND SCIENTIFIC COMPUTING ADVISOR: DR. WOJTEK CZAJA, DR. JOHN BENEDETTO DEPARTMENT

More information

MULTI/HYPERSPECTRAL imagery has the potential to

MULTI/HYPERSPECTRAL imagery has the potential to IEEE GEOSCIENCE AND REMOTE SENSING ETTERS, VO. 11, NO. 12, DECEMBER 2014 2183 Three-Dimensional Wavelet Texture Feature Extraction and Classification for Multi/Hyperspectral Imagery Xian Guo, Xin Huang,

More information

School of Computer and Communication, Lanzhou University of Technology, Gansu, Lanzhou,730050,P.R. China

School of Computer and Communication, Lanzhou University of Technology, Gansu, Lanzhou,730050,P.R. China Send Orders for Reprints to reprints@benthamscienceae The Open Automation and Control Systems Journal, 2015, 7, 253-258 253 Open Access An Adaptive Neighborhood Choosing of the Local Sensitive Discriminant

More information

DEEP LEARNING TO DIVERSIFY BELIEF NETWORKS FOR REMOTE SENSING IMAGE CLASSIFICATION

DEEP LEARNING TO DIVERSIFY BELIEF NETWORKS FOR REMOTE SENSING IMAGE CLASSIFICATION DEEP LEARNING TO DIVERSIFY BELIEF NETWORKS FOR REMOTE SENSING IMAGE CLASSIFICATION S.Dhanalakshmi #1 #PG Scholar, Department of Computer Science, Dr.Sivanthi Aditanar college of Engineering, Tiruchendur

More information

IN RECENT years, the latest generation of optical sensors

IN RECENT years, the latest generation of optical sensors IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 11, NO. 8, AUGUST 2014 1409 Supervised Segmentation of Very High Resolution Images by the Use of Extended Morphological Attribute Profiles and a Sparse

More information

The Analysis of Parameters t and k of LPP on Several Famous Face Databases

The Analysis of Parameters t and k of LPP on Several Famous Face Databases The Analysis of Parameters t and k of LPP on Several Famous Face Databases Sujing Wang, Na Zhang, Mingfang Sun, and Chunguang Zhou College of Computer Science and Technology, Jilin University, Changchun

More information

Face Recognition Based on LDA and Improved Pairwise-Constrained Multiple Metric Learning Method

Face Recognition Based on LDA and Improved Pairwise-Constrained Multiple Metric Learning Method Journal of Information Hiding and Multimedia Signal Processing c 2016 ISSN 2073-4212 Ubiquitous International Volume 7, Number 5, September 2016 Face Recognition ased on LDA and Improved Pairwise-Constrained

More information

ROBUST JOINT SPARSITY MODEL FOR HYPERSPECTRAL IMAGE CLASSIFICATION. Wuhan University, China

ROBUST JOINT SPARSITY MODEL FOR HYPERSPECTRAL IMAGE CLASSIFICATION. Wuhan University, China ROBUST JOINT SPARSITY MODEL FOR HYPERSPECTRAL IMAGE CLASSIFICATION Shaoguang Huang 1, Hongyan Zhang 2, Wenzhi Liao 1 and Aleksandra Pižurica 1 1 Department of Telecommunications and Information Processing,

More information

Semi-supervised Data Representation via Affinity Graph Learning

Semi-supervised Data Representation via Affinity Graph Learning 1 Semi-supervised Data Representation via Affinity Graph Learning Weiya Ren 1 1 College of Information System and Management, National University of Defense Technology, Changsha, Hunan, P.R China, 410073

More information

Hyperspectral Image Classification Using Gradient Local Auto-Correlations

Hyperspectral Image Classification Using Gradient Local Auto-Correlations Hyperspectral Image Classification Using Gradient Local Auto-Correlations Chen Chen 1, Junjun Jiang 2, Baochang Zhang 3, Wankou Yang 4, Jianzhong Guo 5 1. epartment of Electrical Engineering, University

More information

IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 24, NO. 7, JULY

IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 24, NO. 7, JULY IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 24, NO. 7, JULY 2015 2037 Spatial Coherence-Based Batch-Mode Active Learning for Remote Sensing Image Classification Qian Shi, Bo Du, Member, IEEE, and Liangpei

More information

Multi-level fusion of graph based discriminant analysis for hyperspectral image classification

Multi-level fusion of graph based discriminant analysis for hyperspectral image classification DOI 10.1007/s11042-016-4183-7 Multi-level fusion of graph based discriminant analysis for hyperspectral image classification Fubiao Feng 1 Qiong Ran 1 Wei Li 1 Received: 28 May 2016 / Revised: 28 October

More information

Classification of Hyperspectral Data over Urban. Areas Using Directional Morphological Profiles and. Semi-supervised Feature Extraction

Classification of Hyperspectral Data over Urban. Areas Using Directional Morphological Profiles and. Semi-supervised Feature Extraction IEEE JOURNAL OF SELECTED TOPICS IN APPLIED EARTH OBSERVATIONS AND REMOTE SENSING, VOL.X, NO.X, Y 1 Classification of Hyperspectral Data over Urban Areas Using Directional Morphological Profiles and Semi-supervised

More information

Fusion of pixel based and object based features for classification of urban hyperspectral remote sensing data

Fusion of pixel based and object based features for classification of urban hyperspectral remote sensing data Fusion of pixel based and object based features for classification of urban hyperspectral remote sensing data Wenzhi liao a, *, Frieke Van Coillie b, Flore Devriendt b, Sidharta Gautama a, Aleksandra Pizurica

More information

Remote Sensing Data Classification Using Combined Spectral and Spatial Local Linear Embedding (CSSLE)

Remote Sensing Data Classification Using Combined Spectral and Spatial Local Linear Embedding (CSSLE) 2016 International Conference on Artificial Intelligence and Computer Science (AICS 2016) ISBN: 978-1-60595-411-0 Remote Sensing Data Classification Using Combined Spectral and Spatial Local Linear Embedding

More information

Dimension reduction for hyperspectral imaging using laplacian eigenmaps and randomized principal component analysis:midyear Report

Dimension reduction for hyperspectral imaging using laplacian eigenmaps and randomized principal component analysis:midyear Report Dimension reduction for hyperspectral imaging using laplacian eigenmaps and randomized principal component analysis:midyear Report Yiran Li yl534@math.umd.edu Advisor: Wojtek Czaja wojtek@math.umd.edu

More information

Remote Sensed Image Classification based on Spatial and Spectral Features using SVM

Remote Sensed Image Classification based on Spatial and Spectral Features using SVM RESEARCH ARTICLE OPEN ACCESS Remote Sensed Image Classification based on Spatial and Spectral Features using SVM Mary Jasmine. E PG Scholar Department of Computer Science and Engineering, University College

More information

STRATIFIED SAMPLING METHOD BASED TRAINING PIXELS SELECTION FOR HYPER SPECTRAL REMOTE SENSING IMAGE CLASSIFICATION

STRATIFIED SAMPLING METHOD BASED TRAINING PIXELS SELECTION FOR HYPER SPECTRAL REMOTE SENSING IMAGE CLASSIFICATION Volume 117 No. 17 2017, 121-126 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu STRATIFIED SAMPLING METHOD BASED TRAINING PIXELS SELECTION FOR HYPER

More information

A Hierarchial Model for Visual Perception

A Hierarchial Model for Visual Perception A Hierarchial Model for Visual Perception Bolei Zhou 1 and Liqing Zhang 2 1 MOE-Microsoft Laboratory for Intelligent Computing and Intelligent Systems, and Department of Biomedical Engineering, Shanghai

More information

Heat Kernel Based Local Binary Pattern for Face Representation

Heat Kernel Based Local Binary Pattern for Face Representation JOURNAL OF LATEX CLASS FILES 1 Heat Kernel Based Local Binary Pattern for Face Representation Xi Li, Weiming Hu, Zhongfei Zhang, Hanzi Wang Abstract Face classification has recently become a very hot research

More information

Hyperspectral Image Classification via Kernel Sparse Representation

Hyperspectral Image Classification via Kernel Sparse Representation 1 Hyperspectral Image Classification via Kernel Sparse Representation Yi Chen 1, Nasser M. Nasrabadi 2, Fellow, IEEE, and Trac D. Tran 1, Senior Member, IEEE 1 Department of Electrical and Computer Engineering,

More information

Fuzzy Bidirectional Weighted Sum for Face Recognition

Fuzzy Bidirectional Weighted Sum for Face Recognition Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2014, 6, 447-452 447 Fuzzy Bidirectional Weighted Sum for Face Recognition Open Access Pengli Lu

More information

3D Mesh Sequence Compression Using Thin-plate Spline based Prediction

3D Mesh Sequence Compression Using Thin-plate Spline based Prediction Appl. Math. Inf. Sci. 10, No. 4, 1603-1608 (2016) 1603 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.18576/amis/100440 3D Mesh Sequence Compression Using Thin-plate

More information

NTHU Rain Removal Project

NTHU Rain Removal Project People NTHU Rain Removal Project Networked Video Lab, National Tsing Hua University, Hsinchu, Taiwan Li-Wei Kang, Institute of Information Science, Academia Sinica, Taipei, Taiwan Chia-Wen Lin *, Department

More information

SEMI-SUPERVISED LEARNING (SSL) for classification

SEMI-SUPERVISED LEARNING (SSL) for classification IEEE SIGNAL PROCESSING LETTERS, VOL. 22, NO. 12, DECEMBER 2015 2411 Bilinear Embedding Label Propagation: Towards Scalable Prediction of Image Labels Yuchen Liang, Zhao Zhang, Member, IEEE, Weiming Jiang,

More information

Spectral-Spatial Response for Hyperspectral Image Classification

Spectral-Spatial Response for Hyperspectral Image Classification Article Spectral-Spatial Response for Hyperspectral Image Classification Yantao Wei 1,2, *,, Yicong Zhou 2, and Hong Li 3 1 School of Educational Information Technology, Central China Normal University,

More information

Manifold Constrained Deep Neural Networks for ASR

Manifold Constrained Deep Neural Networks for ASR 1 Manifold Constrained Deep Neural Networks for ASR Department of Electrical and Computer Engineering, McGill University Richard Rose and Vikrant Tomar Motivation Speech features can be characterized as

More information

Sparsity Preserving Canonical Correlation Analysis

Sparsity Preserving Canonical Correlation Analysis Sparsity Preserving Canonical Correlation Analysis Chen Zu and Daoqiang Zhang Department of Computer Science and Engineering, Nanjing University of Aeronautics and Astronautics, Nanjing 210016, China {zuchen,dqzhang}@nuaa.edu.cn

More information

HYPERSPECTRAL remote sensing sensors provide hundreds

HYPERSPECTRAL remote sensing sensors provide hundreds 70 IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING, VOL. 53, NO. 1, JANUARY 2015 Spectral Spatial Classification of Hyperspectral Data via Morphological Component Analysis-Based Image Separation Zhaohui

More information

Selecting Models from Videos for Appearance-Based Face Recognition

Selecting Models from Videos for Appearance-Based Face Recognition Selecting Models from Videos for Appearance-Based Face Recognition Abdenour Hadid and Matti Pietikäinen Machine Vision Group Infotech Oulu and Department of Electrical and Information Engineering P.O.

More information

HYPERSPECTRAL images (HSIs), spanning the visible

HYPERSPECTRAL images (HSIs), spanning the visible 5338 IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING, VOL. 53, NO. 10, OCTOBER 2015 Efficient Superpixel-Level Multitask Joint Sparse Representation for Hyperspectral Image Classification Jiayi Li,

More information

APPLICABILITY ANALYSIS OF CLOTH SIMULATION FILTERING ALGORITHM FOR MOBILE LIDAR POINT CLOUD

APPLICABILITY ANALYSIS OF CLOTH SIMULATION FILTERING ALGORITHM FOR MOBILE LIDAR POINT CLOUD APPLICABILITY ANALYSIS OF CLOTH SIMULATION FILTERING ALGORITHM FOR MOBILE LIDAR POINT CLOUD Shangshu Cai 1,, Wuming Zhang 1,, Jianbo Qi 1,, Peng Wan 1,, Jie Shao 1,, Aojie Shen 1, 1 State Key Laboratory

More information

6860 IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING, VOL. 55, NO. 12, DECEMBER 2017

6860 IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING, VOL. 55, NO. 12, DECEMBER 2017 6860 IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING, VOL. 55, NO. 12, DECEMBER 2017 Structured Sparse Coding-Based Hyperspectral Imagery Denoising With Intracluster Filtering Wei Wei, Member, IEEE,

More information

A Discriminative Non-Linear Manifold Learning Technique for Face Recognition

A Discriminative Non-Linear Manifold Learning Technique for Face Recognition A Discriminative Non-Linear Manifold Learning Technique for Face Recognition Bogdan Raducanu 1 and Fadi Dornaika 2,3 1 Computer Vision Center, 08193 Bellaterra, Barcelona, Spain bogdan@cvc.uab.es 2 IKERBASQUE,

More information

Color Local Texture Features Based Face Recognition

Color Local Texture Features Based Face Recognition Color Local Texture Features Based Face Recognition Priyanka V. Bankar Department of Electronics and Communication Engineering SKN Sinhgad College of Engineering, Korti, Pandharpur, Maharashtra, India

More information

Robust Face Recognition via Sparse Representation Authors: John Wright, Allen Y. Yang, Arvind Ganesh, S. Shankar Sastry, and Yi Ma

Robust Face Recognition via Sparse Representation Authors: John Wright, Allen Y. Yang, Arvind Ganesh, S. Shankar Sastry, and Yi Ma Robust Face Recognition via Sparse Representation Authors: John Wright, Allen Y. Yang, Arvind Ganesh, S. Shankar Sastry, and Yi Ma Presented by Hu Han Jan. 30 2014 For CSE 902 by Prof. Anil K. Jain: Selected

More information

CONTENT ADAPTIVE SCREEN IMAGE SCALING

CONTENT ADAPTIVE SCREEN IMAGE SCALING CONTENT ADAPTIVE SCREEN IMAGE SCALING Yao Zhai (*), Qifei Wang, Yan Lu, Shipeng Li University of Science and Technology of China, Hefei, Anhui, 37, China Microsoft Research, Beijing, 8, China ABSTRACT

More information

HYPERSPECTRAL images with hundreds of spectral

HYPERSPECTRAL images with hundreds of spectral IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING 1 Hyperspectral Image Classification With Imbalanced Data Based on Orthogonal Complement Subspace Projection Jiaojiao Li, Member, IEEE, QianDu, Fellow,

More information

Visualization of Hyperspectral Imaging Data Based on Manifold Alignment

Visualization of Hyperspectral Imaging Data Based on Manifold Alignment 2014 22nd International Conference on Pattern Recognition Visualization of Hyperspectral Imaging Data Based on Manifold Alignment Danping Liao College of Computer Science Zhejiang University, Hangzhou,

More information

Does Normalization Methods Play a Role for Hyperspectral Image Classification?

Does Normalization Methods Play a Role for Hyperspectral Image Classification? Does Normalization Methods Play a Role for Hyperspectral Image Classification? Faxian Cao 1, Zhijing Yang 1*, Jinchang Ren 2, Mengying Jiang 1, Wing-Kuen Ling 1 1 School of Information Engineering, Guangdong

More information

Textural Features for Hyperspectral Pixel Classification

Textural Features for Hyperspectral Pixel Classification Textural Features for Hyperspectral Pixel Classification Olga Rajadell, Pedro García-Sevilla, and Filiberto Pla Depto. Lenguajes y Sistemas Informáticos Jaume I University, Campus Riu Sec s/n 12071 Castellón,

More information

FACE RECOGNITION FROM A SINGLE SAMPLE USING RLOG FILTER AND MANIFOLD ANALYSIS

FACE RECOGNITION FROM A SINGLE SAMPLE USING RLOG FILTER AND MANIFOLD ANALYSIS FACE RECOGNITION FROM A SINGLE SAMPLE USING RLOG FILTER AND MANIFOLD ANALYSIS Jaya Susan Edith. S 1 and A.Usha Ruby 2 1 Department of Computer Science and Engineering,CSI College of Engineering, 2 Research

More information

An Approach for Reduction of Rain Streaks from a Single Image

An Approach for Reduction of Rain Streaks from a Single Image An Approach for Reduction of Rain Streaks from a Single Image Vijayakumar Majjagi 1, Netravati U M 2 1 4 th Semester, M. Tech, Digital Electronics, Department of Electronics and Communication G M Institute

More information

Spatially variant dimensionality reduction for the visualization of multi/hyperspectral images

Spatially variant dimensionality reduction for the visualization of multi/hyperspectral images Author manuscript, published in "International Conference on Image Analysis and Recognition, Burnaby : Canada (2011)" DOI : 10.1007/978-3-642-21593-3_38 Spatially variant dimensionality reduction for the

More information

Dimension reduction for hyperspectral imaging using laplacian eigenmaps and randomized principal component analysis

Dimension reduction for hyperspectral imaging using laplacian eigenmaps and randomized principal component analysis Dimension reduction for hyperspectral imaging using laplacian eigenmaps and randomized principal component analysis Yiran Li yl534@math.umd.edu Advisor: Wojtek Czaja wojtek@math.umd.edu 10/17/2014 Abstract

More information

A Supervised Non-linear Dimensionality Reduction Approach for Manifold Learning

A Supervised Non-linear Dimensionality Reduction Approach for Manifold Learning A Supervised Non-linear Dimensionality Reduction Approach for Manifold Learning B. Raducanu 1 and F. Dornaika 2,3 1 Computer Vision Center, Barcelona, SPAIN 2 Department of Computer Science and Artificial

More information

MULTIVARIATE TEXTURE DISCRIMINATION USING A PRINCIPAL GEODESIC CLASSIFIER

MULTIVARIATE TEXTURE DISCRIMINATION USING A PRINCIPAL GEODESIC CLASSIFIER MULTIVARIATE TEXTURE DISCRIMINATION USING A PRINCIPAL GEODESIC CLASSIFIER A.Shabbir 1, 2 and G.Verdoolaege 1, 3 1 Department of Applied Physics, Ghent University, B-9000 Ghent, Belgium 2 Max Planck Institute

More information

AN IMPROVED K-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION

AN IMPROVED K-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION AN IMPROVED K-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION WILLIAM ROBSON SCHWARTZ University of Maryland, Department of Computer Science College Park, MD, USA, 20742-327, schwartz@cs.umd.edu RICARDO

More information

Adaptive Doppler centroid estimation algorithm of airborne SAR

Adaptive Doppler centroid estimation algorithm of airborne SAR Adaptive Doppler centroid estimation algorithm of airborne SAR Jian Yang 1,2a), Chang Liu 1, and Yanfei Wang 1 1 Institute of Electronics, Chinese Academy of Sciences 19 North Sihuan Road, Haidian, Beijing

More information

Spectral Angle Based Unary Energy Functions for Spatial-Spectral Hyperspectral Classification Using Markov Random Fields

Spectral Angle Based Unary Energy Functions for Spatial-Spectral Hyperspectral Classification Using Markov Random Fields Rochester Institute of Technology RIT Scholar Works Presentations and other scholarship 7-31-2016 Spectral Angle Based Unary Energy Functions for Spatial-Spectral Hyperspectral Classification Using Markov

More information

IMPROVEMENTS in spatial resolution of optical sensors

IMPROVEMENTS in spatial resolution of optical sensors 396 IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 10, NO. 2, MARCH 2013 Hierarchical Remote Sensing Image Analysis via Graph Laplacian Energy Zhang Huigang, Bai Xiao, Zheng Huaxin, Zhao Huijie, Zhou

More information

FOR compressed video, due to motion prediction and

FOR compressed video, due to motion prediction and 1390 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 24, NO. 8, AUGUST 2014 Multiple Description Video Coding Based on Human Visual System Characteristics Huihui Bai, Weisi Lin, Senior

More information

IEEE JOURNAL OF SELECTED TOPICS IN APPLIED EARTH OBSERVATIONS AND REMOTE SENSING 1

IEEE JOURNAL OF SELECTED TOPICS IN APPLIED EARTH OBSERVATIONS AND REMOTE SENSING 1 IEEE JOURNAL OF SELECTED TOPICS IN APPLIED EARTH OBSERVATIONS AND REMOTE SENSING 1 Exploring Locally Adaptive Dimensionality Reduction for Hyperspectral Image Classification: A Maximum Margin Metric Learning

More information

Sparse Models in Image Understanding And Computer Vision

Sparse Models in Image Understanding And Computer Vision Sparse Models in Image Understanding And Computer Vision Jayaraman J. Thiagarajan Arizona State University Collaborators Prof. Andreas Spanias Karthikeyan Natesan Ramamurthy Sparsity Sparsity of a vector

More information

Hyperspectral Data Classification via Sparse Representation in Homotopy

Hyperspectral Data Classification via Sparse Representation in Homotopy Hyperspectral Data Classification via Sparse Representation in Homotopy Qazi Sami ul Haq,Lixin Shi,Linmi Tao,Shiqiang Yang Key Laboratory of Pervasive Computing, Ministry of Education Department of Computer

More information

Discriminant Analysis-Based Dimension Reduction for Hyperspectral Image Classification

Discriminant Analysis-Based Dimension Reduction for Hyperspectral Image Classification Satellite View istockphoto.com/frankramspott puzzle outline footage firm, inc. Discriminant Analysis-Based Dimension Reduction for Hyperspectral Image Classification A survey of the most recent advances

More information

THE imaging spectrometer, airborne or spaceborne, is a

THE imaging spectrometer, airborne or spaceborne, is a IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING 1 Semisupervised Discriminative Locally Enhanced Alignment for Hyperspectral Image Classification Qian Shi, Student Member, IEEE, Liangpei Zhang, Senior

More information

Stepwise Metric Adaptation Based on Semi-Supervised Learning for Boosting Image Retrieval Performance

Stepwise Metric Adaptation Based on Semi-Supervised Learning for Boosting Image Retrieval Performance Stepwise Metric Adaptation Based on Semi-Supervised Learning for Boosting Image Retrieval Performance Hong Chang & Dit-Yan Yeung Department of Computer Science Hong Kong University of Science and Technology

More information

Technical Report. Title: Manifold learning and Random Projections for multi-view object recognition

Technical Report. Title: Manifold learning and Random Projections for multi-view object recognition Technical Report Title: Manifold learning and Random Projections for multi-view object recognition Authors: Grigorios Tsagkatakis 1 and Andreas Savakis 2 1 Center for Imaging Science, Rochester Institute

More information

HYPERSPECTRAL remote sensing images (HSI) with

HYPERSPECTRAL remote sensing images (HSI) with 1 A Semi-supervised Spatial Spectral Regularized Manifold Local Scaling Cut With HGF for Dimensionality Reduction of Hyperspectral Images Ramanarayan Mohanty, Student Member, IEEE, S L Happy, Member, IEEE,

More information

Region Based Image Fusion Using SVM

Region Based Image Fusion Using SVM Region Based Image Fusion Using SVM Yang Liu, Jian Cheng, Hanqing Lu National Laboratory of Pattern Recognition, Institute of Automation, Chinese Academy of Sciences ABSTRACT This paper presents a novel

More information

CONVOLUTIONAL NEURAL NETWORKS FOR HIGH SPATIAL RESOLUTION REMOTE SENSING IMAGE CLASSIFICATION

CONVOLUTIONAL NEURAL NETWORKS FOR HIGH SPATIAL RESOLUTION REMOTE SENSING IMAGE CLASSIFICATION CONVOLUTIONAL NEURAL NETWORKS FOR HIGH SPATIAL RESOLUTION REMOTE SENSING IMAGE CLASSIFICATION 1. Sakhi. G 1, 2., R. Balasubramanian 2, R.Nedunchezhian 3 1 Research Scholar, Manonmaniam Sundaranar University,Tirunelveli

More information

A New Spatial Spectral Feature Extraction Method for Hyperspectral Images Using Local Covariance Matrix Representation

A New Spatial Spectral Feature Extraction Method for Hyperspectral Images Using Local Covariance Matrix Representation 3534 IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING, VOL. 56, NO. 6, JUNE 2018 A New Spatial Spectral Feature Extraction Method for Hyperspectral Images Using Local Covariance Matrix Representation

More information

IMAGE classification plays an important role in remote sensing

IMAGE classification plays an important role in remote sensing IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 11, NO. 2, FEBRUARY 2014 489 Spatial-Attraction-Based Markov Random Field Approach for Classification of High Spatial Resolution Multispectral Imagery Hua

More information

Image Denoising via Group Sparse Eigenvectors of Graph Laplacian

Image Denoising via Group Sparse Eigenvectors of Graph Laplacian Image Denoising via Group Sparse Eigenvectors of Graph Laplacian Yibin Tang, Ying Chen, Ning Xu, Aimin Jiang, Lin Zhou College of IOT Engineering, Hohai University, Changzhou, China School of Information

More information

Design of Orthogonal Graph Wavelet Filter Banks

Design of Orthogonal Graph Wavelet Filter Banks Design of Orthogonal Graph Wavelet Filter Banks Xi ZHANG Department of Communication Engineering and Informatics The University of Electro-Communications Chofu-shi, Tokyo, 182-8585 JAPAN E-mail: zhangxi@uec.ac.jp

More information

SOME stereo image-matching methods require a user-selected

SOME stereo image-matching methods require a user-selected IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 3, NO. 2, APRIL 2006 207 Seed Point Selection Method for Triangle Constrained Image Matching Propagation Qing Zhu, Bo Wu, and Zhi-Xiang Xu Abstract In order

More information

International Journal of Electrical, Electronics ISSN No. (Online): and Computer Engineering 3(2): 85-90(2014)

International Journal of Electrical, Electronics ISSN No. (Online): and Computer Engineering 3(2): 85-90(2014) I J E E E C International Journal of Electrical, Electronics ISSN No. (Online): 2277-2626 Computer Engineering 3(2): 85-90(2014) Robust Approach to Recognize Localize Text from Natural Scene Images Khushbu

More information

Supplementary material: Strengthening the Effectiveness of Pedestrian Detection with Spatially Pooled Features

Supplementary material: Strengthening the Effectiveness of Pedestrian Detection with Spatially Pooled Features Supplementary material: Strengthening the Effectiveness of Pedestrian Detection with Spatially Pooled Features Sakrapee Paisitkriangkrai, Chunhua Shen, Anton van den Hengel The University of Adelaide,

More information

HYPERSPECTRAL imaging sensors measure the energy

HYPERSPECTRAL imaging sensors measure the energy 736 IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 7, NO. 4, OCTOBER 2010 SVM- and MRF-Based Method for Accurate Classification of Hyperspectral Images Yuliya Tarabalka, Student Member, IEEE, Mathieu

More information

LETTER Local and Nonlocal Color Line Models for Image Matting

LETTER Local and Nonlocal Color Line Models for Image Matting 1814 IEICE TRANS. FUNDAMENTALS, VOL.E97 A, NO.8 AUGUST 2014 LETTER Local and Nonlocal Color Line Models for Image Matting Byoung-Kwang KIM a), Meiguang JIN, Nonmembers, and Woo-Jin SONG, Member SUMMARY

More information

High-Resolution Image Classification Integrating Spectral-Spatial-Location Cues by Conditional Random Fields

High-Resolution Image Classification Integrating Spectral-Spatial-Location Cues by Conditional Random Fields IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 25, NO. 9, SEPTEMBER 2016 4033 High-Resolution Image Classification Integrating Spectral-Spatial-Location Cues by Conditional Random Fields Ji Zhao, Student

More information

Face Recognition via Sparse Representation

Face Recognition via Sparse Representation Face Recognition via Sparse Representation John Wright, Allen Y. Yang, Arvind, S. Shankar Sastry and Yi Ma IEEE Trans. PAMI, March 2008 Research About Face Face Detection Face Alignment Face Recognition

More information

Schroedinger Eigenmaps with Nondiagonal Potentials for Spatial-Spectral Clustering of Hyperspectral Imagery

Schroedinger Eigenmaps with Nondiagonal Potentials for Spatial-Spectral Clustering of Hyperspectral Imagery Schroedinger Eigenmaps with Nondiagonal Potentials for Spatial-Spectral Clustering of Hyperspectral Imagery Nathan D. Cahill a, Wojciech Czaja b, and David W. Messinger c a Center for Applied and Computational

More information

GEOMETRIC MANIFOLD APPROXIMATION USING LOCALLY LINEAR APPROXIMATIONS

GEOMETRIC MANIFOLD APPROXIMATION USING LOCALLY LINEAR APPROXIMATIONS GEOMETRIC MANIFOLD APPROXIMATION USING LOCALLY LINEAR APPROXIMATIONS BY TALAL AHMED A thesis submitted to the Graduate School New Brunswick Rutgers, The State University of New Jersey in partial fulfillment

More information