English

Learning Polynomials of Few Relevant Dimensions

Data Structures and Algorithms 2020-04-30 v1 Machine Learning Machine Learning

Abstract

Polynomial regression is a basic primitive in learning and statistics. In its most basic form the goal is to fit a degree dd polynomial to a response variable yy in terms of an nn-dimensional input vector xx. This is extremely well-studied with many applications and has sample and runtime complexity Θ(nd)\Theta(n^d). Can one achieve better runtime if the intrinsic dimension of the data is much smaller than the ambient dimension nn? Concretely, we are given samples (x,y)(x,y) where yy is a degree at most dd polynomial in an unknown rr-dimensional projection (the relevant dimensions) of xx. This can be seen both as a generalization of phase retrieval and as a special case of learning multi-index models where the link function is an unknown low-degree polynomial. Note that without distributional assumptions, this is at least as hard as junta learning. In this work we consider the important case where the covariates are Gaussian. We give an algorithm that learns the polynomial within accuracy ϵ\epsilon with sample complexity that is roughly N=Or,d(nlog2(1/ϵ)(logn)d)N = O_{r,d}(n \log^2(1/\epsilon) (\log n)^d) and runtime Or,d(Nn2)O_{r,d}(N n^2). Prior to our work, no such results were known even for the case of r=1r=1. We introduce a new filtered PCA approach to get a warm start for the true subspace and use geodesic SGD to boost to arbitrary accuracy; our techniques may be of independent interest, especially for problems dealing with subspace recovery or analyzing SGD on manifolds.

Keywords

Cite

@article{arxiv.2004.13748,
  title  = {Learning Polynomials of Few Relevant Dimensions},
  author = {Sitan Chen and Raghu Meka},
  journal= {arXiv preprint arXiv:2004.13748},
  year   = {2020}
}

Comments

64 pages

R2 v1 2026-06-23T15:09:51.047Z