1 / 55

Affine-invariant Principal Components

Affine-invariant Principal Components. Charlie Brubaker and Santosh Vempala Georgia Tech School of Computer Science Algorithms and Randomness Center. What is PCA?. “PCA is a mathematical tool for finding directions in which a distribution is stretched out.”. Widely used in practice

mcnairj
Download Presentation

Affine-invariant Principal Components

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Affine-invariantPrincipal Components Charlie Brubaker and Santosh Vempala Georgia Tech School of Computer Science Algorithms and Randomness Center

  2. What is PCA? “PCA is a mathematical tool for finding directions in which a distribution is stretched out.” • Widely used in practice • Gives best-known results for some problems

  3. History • First discussed by Euler in a work on inertia of rigid bodies (1730). • Principal Axes identified as eigenvectors by Lagrange. • Power method for finding eigenvectors published in 1929, before computers • Ubiquitous in practice today: Bioinformatics, Econometrics, Data Mining, Computer Vision, ...

  4. Principal Components Analysis For points a1…am in Rn, the principal components are orthogonal vectors v1…vn s.t. Vk = span{v1…vk} minimizes among all k-subspaces. Like regression. Computed via SVD.

  5. Singular Value Decomposition (SVD) Real m x n matrix A can be decomposed as:

  6. PCA (continued) • Example: for a Gaussian the principal components are the axes of the ellipsoidal level sets. v2 v1 • “top” principal components = • where the data is “stretched out.”

  7. Why Use PCA? • Reduces computation or space. Space goes from O(mn) to O(mk+nk). --- Random Projection, Random Sampling also reduce space requirement • Reveals interesting structure that is hidden in high dimension.

  8. Problem • Learn a mixture of Gaussians Classify unlabeled samples Each component is a logconcave distribution (e.g., Gaussian). Means, variances and mixing weights are unknown

  9. Distance-based Classification “Points from the same component should be closer to each other than those from different components.” 9

  10. Mixture models • Easy to unravel if components are far enough apart • Impossible if components are too close

  11. Distance-based classification How far apart? Thus, suffices to have [Dasgupta ‘99] [Dasgupta, Schulman ‘00] [Arora, Kannan ‘01] (more general)

  12. PCA • Project to span of top k principal components of the data Replace A with • Apply distance-based classification in this subspace

  13. Main idea Subspace of top k principal components spans the means of all k Gaussians

  14. SVD in geometric terms Rank 1 approximation is the projection to the line through the origin that minimizes the sum of squared distances. Rank k approximation is projection k-dimensional subspace minimizing sum of squared distances.

  15. Why? • Best line for 1 Gaussian? - Line through the mean • Best k-subspace for 1 Gaussian? - Any k-subspace through the mean • Best k-subspace for k Gaussians? - The k-subspace through all k means!

  16. How general is this? Theorem [V-Wang’02]. For any mixture of weakly isotropic distributions, the best k-subspace is the span of the means of the k components. “weakly isotropic”: Covariance matrix = multiple of identity

  17. PCA Projection to span of means gives For spherical Gaussians, Span(means) = PCA subspace of dim k. 17

  18. Sample SVD • Sample SVD subspace is “close” to mixture’s SVD subspace. • Doesn’t span means but is close to them.

  19. 2 Gaussians in 20 Dimensions

  20. 4 Gaussians in 49 Dimensions

  21. Mixtures of Logconcave Distributions Theorem [Kannan-Salmasian-V ’04]. For any mixture of k distributions with SVD subspace V,

  22. Mixtures of Nonisotropic, Logconcave Distributions Theorem [Kannan, Salmasian, V, ‘04]. The PCA subspace V is “close” to the span of the means, provided that means are well-separated. Required separation: where is the maximum directional variance. Polynomial was improved by Achlioptas-McSherry. 22

  23. However,… PCA collapses separable “pancakes”

  24. Limits of PCA • Algorithm is not affine invariant. • Any instance can be made bad by an affine transformation. • Spherical Gaussians become parallel pancakes but remain separable.

  25. Parallel Pancakes • Still separable, but previous algorithms don’t work. 25

  26. Separability

  27. Hyperplane Separability PCA is not affine-invariant. • Is hyperplane separability sufficient to learn a mixture?

  28. Affine-invariant principal components? • What is an affine-invariant property that distinguishes 1 Gaussian from 2 pancakes? • Or a ball from a cylinder?

  29. Isotropic PCA Make point set isotropic via an affine transformation. Reweight points according to a spherically symmetric function f(|x|). Return the 1st and 2nd moments of reweighted points. 29

  30. Isotropic PCA [BV’08] Goal: Go beyond 1st and 2nd moments to find “interesting” directions. Why? What if all 2nd moments are equal? v? v? v? v? • This isotropy can always be achieved by an affine transformation. 30

  31. Ball vs Cylinder

  32. Algorithm Make distribution isotropic. Reweight points. If mean shifts, partition along this direction. Recurse. Otherwise, partition along top principle component. Recurse. 32

  33. Step1: Enforcing Isotropy • Isotropy: • a. Mean = 0 and • b. Variance = 1 in every direction • Step 1a: move the origin to the mean (translation). • Step 1b: apply linear transformation 33

  34. Step 1: Enforcing Isotropy 34

  35. Step 1: Enforcing Isotropy 35

  36. Step 1: Enforcing Isotropy Turns every well-separated mixture into (almost) parallel pancakes, separable along the intermean direction. • PCA no longer helps us! 36

  37. Algorithm Make distribution isotropic. Reweight points (using a Gaussian). If mean shifts, partition along this direction. Recurse. Otherwise, partition along top principle component. Recurse. 37

  38. Two parallel pancakes • Isotropy pulls apart the components • If one is heavier, then overall mean shifts along the separating direction • If not, principal component is along the separating direction

  39. Steps 3 & 4: Illustrative Examples Imbalanced Pancakes: Mean • Balanced Pancakes: 39

  40. Step 3: Imbalanced Case • Mean shifts toward heavier component 40

  41. Step 4: Balanced Case • Mean doesn’t move by symmetry. • Top principle component is inter-mean direction 41

  42. Unraveling Gaussian Mixtures Theorem [Brubaker-V. ’08] The algorithm correctly classifies samples from two arbitrary Gaussians “separable by a hyperplane” with high probability.

  43. Original Data • 40 dimensions, 8000 samples (subsampled for visualization) • Means of (0,0) and (1,1).

  44. Random Projection

  45. PCA

  46. Isotropic PCA

  47. Results:k=2 Theorem: For k=2, algorithm succeeds if there is some direction v such that: (i.e., hyperplane separability.) 47

  48. Fisher Criterion For a direction p, intra-component variance along p J(p) = ------------------------------------------------ total variance along p • Overlap: Min J(p) over all directions p. • (small overlap => well-separated) • Theorem: For k=2, algorithm suceeds if overlap is 48

  49. Results:k>2 • For k > 2, we need k-1 orthogonal directions with small overlap 49

  50. Fisher Criterion J(S)= max intra-component variance within S • Make F isotropic. For subspace S • Overlap = Min J(S), S: k-1 dim subspace • Overlap is affine-invariant. • Theorem [BV ’08]: For k>2, the algorithm succeeds if the overlap is at most 50

More Related