English

Polynomial Representations of Threshold Functions and Algorithmic Applications

Data Structures and Algorithms 2016-08-16 v1 Computational Complexity

Abstract

We design new polynomials for representing threshold functions in three different regimes: probabilistic polynomials of low degree, which need far less randomness than previous constructions, polynomial threshold functions (PTFs) with "nice" threshold behavior and degree almost as low as the probabilistic polynomials, and a new notion of probabilistic PTFs where we combine the above techniques to achieve even lower degree with similar "nice" threshold behavior. Utilizing these polynomial constructions, we design faster algorithms for a variety of problems: \bullet Offline Hamming Nearest (and Furthest) Neighbors: Given nn red and nn blue points in dd-dimensional Hamming space for d=clognd=c\log n, we can find an (exact) nearest (or furthest) blue neighbor for every red point in randomized time n21/O(clog2/3c)n^{2-1/O(\sqrt{c}\log^{2/3}c)} or deterministic time n21/O(clog2c)n^{2-1/O(c\log^2c)}. These also lead to faster MAX-SAT algorithms for sparse CNFs. \bullet Offline Approximate Nearest (and Furthest) Neighbors: Given nn red and nn blue points in dd-dimensional 1\ell_1 or Euclidean space, we can find a (1+ϵ)(1+\epsilon)-approximate nearest (or furthest) blue neighbor for each red point in randomized time near dn+n2Ω(ϵ1/3/log(1/ϵ))dn+n^{2-\Omega(\epsilon^{1/3}/\log(1/\epsilon))}. \bullet SAT Algorithms and Lower Bounds for Circuits With Linear Threshold Functions: We give a satisfiability algorithm for AC0[m]LTFLTFAC^0[m]\circ LTF\circ LTF circuits with a subquadratic number of linear threshold gates on the bottom layer, and a subexponential number of gates on the other layers, that runs in deterministic 2nnϵ2^{n-n^\epsilon} time. This also implies new circuit lower bounds for threshold circuits. We also give a randomized 2nnϵ2^{n-n^\epsilon}-time SAT algorithm for subexponential-size MAJAC0LTFAC0LTFMAJ\circ AC^0\circ LTF\circ AC^0\circ LTF circuits, where the top MAJMAJ gate and middle LTFLTF gates have O(n6/5δ)O(n^{6/5-\delta}) fan-in.

Keywords

Cite

@article{arxiv.1608.04355,
  title  = {Polynomial Representations of Threshold Functions and Algorithmic Applications},
  author = {Josh Alman and Timothy M. Chan and Ryan Williams},
  journal= {arXiv preprint arXiv:1608.04355},
  year   = {2016}
}

Comments

30 pages. To appear in 57th Annual IEEE Symposium on Foundations of Computer Science (FOCS 2016)

R2 v1 2026-06-22T15:20:12.100Z