paper-with-me

Papers

Active Learning by Acquiring Contrastive Examples

2021-09-08 · EMNLP 2021 11 · Katerina Margatina, Giorgos Vernikos, Loïc Barrault, Nikolaos Aletras

Common acquisition functions for active learning use either uncertainty or diversity sampling, aiming to select difficult and diverse data points from the pool of unlabeled data, respectively. In this work, leveraging the best of both worlds, we propose an acquisition function that opts for selecting \textit{contrastive examples}, i.e. data points that are similar in the model feature space and yet the model outputs maximally different predictive likelihoods. We compare our approach, CAL (Contrastive Active Learning), with a diverse set of acquisition functions in four natural language understanding tasks and seven datasets. Our experiments show that CAL performs consistently better or equal than the best performing baseline across all tasks, on both in-domain and out-of-domain data. We also conduct an extensive ablation study of our method and we further analyze all actively acquired datasets showing that CAL achieves a better trade-off between uncertainty and diversity compared to other strategies.

📄 PDF Abstract BibTeX arXiv:2109.03764

Code (1)

mourga/contrastive-active-learning 공식 구현 pytorch

Tasks

Active LearningDiversityNatural Language Understanding

Similar Papers 제목 키워드 기반

Active Learning: Problem Settings and Recent Developments

2020-12-08 · Hideitsu Hino

In supervised learning, acquiring labeled training data for a predictive model can be very costly, but acquiring a large amount of unlabeled data is often quite easy. Active learning is a method of obtaining predictive m…

Active Learning

Teaching an Active Learner with Contrastive Examples

2021-10-28 · NeurIPS 2021 12 · Chaoqi Wang, Adish Singla, Yuxin Chen

We study the problem of active learning with the added twist that the learner is assisted by a helpful teacher. We consider the following natural interaction protocol: At each round, the learner proposes a query asking f…

Active Learning

M-VAAL: Multimodal Variational Adversarial Active Learning for Downstream Medical Image Analysis Tasks

2023-06-21 · Bidur Khanal, Binod Bhattarai, Bishesh Khanal, Danail Stoyanov 외

Acquiring properly annotated data is expensive in the medical field as it requires experts, time-consuming protocols, and rigorous validation. Active learning attempts to minimize the need for large annotated samples by …

Active LearningBrain Tumor Segmentationimage-classificationImage Classification+4

Learning Half-Spaces from Perturbed Contrastive Examples

2026-02-02 · Aryan Alavi Razavi Ravari, Farnam Mansouri, Yuxin Chen, Valentio Iverson 외 arxiv

We study learning under a two-step contrastive example oracle, as introduced by Mansouri et. al. (2025), where each queried (or sampled) labeled example is paired with an additional contrastive example of opposite label.…

The Effectiveness of Variational Autoencoders for Active Learning

2019-11-18 · Farhad Pourkamali-Anaraki, Michael B. Wakin

The high cost of acquiring labels is one of the main challenges in deploying supervised machine learning algorithms. Active learning is a promising approach to control the learning process and address the difficulties of…

Active Learning