English

Optimal-Degree Polynomial Approximations for Exponentials and Gaussian Kernel Density Estimation

Computational Complexity 2022-05-13 v1 Data Structures and Algorithms Classical Analysis and ODEs

Abstract

For any real numbers B1B \ge 1 and δ(0,1)\delta \in (0, 1) and function f:[0,B]Rf: [0, B] \rightarrow \mathbb{R}, let dB;δ(f)Z>0d_{B; \delta} (f) \in \mathbb{Z}_{> 0} denote the minimum degree of a polynomial p(x)p(x) satisfying supx[0,B]p(x)f(x)<δ\sup_{x \in [0, B]} \big| p(x) - f(x) \big| < \delta. In this paper, we provide precise asymptotics for dB;δ(ex)d_{B; \delta} (e^{-x}) and dB;δ(ex)d_{B; \delta} (e^{x}) in terms of both BB and δ\delta, improving both the previously known upper bounds and lower bounds. In particular, we show dB;δ(ex)=Θ(max{Blog(δ1),log(δ1)log(B1log(δ1))}), andd_{B; \delta} (e^{-x}) = \Theta\left( \max \left\{ \sqrt{B \log(\delta^{-1})}, \frac{\log(\delta^{-1}) }{ \log(B^{-1} \log(\delta^{-1}))} \right\}\right), \text{ and} dB;δ(ex)=Θ(max{B,log(δ1)log(B1log(δ1))}).d_{B; \delta} (e^{x}) = \Theta\left( \max \left\{ B, \frac{\log(\delta^{-1}) }{ \log(B^{-1} \log(\delta^{-1}))} \right\}\right). Polynomial approximations for exe^{-x} and exe^x have applications to the design of algorithms for many problems, and our degree bounds show both the power and limitations of these algorithms. We focus in particular on the Batch Gaussian Kernel Density Estimation problem for nn sample points in Θ(logn)\Theta(\log n) dimensions with error δ=nΘ(1)\delta = n^{-\Theta(1)}. We show that the running time one can achieve depends on the square of the diameter of the point set, BB, with a transition at B=Θ(logn)B = \Theta(\log n) mirroring the corresponding transition in dB;δ(ex)d_{B; \delta} (e^{-x}): - When B=o(logn)B=o(\log n), we give the first algorithm running in time n1+o(1)n^{1 + o(1)}. - When B=κlognB = \kappa \log n for a small constant κ>0\kappa>0, we give an algorithm running in time n1+O(loglogκ1/logκ1)n^{1 + O(\log \log \kappa^{-1} /\log \kappa^{-1})}. The loglogκ1/logκ1\log \log \kappa^{-1} /\log \kappa^{-1} term in the exponent comes from analyzing the behavior of the leading constant in our computation of dB;δ(ex)d_{B; \delta} (e^{-x}). - When B=ω(logn)B = \omega(\log n), we show that time n2o(1)n^{2 - o(1)} is necessary assuming SETH.

Keywords

Cite

@article{arxiv.2205.06249,
  title  = {Optimal-Degree Polynomial Approximations for Exponentials and Gaussian Kernel Density Estimation},
  author = {Amol Aggarwal and Josh Alman},
  journal= {arXiv preprint arXiv:2205.06249},
  year   = {2022}
}

Comments

27 pages, to appear in the 37th Computational Complexity Conference (CCC 2022)

R2 v1 2026-06-24T11:15:47.909Z