GALOT: Generative Active Learning via Optimizable Zero-shot Text-to-image Generation
Hanbin Hong, Shenao Yan, Shuya Feng, Yan Yan, Yuan Hong
TL;DR
The paper addresses data efficiency in active learning by coupling zero-shot text-to-image diffusion with guided sample selection. It formalizes text embedding selection via a constrained objective that optimizes acquisition over generated samples, enabling the generation of informative data and pseudo-labels for end-to-end text-to-model training. GALOT demonstrates strong empirical gains across CIFAR-10/100 and TinyImageNet, with data reuse across multiple architectures, and substantially reduces labeling costs by leveraging synthetic data. This approach broadens the practical impact of active learning by enabling a text-to-model pipeline with versatile, annotation-free data generation.
Abstract
Active Learning (AL) represents a crucial methodology within machine learning, emphasizing the identification and utilization of the most informative samples for efficient model training. However, a significant challenge of AL is its dependence on the limited labeled data samples and data distribution, resulting in limited performance. To address this limitation, this paper integrates the zero-shot text-to-image (T2I) synthesis and active learning by designing a novel framework that can efficiently train a machine learning (ML) model sorely using the text description. Specifically, we leverage the AL criteria to optimize the text inputs for generating more informative and diverse data samples, annotated by the pseudo-label crafted from text, then served as a synthetic dataset for active learning. This approach reduces the cost of data collection and annotation while increasing the efficiency of model training by providing informative training samples, enabling a novel end-to-end ML task from text description to vision models. Through comprehensive evaluations, our framework demonstrates consistent and significant improvements over traditional AL methods.
