Available online at ScienceDirect. Procedia Computer Science 93 (2016 )

Size: px
Start display at page:

Download "Available online at ScienceDirect. Procedia Computer Science 93 (2016 )"

Transcription

1 Available online at ScienceDirect Procedia Computer Science 93 (2016 ) th International Conference On Advances In Computing & Communications, ICACC 2016, 6-8 September 2016, Cochin, India Dimensionality Reduction using Band Selection Technique for ernel based Hyperspectral Image Classification Reshma.R a,, V.Sowmya a,.p.soman a a Centre for Computational Engineering and Networking (CEN), Amrita School of Engineering, Coimbatore, Amrita Vishwa Vidyapeetham, Amrita University, India Abstract Hyperspectral images have abundant of information stored in the various spectral bands ranging from visible to infrared region in the electromagnetic spectrum. High data volume of these images have to be reduced, preserving the original information, to ensure efficient processing. In this paper, dimensionality reduction is done on Indian Pines and Salinas-A datasets using inter band block correlation coefficient technique followed by Singular Value Decomposition (SVD) and QR decomposition. The dimensionally reduced images are classified using GURLS and LibSVM. Classification accuracies of the original image is compared to that of the dimensionally reduced image. The experimental analysis shows that, for 10% training sample the overall accuracy, average accuracy and kappa coefficient of the dimensionally reduced image (about 50% of the dimension is reduced) is i)83.52%, 77.18%, for Indian Pines and ii)99.53%, 99.40%, for Salinas-A dataset which is comparable to that of original image i)84.67%, 82.28%, for Indian Pines and ii)99.32%, 99.18%, for Salinas-A dataset. c 2016 The Authors. Published by Elsevier by Elsevier B.V. B.V. This is an open access article under the CC BY-NC-ND license ( Peer-review under responsibility of the Organizing Committee of ICACC Peer-review under responsibility of the Organizing Committee of ICACC 2016 eywords: Dimensionality reduction; hyperspectral image; classification; kernel methods; GURLS; LibSVM; accuracy; band selection. 1. Introduction Hyperspectral imaging have a remarkable development in the recent years with the advancement in hyperspectral sensors. High resolution and abundance of information in the hyperspectral images have attracted researchers from various fields like agriculture, environmental monitoring, mining, etc. The volume of data which is acquired at any time (t) is very high which pose a problem in data storage and processing. This reveals the importance of reducing the dimension of these images. Dimensionality reduction 1,2 is a process in which a higher dimensional data is represented using a small portion of the data ie, lower dimension, preserving its original features. Various techniques used for dimension reduction are Principal Component Analysis (PCA), Discriminant Analysis, Minimum noise fraction (MNF), etc 3. Inter band block correlation coefficient followed by Singular Value Decomposition(SVD) and QR decomposition is utilized in Corresponding author. Tel.: address: reshmaraju2992@gmail.com The Authors. Published by Elsevier B.V. This is an open access article under the CC BY-NC-ND license ( Peer-review under responsibility of the Organizing Committee of ICACC 2016 doi: /j.procs

2 R. Reshma et al. / Procedia Computer Science 93 ( 2016 ) the proposed work for reducing the dimension of the hyperspectral images 4. Hyperspectral classification techniques are applied to the dimensionally reduced HSI. Orthogonal Matching Pursuit (OMP), Regularized Least Square (RLS), Support Vector Machine (SVM), Subspace Pursuit (SP), Relevance Vector Machine (RVM), etc are the commonly used methods for classification. In the experiment we conducted, classification is performed using kernel based libraries 5,6,7 like Grand Unified Regularized Least Squares (GURLS) 8 and LibSVM 9. The classification accuracy of dimensionally reduced image and original image is compared using various accuracy assessment measures Dimensionality Reduction Hyperspectral images have redundant information due to its strong spectral correlation. So, it is useful to reduce the dimension of these images. Dimensionality reduction can be done based on selection or transformation techniques. In this paper, band selection based technique is used. Inter band block correlation coefficient method followed by Singular Value Decomposition (SVD) and QR decomposition is utilized for reducing the dimension of a hyperspectral image Inter Band Block Correlation Coefficient Inter Band Block Correlation Coefficient (IBBC) 4 is a preprocessing algorithm to remove the water absorption and noisy bands automatically. This technique reduces the computational complexity of band selection techniques. Consider a hyperspectral image of dimension m n l, where l is the number of bands. Each band is divided into blocks of size q q. Ifm, n is not divisible by q, the bands are zero padded with r = q mod(m, q) rows and c = q mod(n, q) columns. So the size of bands become M N, where M = m + r and N = n + c. Now, consider two consecutive bands and find the correlation between the block B i of j th band and B i of ( j + 1) th band. The equation for the correlation coefficient is given by ρ j (i) = (1) N p (b T b i i ) (e T b i )(e T b i ) ; [N p (b T i b i) (e T b i ) 2 ][N p ( b it b i ) (e T b i ) 2 ] 1 j l 1, 1 i N b where b i and b i are the vector form or 1D version of the blocks B i and B i respectively, e is the column vector of ones of size N p 1, N p = q 2 is the number of pixels in each block, N b = M q N q and ρ j R N b. The correlation matrix for all the blocks in consecutive bands is given by ρ = [ ] ρ 1,ρ 2,...,ρ (l 1). Standard deviation of the correlation matrix is found out and represented in vector form as σ = [σ 1,σ 2,...,σ l 1 ] where, σ j = 1 N b (ρ j μ j e) T (ρ j μ j e); (2) Here e is column vector of ones of size N b 1 and μ j = et ρ j N b is the mean of the vector ρ j. A threshold is determined such that all the elements above this threshold are eliminated. Threshold can be based on mean, standard deviation and 2-mean. In this paper, standard deviation of σ is taken as the threshold value Singular Value Decomposition Any matrix X of dimension a b can be decomposed into matrices U, Σ and V T. It is expressed as: X = UΣV T (3) where U is an a a orthogonal matrix with eigen vectors of XX T in its columns, Σ is a a b matrix with square root of eigen values of XX T or X T X as its diagonal elements and V is a b b orthogonal matrix with eigen vectors of X T X in its columns. In SVD based band selection, only the first k eigen values will be considered. ie, k most informative bands are selected and the rest are discarded.

3 398 R. Reshma et al. / Procedia Computer Science 93 ( 2016 ) QR Decomposition QR decomposition (also called as QR factorization) is a process of orthogonalization which decomposes a matrix into an orthogonal matrix Q and an upper triangular matrix R. Consider a a b matrix X with a b, QR decomposition can be written as: X = QR (4) where Q is a a a matrix and R is a a b matrix. Here the diagonal values of R are not arranged in order. To reorder this in descending order, a permutation matrix P is used such that: XP = QRP = Q R (5) 3. ernel Based Classification In this section, the two kernel based classification techniques used here, Support Vector Machine (SVM) 10 and Regularized Least Square(RLS) are briefly explained Regularized Least Square The main goal of Regularized Least Square (RLS) 11 is to minimize the L2 norm of error and there by calculating the weight matrix. This weight matrix is further utilized for predicting the labels of the testing samples. Consider a training set with training samples (x 1, x 2,...,x n ) and training labels (y 1, y 2,...,y n ) where x i R d, y i {1, 2,...,T} for i = 1, 2,...,n. Y is an n T output matrix with Y ij = 1ifi th training sample belongs to j th class and -1 otherwise. The optimization problem for a linear model can be formulated as: min W R d T { 1 n Y XW 2 F + λ W 2 F where X = [x 1, x 2,...x n ] T is a n d matrix. In the case of a non-linear model, the above formulation can be modified as: { } 1 min C R n T n Y C 2 F + λct C. (7) where is an n n matrix which includes the kernel functions ij = k(x i, x j ). Optimum value of C can be calculated and is used for prediction of class label. Grand Unified Regularized Least Squares (GURLS) is a software package used in various supervised learning problems. It utilizes RLS for its functioning and has a great importance in large scale multi class problems Support Vector Machine (SVM) SVM 6 is a supervised machine learning technique used for classification and regression. It was originally designed to serve binary classification. Consider a binary class linearly separable data with training set (x i, y i ) where x i R n is the training sample, y i ( 1, 1) is the training label and i = 1, 2,...,m. The problem formulation of SVM in matrix format for this case is: 1 min w,ξ 2 wt w (8) sub ject to : D(Xw ξe) e where D is a diagonal matrix of size m m with class labels as the diagonal elements, X is the m n data matrix, e is m 1 column vector of ones, w = [w 1, w 2,...w n ] T and ξ R. In case of non-linear data, a mapping function φ is utilized to map the data to higher dimension. LibSVM is a kernel based software library which utilizes multiclass SVM 12 for classification and regression. Usually for a multiclass problem, many binary classifiers are constructed. This can be achieved by one-against-one or one-against-all techniques. In LibSVM, one-against-one method is used to generate k(k 1) 2 binary classes for a k-class problem. } (6)

4 R. Reshma et al. / Procedia Computer Science 93 ( 2016 ) Fig. 1: Flow diagram of important processes in the proposed work. 4. Methodology The experiment is performed on standard Indian Pines and Salinas-A datasets. The image is captured using the 224 band sensor AVIRIS which operates in visible to infrared region in the electromagnetic spectrum. Indian Pines dataset consists of 16 classes spread across pixels of each band. Salinas-A is a subset of Salinas image (within the region ( , )) which comprises of 6 classes spread across pixels. The common experimental procedure is to manually remove the noisy and water absorption bands and using the remaining bands for classification. In this paper, Inter band block correlation coefficient method is used to automatically select and remove the noisy bands. A significant improvement in the computational complexity is achieved on applying the proposed method to the dataset before performing its singular value decomposition. The preprocessed data is then given for dimensionality reduction using SVD. The output matrix V of SVD is given as an input to the QR decomposition algorithm. ernel based classification is done using GURLS and LibSVM libraries on the original and dimensionally reduced data. The hyperspectral cube of size m n l is converted into a two dimensional data of size l mn. 10, 20, 30, 40,and 50% of pixel vectors from each class are chosen for training and all the pixel vectors in the data are taken for testing.before generating training and testing samples, the background pixels (class 0) are removed. Accuracy assessment measures like Class wise accuracy (CA), Overall accuracy (), appa coefficients () and Average accuracy () are used to validate the performance of classification with and without dimensionality reduction. These measures are calculated from the confusion matrix which is generated using original class label and predicted class label. The flow graph of these steps is shown in fig Experiments and Result Analysis The water absorption bands are removed manually from Indian Pines and Salinas-A datasets. This is achieved by discarding the bands [ ], [ ], 220 of Indian pines and bands [ ], [ ], 224 of Salinas-A dataset. The remaining bands are used for classification in GURLS and LibSVM packages. In GURLS, classification was done using LOO (leave one out) and HO (hold out) cross validations in linear, radial basis function (RBF) and randfeats kernels. In this library, the parameters are selected automatically. The classification in LibSVM was performed using linear, polynomial and RBF kernels with 5-fold cross validation. In this paper, the control parameters C and γ are chosen by trial and error method such that these parameters give the best cross validation accuracy. C and γ parameters were estimated to be 1000, 0.4 for Indian pines and 100, 0.5 for Salinas-A dataset. Inter band block correlation coefficient is performed on the hyperspectral image and the remaining 188 bands of Indian Pines and 183 bands of Salinas-A dataset are given for SVD and QR decomposition. After dimensionality reduction, only 100 bands are given for classification. C and γ parameters for dimensionally reduced datasets were estimated to be 10 6, 0.6 for Indian pines and 100,0.5 for Salinas-A. For 10% training sample, the overall accuracy for original and dimensionally reduced Indian pines dataset are 83.52% and 84.67% respectively. Similarly, for Salinas-A dataset the overall accuracies are 99.10% and %. From this experiment it is clear that even with 50% reduction in dimension, comparable accuracies are obtained by kernel based classification. Further to validate the analysis, the experiment was extended to 20, 30, 40 and 50% training samples. The classification accuracies for 10 and 40 % training samples of original and dimension reduced datasets are tabulated in Table1 and Table 2,3 respectively. Figure

5 400 R. Reshma et al. / Procedia Computer Science 93 ( 2016 ) Fig. 2: Ground Truth (a) Indian Pines (b) Salinas-A Table 1: Classification Accuracies of 10% and 40% Indian Pines and Salinas-A dataset for GURLS and LibSVM %of training data Accuracies GURLS ( RBF kernel) LibSVM (Polynomial kernel) Indian Pines Salinas-A Indian Pines Salinas-A Table 2: Classification Accuracies of dimensionally reduced IndianPines dataset for GURLS and LibSVM %of training data Accuracies GURLS LibSVM Linear RBF Randfeat Linear RBF Polynomial CV=loo CV=ho CV=loo CV=ho CV=loo CV=ho CV=5-fold CV=5-fold CV=5-fold shows the ground truth for Indian Pines and Salinas-A datasets. Classification map for 10% training samples of Salinas-A and 10, 30, 50% training samples of Indian pines dataset with dimensional reduction are as shown in fig.5 and fig.4 respectively. Comparison of the Indian pines and Salinas-A datasets with and without reducing dimension is shown in fig Conclusion In this paper, the dimension of Indian Pines and Salinas-A datasets are reduced effectively using band selection techniques. Dimensionality reduction reduces the computational complexity while preserving the critical information in the hyperspectral images. Experimental analysis shows that even with 50% reduction in dimension, the accuracies obtained from kernel based classification in dimensionally reduced image is comparable to that of the original image.

6 R. Reshma et al. / Procedia Computer Science 93 ( 2016 ) Table 3: Classification Accuracies of dimensionally reduced Salinas-A dataset for GURLS and LibSVM %of training data Accuracies GURLS LibSVM Linear RBF Randfeat Linear RBF Polynomial CV=loo CV=ho CV=loo CV=ho CV=loo CV=ho CV=5-fold CV=5-fold CV=5-fold Fig. 3: Comparison of Overall accuracy of the datasets with and without dimensionality reduction (a) Indian Pines (b) Salinas-A Fig. 4: Classification maps of dimensionally reduced Indian Pines data set for 10, 30, 50% training data with classifiers: GURLS - RBF kernel and LibSVM - polynomial kernel (a) GURLS-10% (b) LibSVM-10% (c) GURLS-30% (d) LibSVM-30% (e) GURLS-50% (f) LibSVM-50%

7 402 R. Reshma et al. / Procedia Computer Science 93 ( 2016 ) Fig. 5: Classification maps of dimensionally reduced Salinas-A data set for 10% training data with classifiers: GURLS a) linear-loo b) linear-ho c) rbf-loo d) rbf-ho e) randfeat-loo f) randfeat-ho and LibSVM g) linear h) rbf i) polynomial References 1. Harsanyi, J.C., Chang, C.I.. Hyperspectral image classification and dimensionality reduction: an orthogonal subspace projection approach. Geoscience and Remote Sensing, IEEE Transactions on 1994;32(4): Bruce, L.M., oger, C.H., Li, J.. Dimensionality reduction of hyperspectral data using discrete wavelet transform feature extraction. Geoscience and Remote Sensing, IEEE Transactions on 2002;40(10): Lodha, S.P., amlapur, S.. Dimensionality reduction techniques for hyperspectral images. International Journal of Application or Innovation in Engineering & Management (IJAIEM) 2014;3(10). 4. Bhushan, D.B., Sowmya, V., Manikandan, M.S., Soman,.. An effective pre-processing algorithm for detecting noisy spectral bands in hyperspectral imagery. In: Ocean Electronics (SYMPOL), 2011 International Symposium on. IEEE; 2011, p Schölkopf, B., Smola, A.J.. Learning with kernels: support vector machines, regularization, optimization, and beyond. MIT press; Soman,., Loganathan, R., Ajay, V.. Machine learning with SVM and other kernel methods. PHI Learning Pvt. Ltd.; Haridas, N., Sowmya, V., Soman,.. Gurls vs libsvm: Performance comparison of kernel methods for hyperspectral image classification. Indian Journal of Science and Technology 2015;8(24). 8. Tacchetti, A., Mallapragada, P.., Santoro, M., Rosasco, L.. Gurls: a least squares library for supervised learning. The Journal of Machine Learning Research 2013;14(1): Chang, C.C., Lin, C.J.. Libsvm: a library for support vector machines. ACM Transactions on Intelligent Systems and Technology (TIST) 2011;2(3): Gualtieri, J., Chettri, S.R., Cromp, R., Johnson, L.. Support vector machine classifiers as applied to aviris data. In: Proc. Eighth JPL Airborne Geoscience Workshop. 1999,. 11. Tacchetti, A., Mallapragada, P.S., Santoro, M., Rosasco, L.. Gurls: a toolbox for regularized least squares learning 2012;. 12. Hsu, C.W., Lin, C.J.. A comparison of methods for multiclass support vector machines. Neural Networks, IEEE Transactions on 2002; 13(2):

GURLS vs LIBSVM: Performance Comparison of Kernel Methods for Hyperspectral Image Classification

GURLS vs LIBSVM: Performance Comparison of Kernel Methods for Hyperspectral Image Classification Indian Journal of Science and echnology, Vol 8(4), DOI: 10.17485/ijst/015/v8i4/80843, September 015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 GURLS vs LIBSVM: Performance Comparison of Kernel

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

COSC160: Detection and Classification. Jeremy Bolton, PhD Assistant Teaching Professor

COSC160: Detection and Classification. Jeremy Bolton, PhD Assistant Teaching Professor COSC160: Detection and Classification Jeremy Bolton, PhD Assistant Teaching Professor Outline I. Problem I. Strategies II. Features for training III. Using spatial information? IV. Reducing dimensionality

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

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

HYPERSPECTRAL REMOTE SENSING

HYPERSPECTRAL REMOTE SENSING HYPERSPECTRAL REMOTE SENSING By Samuel Rosario Overview The Electromagnetic Spectrum Radiation Types MSI vs HIS Sensors Applications Image Analysis Software Feature Extraction Information Extraction 1

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

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

Facial expression recognition using shape and texture information

Facial expression recognition using shape and texture information 1 Facial expression recognition using shape and texture information I. Kotsia 1 and I. Pitas 1 Aristotle University of Thessaloniki pitas@aiia.csd.auth.gr Department of Informatics Box 451 54124 Thessaloniki,

More information

DESIGN AND EVALUATION OF MACHINE LEARNING MODELS WITH STATISTICAL FEATURES

DESIGN AND EVALUATION OF MACHINE LEARNING MODELS WITH STATISTICAL FEATURES EXPERIMENTAL WORK PART I CHAPTER 6 DESIGN AND EVALUATION OF MACHINE LEARNING MODELS WITH STATISTICAL FEATURES The evaluation of models built using statistical in conjunction with various feature subset

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

Dimensionality Reduction using Hybrid Support Vector Machine and Discriminant Independent Component Analysis for Hyperspectral Image

Dimensionality Reduction using Hybrid Support Vector Machine and Discriminant Independent Component Analysis for Hyperspectral Image Dimensionality Reduction using Hybrid Support Vector Machine and Discriminant Independent Component Analysis for Hyperspectral Image Murinto 1, Nur Rochmah Dyah PA 2 1,2 Department of Informatics Engineering

More information

Fuzzy Entropy based feature selection for classification of hyperspectral data

Fuzzy Entropy based feature selection for classification of hyperspectral data Fuzzy Entropy based feature selection for classification of hyperspectral data Mahesh Pal Department of Civil Engineering NIT Kurukshetra, 136119 mpce_pal@yahoo.co.uk Abstract: This paper proposes to use

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

Principal Component Image Interpretation A Logical and Statistical Approach

Principal Component Image Interpretation A Logical and Statistical Approach Principal Component Image Interpretation A Logical and Statistical Approach Md Shahid Latif M.Tech Student, Department of Remote Sensing, Birla Institute of Technology, Mesra Ranchi, Jharkhand-835215 Abstract

More information

International Journal of Advancements in Research & Technology, Volume 2, Issue 8, August ISSN

International Journal of Advancements in Research & Technology, Volume 2, Issue 8, August ISSN International Journal of Advancements in Research & Technology, Volume 2, Issue 8, August-2013 244 Image Compression using Singular Value Decomposition Miss Samruddhi Kahu Ms. Reena Rahate Associate Engineer

More information

Classification of Hyper spectral Image Using Support Vector Machine and Marker-Controlled Watershed

Classification of Hyper spectral Image Using Support Vector Machine and Marker-Controlled Watershed Classification of Hyper spectral Image Using Support Vector Machine and Marker-Controlled Watershed Murinto #1, Nur Rochmah DPA #2 # Department of Informatics Engineering, Faculty of Industrial Technology,

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

Bagging for One-Class Learning

Bagging for One-Class Learning Bagging for One-Class Learning David Kamm December 13, 2008 1 Introduction Consider the following outlier detection problem: suppose you are given an unlabeled data set and make the assumptions that one

More information

Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging

Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging 1 CS 9 Final Project Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging Feiyu Chen Department of Electrical Engineering ABSTRACT Subject motion is a significant

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

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

Available online at ScienceDirect. Procedia Computer Science 58 (2015 )

Available online at  ScienceDirect. Procedia Computer Science 58 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 58 (2015 ) 552 557 Second International Symposium on Computer Vision and the Internet (VisionNet 15) Fingerprint Recognition

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

ROBUST WATERMARKING OF REMOTE SENSING IMAGES WITHOUT THE LOSS OF SPATIAL INFORMATION

ROBUST WATERMARKING OF REMOTE SENSING IMAGES WITHOUT THE LOSS OF SPATIAL INFORMATION ROBUST WATERMARKING OF REMOTE SENSING IMAGES WITHOUT THE LOSS OF SPATIAL INFORMATION T.HEMALATHA, V.JOEVIVEK, K.SUKUMAR, K.P.SOMAN CEN, Amrita Vishwa Vidyapeetham, Coimbatore, Tamilnadu, India. hemahems@gmail.com

More information

Generalized trace ratio optimization and applications

Generalized trace ratio optimization and applications Generalized trace ratio optimization and applications Mohammed Bellalij, Saïd Hanafi, Rita Macedo and Raca Todosijevic University of Valenciennes, France PGMO Days, 2-4 October 2013 ENSTA ParisTech PGMO

More information

Data Distortion for Privacy Protection in a Terrorist Analysis System

Data Distortion for Privacy Protection in a Terrorist Analysis System Data Distortion for Privacy Protection in a Terrorist Analysis System Shuting Xu, Jun Zhang, Dianwei Han, and Jie Wang Department of Computer Science, University of Kentucky, Lexington KY 40506-0046, USA

More information

Final Report: Kaggle Soil Property Prediction Challenge

Final Report: Kaggle Soil Property Prediction Challenge Final Report: Kaggle Soil Property Prediction Challenge Saurabh Verma (verma076@umn.edu, (612)598-1893) 1 Project Goal Low cost and rapid analysis of soil samples using infrared spectroscopy provide new

More information

Hyperspectral Chemical Imaging: principles and Chemometrics.

Hyperspectral Chemical Imaging: principles and Chemometrics. Hyperspectral Chemical Imaging: principles and Chemometrics aoife.gowen@ucd.ie University College Dublin University College Dublin 1,596 PhD students 6,17 international students 8,54 graduate students

More information

Learning to Recognize Faces in Realistic Conditions

Learning to Recognize Faces in Realistic Conditions 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050

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

FEATURE SELECTION TECHNIQUES

FEATURE SELECTION TECHNIQUES CHAPTER-2 FEATURE SELECTION TECHNIQUES 2.1. INTRODUCTION Dimensionality reduction through the choice of an appropriate feature subset selection, results in multiple uses including performance upgrading,

More information

Available online at ScienceDirect. Procedia Computer Science 45 (2015 )

Available online at  ScienceDirect. Procedia Computer Science 45 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 45 (2015 ) 205 214 International Conference on Advanced Computing Technologies and Applications (ICACTA- 2015) Automatic

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

Image Contrast Enhancement in Wavelet Domain

Image Contrast Enhancement in Wavelet Domain Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 6 (2017) pp. 1915-1922 Research India Publications http://www.ripublication.com Image Contrast Enhancement in Wavelet

More information

A Hybrid Linear Kernel with PCA in SVM Prediction Model of Tamil Writing Pattern

A Hybrid Linear Kernel with PCA in SVM Prediction Model of Tamil Writing Pattern THENDRAL THARMALINGAM et al: A HYBRID LINEAR KERNEL WITH PCA IN PREDICTION MODEL A Hybrid Linear Kernel with PCA in Prediction Model of Tamil Writing Pattern Thendral Tharmalingam *, Vijaya Vijayakumar

More information

Available online at ScienceDirect. Procedia Computer Science 46 (2015 )

Available online at   ScienceDirect. Procedia Computer Science 46 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 46 (2015 ) 1754 1761 International Conference on Information and Communication Technologies (ICICT 2014) Age Estimation

More information

Unsupervised learning in Vision

Unsupervised learning in Vision Chapter 7 Unsupervised learning in Vision The fields of Computer Vision and Machine Learning complement each other in a very natural way: the aim of the former is to extract useful information from visual

More information

Handwritten Script Recognition at Block Level

Handwritten Script Recognition at Block Level Chapter 4 Handwritten Script Recognition at Block Level -------------------------------------------------------------------------------------------------------------------------- Optical character recognition

More information

SVM Classification in Multiclass Letter Recognition System

SVM Classification in Multiclass Letter Recognition System Global Journal of Computer Science and Technology Software & Data Engineering Volume 13 Issue 9 Version 1.0 Year 2013 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

arxiv: v1 [cs.lg] 5 Mar 2013

arxiv: v1 [cs.lg] 5 Mar 2013 GURLS: a Least Squares Library for Supervised Learning Andrea Tacchetti, Pavan K. Mallapragada, Matteo Santoro, Lorenzo Rosasco Center for Biological and Computational Learning, Massachusetts Institute

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

Content-based image and video analysis. Machine learning

Content-based image and video analysis. Machine learning Content-based image and video analysis Machine learning for multimedia retrieval 04.05.2009 What is machine learning? Some problems are very hard to solve by writing a computer program by hand Almost all

More information

Performance Degradation Assessment and Fault Diagnosis of Bearing Based on EMD and PCA-SOM

Performance Degradation Assessment and Fault Diagnosis of Bearing Based on EMD and PCA-SOM Performance Degradation Assessment and Fault Diagnosis of Bearing Based on EMD and PCA-SOM Lu Chen and Yuan Hang PERFORMANCE DEGRADATION ASSESSMENT AND FAULT DIAGNOSIS OF BEARING BASED ON EMD AND PCA-SOM.

More information

Supplementary material for the paper Are Sparse Representations Really Relevant for Image Classification?

Supplementary material for the paper Are Sparse Representations Really Relevant for Image Classification? Supplementary material for the paper Are Sparse Representations Really Relevant for Image Classification? Roberto Rigamonti, Matthew A. Brown, Vincent Lepetit CVLab, EPFL Lausanne, Switzerland firstname.lastname@epfl.ch

More information

GENDER CLASSIFICATION USING SUPPORT VECTOR MACHINES

GENDER CLASSIFICATION USING SUPPORT VECTOR MACHINES GENDER CLASSIFICATION USING SUPPORT VECTOR MACHINES Ashwin Swaminathan ashwins@umd.edu ENEE633: Statistical and Neural Pattern Recognition Instructor : Prof. Rama Chellappa Project 2, Part (a) 1. INTRODUCTION

More information

General Instructions. Questions

General Instructions. Questions CS246: Mining Massive Data Sets Winter 2018 Problem Set 2 Due 11:59pm February 8, 2018 Only one late period is allowed for this homework (11:59pm 2/13). General Instructions Submission instructions: These

More information

Data Mining Chapter 3: Visualizing and Exploring Data Fall 2011 Ming Li Department of Computer Science and Technology Nanjing University

Data Mining Chapter 3: Visualizing and Exploring Data Fall 2011 Ming Li Department of Computer Science and Technology Nanjing University Data Mining Chapter 3: Visualizing and Exploring Data Fall 2011 Ming Li Department of Computer Science and Technology Nanjing University Exploratory data analysis tasks Examine the data, in search of structures

More information

Supervised Classification in High Dimensional Space: Geometrical, Statistical and Asymptotical Properties of Multivariate Data 1

Supervised Classification in High Dimensional Space: Geometrical, Statistical and Asymptotical Properties of Multivariate Data 1 Supervised Classification in High Dimensional Space: Geometrical, Statistical and Asymptotical Properties of Multivariate Data 1 Luis Jimenez and David Landgrebe 2 Dept. Of ECE, PO Box 5000 School of Elect.

More information

Generating the Reduced Set by Systematic Sampling

Generating the Reduced Set by Systematic Sampling Generating the Reduced Set by Systematic Sampling Chien-Chung Chang and Yuh-Jye Lee Email: {D9115009, yuh-jye}@mail.ntust.edu.tw Department of Computer Science and Information Engineering National Taiwan

More information

Facial Expression Recognition using Principal Component Analysis with Singular Value Decomposition

Facial Expression Recognition using Principal Component Analysis with Singular Value Decomposition ISSN: 2321-7782 (Online) Volume 1, Issue 6, November 2013 International Journal of Advance Research in Computer Science and Management Studies Research Paper Available online at: www.ijarcsms.com Facial

More information

Available online at ScienceDirect. Procedia Computer Science 89 (2016 )

Available online at  ScienceDirect. Procedia Computer Science 89 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 89 (2016 ) 341 348 Twelfth International Multi-Conference on Information Processing-2016 (IMCIP-2016) Parallel Approach

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

A Toolbox for Teaching Image Fusion in Matlab

A Toolbox for Teaching Image Fusion in Matlab Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 197 ( 2015 ) 525 530 7th World Conference on Educational Sciences, (WCES-2015), 05-07 February 2015, Novotel

More information

Performance Analysis of Adaptive Beamforming Algorithms for Smart Antennas

Performance Analysis of Adaptive Beamforming Algorithms for Smart Antennas Available online at www.sciencedirect.com ScienceDirect IERI Procedia 1 (214 ) 131 137 214 International Conference on Future Information Engineering Performance Analysis of Adaptive Beamforming Algorithms

More information

Equation to LaTeX. Abhinav Rastogi, Sevy Harris. I. Introduction. Segmentation.

Equation to LaTeX. Abhinav Rastogi, Sevy Harris. I. Introduction. Segmentation. Equation to LaTeX Abhinav Rastogi, Sevy Harris {arastogi,sharris5}@stanford.edu I. Introduction Copying equations from a pdf file to a LaTeX document can be time consuming because there is no easy way

More information

FACE RECOGNITION USING SUPPORT VECTOR MACHINES

FACE RECOGNITION USING SUPPORT VECTOR MACHINES FACE RECOGNITION USING SUPPORT VECTOR MACHINES Ashwin Swaminathan ashwins@umd.edu ENEE633: Statistical and Neural Pattern Recognition Instructor : Prof. Rama Chellappa Project 2, Part (b) 1. INTRODUCTION

More information

Introduction to digital image classification

Introduction to digital image classification Introduction to digital image classification Dr. Norman Kerle, Wan Bakx MSc a.o. INTERNATIONAL INSTITUTE FOR GEO-INFORMATION SCIENCE AND EARTH OBSERVATION Purpose of lecture Main lecture topics Review

More information

Land Mapping Based On Hyperspectral Image Feature Extraction Using Guided Filter

Land Mapping Based On Hyperspectral Image Feature Extraction Using Guided Filter Land Mapping Based On Hyperspectral Image Feature Extraction Using Guided Filter Fazeela Hamza 1, Sreeram S 2 1M.Tech Student, Dept. of Computer Science & Engineering, MEA Engineering College, Perinthalmanna,

More information

Robustness of Selective Desensitization Perceptron Against Irrelevant and Partially Relevant Features in Pattern Classification

Robustness of Selective Desensitization Perceptron Against Irrelevant and Partially Relevant Features in Pattern Classification Robustness of Selective Desensitization Perceptron Against Irrelevant and Partially Relevant Features in Pattern Classification Tomohiro Tanno, Kazumasa Horie, Jun Izawa, and Masahiko Morita University

More information

Software Documentation of the Potential Support Vector Machine

Software Documentation of the Potential Support Vector Machine Software Documentation of the Potential Support Vector Machine Tilman Knebel and Sepp Hochreiter Department of Electrical Engineering and Computer Science Technische Universität Berlin 10587 Berlin, Germany

More information

Low-dimensional Representations of Hyperspectral Data for Use in CRF-based Classification

Low-dimensional Representations of Hyperspectral Data for Use in CRF-based Classification Rochester Institute of Technology RIT Scholar Works Presentations and other scholarship 8-31-2015 Low-dimensional Representations of Hyperspectral Data for Use in CRF-based Classification Yang Hu Nathan

More information

SAR Automatic Target Recognition via Non-negative Matrix Approximations

SAR Automatic Target Recognition via Non-negative Matrix Approximations SAR Automatic Target Recognition via Non-negative Matrix Approximations Vahid Riasati a, Umamahesh Srinivas b and Vishal Monga b a MacAulay-Brown Inc., Dayton OH 45430 b Dept. of Electrical Engg., Pennsylvania

More information

CLASSIFICATION WITH RADIAL BASIS AND PROBABILISTIC NEURAL NETWORKS

CLASSIFICATION WITH RADIAL BASIS AND PROBABILISTIC NEURAL NETWORKS CLASSIFICATION WITH RADIAL BASIS AND PROBABILISTIC NEURAL NETWORKS CHAPTER 4 CLASSIFICATION WITH RADIAL BASIS AND PROBABILISTIC NEURAL NETWORKS 4.1 Introduction Optical character recognition is one of

More information

Applying Supervised Learning

Applying Supervised Learning Applying Supervised Learning When to Consider Supervised Learning A supervised learning algorithm takes a known set of input data (the training set) and known responses to the data (output), and trains

More information

Data Preprocessing. Javier Béjar AMLT /2017 CS - MAI. (CS - MAI) Data Preprocessing AMLT / / 71 BY: $\

Data Preprocessing. Javier Béjar AMLT /2017 CS - MAI. (CS - MAI) Data Preprocessing AMLT / / 71 BY: $\ Data Preprocessing S - MAI AMLT - 2016/2017 (S - MAI) Data Preprocessing AMLT - 2016/2017 1 / 71 Outline 1 Introduction Data Representation 2 Data Preprocessing Outliers Missing Values Normalization Discretization

More information

The Effects of Outliers on Support Vector Machines

The Effects of Outliers on Support Vector Machines The Effects of Outliers on Support Vector Machines Josh Hoak jrhoak@gmail.com Portland State University Abstract. Many techniques have been developed for mitigating the effects of outliers on the results

More information

Video event detection using subclass discriminant analysis and linear support vector machines

Video event detection using subclass discriminant analysis and linear support vector machines Video event detection using subclass discriminant analysis and linear support vector machines Nikolaos Gkalelis, Damianos Galanopoulos, Vasileios Mezaris / TRECVID 2014 Workshop, Orlando, FL, USA, November

More information

Nearest Clustering Algorithm for Satellite Image Classification in Remote Sensing Applications

Nearest Clustering Algorithm for Satellite Image Classification in Remote Sensing Applications Nearest Clustering Algorithm for Satellite Image Classification in Remote Sensing Applications Anil K Goswami 1, Swati Sharma 2, Praveen Kumar 3 1 DRDO, New Delhi, India 2 PDM College of Engineering for

More information

ENEE633 Project Report SVM Implementation for Face Recognition

ENEE633 Project Report SVM Implementation for Face Recognition ENEE633 Project Report SVM Implementation for Face Recognition Ren Mao School of Electrical and Computer Engineering University of Maryland Email: neroam@umd.edu Abstract Support vector machine(svm) is

More information

A Local Learning Approach for Clustering

A Local Learning Approach for Clustering A Local Learning Approach for Clustering Mingrui Wu, Bernhard Schölkopf Max Planck Institute for Biological Cybernetics 72076 Tübingen, Germany {mingrui.wu, bernhard.schoelkopf}@tuebingen.mpg.de Abstract

More information

Alessandro Rudi, Lorenzo Rosasco

Alessandro Rudi, Lorenzo Rosasco Alessandro Rudi, Lorenzo Rosasco (Matteo Santoro, Andrea Schiappacasse, Carlo Ciliberto) Humanoids 2014, IEEE-RAS International Conference on Humanoid Robots November 18 th 2014 Madrid Summary Machine

More information

A New Soft-Thresholding Image Denoising Method

A New Soft-Thresholding Image Denoising Method Available online at www.sciencedirect.com Procedia Technology 6 (2012 ) 10 15 2nd International Conference on Communication, Computing & Security [ICCCS-2012] A New Soft-Thresholding Image Denoising Method

More information

A Multiclassifier based Approach for Word Sense Disambiguation using Singular Value Decomposition

A Multiclassifier based Approach for Word Sense Disambiguation using Singular Value Decomposition A Multiclassifier based Approach for Word Sense Disambiguation using Singular Value Decomposition Ana Zelaia, Olatz Arregi and Basilio Sierra Computer Science Faculty University of the Basque Country ana.zelaia@ehu.es

More information

IMAGE ANALYSIS, CLASSIFICATION, and CHANGE DETECTION in REMOTE SENSING

IMAGE ANALYSIS, CLASSIFICATION, and CHANGE DETECTION in REMOTE SENSING SECOND EDITION IMAGE ANALYSIS, CLASSIFICATION, and CHANGE DETECTION in REMOTE SENSING ith Algorithms for ENVI/IDL Morton J. Canty с*' Q\ CRC Press Taylor &. Francis Group Boca Raton London New York CRC

More information

HW2 due on Thursday. Face Recognition: Dimensionality Reduction. Biometrics CSE 190 Lecture 11. Perceptron Revisited: Linear Separators

HW2 due on Thursday. Face Recognition: Dimensionality Reduction. Biometrics CSE 190 Lecture 11. Perceptron Revisited: Linear Separators HW due on Thursday Face Recognition: Dimensionality Reduction Biometrics CSE 190 Lecture 11 CSE190, Winter 010 CSE190, Winter 010 Perceptron Revisited: Linear Separators Binary classification can be viewed

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

Short Survey on Static Hand Gesture Recognition

Short Survey on Static Hand Gesture Recognition Short Survey on Static Hand Gesture Recognition Huu-Hung Huynh University of Science and Technology The University of Danang, Vietnam Duc-Hoang Vo University of Science and Technology The University of

More information

A Robust Band Compression Technique for Hyperspectral Image Classification

A Robust Band Compression Technique for Hyperspectral Image Classification A Robust Band Compression Technique for Hyperspectral Image Classification Qazi Sami ul Haq,Lixin Shi,Linmi Tao,Shiqiang Yang Key Laboratory of Pervasive Computing, Ministry of Education Department of

More information

Face Detection using Hierarchical SVM

Face Detection using Hierarchical SVM Face Detection using Hierarchical SVM ECE 795 Pattern Recognition Christos Kyrkou Fall Semester 2010 1. Introduction Face detection in video is the process of detecting and classifying small images extracted

More information

Support Vector Selection and Adaptation and Its Application in Remote Sensing

Support Vector Selection and Adaptation and Its Application in Remote Sensing Support Vector Selection and Adaptation and Its Application in Remote Sensing Gülşen Taşkın Kaya Computational Science and Engineering Istanbul Technical University Istanbul, Turkey gtaskink@purdue.edu

More information

A Multiclassifier based Approach for Word Sense Disambiguation using Singular Value Decomposition

A Multiclassifier based Approach for Word Sense Disambiguation using Singular Value Decomposition A Multiclassifier based Approach for Word Sense Disambiguation using Singular Value Decomposition Ana Zelaia, Olatz Arregi and Basilio Sierra Computer Science Faculty University of the Basque Country ana.zelaia@ehu.es

More information

Chap.12 Kernel methods [Book, Chap.7]

Chap.12 Kernel methods [Book, Chap.7] Chap.12 Kernel methods [Book, Chap.7] Neural network methods became popular in the mid to late 1980s, but by the mid to late 1990s, kernel methods have also become popular in machine learning. The first

More information

Data Preprocessing. Javier Béjar. URL - Spring 2018 CS - MAI 1/78 BY: $\

Data Preprocessing. Javier Béjar. URL - Spring 2018 CS - MAI 1/78 BY: $\ Data Preprocessing Javier Béjar BY: $\ URL - Spring 2018 C CS - MAI 1/78 Introduction Data representation Unstructured datasets: Examples described by a flat set of attributes: attribute-value matrix Structured

More information

Online Mathematical Symbol Recognition using SVMs with Features from Functional Approximation

Online Mathematical Symbol Recognition using SVMs with Features from Functional Approximation Online Mathematical Symbol Recognition using SVMs with Features from Functional Approximation Birendra Keshari and Stephen M. Watt Ontario Research Centre for Computer Algebra Department of Computer Science

More information

A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation

A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation , pp.162-167 http://dx.doi.org/10.14257/astl.2016.138.33 A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation Liqiang Hu, Chaofeng He Shijiazhuang Tiedao University,

More information

Pattern Recognition for Neuroimaging Data

Pattern Recognition for Neuroimaging Data Pattern Recognition for Neuroimaging Data Edinburgh, SPM course April 2013 C. Phillips, Cyclotron Research Centre, ULg, Belgium http://www.cyclotron.ulg.ac.be Overview Introduction Univariate & multivariate

More information

HYPERSPECTRAL image (HSI) acquired by spaceborne

HYPERSPECTRAL image (HSI) acquired by spaceborne 1 SuperPCA: A Superpixelwise PCA Approach for Unsupervised Feature Extraction of Hyperspectral Imagery Junjun Jiang, Member, IEEE, Jiayi Ma, Member, IEEE, Chen Chen, Member, IEEE, Zhongyuan Wang, Member,

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

PARALLEL IMPLEMENTATION OF MORPHOLOGICAL PROFILE BASED SPECTRAL-SPATIAL CLASSIFICATION SCHEME FOR HYPERSPECTRAL IMAGERY

PARALLEL IMPLEMENTATION OF MORPHOLOGICAL PROFILE BASED SPECTRAL-SPATIAL CLASSIFICATION SCHEME FOR HYPERSPECTRAL IMAGERY PARALLEL IMPLEMENTATION OF MORPHOLOGICAL PROFILE BASED SPECTRAL-SPATIAL CLASSIFICATION SCHEME FOR HYPERSPECTRAL IMAGERY B. Kumar a, O. Dikshit b a Department of Computer Science & Information Technology,

More information

Applications Video Surveillance (On-line or off-line)

Applications Video Surveillance (On-line or off-line) Face Face Recognition: Dimensionality Reduction Biometrics CSE 190-a Lecture 12 CSE190a Fall 06 CSE190a Fall 06 Face Recognition Face is the most common biometric used by humans Applications range from

More information

Tensor Sparse PCA and Face Recognition: A Novel Approach

Tensor Sparse PCA and Face Recognition: A Novel Approach Tensor Sparse PCA and Face Recognition: A Novel Approach Loc Tran Laboratoire CHArt EA4004 EPHE-PSL University, France tran0398@umn.edu Linh Tran Ho Chi Minh University of Technology, Vietnam linhtran.ut@gmail.com

More information

( ) =cov X Y = W PRINCIPAL COMPONENT ANALYSIS. Eigenvectors of the covariance matrix are the principal components

( ) =cov X Y = W PRINCIPAL COMPONENT ANALYSIS. Eigenvectors of the covariance matrix are the principal components Review Lecture 14 ! PRINCIPAL COMPONENT ANALYSIS Eigenvectors of the covariance matrix are the principal components 1. =cov X Top K principal components are the eigenvectors with K largest eigenvalues

More information

ECG782: Multidimensional Digital Signal Processing

ECG782: Multidimensional Digital Signal Processing Professor Brendan Morris, SEB 3216, brendan.morris@unlv.edu ECG782: Multidimensional Digital Signal Processing Spring 2014 TTh 14:30-15:45 CBC C313 Lecture 06 Image Structures 13/02/06 http://www.ee.unlv.edu/~b1morris/ecg782/

More information

arxiv: v1 [eess.iv] 3 Jun 2018

arxiv: v1 [eess.iv] 3 Jun 2018 Hyperspectral Unmixing by Nuclear Norm Difference Maximization based Dictionary Pruning Samiran Das 1, Aurobinda Routray 2 and Alok Kanti Deb 2 1 Advanced Technology and Development Center, Indian Institute

More information

A NEW ROBUST IMAGE WATERMARKING SCHEME BASED ON DWT WITH SVD

A NEW ROBUST IMAGE WATERMARKING SCHEME BASED ON DWT WITH SVD A NEW ROBUST IMAGE WATERMARKING SCHEME BASED ON WITH S.Shanmugaprabha PG Scholar, Dept of Computer Science & Engineering VMKV Engineering College, Salem India N.Malmurugan Director Sri Ranganathar Institute

More information

Random projection for non-gaussian mixture models

Random projection for non-gaussian mixture models Random projection for non-gaussian mixture models Győző Gidófalvi Department of Computer Science and Engineering University of California, San Diego La Jolla, CA 92037 gyozo@cs.ucsd.edu Abstract Recently,

More information

Video Inter-frame Forgery Identification Based on Optical Flow Consistency

Video Inter-frame Forgery Identification Based on Optical Flow Consistency Sensors & Transducers 24 by IFSA Publishing, S. L. http://www.sensorsportal.com Video Inter-frame Forgery Identification Based on Optical Flow Consistency Qi Wang, Zhaohong Li, Zhenzhen Zhang, Qinglong

More information

Face Recognition using SURF Features and SVM Classifier

Face Recognition using SURF Features and SVM Classifier International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 8, Number 1 (016) pp. 1-8 Research India Publications http://www.ripublication.com Face Recognition using SURF Features

More information

ECE 484 Digital Image Processing Lec 17 - Part II Review & Final Projects Topics

ECE 484 Digital Image Processing Lec 17 - Part II Review & Final Projects Topics ECE 484 Digital Image Processing Lec 17 - Part II Review & Final Projects opics Zhu Li Dept of CSEE, UMKC Office: FH560E, Email: lizhu@umkc.edu, Ph: x 2346. http://l.web.umkc.edu/lizhu slides created with

More information