SAMOSA: Sharpness Aware Minimization for Open Set Active learning
Young In Kim, Andrea Agiollo, Rajiv Khanna
TL;DR
SAMOSA tackles the challenge of open-set active learning by prioritizing atypical samples that lie near decision boundaries through a discrepancy-driven framework between SGD and Sharpness Aware Minimization (SAM). It introduces SAMIS-P, a ground-truth-free proxy $S(x)=||f_{SAM}(x)-f_{SGD}(x)||_1$ to identify informative atypical data, and a two-phase SAMOSA algorithm that first filters out unknowns with a $|K|+1$ distinguisher and then selects high-SAMOS-P samples to label. The approach achieves state-of-the-art accuracy on CIFAR10, CIFAR100, and TinyImageNet across 11 rounds, with robustness to label noise and competitive compute relative to baselines. By focusing on sample atypicality and decision-boundary proximity, SAMOSA demonstrates that sample quality can outperform sheer quantity in OSAL, offering practical gains for reducing labeling costs in real-world, open-world setups.
Abstract
Modern machine learning solutions require extensive data collection where labeling remains costly. To reduce this burden, open set active learning approaches aim to select informative samples from a large pool of unlabeled data that includes irrelevant or unknown classes. In this context, we propose Sharpness Aware Minimization for Open Set Active Learning (SAMOSA) as an effective querying algorithm. Building on theoretical findings concerning the impact of data typicality on the generalization properties of traditional stochastic gradient descent (SGD) and sharpness-aware minimization (SAM), SAMOSA actively queries samples based on their typicality. SAMOSA effectively identifies atypical samples that belong to regions of the embedding manifold close to the model decision boundaries. Therefore, SAMOSA prioritizes the samples that are (i) highly informative for the targeted classes, and (ii) useful for distinguishing between targeted and unwanted classes. Extensive experiments show that SAMOSA achieves up to 3% accuracy improvement over the state of the art across several datasets, while not introducing computational overhead. The source code of our experiments is available at: https://anonymous.4open.science/r/samosa-DAF4
