paper-with-me

홈 › Papers

Agnostic proper learning of monotone functions: beyond the black-box correction barrier

2023-04-05 · Jane Lange, Arsen Vasilyan

We give the first agnostic, efficient, proper learning algorithm for monotone Boolean functions. Given $2^{\tilde{O}(\sqrt{n}/\varepsilon)}$ uniformly random examples of an unknown function $f:\{\pm 1\}^n \rightarrow \{\pm 1\}$, our algorithm outputs a hypothesis $g:\{\pm 1\}^n \rightarrow \{\pm 1\}$ that is monotone and $(\mathrm{opt} + \varepsilon)$-close to $f$, where $\mathrm{opt}$ is the distance from $f$ to the closest monotone function. The running time of the algorithm (and consequently the size and evaluation time of the hypothesis) is also $2^{\tilde{O}(\sqrt{n}/\varepsilon)}$, nearly matching the lower bound of Blais et al (RANDOM '15). We also give an algorithm for estimating up to additive error $\varepsilon$ the distance of an unknown function $f$ to monotone using a run-time of $2^{\tilde{O}(\sqrt{n}/\varepsilon)}$. Previously, for both of these problems, sample-efficient algorithms were known, but these algorithms were not run-time efficient. Our work thus closes this gap in our knowledge between the run-time and sample complexity. This work builds upon the improper learning algorithm of Bshouty and Tamon (JACM '96) and the proper semiagnostic learning algorithm of Lange, Rubinfeld, and Vasilyan (FOCS '22), which obtains a non-monotone Boolean-valued hypothesis, then `corrects'' it to monotone using query-efficient local computation algorithms on graphs. This black-box correction approach can achieve no error better than $2\mathrm{opt} + \varepsilon$ information-theoretically; we bypass this barrier by a) augmenting the improper learner with a convex optimization step, and b) learning and correcting a real-valued function before rounding its values to Boolean. Our real-valued correction algorithm solves the `poset sorting'' problem of [LRV22] for functions over general posets with non-Boolean labels.

📄 PDF Abstract BibTeX arXiv:2304.02700

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Blackwell-Monotone Information Costs

2024-04-23 · Xiaoyu Cheng, Yonggyun Kim

A Blackwell-monotone information cost function assigns higher costs to Blackwell more informative experiments. This paper provides simple necessary and sufficient conditions for a cost function to be Blackwell monotone o…

Approximate resilience, monotonicity, and the complexity of agnostic learning

2014-05-21 · Dana Dachman-Soled, Vitaly Feldman, Li-Yang Tan, Andrew Wan 외

A function $f$ is $d$-resilient if all its Fourier coefficients of degree at most $d$ are zero, i.e., $f$ is uncorrelated with all low-degree parities. We study the notion of $\mathit{approximate}$ $\mathit{resilience}$ …

Testing $k$-Monotonicity

2016-09-01 · Clément L. Canonne, Elena Grigorescu, Siyao Guo, Akash Kumar 외

A Boolean $k$-monotone function defined over a finite poset domain ${\cal D}$ alternates between the values $0$ and $1$ at most $k$ times on any ascending chain in ${\cal D}$. Therefore, $k$-monotone functions are natura…

Learning Theory

Blackwell-Monotone Updating Rules

2023-02-27 · Mark Whitmeyer

An updating rule specifies how an agent reacts to information. An updating rule is Blackwell monotone if more information is always better for an agent in a decision problem and strictly Blackwell monotone if, in additio…

Monotone and Separable Set Functions: Characterizations and Neural Models

2025-10-24 · Soutrik Sarangi, Yonatan Sverdlov, Nadav Dym, Abir De arxiv

Motivated by applications for set containment problems, we consider the following fundamental problem: can we design set-to-vector functions so that the natural partial order on sets is preserved, namely $S\subseteq T \t…