English

Finding Linear Structure in Large Datasets with Scalable Canonical Correlation Analysis

Machine Learning 2015-06-29 v1 Computation

Abstract

Canonical Correlation Analysis (CCA) is a widely used spectral technique for finding correlation structures in multi-view datasets. In this paper, we tackle the problem of large scale CCA, where classical algorithms, usually requiring computing the product of two huge matrices and huge matrix decomposition, are computationally and storage expensive. We recast CCA from a novel perspective and propose a scalable and memory efficient Augmented Approximate Gradient (AppGrad) scheme for finding top kk dimensional canonical subspace which only involves large matrix multiplying a thin matrix of width kk and small matrix decomposition of dimension k×kk\times k. Further, AppGrad achieves optimal storage complexity O(k(p1+p2))O(k(p_1+p_2)), compared with classical algorithms which usually require O(p12+p22)O(p_1^2+p_2^2) space to store two dense whitening matrices. The proposed scheme naturally generalizes to stochastic optimization regime, especially efficient for huge datasets where batch algorithms are prohibitive. The online property of stochastic AppGrad is also well suited to the streaming scenario, where data comes sequentially. To the best of our knowledge, it is the first stochastic algorithm for CCA. Experiments on four real data sets are provided to show the effectiveness of the proposed methods.

Keywords

Cite

@article{arxiv.1506.08170,
  title  = {Finding Linear Structure in Large Datasets with Scalable Canonical Correlation Analysis},
  author = {Zhuang Ma and Yichao Lu and Dean Foster},
  journal= {arXiv preprint arXiv:1506.08170},
  year   = {2015}
}

Comments

Appearing in International Conference on Machine Learning (ICML) 2015

R2 v1 2026-06-22T10:01:06.366Z