paper-with-me

Papers

Active classification with comparison queries

2017-04-11 · Daniel M. Kane, Shachar Lovett, Shay Moran, Jiapeng Zhang

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, $\Omega(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.

📄 PDF Abstract BibTeX arXiv:1704.03564

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningClassificationGeneral Classification

Similar Papers 제목 키워드 기반

Near-optimal linear decision trees for k-SUM and related problems

2017-05-04 · Daniel M. Kane, Shachar Lovett, Shay Moran

We construct near optimal linear decision trees for a variety of decision problems in combinatorics and discrete geometry. For example, for any constant $k$, we construct linear decision trees that solve the $k$-SUM prob…

2k

ALEVS: Active Learning by Statistical Leverage Sampling

2015-07-15 · Cem Orhan, Öznur Taştan

Active learning aims to obtain a classifier of high accuracy by using fewer label requests in comparison to passive learning by selecting effective queries. Many active learning methods have been developed in the past tw…

Active LearningBinary ClassificationInformativeness

The Power of Comparisons for Actively Learning Linear Classifiers

2019-07-08 · NeurIPS 2020 12 · Max Hopkins, Daniel M. Kane, Shachar Lovett

In the world of big data, large but costly to label datasets dominate many fields. Active learning, a semi-supervised alternative to the standard PAC-learning model, was introduced to explore whether adaptive labeling co…

Active LearningPAC learning

Active Classification with Uncertainty Comparison Queries

2020-08-03 · Zhenghang Cui, Issei Sato

Noisy pairwise comparison feedback has been incorporated to improve the overall query complexity of interactively learning binary classifiers. The \textit{positivity comparison oracle} is used to provide feedback on whic…

Active LearningClassificationGeneral Classification

Active Perceptual Similarity Modeling with Auxiliary Information

2015-11-06 · Eric Heim, Matthew Berger, Lee Seversky, Milos Hauskrecht

Learning a model of perceptual similarity from a collection of objects is a fundamental task in machine learning underlying numerous applications. A common way to learn such a model is from relative comparisons in the fo…

Active LearningTriplet