Sublinear Time Quantum Sensitivity Sampling
This work offers significant runtime improvements for practitioners working on large-scale clustering, regression, and low-rank approximation problems by leveraging quantum computing.
This paper introduces a unified quantum sensitivity sampling framework that improves runtime for classical approximation problems. It achieves an \u03b5-coreset for k-median/k-means clustering in \u00d5(n^0.5dk^2.5 poly(\u03b5^-1)) time, and for \u2113_p regression, it constructs an \u03b5-coreset of size \u00d5_p(d^max{1, p/2}\u03b5^-2) in \u00d5_p(n^0.5d^max{0.5, p/4}+1(\u03b5^-3+d^0.5)) time. Additionally, it presents the first quantum sublinear-time algorithm for low-rank approximation with Frobenius norm error, running in \u00d5(nd^0.5k^0.5\u03b5^-1) time.
We present a unified framework for quantum sensitivity sampling, extending the advantages of quantum computing to a broad class of classical approximation problems. Our unified framework provides a streamlined approach for constructing coresets and offers significant runtime improvements in applications such as clustering, regression, and low-rank approximation. Our contributions include: * $k$-median and $k$-means clustering: For $n$ points in $d$-dimensional Euclidean space, we give an algorithm that constructs an $ε$-coreset in time $\widetilde O(n^{0.5}dk^{2.5}~\mathrm{poly}(ε^{-1}))$ for $k$-median and $k$-means clustering. Our approach achieves a better dependence on $d$ and constructs smaller coresets that only consist of points in the dataset, compared to recent results of [Xue, Chen, Li and Jiang, ICML'23]. * $\ell_p$ regression: For $\ell_p$ regression problems, we construct an $ε$-coreset of size $\widetilde O_p(d^{\max\{1, p/2\}}ε^{-2})$ in time $\widetilde O_p(n^{0.5}d^{\max\{0.5, p/4\}+1}(ε^{-3}+d^{0.5}))$, improving upon the prior best quantum sampling approach of [Apers and Gribling, QIP'24] for all $p\in (0, 2)\cup (2, 22]$, including the widely studied least absolute deviation regression ($\ell_1$ regression). * Low-rank approximation with Frobenius norm error: We introduce the first quantum sublinear-time algorithm for low-rank approximation that does not rely on data-dependent parameters, and runs in $\widetilde O(nd^{0.5}k^{0.5}ε^{-1})$ time. Additionally, we present quantum sublinear algorithms for kernel low-rank approximation and tensor low-rank approximation, broadening the range of achievable sublinear time algorithms in randomized numerical linear algebra.