On the Error-Propagation of Inexact Hotelling's Deflation for Principal Component Analysis
Fangshuo Liao, Junhyung Lyle Kim, Cruz Barnum, Anastasios Kyrillidis
TL;DR
The paper analyzes how numerical errors from inexact PCA propagate through Hotelling's deflation when estimating the top K eigenvectors of a symmetric covariance matrix. It provides two main results: (i) a sub-routine agnostic bound showing exponential growth of deflation errors with K, governed by eigengaps, and (ii) a tighter bound when the PCA subroutine uses power iteration, leveraging directional error information to reduce the growth to a more favorable exponential form. Theoretical tools include Weyl's inequality and the Davis–Kahan sinTheta theorem, along with a recursive analysis of deflation matrices, and Neumann expansions to connect perturbations across steps. The results yield explicit iteration-count requirements for the power iteration to achieve a target accuracy and are complemented by empirical illustrations on MNIST-based spectral clustering. Overall, the work clarifies the practical limits of multi-component PCA via deflation under finite-precision computation and guides how to allocate computational resources for reliable eigenvector recovery.
Abstract
Principal Component Analysis (PCA) aims to find subspaces spanned by the so-called principal components that best represent the variance in the dataset. The deflation method is a popular meta-algorithm that sequentially finds individual principal components, starting from the most important ones and working towards the less important ones. However, as deflation proceeds, numerical errors from the imprecise estimation of principal components propagate due to its sequential nature. This paper mathematically characterizes the error propagation of the inexact Hotelling's deflation method. We consider two scenarios: $i)$ when the sub-routine for finding the leading eigenvector is abstract and can represent various algorithms; and $ii)$ when power iteration is used as the sub-routine. In the latter case, the additional directional information from power iteration allows us to obtain a tighter error bound than the sub-routine agnostic case. For both scenarios, we explicitly characterize how the errors progress and affect subsequent principal component estimations.
