Parameter-Efficient Active Learning for Foundational models
Athmanarayanan Lakshmi Narayanan, Ranganath Krishnan, Amrutha Machireddy, Mahesh Subedar
TL;DR
This work tackles data-annotation efficiency for foundation-model-based few-shot transfer in out-of-distribution image tasks. It introduces Parameter-Efficient Active Learning (PEAL), which uses Low-Rank Adaptation (LoRa) adapters integrated into a DINOv2 backbone to enable parameter-efficient fine-tuning within active learning. By evaluating entropy-based (uncertainty) and Featdist-based (diversity) sampling, PEAL demonstrates improved transfer-learning performance and labeling efficiency over linear probing across Histology, APTOS, and EuroSAT, while using only a tiny fraction of trainable parameters ($0.03\%$). The findings highlight practical benefits for domain-specific data annotation and point to avenues for extending PEAL to other vision tasks and modalities.
Abstract
Foundational vision transformer models have shown impressive few shot performance on many vision tasks. This research presents a novel investigation into the application of parameter efficient fine-tuning methods within an active learning (AL) framework, to advance the sampling selection process in extremely budget constrained classification tasks. The focus on image datasets, known for their out-of-distribution characteristics, adds a layer of complexity and relevance to our study. Through a detailed evaluation, we illustrate the improved AL performance on these challenging datasets, highlighting the strategic advantage of merging parameter efficient fine tuning methods with foundation models. This contributes to the broader discourse on optimizing AL strategies, presenting a promising avenue for future exploration in leveraging foundation models for efficient and effective data annotation in specialized domains.
