English

Quantum algorithms and approximating polynomials for composed functions with shared inputs

Quantum Physics 2021-09-22 v3 Computational Complexity

Abstract

We give new quantum algorithms for evaluating composed functions whose inputs may be shared between bottom-level gates. Let ff be an mm-bit Boolean function and consider an nn-bit function FF obtained by applying ff to conjunctions of possibly overlapping subsets of nn variables. If ff has quantum query complexity Q(f)Q(f), we give an algorithm for evaluating FF using O~(Q(f)n)\tilde{O}(\sqrt{Q(f) \cdot n}) quantum queries. This improves on the bound of O(Q(f)n)O(Q(f) \cdot \sqrt{n}) that follows by treating each conjunction independently, and our bound is tight for worst-case choices of ff. Using completely different techniques, we prove a similar tight composition theorem for the approximate degree of ff. By recursively applying our composition theorems, we obtain a nearly optimal O~(n12d)\tilde{O}(n^{1-2^{-d}}) upper bound on the quantum query complexity and approximate degree of linear-size depth-dd AC0^0 circuits. As a consequence, such circuits can be PAC learned in subexponential time, even in the challenging agnostic setting. Prior to our work, a subexponential-time algorithm was not known even for linear-size depth-3 AC0^0 circuits. As an additional consequence, we show that AC0^0 \circ \oplus circuits of depth d+1d+1 require size Ω~(n1/(12d))ω(n1+2d)\tilde{\Omega}(n^{1/(1- 2^{-d})}) \geq \omega(n^{1+ 2^{-d}} ) to compute the Inner Product function even on average. The previous best size lower bound was Ω(n1+4(d+1))\Omega(n^{1+4^{-(d+1)}}) and only held in the worst case (Cheraghchi et al., JCSS 2018).

Keywords

Cite

@article{arxiv.1809.02254,
  title  = {Quantum algorithms and approximating polynomials for composed functions with shared inputs},
  author = {Mark Bun and Robin Kothari and Justin Thaler},
  journal= {arXiv preprint arXiv:1809.02254},
  year   = {2021}
}

Comments

v2: 31 pages; 1 figure. This update includes an additional result on lower bounds for AC$^0 \circ \oplus$ computing the Inner Product function on average. v3: Minor changes. Accepted to Quantum