kernel based dimensionality reduction methods on
play

Kernel-Based Dimensionality Reduction Methods on Synthesized and - PowerPoint PPT Presentation

High Dimensionality Dimensionality Reduction Methods Application to Simulated Data Application to Morph-II Wrap-up Kernel-Based Dimensionality Reduction Methods on Synthesized and Facial Image Data Jonathan L. Fabish Statistical Data Mining


  1. High Dimensionality Dimensionality Reduction Methods Application to Simulated Data Application to Morph-II Wrap-up Kernel-Based Dimensionality Reduction Methods on Synthesized and Facial Image Data Jonathan L. Fabish Statistical Data Mining and Visualization REU, UNCW July 25, 2017 Kernel-Based Dimensionality Reduction Methods on Synthesized and Facial Image Data Jonathan L. Fabish 1

  2. High Dimensionality Dimensionality Reduction Methods Application to Simulated Data Application to Morph-II Wrap-up Outline High Dimensionality Introduction Dimensionality Reduction Methods Principal Component Analysis Kernel Principal Component Analysis Supervised Kernel Principal Component Analysis Fisher Discriminant Analysis Application to Simulated Data Simulations Application to Morph-II Morph-II Gender Classification Wrap-up Conclusions Kernel-Based Dimensionality Reduction Methods on Synthesized and Facial Image Data Jonathan L. Fabish 2

  3. High Dimensionality Dimensionality Reduction Methods Application to Simulated Data Application to Morph-II Wrap-up Introduction High Dimensionality and Non-Linearity ◮ High dimensionality, which can hinder the use of traditional classification and regression algorithms, is associated with having a large number of often correlated predictors and a small sample size. ◮ Dimensionality reduction methods reduce noise, extract main features of a dataset, and decrease computational cost. ◮ Since classes in a real dataset are rarely linearly-separable, non-linear dimensionality reduction methods which employ kernel tricks, such as Kernel Fisher Discriminant Analysis (KFDA), Kernel Principal Component Analysis (KPCA), and Supervised Kernel Principal Component Analysis (SKPCA), are often effective. Kernel-Based Dimensionality Reduction Methods on Synthesized and Facial Image Data Jonathan L. Fabish 3

  4. High Dimensionality Dimensionality Reduction Methods Application to Simulated Data Application to Morph-II Wrap-up Principal Component Analysis PCA ◮ In linear PCA, the directions of highest variation in a dataset are identified by computing the eigenvectors which correspond to the largest eigenvalues of the covariance matrix of the centered data � M C = 1 j =1 x j x T j . M ◮ This is accomplished by solving the following eigenvalue equation, λ v = Cv . ◮ The PCs are obtained from the eigenvectors corresponding to the largest eigenvalues. Kernel-Based Dimensionality Reduction Methods on Synthesized and Facial Image Data Jonathan L. Fabish 4

  5. High Dimensionality Dimensionality Reduction Methods Application to Simulated Data Application to Morph-II Wrap-up Principal Component Analysis PCA visualized in 3-dimensions. Kernel-Based Dimensionality Reduction Methods on Synthesized and Facial Image Data Jonathan L. Fabish 5

  6. High Dimensionality Dimensionality Reduction Methods Application to Simulated Data Application to Morph-II Wrap-up Kernel Principal Component Analysis Kernel Principal Component Analysis ◮ The kernel trick is widely used to facilitate the task of classification on a non-linearly separable dataset. ◮ Project the data to a subspace of arbitrarily high dimensionality using an implicit non-linear map Φ, which maps the elements of R n to a high dimensional space F , to explore non-linear relationships among the features. ◮ This is accomplished by replacing all occurrences of the inner product ( x ) T ( x ′ ) in the PCA algorithm by a kernel, in our case the Gaussian kernel, K ( x , x ′ ) = Φ( x ) T Φ( x ′ ) = exp − γ || x − x ′ || 2 2 . Kernel-Based Dimensionality Reduction Methods on Synthesized and Facial Image Data Jonathan L. Fabish 6

  7. High Dimensionality Dimensionality Reduction Methods Application to Simulated Data Application to Morph-II Wrap-up Kernel Principal Component Analysis KPCA Algorithm 1. Compute the kernel matrix, K ij = ( k ( x i , x j )) ij . 2. Solve M λα = K α by diagonalizing K , where λ M ≥ λ M − 1 ≥ · · · λ 1 are the eigenvalues, and α is the column vector with entries α M , · · · , α 1 . 3. Normalize eigenvector expansion coefficients α n by requiring λ n ( a n · a n ) = 1, for n = p , . . . , M where λ p corresponds to the first non-zero eigenvalue. 4. Compute the projections of test data on to normalized eigenvectors V n in high dimensional feature space F using ( V n · Φ( x )) = � M i =1 α n i k ( x i , x ). Kernel-Based Dimensionality Reduction Methods on Synthesized and Facial Image Data Jonathan L. Fabish 7

  8. High Dimensionality Dimensionality Reduction Methods Application to Simulated Data Application to Morph-II Wrap-up Supervised Kernel Principal Component Analysis Supervised Kernel Principal Component Analysis ◮ SKPCA is similar to KPCA, except that class labels are used to maximize the dependency of the covariates on the response in question. This is done by using an estimate of the Hilbert Schmidt Independence Criterion, 1 HSIC ( Z , F , G ) = ( n − 1) 2 tr ( KHLH ) , where H , K , L ∈ R nxn , with K ij = k ( x i , x ′ ) , L ij = l ( y i , y j ) , and H ij = [1( i = j ) − 1 / n ] , which measures the strength of association between two random variables. Kernel-Based Dimensionality Reduction Methods on Synthesized and Facial Image Data Jonathan L. Fabish 8

  9. High Dimensionality Dimensionality Reduction Methods Application to Simulated Data Application to Morph-II Wrap-up Fisher Discriminant Analysis Kernel Fisher Discriminant Analysis ◮ FDA is a supervised method which approximates the theoretically optimum Bayes’ classifier. ◮ In FDA we find the vector w , which maximizes the following objective function, J ( w ) = w T S B w w T S W w , where S B = ( m 1 − m 2 )( m 1 − m 2 ) T , x ∈ X i ( x − m i )( x − m T S W = � � i ), i = c and m i = � l i j =1 x i j . Kernel-Based Dimensionality Reduction Methods on Synthesized and Facial Image Data Jonathan L. Fabish 9

  10. High Dimensionality Dimensionality Reduction Methods Application to Simulated Data Application to Morph-II Wrap-up Fisher Discriminant Analysis Kernel Fisher Discriminant Analysis Written in form of kernels, KFDA is as follows: J ( α ) = α T P α α T Q α c N c [ κ c κ T c − κκ T ] where P = � Q = KK t − � c N c κ c κ T c 1 κ c = � i ∈ c K ij N c and κ = 1 � i K ij N K ij = k ( x i , x j ) To solve for α , we find the leading eigenvector of Q − 1 P , which maximizes the ratio of between class variation to within class variation in a high-dimensional feature space. Kernel-Based Dimensionality Reduction Methods on Synthesized and Facial Image Data Jonathan L. Fabish 10

  11. High Dimensionality Dimensionality Reduction Methods Application to Simulated Data Application to Morph-II Wrap-up Simulations Wine Chocolate Data Kernel-Based Dimensionality Reduction Methods on Synthesized and Facial Image Data Jonathan L. Fabish 11

  12. High Dimensionality Dimensionality Reduction Methods Application to Simulated Data Application to Morph-II Wrap-up Simulations Swiss Roll Data Kernel-Based Dimensionality Reduction Methods on Synthesized and Facial Image Data Jonathan L. Fabish 12

  13. High Dimensionality Dimensionality Reduction Methods Application to Simulated Data Application to Morph-II Wrap-up Simulations Concentric Segmented Ring Data Kernel-Based Dimensionality Reduction Methods on Synthesized and Facial Image Data Jonathan L. Fabish 13

  14. High Dimensionality Dimensionality Reduction Methods Application to Simulated Data Application to Morph-II Wrap-up Morph-II Morph-II Dataset ◮ Contains over 55,000 mugshots of 13,617 individuals, collected over 5 years. ◮ Ages range from 16 to 77 years. ◮ Provides race, gender, date of birth, date of arrest, age, time. difference since last picture, subject identifier, and image number for each picture in the database. Kernel-Based Dimensionality Reduction Methods on Synthesized and Facial Image Data Jonathan L. Fabish 14

  15. High Dimensionality Dimensionality Reduction Methods Application to Simulated Data Application to Morph-II Wrap-up Morph-II Morph-II Features ◮ Due to the high computational cost of kernel based DR methods, subsets of 1000 random histogram-equalized images were selected from MORPH-II for analysis. ◮ Each subject has a single image in the subset. ◮ The ratio of male to female is 3:1 and black to white is 1:1. ◮ We applied the previously described DR methods to features extracted using two methods, namely local binary patterns (LBP) and biologically inspired features (BIF). Kernel-Based Dimensionality Reduction Methods on Synthesized and Facial Image Data Jonathan L. Fabish 15

  16. High Dimensionality Dimensionality Reduction Methods Application to Simulated Data Application to Morph-II Wrap-up Morph-II Gender Classification ◮ After application of the previously described dimensionality reduction methods, we used a linear support vector machine with 5-fold cross-validation to predict gender and determine standard deviation, and computational time using the R programming language. Kernel-Based Dimensionality Reduction Methods on Synthesized and Facial Image Data Jonathan L. Fabish 16

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend