| |
|
|
| \documentclass{article} |
|
|
| |
| \usepackage{microtype} |
| \usepackage{graphicx} |
| \usepackage{subcaption} |
| \usepackage{booktabs} |
| \usepackage{enumitem} |
|
|
| |
| |
| |
| |
| \usepackage{hyperref} |
|
|
|
|
| |
| \newcommand{\theHalgorithm}{\arabic{algorithm}} |
|
|
| |
| |
|
|
| |
| |
|
|
| |
| \usepackage[accepted]{imports/icml/icml2026} |
|
|
| |
| \usepackage{amsmath} |
| \usepackage{amssymb} |
| \usepackage{mathtools} |
| \usepackage{amsthm} |
|
|
| |
| \usepackage{imports/icml/algorithm} |
| \usepackage{imports/icml/algorithmic} |
|
|
| |
| \input{imports/defs} |
|
|
| |
| \usepackage[capitalize,noabbrev]{cleveref} |
|
|
| |
| |
| |
| \theoremstyle{plain} |
| \newtheorem{theorem}{Theorem}[section] |
| \newtheorem{proposition}[theorem]{Proposition} |
| \newtheorem{lemma}[theorem]{Lemma} |
| \newtheorem{corollary}[theorem]{Corollary} |
| \theoremstyle{definition} |
| \newtheorem{definition}[theorem]{Definition} |
| \newtheorem{assumption}[theorem]{Assumption} |
| \theoremstyle{remark} |
| \newtheorem{remark}[theorem]{Remark} |
|
|
| |
| \newcommand{\hta}{\hat\eta} |
|
|
| |
| |
| \icmltitlerunning{Global Convergence of Adaptive Sensing for Principal Eigenvector Estimation} |
|
|
| \begin{document} |
|
|
| \twocolumn[ |
| \icmltitle{Global Convergence of Adaptive Sensing for Principal Eigenvector Estimation} |
|
|
| |
| |
| |
|
|
| |
| |
| |
| |
|
|
| |
| |
| |
| |
|
|
| \begin{icmlauthorlist} |
| \icmlauthor{Alex Saad-Falcon}{gatech} |
| \icmlauthor{Brighton Ancelin}{gatech} |
| \icmlauthor{Justin Romberg}{gatech} |
| \end{icmlauthorlist} |
|
|
| \icmlaffiliation{gatech}{School of Electrical and Computer Engineering, Georgia Institute of Technology, Atlanta, GA, USA} |
|
|
| \icmlcorrespondingauthor{Alex Saad-Falcon}{alexsaadfalcon@gatech.edu} |
|
|
| |
| |
| |
| \icmlkeywords{Machine Learning, ICML, Principal Component Analysis, Subspace Tracking, Adaptive Sensing, Compressive Measurements} |
|
|
| \vskip 0.3in |
| ] |
|
|
| |
|
|
| |
| |
| |
| |
| |
|
|
| |
| |
| \printAffiliationsAndNotice{} |
| |
| |
|
|
| \begin{abstract} |
| Principal component analysis classically requires full $d$-dimensional samples, yet in various applications hardware limits acquisition to a few scalar measurements per sample. We analyze a compressed variant of Oja's algorithm for estimating the principal eigenvector of the data covariance matrix using only two adaptive measurements per sample. At each iteration, we observe one measurement along the current estimate and one in a random orthogonal direction. We prove that after $t$ iterations, the expected sine-squared error to the true eigenvector is $\mathcal{O}(\lambda_1\lambda_2 d^2 / (\Delta^2 t))$, where $d$ is the ambient dimension, $\lambda_1, \lambda_2$ are the leading eigenvalues, and $\Delta = \lambda_1 - \lambda_2$ is the eigengap. We complement this with a matching information-theoretic lower bound of $\Omega(\lambda_1\lambda_2 d^2 / (\Delta^2 t))$ --- the first for compressed eigenvector estimation --- proving that the $d^2$ factor, an additional factor of $d$ compared to the fully-observed minimax rate $\Theta(\lambda_1\lambda_2 d / (\Delta^2 t))$, is the fundamental cost of compression and cannot be improved. In contrast, any non-adaptive scheme with two measurements per iteration suffers $\Omega(\lambda_2^2 d^3 / (\Delta^2 t))$, an additional power of $d$. This separates fully-observed, adaptive-compressed, and non-adaptive-compressed PCA across three powers of $d$. Our analysis handles the noisy setting where the covariance has nonzero trailing eigenvalues, providing the first convergence guarantee for adaptive compressed subspace tracking beyond the noiseless case. |
| \end{abstract} |
|
|
| |
| \input{sections/introduction} |
| \input{sections/related_work} |
| \input{sections/problem_setup} |
| \input{sections/main_results} |
| \input{sections/proof_techniques} |
| \input{sections/experiments} |
| \input{sections/limitations} |
|
|
| \section*{Acknowledgements} |
|
|
| This work was supported in part by CogniSense, one of the seven centers sponsored by the Semiconductor Research Corporation (SRC) and DARPA under the Joint University Microelectronics Program 2.0 (JUMP 2.0). |
|
|
| |
| \section*{Impact Statement} |
|
|
| This paper presents work whose goal is to advance the field of Machine Learning. There are many potential societal consequences of our work, none which we feel must be specifically highlighted here. |
|
|
| |
| \bibliography{references} |
| \bibliographystyle{imports/icml/icml2026} |
|
|
| |
| |
| |
| |
| |
| \newpage |
| \appendix |
| \onecolumn |
|
|
| \section{Technical Appendices and Supplementary Material} |
|
|
| \input{appendices/supporting_lemmas} |
| \input{appendices/auxiliary_lemmas} |
| \input{appendices/lower_bound} |
| \input{appendices/additional_experiments} |
|
|
| |
| |
|
|
| \end{document} |
|
|