English

Semi-verified PAC Learning from the Crowd

Machine Learning 2023-05-22 v3 Data Structures and Algorithms

Abstract

We study the problem of crowdsourced PAC learning of threshold functions. This is a challenging problem and only recently have query-efficient algorithms been established under the assumption that a noticeable fraction of the workers are perfect. In this work, we investigate a more challenging case where the majority may behave adversarially and the rest behave as the Massart noise - a significant generalization of the perfectness assumption. We show that under the {semi-verified model} of Charikar et al. (2017), where we have (limited) access to a trusted oracle who always returns correct annotations, it is possible to PAC learn the underlying hypothesis class with a manageable amount of label queries. Moreover, we show that the labeling cost can be drastically mitigated via the more easily obtained comparison queries. Orthogonal to recent developments in semi-verified or list-decodable learning that crucially rely on data distributional assumptions, our PAC guarantee holds by exploring the wisdom of the crowd.

Keywords

Cite

@article{arxiv.2106.07080,
  title  = {Semi-verified PAC Learning from the Crowd},
  author = {Shiwei Zeng and Jie Shen},
  journal= {arXiv preprint arXiv:2106.07080},
  year   = {2023}
}

Comments

v2 incorporates a simpler Filter algorithm, thus the technical assumption (in v1) is no longer needed. v2 also reorganizes and emphasizes new algorithm components. v3 polishes the writing and is accepted to AISTATS 2023

R2 v1 2026-06-24T03:09:05.910Z