LGCGApr 11, 2017

Active classification with comparison queries

arXiv:1704.03564v273 citations
Originality Highly original
AI Analysis

This addresses the challenge of reducing annotation costs in machine learning applications like recommendation systems, though it is incremental as it builds on existing active learning frameworks.

The paper tackles the problem of active learning with comparison queries, showing that for half spaces under large margin or bounded bit-description assumptions, all labels in a sample of size n can be revealed using approximately O(log n) queries, an exponential improvement over classical active learning requiring O(n) queries.

We study an extension of active learning in which the learning algorithm may ask the annotator to compare the distances of two examples from the boundary of their label-class. For example, in a recommendation system application (say for restaurants), the annotator may be asked whether she liked or disliked a specific restaurant (a label query); or which one of two restaurants did she like more (a comparison query). We focus on the class of half spaces, and show that under natural assumptions, such as large margin or bounded bit-description of the input examples, it is possible to reveal all the labels of a sample of size $n$ using approximately $O(\log n)$ queries. This implies an exponential improvement over classical active learning, where only label queries are allowed. We complement these results by showing that if any of these assumptions is removed then, in the worst case, $Ω(n)$ queries are required. Our results follow from a new general framework of active learning with additional queries. We identify a combinatorial dimension, called the \emph{inference dimension}, that captures the query complexity when each additional query is determined by $O(1)$ examples (such as comparison queries, each of which is determined by the two compared examples). Our results for half spaces follow by bounding the inference dimension in the cases discussed above.

Foundations

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

Your Notes