Avoid Wasted Annotation Costs in Open-set Active Learning with Pre-trained Vision-Language Model
Jaehyuk Heo, Pilsung Kang

TL;DR
This paper introduces VLPure-AL, a novel active learning strategy that effectively reduces annotation costs by accurately filtering out out-of-distribution samples using a pre-trained vision-language model, while selecting highly informative in-distribution data.
Contribution
The paper proposes VLPure-AL, a new query strategy that combines purity and informativeness evaluation to minimize annotation costs and dependence on OOD samples in open-set active learning.
Findings
VLPure-AL achieves the lowest cost loss in various open-set scenarios.
It outperforms existing methods in selecting informative in-distribution samples.
Experimental results demonstrate high accuracy in OOD detection and data selection.
Abstract
Active learning (AL) aims to enhance model performance by selectively collecting highly informative data, thereby minimizing annotation costs. However, in practical scenarios, unlabeled data may contain out-of-distribution (OOD) samples, which are not used for training, leading to wasted annotation costs if data is incorrectly selected. Therefore, to make active learning feasible in real-world applications, it is crucial to consider not only the informativeness of unlabeled samples but also their purity to determine whether they belong to the in-distribution (ID). Recent studies have applied AL under these assumptions, but challenges remain due to the trade-off between informativeness and purity, as well as the heavy dependence on OOD samples. These issues lead to the collection of OOD samples, resulting in a significant waste of annotation costs. To address these challenges, we propose…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
