MALADY: Multiclass Active Learning with Auction Dynamics on Graphs
Gokul Bhusal, Kevin Miller, Ekaterina Merkurjev
TL;DR
MALADY tackles the problem of data-efficient multiclass classification under limited labeling by integrating auction dynamics on similarity graphs with a graph-based SSL framework. It introduces a novel acquisition function derived from dual variables of modified assignment problems, ensuring uncertainty sampling near decision boundaries and incorporating exact class-size constraints. The approach is instantiated through a constrained energy minimization that reduces to a sequence of auction-based optimizations, enabling effective active learning with few labels across diverse datasets. The method demonstrates strong performance advantages over multiple baselines, highlighting its potential for data-efficient deployment in domains like healthcare, remote sensing, and NLP.
Abstract
Active learning enhances the performance of machine learning methods, particularly in semi-supervised cases, by judiciously selecting a limited number of unlabeled data points for labeling, with the goal of improving the performance of an underlying classifier. In this work, we introduce the Multiclass Active Learning with Auction Dynamics on Graphs (MALADY) framework which leverages the auction dynamics algorithm on similarity graphs for efficient active learning. In particular, we generalize the auction dynamics algorithm on similarity graphs for semi-supervised learning in [24] to incorporate a more general optimization functional. Moreover, we introduce a novel active learning acquisition function that uses the dual variable of the auction algorithm to measure the uncertainty in the classifier to prioritize queries near the decision boundaries between different classes. Lastly, using experiments on classification tasks, we evaluate the performance of our proposed method and show that it exceeds that of comparison algorithms.
