paper-with-me

홈 › Papers

Revisiting Active Learning in the Era of Vision Foundation Models

2024-01-25 · Sanket Rajan Gupte, Josiah Aklilu, Jeffrey J. Nirschl, Serena Yeung-Levy

Foundation vision or vision-language models are trained on large unlabeled or noisy data and learn robust representations that can achieve impressive zero- or few-shot performance on diverse tasks. Given these properties, they are a natural fit for active learning (AL), which aims to maximize labeling efficiency. However, the full potential of foundation models has not been explored in the context of AL, specifically in the low-budget regime. In this work, we evaluate how foundation models influence three critical components of effective AL, namely, 1) initial labeled pool selection, 2) ensuring diverse sampling, and 3) the trade-off between representative and uncertainty sampling. We systematically study how the robust representations of foundation models (DINOv2, OpenCLIP) challenge existing findings in active learning. Our observations inform the principled construction of a new simple and elegant AL strategy that balances uncertainty estimated via dropout with sample diversity. We extensively test our strategy on many challenging image classification benchmarks, including natural images as well as out-of-domain biomedical images that are relatively understudied in the AL literature. We also provide a highly performant and efficient implementation of modern AL strategies (including our method) at https://github.com/sanketx/AL-foundation-models.

📄 PDF Abstract BibTeX arXiv:2401.14555

Code (1)

sanketx/al-foundation-models 공식 구현 pytorch

Tasks

Active LearningDiversityimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Reinforcement Learning for Active Perception in Autonomous Navigation

2026-02-01 · Grzegorz Malczyk, Mihir Kulkarni, Kostas Alexis arxiv

This paper addresses the challenge of active perception within autonomous navigation in complex, unknown environments. Revisiting the foundational principles of active perception, we introduce an end-to-end reinforcement…

Reinforcement LearningMotion Planning

Stop Wandering: Efficient Vision-Language Navigation via Metacognitive Reasoning

2026-04-02 · Xueying Li, Feng Lyu, Hao Wu, Mingliu Liu 외 arxiv

Training-free Vision-Language Navigation (VLN) agents powered by foundation models can follow instructions and explore 3D environments. However, existing approaches rely on greedy frontier selection and passive spatial m…

Vision-Language Navigation

Revisiting Active Learning under (Human) Label Variation

2025-07-03 · Cornelia Gruber, Helen Alber, Bernd Bischl, Göran Kauermann 외 arxiv

Access to high-quality labeled data remains a limiting factor in applied supervised learning. While label variation (LV), i.e., differing labels for the same instance, is common, especially in natural language processing…

Active Learning

Revisiting semi-supervised learning in the era of foundation models

2025-03-12 · Ping Zhang, Zheda Mai, Quang-Huy Nguyen, Wei-Lun Chao

Semi-supervised learning (SSL) leverages abundant unlabeled data alongside limited labeled data to enhance learning. As vision foundation models (VFMs) increasingly serve as the backbone of vision applications, it remain…

parameter-efficient fine-tuningPseudo Label

Revisiting Active Perception

2016-03-08 · Ruzena Bajcsy, Yiannis Aloimonos, John K. Tsotsos

Despite the recent successes in robotics, artificial intelligence and computer vision, a complete artificial agent necessarily must include active perception. A multitude of ideas and methods for how to accomplish this h…