outline reducing dimensionality
play

Outline Reducing Dimensionality Feature Selection 1 Steven J Zeil - PowerPoint PPT Presentation

Feature Selection Feature Extraction Feature Selection Feature Extraction Outline Reducing Dimensionality Feature Selection 1 Steven J Zeil Feature Extraction 2 Principal Components Analysis (PCA) Old Dominion Univ. Factor Analysis (FA)


  1. Feature Selection Feature Extraction Feature Selection Feature Extraction Outline Reducing Dimensionality Feature Selection 1 Steven J Zeil Feature Extraction 2 Principal Components Analysis (PCA) Old Dominion Univ. Factor Analysis (FA) Multidimensional Scaling (MDS) Fall 2010 Linear Discriminants Analysis (LDA) 1 2 Feature Selection Feature Extraction Feature Selection Feature Extraction Motivation Basic Approaches Reduction in complexity of prediction and training Given an input population characterized by d attributes: Feature Selection : find k < d dimensions that give the most Reduction in cost of data extraction information. Discard the other d − k . Simpler models – reduced variance subset selection Easier to visualize & analyze results, identify outliers, etc. Feature Extraction : find k ≤ d dimensions that are linear combinations of the original d Principal Components Analysis (unsupervised) Related: Factor Analysis and Multidimensional Scaling Linear Discriminants Analysis (supervised) Text also mensions Nonlinear methods: Isometric feature mapping and Locally Linear Embedding Not enough info to really justify 3 4

  2. Feature Selection Feature Extraction Feature Selection Feature Extraction Subset Selection Notes Assume we have a suitable error function and can evaluate it Variant floating search adds multiple features at once, then for a variety of models (cross-validation). backtracks to see what features can be removed Misclassification error for classification problems Selection is less useful in very high-dimension problems where Mean-squared error for regression individual features are of limiteduse, but clusters of features Can’t evaluate all 2 d subsets of d features are significant. Forward selection: Start with an empty feature set. Repeatedly add the feature that reduces the error the most. Stop when decrease is insignificant. Backward selection: Start with all features. Remove the feature that decreases the error the most (or increases it the least). Stop when any further removals increase the error significantly. Both directions are O ( d 2 ) Hill-climing: not guaranteed to find global optimum 5 6 Feature Selection Feature Extraction Feature Selection Feature Extraction Outline Principal Components Analysis (PCA) Find a mapping � z = A � x onto a lower-dimension space Unsupervised method: seeks to minimize variance Feature Selection 1 Intuitively: try to spread the points apart as far as possible Feature Extraction 2 Principal Components Analysis (PCA) Factor Analysis (FA) Multidimensional Scaling (MDS) Linear Discriminants Analysis (LDA) 7 8

  3. Feature Selection Feature Extraction Feature Selection Feature Extraction 1st Principal Component 2nd Principal Component w T w T w T Assume � x ∼ N ( � µ, Σ). Then Next find z 2 = � 2 � x , with � 2 � w 2 = 1 and � 2 � w 1 = 0, that w T maximizes Var ( z 2 ) = � 2 Σ � w 2 . w T � w T � w T Σ � � x ∼ N ( � µ, � w ) Solution: Σ � w 2 = α 2 � w 2 Choose the solution (eigenvector) corresponding to the 2nd w T w T Find z 1 = � 1 � x , with � 1 � w 1 = 1, that maximizes largest eigenvalue α 2 w T Var ( z 1 ) = � 1 Σ � w 1 . Because Σ is symmetric, its eigenvectors are mutually w T w T Find max � 1 Σ � w 1 − α ( � w 1 − 1), α ≥ 0 w 1 � 1 � orthogonal Solution: Σ � w 1 = α� w 1 This is an eigenvalue problem on Σ. We want the solution (eigenvector) corresponding to the largest eigenvalue α 9 10 Feature Selection Feature Extraction Feature Selection Feature Extraction Visualizing PCA Is Spreading the Space Enough? Although we can argue that spreading the points leads to a better- z = W T ( � � x − � m ) conditioned problem: What does this have to do with reducing dimensionality? 11 12

  4. Feature Selection Feature Extraction Feature Selection Feature Extraction Detecting Linear Depencencies When to Stop? Suppose that some subset of the inputs are linearly correlated Proportion of Variance (PoV) for eigenvalues λ 1 , λ 2 , . . . , λ k q T � � k ∃ � q | � x = 0 i =1 λ i � d i =1 λ d Then Σ is singular. Plot and look for elbow q T � q T � x − � E [ � µ ] = 0 Typically stop around PoV = 0.9 Σ � q = 0 q is an eigenvector of the problem Σ � w = α� w with α = 0 � The last eigenvectors(s) we would consider using Flip side: PCA can be overly sensitive to scaling issues [normalize] and to outliers 13 14 Feature Selection Feature Extraction Feature Selection Feature Extraction PoV PCA & Visualization If 1st two eigenvectors account for majority of variance, plot data, using symbols for classes or other features Visually search for patterns 15 16

  5. Feature Selection Feature Extraction Feature Selection Feature Extraction PCA Visualization Factor Analysis (FA) A kind of “inverted” PCA. Find a set of factors � z that can be combined to generate � x :   k �  + ε i x i − µ i = v ij z j  j =1 z i are latent factors E [ z i ] = 0 , Var ( z i ) = 1 , i � = j ⇒ ( Cov ( z i , z j ) = 0 ε i are noise sources E [ ε i ] = 0 , Var ( ε i ) = φ i , i � = j ⇒ ( Cov ( ε i , ε j ) = 0 Cov ( ε i , z j ) = 0 v ij are factor loadings 17 18 Feature Selection Feature Extraction Feature Selection Feature Extraction PCA vs FA Multidimensional Scaling (MDS) Given the pairwise distances d ij between N points, place those points on a low-dimension map, preserving the distances z = � g ( � x | θ ) � Choose θ to minimize Sammon stress z r − � x r − � x s || ) 2 z s || − || � ( || � � E ( θ |X ) = x r − � || � x s || r , s x r − � x s || ) 2 x r | θ ) − � x s | θ ) || − || � ( || � g ( � g ( � � = x r − � || � x s || r , s Use regression methods for � g , usng the above as the error function to be minimized. 19 20

  6. Feature Selection Feature Extraction Feature Selection Feature Extraction Linear Discriminants Analysis (LDA) Scatter w ) = ( m 1 − m 2 ) 2 Supervised method J ( � s 2 1 + s 2 Find a projection of � x onto 2 a low-dimension space w T � w t � where classes are ( m 1 − m 2 ) 2 m 2 ) 2 = ( � m 1 − � well-separated w T S B � = � w Find � w maximizing w ) = ( m 1 − m 2 ) 2 m 2 ) T is the between-class scatter where S B = ( � m 1 − � m 2 )( � m 1 − � J ( � s 2 1 + s 2 2 Similarly, s 2 1 + s 2 w T S W � 2 = � w w T � m i = � m i where S W = S 1 + S 2 is the within-class scatter x t − m i ) 2 r t � w T � s i = ( � t 21 22

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