NALGOCJun 10, 2025

sparseGeoHOPCA: A Geometric Solution to Sparse Higher-Order PCA Without Covariance Estimation

arXiv:2506.08670v11 citationsh-index: 21
Originality Incremental advance
AI Analysis

This work addresses the computational and interpretability challenges in sparse tensor decomposition for high-dimensional data analysis, representing an incremental improvement with a novel geometric approach.

The paper tackles the problem of sparse higher-order PCA for high-dimensional tensor data by proposing sparseGeoHOPCA, a geometric framework that avoids covariance estimation and iterative deflation, resulting in linear scaling with tensor size and demonstrated effectiveness in tasks like classification under compression and image reconstruction on ImageNet.

We propose sparseGeoHOPCA, a novel framework for sparse higher-order principal component analysis (SHOPCA) that introduces a geometric perspective to high-dimensional tensor decomposition. By unfolding the input tensor along each mode and reformulating the resulting subproblems as structured binary linear optimization problems, our method transforms the original nonconvex sparse objective into a tractable geometric form. This eliminates the need for explicit covariance estimation and iterative deflation, enabling significant gains in both computational efficiency and interpretability, particularly in high-dimensional and unbalanced data scenarios. We theoretically establish the equivalence between the geometric subproblems and the original SHOPCA formulation, and derive worst-case approximation error bounds based on classical PCA residuals, providing data-dependent performance guarantees. The proposed algorithm achieves a total computational complexity of $O\left(\sum_{n=1}^{N} (k_n^3 + J_n k_n^2)\right)$, which scales linearly with tensor size. Extensive experiments demonstrate that sparseGeoHOPCA accurately recovers sparse supports in synthetic settings, preserves classification performance under 10$\times$ compression, and achieves high-quality image reconstruction on ImageNet, highlighting its robustness and versatility.

Foundations

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

Your Notes