paper-with-me

Papers

Discriminative Active Learning

2019-07-15 · ICLR 2019 5 · Daniel Gissin, Shai Shalev-Shwartz

We propose a new batch mode active learning algorithm designed for neural networks and large query batch sizes. The method, Discriminative Active Learning (DAL), poses active learning as a binary classification task, attempting to choose examples to label in such a way as to make the labeled set and the unlabeled pool indistinguishable. Experimenting on image classification tasks, we empirically show our method to be on par with state of the art methods in medium and large query batch sizes, while being simple to implement and also extend to other domains besides classification tasks. Our experiments also show that none of the state of the art methods of today are clearly better than uncertainty sampling when the batch size is relatively large, negating some of the reported results in the recent literature.

📄 PDF Abstract BibTeX arXiv:1907.06347

Code (2)

dsgissin/DiscriminativeActiveLearning 공식 구현 tf
webis-de/small-text pytorch

Tasks

Active LearningBinary ClassificationClassificationGeneral Classificationimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Discriminative Batch Mode Active Learning

2007-12-01 · NeurIPS 2007 12 · Yuhong Guo, Dale Schuurmans

Active learning sequentially selects unlabeled instances to label with the goal of reducing the effort needed to learn a good classifier. Most previous studies in active learning have focused on selecting one unlabeled i…

Active Learning

Robust and Discriminative Labeling for Multi-label Active Learning Based on Maximum Correntropy Criterion

2019-04-14 · Bo Du, Zengmao Wang, Lefei Zhang, Liangpei Zhang 외

Multi-label learning draws great interests in many real world applications. It is a highly costly task to assign many labels by the oracle for one instance. Meanwhile, it is also hard to build a good model without diagno…

Active LearningMulti-Label Learning

Adapting Pre-trained Generative Models for Extractive Question Answering

2023-11-06 · Prabir Mallick, Tapas Nayak, Indrajit Bhattacharya

Pre-trained Generative models such as BART, T5, etc. have gained prominence as a preferred method for text generation in various natural language processing tasks, including abstractive long-form question answering (QA) …

Extractive Question-AnsweringLong Form Question AnsweringQuestion AnsweringText Generation

Improving decision-making via risk-based active learning: Probabilistic discriminative classifiers

2022-06-23 · Aidan J. Hughes, Paul Gardner, Lawrence A. Bull, Nikolaos Dervilis 외

Gaining the ability to make informed decisions on operation and maintenance of structures provides motivation for the implementation of structural health monitoring (SHM) systems. However, descriptive labels for measured…

Active LearningDecision MakingDescriptiveStructural Health Monitoring

Improved Robust Algorithms for Learning with Discriminative Feature Feedback

2022-09-08 · Sivan Sabato

Discriminative Feature Feedback is a setting proposed by Dastupta et al. (2018), which provides a protocol for interactive learning based on feature explanations that are provided by a human teacher. The features disting…