LPLgrad: Optimizing Active Learning Through Gradient Norm Sample Selection and Auxiliary Model Training
Shreen Gul, Mohamed Elmahallawy, Sanjay Madria, and Ardhendu Tripathy

TL;DR
LPLgrad is a novel active learning method that enhances sample selection by jointly training a main and auxiliary model to predict loss and using gradient norms for uncertainty, significantly improving accuracy with minimal labeled data.
Contribution
The paper introduces LPLgrad, a new active learning approach that leverages dual-model training and gradient norm-based uncertainty to improve sample selection efficiency.
Findings
Outperforms state-of-the-art methods in accuracy on small labeled datasets.
Achieves comparable training and querying times to existing methods.
Effectively reduces labeling effort while maintaining high performance.
Abstract
Machine learning models are increasingly being utilized across various fields and tasks due to their outstanding performance and strong generalization capabilities. Nonetheless, their success hinges on the availability of large volumes of annotated data, the creation of which is often labor-intensive, time-consuming, and expensive. Many active learning (AL) approaches have been proposed to address these challenges, but they often fail to fully leverage the information from the core phases of AL, such as training on the labeled set and querying new unlabeled samples. To bridge this gap, we propose a novel AL approach, Loss Prediction Loss with Gradient Norm (LPLgrad), designed to quantify model uncertainty effectively and improve the accuracy of image classification tasks. LPLgrad operates in two distinct phases: (i) {\em Training Phase} aims to predict the loss for input features by…
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
MethodsSparse Evolutionary Training
