The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Finding Local Linear Correlations in High Dimensional Data Xiang Zhang Feng Pan Wei Wang University of.

Slides:



Advertisements
Similar presentations
Text mining Gergely Kótyuk Laboratory of Cryptography and System Security (CrySyS) Budapest University of Technology and Economics
Advertisements

Recap: Mining association rules from large datasets
Krishna Rajan Data Dimensionality Reduction: Introduction to Principal Component Analysis Case Study: Multivariate Analysis of Chemistry-Property data.
Noise & Data Reduction. Paired Sample t Test Data Transformation - Overview From Covariance Matrix to PCA and Dimension Reduction Fourier Analysis - Spectrum.
Covariance Matrix Applications
Principal Component Analysis Based on L1-Norm Maximization Nojun Kwak IEEE Transactions on Pattern Analysis and Machine Intelligence, 2008.
Data Mining Feature Selection. Data reduction: Obtain a reduced representation of the data set that is much smaller in volume but yet produces the same.
Gene Shaving – Applying PCA Identify groups of genes a set of genes using PCA which serve as the informative genes to classify samples. The “gene shaving”
Dimensionality Reduction PCA -- SVD
Principal Component Analysis (PCA) for Clustering Gene Expression Data K. Y. Yeung and W. L. Ruzzo.
PCA + SVD.
1er. Escuela Red ProTIC - Tandil, de Abril, 2006 Principal component analysis (PCA) is a technique that is useful for the compression and classification.

Dimensionality reduction. Outline From distances to points : – MultiDimensional Scaling (MDS) – FastMap Dimensionality Reductions or data projections.
Principal Component Analysis
L15:Microarray analysis (Classification) The Biological Problem Two conditions that need to be differentiated, (Have different treatments). EX: ALL (Acute.
Dimension Reduction and Feature Selection Craig A. Struble, Ph.D. Department of Mathematics, Statistics, and Computer Science Marquette University.
The Terms that You Have to Know! Basis, Linear independent, Orthogonal Column space, Row space, Rank Linear combination Linear transformation Inner product.
Feature Extraction for Outlier Detection in High- Dimensional Spaces Hoang Vu Nguyen Vivekanand Gopalkrishnan.
Microarray analysis Algorithms in Computational Biology Spring 2006 Written by Itai Sharon.
Bayesian belief networks 2. PCA and ICA
The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Graph Regularized Dual Lasso for Robust eQTL Mapping Wei Cheng 1 Xiang Zhang 2 Zhishan Guo 1 Yu Shi 3 Wei.
Principal Component Analysis. Consider a collection of points.
Dimensionality Reduction. Multimedia DBs Many multimedia applications require efficient indexing in high-dimensions (time-series, images and videos, etc)
Principal Component Analysis (PCA) for Clustering Gene Expression Data K. Y. Yeung and W. L. Ruzzo.
SVD(Singular Value Decomposition) and Its Applications
Bi-Clustering Jinze Liu. Outline The Curse of Dimensionality Co-Clustering  Partition-based hard clustering Subspace-Clustering  Pattern-based 2.
Summarized by Soo-Jin Kim
Principle Component Analysis Presented by: Sabbir Ahmed Roll: FH-227.
Linear Least Squares Approximation. 2 Definition (point set case) Given a point set x 1, x 2, …, x n  R d, linear least squares fitting amounts to find.
Machine Learning CS 165B Spring Course outline Introduction (Ch. 1) Concept learning (Ch. 2) Decision trees (Ch. 3) Ensemble learning Neural Networks.
Presented By Wanchen Lu 2/25/2013
Image recognition using analysis of the frequency domain features 1.
Feature extraction 1.Introduction 2.T-test 3.Signal Noise Ratio (SNR) 4.Linear Correlation Coefficient (LCC) 5.Principle component analysis (PCA) 6.Linear.
Bi-Clustering. 2 Data Mining: Clustering Where K-means clustering minimizes.
1 Recognition by Appearance Appearance-based recognition is a competing paradigm to features and alignment. No features are extracted! Images are represented.
Principal Component Analysis Bamshad Mobasher DePaul University Bamshad Mobasher DePaul University.
Xiang Zhang, Feng Pan, Wei Wang, and Andrew Nobel VLDB2008 Mining Non-Redundant High Order Correlations in Binary Data.
es/by-sa/2.0/. Principal Component Analysis & Clustering Prof:Rui Alves Dept Ciencies Mediques.
N– variate Gaussian. Some important characteristics: 1)The pdf of n jointly Gaussian R.V.’s is completely described by means, variances and covariances.
Descriptive Statistics vs. Factor Analysis Descriptive statistics will inform on the prevalence of a phenomenon, among a given population, captured by.
Clustering by Pattern Similarity in Large Data Sets Haixun Wang, Wei Wang, Jiong Yang, Philip S. Yu IBM T. J. Watson Research Center Presented by Edmond.
Chapter 7 Multivariate techniques with text Parallel embedded system design lab 이청용.
CSE 185 Introduction to Computer Vision Face Recognition.
EECS 730 Introduction to Bioinformatics Microarray Luke Huan Electrical Engineering and Computer Science
Finding Local Correlations in High Dimensional Data USTC Seminar Xiang Zhang Case Western Reserve University.
Reduces time complexity: Less computation Reduces space complexity: Less parameters Simpler models are more robust on small datasets More interpretable;
The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Bi-Clustering COMP Seminar Spring 2011.
The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Bi-Clustering COMP Seminar Spring 2008.
MACHINE LEARNING 7. Dimensionality Reduction. Dimensionality of input Based on E Alpaydın 2004 Introduction to Machine Learning © The MIT Press (V1.1)
Principal Component Analysis Zelin Jia Shengbin Lin 10/20/2015.
The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Hierarchical Co-Clustering Based on Entropy Splitting Wei Cheng 1 Xiang Zhang 2 Feng Pan 3 Wei Wang 4 1.
CLUSTERING HIGH-DIMENSIONAL DATA Elsayed Hemayed Data Mining Course.
Face detection and recognition Many slides adapted from K. Grauman and D. Lowe.
Principal Components Analysis ( PCA)
University at BuffaloThe State University of New York Pattern-based Clustering How to cluster the five objects? qHard to define a global similarity measure.
The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Bi-Clustering COMP Seminar Spring 2008.
Principal Component Analysis (PCA)
University of Ioannina
9.3 Filtered delay embeddings
Principal Component Analysis (PCA)
Subspace Clustering/Biclustering
Machine Learning Dimensionality Reduction
Principal Component Analysis
Bayesian belief networks 2. PCA and ICA
PCA is “an orthogonal linear transformation that transfers the data to a new coordinate system such that the greatest variance by any projection of the.
Descriptive Statistics vs. Factor Analysis
Recitation: SVD and dimensionality reduction
Feature space tansformation methods
Principal Component Analysis
Presentation transcript:

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Finding Local Linear Correlations in High Dimensional Data Xiang Zhang Feng Pan Wei Wang University of North Carolina at Chapel Hill Speaker: Xiang Zhang

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Finding Latent Patterns in High Dimensional Data An important research problem with wide applications  biology (gene expression analysis)  customer transactions, and so on. Common approaches  feature selection  feature transformation  subspace clustering

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Existing Approaches Feature selection  find a single representative subset of features that are most relevant for the data mining task at hand Feature transformation  find a set of new (transformed) features that contain the information in the original data as much as possible  Principal Component Analysis (PCA) Correlation clustering  find clusters of data points that may not exist in the axis parallel subspaces but only exist in the projected subspaces.

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Motivation Example Question: How to find these local linear correlations (using existing methods)? linearly correlated genes

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Applying PCA — Correlated? PCA is an effective way to determine whether a set of features is strongly correlated A global transformation applied to the entire dataset  a few eigenvectors describe most variance in the dataset  small amount of variance represented by the remaining eigenvectors  small residual variance indicates strong correlation

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Applying PCA – Representation? The linear correlation is represented as the hyperplane that is orthogonal to the eigenvectors with the minimum variances [1, -1, 1] linear correlations reestablished by full-dimensional PCA embedded linear correlations

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Applying Bi-clustering or Correlation Clustering Methods Correlation clustering  no obvious clustering structure Bi-clustering  no strong pair-wise correlations linearly correlated genes

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Revisiting Existing Work Feature selection  finds only one representative subset of features Feature transformation  performs one and the same feature transformation for the entire dataset  does not really eliminate the impact of any original attributes Correlation clustering  projected subspaces are usually found by applying standard feature transformation method, such as PCA

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Local Linear Correlations - formalization Idea: formalize local linear correlations as strongly correlated feature subsets  Determining if a feature subset is correlated  small residual variance  The correlation may not be supported by all data points -- noise, domain knowledge…  supported by a large portion of the data points

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Problem Formalization Suppose that F (m by n) be a submatrix of the dataset D (M by N) Let { } be the eigenvalues of the covariance matrix of F and arranged in ascending order F is strongly correlated feature subset if and(1)(2) total variance variance on the k eigenvectors having smallest eigenvalues (residual variance) number of supporting data points total number of data points

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Problem Formalization Suppose that F (m by n) be a submatrix of the dataset D (M by N) larger k, stronger correlation smaller ε, stronger correlation K and ε, together control the strength of the correlation Eigenvalue id Eigenvalues larger ksmaller ε

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Goal Goal: to find all strongly correlated feature subsets Enumerate all sub-matrices?  Not feasible (2 M×N sub-matrices in total)  Efficient algorithm needed Any property we can use?  Monotonicity of the objective function

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Monotonicity Monotonic w.r.t. the feature subset  If a feature subset is strongly correlated, all its supersets are also strongly correlated  Derived from Interlacing Eigenvalue Theorem  Allow us to focus on finding the smallest feature subsets that are strongly correlated  Enable efficient algorithm – no exhaustive enumeration needed

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL The CARE Algorithm Selecting the feature subsets  Enumerate feature subsets from smaller size to larger size (DFS or BFS)  If a feature subset is strongly correlated, then its supersets are pruned (monotonicity of the objective function)  Further pruning possible (refer to paper for details)

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Monotonicity Non-monotonic w.r.t. the point subset  Adding (or deleting) point from a feature subset can increase or decrease the correlation among the features  Exhaustive enumeration infeasible – effective heuristic needed

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL The CARE Algorithm Selecting the point subsets  Feature subset may only correlate on a subset of data points  If a feature subset is not strongly correlated on all data points, how to chose the proper point subset?

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL The CARE Algorithm Successive point deletion heuristic  greedy algorithm – in each iteration, delete the point that resulting the maximum increasing of the correlation among the subset of features  Inefficient – need to evaluate objective function for all data points

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL The CARE Algorithm Distance-based point deletion heuristic  Let S 1 be the subspace spanned by the k eigenvectors with the smallest eigenvalues  Let S 2 be the subspace spanned by the remaining n-k eigenvectors.  Intuition: Try to reduce the variance in S 1 as much as possible while retaining the variance in S 2  Directly delete (1-δ)M points having large variance in S 1 and small variance in S 2 (refer to paper for details)

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL The CARE Algorithm A comparison between two point deletion heuristics successivedistance-based

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Experimental Results (Synthetic) Linear correlation reestablished Full-dimensional PCACARE Linear correlation embedded

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Pair-wise correlations Linear correlation embedded (hyperplan representation) Experimental Results (Synthetic)

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Scalability evaluation Experimental Results (Synthetic)

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Experimental Results (Wage) Correlation clustering method & CARE CARE only A comparison between correlation clustering method and CARE (dataset (534×11)

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Experimental Results Linearly correlated genes (Hyperplan representations) (220 genes for 42 mouse strains) Nrg4: cell part Myh7: cell part; intracelluar part Hist1h2bk: cell part; intracelluar part Arntl: cell part; intracelluar part Nrg4: integral to membrane Olfr281: integral to membrane Slco1a1: integral to membrane P196867: N/A Oazin: catalytic activity Ctse: catalytic activity Mgst3: catalytic activity Hspb2: cellular physiological process L12Rik: cellular physiological process D01Rik: cellular physiological process P213651: N/A Ldb3: intracellular part Sec61g: intracellular part Exosc4: intracellular part BC048403: N/A Mgst3: catalytic activity; intracellular part Nr1d2: intracellular part; metal ion binding Ctse: catalytic activity Pgm3: metal ion binding Hspb2: cellular metabolism Sec61b: cellular metabolism Gucy2g: cellular metabolism Sdh1: cellular metabolism Ptk6: membrane Gucy2g: integral to membrane Clec2g: integral to membrane H2-Q2: integral to membrane

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Thank You ! Questions?