LGITNov 15, 2023

Gram-Schmidt Methods for Unsupervised Feature Extraction and Selection

arXiv:2311.09386v41 citationsh-index: 15
Originality Incremental advance
AI Analysis

This work addresses a fundamental problem in unsupervised learning for data scientists, offering a novel linear approach that is incremental but with strong experimental gains.

The paper tackles the challenge of unsupervised feature extraction and selection with nonlinear data dependencies by proposing Gram-Schmidt orthogonalization methods, achieving superior performance over state-of-the-art linear algorithms and often outperforming nonlinear methods like autoencoders and UMAP on benchmark datasets.

Feature extraction and selection in the presence of nonlinear dependencies among the data is a fundamental challenge in unsupervised learning. We propose using a Gram-Schmidt (GS) type orthogonalization process over function spaces to detect and map out such dependencies. Specifically, by applying the GS process over some family of functions, we construct a series of covariance matrices that can either be used to identify new large-variance directions, or to remove those dependencies from known directions. In the former case, we provide information-theoretic guarantees in terms of entropy reduction. In the latter, we provide precise conditions by which the chosen function family eliminates existing redundancy in the data. Each approach provides both a feature extraction and a feature selection algorithm. Our feature extraction methods are linear, and can be seen as natural generalization of principal component analysis (PCA). We provide experimental results for synthetic and real-world benchmark datasets which show superior performance over state-of-the-art (linear) feature extraction and selection algorithms. Surprisingly, our linear feature extraction algorithms are comparable and often outperform several important nonlinear feature extraction methods such as autoencoders, kernel PCA, and UMAP. Furthermore, one of our feature selection algorithms strictly generalizes a recent Fourier-based feature selection mechanism (Heidari et al., IEEE Transactions on Information Theory, 2022), yet at significantly reduced complexity.

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