Compute-Efficient Active Learning
Active learning, a powerful paradigm in machine learning, aims at reducing labeling costs by selecting the most informative samples from an unlabeled dataset. However, the traditional active learning process often demands extensive computational resources, hindering scalability and efficiency. In this paper, we address this critical issue by presenting a novel method designed to alleviate the computational burden associated with active learning on massive datasets. To achieve this goal, we introduce a simple, yet effective method-agnostic framework that outlines how to strategically choose and annotate data points, optimizing the process for efficiency while maintaining model performance. Through case studies, we demonstrate the effectiveness of our proposed method in reducing computational costs while maintaining or, in some cases, even surpassing baseline model outcomes. Code is available at https://github.com/aimotive/Compute-Efficient-Active-Learning.
Code (1)
Tasks
Active LearningSimilar Papers 제목 키워드 기반
Automatic Control of Reactive Brain Computer Interfaces
This article discusses practical and theoretical aspects of real-time brain computer interface control methods based on Bayesian statistics. We investigate and improve the performance of automatic control and feedback al…
Brain Computer InterfaceTransfer LearningAdaptive Active Learning for Image Classification
Recently active learning has attracted a lot of attention in computer vision field, as it is time and cost consuming to prepare a good set of labeled images for vision data analysis. Most existing active learning approac…
Active LearningClassificationGeneral Classificationimage-classification+3InterActive: Inter-Layer Activeness Propagation
An increasing number of computer vision tasks can be tackled with deep features, which are the intermediate outputs of a pre-trained Convolutional Neural Network. Despite the astonishing performance, deep features extrac…
DescriptiveGeneral ClassificationDeep Active Learning for Computer Vision: Past and Future
As an important data selection schema, active learning emerges as the essential component when iterating an Artificial Intelligence (AI) model. It becomes even more critical given the dominance of deep neural network bas…
Active LearningPESAO: Psychophysical Experimental Setup for Active Observers
Most past and present research in computer vision involves passively observed data. Humans, however, are active observers outside the lab; they explore, search, select what and how to look. Nonetheless, how exactly activ…