paper-with-me

Papers

Active Covering

2021-06-04 · Heinrich Jiang, Afshin Rostamizadeh

We analyze the problem of active covering, where the learner is given an unlabeled dataset and can sequentially label query examples. The objective is to label query all of the positive examples in the fewest number of total label queries. We show under standard non-parametric assumptions that a classical support estimator can be repurposed as an offline algorithm attaining an excess query cost of $\widetilde{\Theta}(n^{D/(D+1)})$ compared to the optimal learner, where $n$ is the number of datapoints and $D$ is the dimension. We then provide a simple active learning method that attains an improved excess query cost of $\widetilde{O}(n^{(D-1)/D})$. Furthermore, the proposed algorithms only require access to the positive labeled examples, which in certain settings provides additional computational and privacy benefits. Finally, we show that the active learning method consistently outperforms offline methods as well as a variety of baselines on a wide range of benchmark image-based datasets.

📄 PDF Abstract BibTeX arXiv:2106.02552

Code (0)

등록된 구현이 없습니다.

Tasks

Active Learning

Similar Papers 제목 키워드 기반

ADAPT: Actively Discovering and Adapting to Preferences for any Task

2025-04-05 · Maithili Patel, Xavier Puig, Ruta Desai, Roozbeh Mottaghi 외

Assistive agents should be able to perform under-specified long-horizon tasks while respecting user preferences. We introduce Actively Discovering and Adapting to Preferences for any Task (ADAPT) -- a benchmark designed …

Discovering General-Purpose Active Learning Strategies

2018-10-09 · ICLR 2019 5 · Ksenia Konyushkova, Raphael Sznitman, Pascal Fua

We propose a general-purpose approach to discovering active learning (AL) strategies from data. These strategies are transferable from one domain to another and can be used in conjunction with many machine learning model…

Active LearningBIG-bench Machine Learningreinforcement-learningReinforcement Learning+1

Submodular Learning and Covering with Response-Dependent Costs

2016-02-23 · Sivan Sabato

We consider interactive learning and covering problems, in a setting where actions may incur different costs, depending on the response to the action. We propose a natural greedy algorithm for response-dependent costs. W…

Active Learning

InToEventS: An Interactive Toolkit for Discovering and Building Event Schemas

2017-04-01 · EACL 2017 4 · Germ{\'a}n Ferrero, Audi Primadhanty, Ariadna Quattoni

Event Schema Induction is the task of learning a representation of events (e.g., bombing) and the roles involved in them (e.g, victim and perpetrator). This paper presents InToEventS, an interactive tool for learning the…

ClusteringSlot Filling

Active Learning Through a Covering Lens

2022-05-23 · Ofer Yehuda, Avihu Dekel, Guy Hacohen, Daphna Weinshall

Deep active learning aims to reduce the annotation cost for the training of deep models, which is notoriously data-hungry. Until recently, deep active learning methods were ineffectual in the low-budget regime, where onl…

Active LearningRepresentation LearningSelf-Supervised Learning