LGMLOct 12, 2020

$\ell_0$-based Sparse Canonical Correlation Analysis

arXiv:2010.05620v22 citations
Originality Incremental advance
AI Analysis

This addresses a bottleneck in unsupervised learning for multi-modal data analysis, offering an incremental improvement over sparse CCA methods.

The paper tackles the problem of overfitting and modality-specific noise in Canonical Correlation Analysis (CCA) when dealing with high-dimensional data, proposing $\ell_0$-CCA and $\ell_0$-Deep CCA to learn sparse correlated representations, which improves extracted representations compared to existing models.

Canonical Correlation Analysis (CCA) models are powerful for studying the associations between two sets of variables. The canonically correlated representations, termed \textit{canonical variates} are widely used in unsupervised learning to analyze unlabeled multi-modal registered datasets. Despite their success, CCA models may break (or overfit) if the number of variables in either of the modalities exceeds the number of samples. Moreover, often a significant fraction of the variables measures modality-specific information, and thus removing them is beneficial for identifying the \textit{canonically correlated variates}. Here, we propose $\ell_0$-CCA, a method for learning correlated representations based on sparse subsets of variables from two observed modalities. Sparsity is obtained by multiplying the input variables by stochastic gates, whose parameters are learned together with the CCA weights via an $\ell_0$-regularized correlation loss. We further propose $\ell_0$-Deep CCA for solving the problem of non-linear sparse CCA by modeling the correlated representations using deep nets. We demonstrate the efficacy of the method using several synthetic and real examples. Most notably, by gating nuisance input variables, our approach improves the extracted representations compared to other linear, non-linear and sparse CCA-based models.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes