Discriminative Active Learning
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.
Code (2)
Tasks
Active LearningBinary ClassificationClassificationGeneral Classificationimage-classificationImage ClassificationSimilar Papers 제목 키워드 기반
Discriminative Batch Mode Active Learning
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 LearningRobust and Discriminative Labeling for Multi-label Active Learning Based on Maximum Correntropy Criterion
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 LearningAdapting Pre-trained Generative Models for Extractive Question Answering
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 GenerationImproving decision-making via risk-based active learning: Probabilistic discriminative classifiers
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 MonitoringImproved Robust Algorithms for Learning with Discriminative Feature Feedback
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…