LGCCMLNov 11, 2023

Agnostic Membership Query Learning with Nontrivial Savings: New Results, Techniques

arXiv:2311.06690v12 citationsh-index: 2
Originality Incremental advance
AI Analysis

This work addresses the problem of improving computational efficiency in agnostic learning for theoretical computer scientists, but it is incremental as it builds on prior studies of learning with nontrivial savings.

The paper tackles the challenge of designing computationally efficient agnostic learning algorithms for specific circuit classes, achieving runtime savings over the trivial 2^n by developing algorithms that run in time 2^{n - s(n)} with s(n) ≈ n/(k+1) for circuits with sublinear gates and sublogarithmic degree constraints.

(Abridged) Designing computationally efficient algorithms in the agnostic learning model (Haussler, 1992; Kearns et al., 1994) is notoriously difficult. In this work, we consider agnostic learning with membership queries for touchstone classes at the frontier of agnostic learning, with a focus on how much computation can be saved over the trivial runtime of 2^n$. This approach is inspired by and continues the study of ``learning with nontrivial savings'' (Servedio and Tan, 2017). To this end, we establish multiple agnostic learning algorithms, highlighted by: 1. An agnostic learning algorithm for circuits consisting of a sublinear number of gates, which can each be any function computable by a sublogarithmic degree k polynomial threshold function (the depth of the circuit is bounded only by size). This algorithm runs in time 2^{n -s(n)} for s(n) \approx n/(k+1), and learns over the uniform distribution over unlabelled examples on \{0,1\}^n. 2. An agnostic learning algorithm for circuits consisting of a sublinear number of gates, where each can be any function computable by a \sym^+ circuit of subexponential size and sublogarithmic degree k. This algorithm runs in time 2^{n-s(n)} for s(n) \approx n/(k+1), and learns over distributions of unlabelled examples that are products of k+1 arbitrary and unknown distributions, each over \{0,1\}^{n/(k+1)} (assume without loss of generality that k+1 divides n).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes