English

Near-Linear Sample Complexity for $L_p$ Polynomial Regression

Data Structures and Algorithms 2022-11-15 v1

Abstract

We study LpL_p polynomial regression. Given query access to a function f:[1,1]Rf:[-1,1] \rightarrow \mathbb{R}, the goal is to find a degree dd polynomial q^\hat{q} such that, for a given parameter ε>0\varepsilon > 0, q^fp(1+ε)minq:deg(q)dqfp. \|\hat{q}-f\|_p\le (1+\varepsilon) \cdot \min_{q:\text{deg}(q)\le d}\|q-f\|_p. Here p\|\cdot\|_p is the LpL_p norm, gp=(11g(t)pdt)1/p\|g\|_p = (\int_{-1}^1 |g(t)|^p dt)^{1/p}. We show that querying ff at points randomly drawn from the Chebyshev measure on [1,1][-1,1] is a near-optimal strategy for polynomial regression in all LpL_p norms. In particular, to find q^\hat q, it suffices to sample O(dpolylogdpolyε)O(d\, \frac{\text{polylog}\,d}{\text{poly}\,\varepsilon}) points from [1,1][-1,1] with probabilities proportional to this measure. While the optimal sample complexity for polynomial regression was well understood for L2L_2 and LL_\infty, our result is the first that achieves sample complexity linear in dd and error (1+ε)(1+\varepsilon) for other values of pp without any assumptions. Our result requires two main technical contributions. The first concerns p2p\leq 2, for which we provide explicit bounds on the LpL_p Lewis weight function of the infinite linear operator underlying polynomial regression. Using tools from the orthogonal polynomial literature, we show that this function is bounded by the Chebyshev density. Our second key contribution is to take advantage of the structure of polynomials to reduce the p>2p>2 case to the p2p\leq 2 case. By doing so, we obtain a better sample complexity than what is possible for general pp-norm linear regression problems, for which Ω(dp/2)\Omega(d^{p/2}) samples are required.

Keywords

Cite

@article{arxiv.2211.06790,
  title  = {Near-Linear Sample Complexity for $L_p$ Polynomial Regression},
  author = {Raphael A. Meyer and Cameron Musco and Christopher Musco and David P. Woodruff and Samson Zhou},
  journal= {arXiv preprint arXiv:2211.06790},
  year   = {2022}
}

Comments

68 pages, to be presented at SODA 2023

R2 v1 2026-06-28T05:44:27.506Z