On the Power of Learning from $k$-Wise Queries
Vitaly Feldman, Badih Ghazi

TL;DR
This paper investigates the power of $k$-wise queries in learning algorithms, revealing that their complexity can be exponentially larger than $(k+1)$-wise queries and providing methods to simulate $k$-wise queries with unary queries.
Contribution
It demonstrates that $k$-wise query complexity can be exponentially higher than $(k+1)$-wise, and introduces two methods for simulating $k$-wise queries using unary queries, with applications to DNF and CSPs.
Findings
Complexity of $k$-wise PAC learning can be exponentially larger than $(k+1)$-wise.
Two simulation approaches for $k$-wise queries using unary queries are proposed.
Lower bounds for learning DNF formulas and stochastic CSPs are established.
Abstract
Several well-studied models of access to data samples, including statistical queries, local differential privacy and low-communication algorithms rely on queries that provide information about a function of a single sample. (For example, a statistical query (SQ) gives an estimate of for any choice of the query function mapping to the reals, where is an unknown data distribution over .) Yet some data analysis algorithms rely on properties of functions that depend on multiple samples. Such algorithms would be naturally implemented using -wise queries each of which is specified by a function mapping to the reals. Hence it is natural to ask whether algorithms using -wise queries can solve learning problems more efficiently and by how much. Blum, Kalai and Wasserman (2003) showed that for any weak PAC learning problem over a fixed…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Complexity and Algorithms in Graphs · Algorithms and Data Compression
