LGDSMLAug 22, 2021

Efficient Algorithms for Learning from Coarse Labels

arXiv:2108.09805v220 citations
AI Analysis

This addresses the challenge of data annotation limitations in machine learning, offering a theoretical framework for efficient learning with coarse labels, which is incremental in extending statistical query methods to coarse data settings.

The paper tackles the problem of learning from coarse labels, where only aggregated or less precise label information is available, and shows that any problem learnable from fine-grained labels can be learned efficiently with sufficiently informative coarse data, with polynomial dependence on distortion and label count. For Gaussian mean estimation with coarse data, it provides an efficient algorithm for convex partitions and proves NP-hardness for non-convex sets.

For many learning problems one may not have access to fine grained label information; e.g., an image can be labeled as husky, dog, or even animal depending on the expertise of the annotator. In this work, we formalize these settings and study the problem of learning from such coarse data. Instead of observing the actual labels from a set $\mathcal{Z}$, we observe coarse labels corresponding to a partition of $\mathcal{Z}$ (or a mixture of partitions). Our main algorithmic result is that essentially any problem learnable from fine grained labels can also be learned efficiently when the coarse data are sufficiently informative. We obtain our result through a generic reduction for answering Statistical Queries (SQ) over fine grained labels given only coarse labels. The number of coarse labels required depends polynomially on the information distortion due to coarsening and the number of fine labels $|\mathcal{Z}|$. We also investigate the case of (infinitely many) real valued labels focusing on a central problem in censored and truncated statistics: Gaussian mean estimation from coarse data. We provide an efficient algorithm when the sets in the partition are convex and establish that the problem is NP-hard even for very simple non-convex sets.

Foundations

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

Your Notes