LGNov 26, 2024

Maximally Separated Active Learning

arXiv:2411.17444v11 citationsh-index: 10Has CodeECCV Workshops
Originality Highly original
AI Analysis

This work addresses sampling bias in active learning for researchers and practitioners, offering an incremental improvement with a novel method for a known bottleneck.

The paper tackles the problem of sampling bias in active learning by proposing Maximally Separated Active Learning (MSAL), which uses fixed equiangular hyperspherical points as class prototypes to ensure consistent inter-class separation and robust feature representations. The method demonstrates strong performance over existing techniques across five benchmark datasets.

Active Learning aims to optimize performance while minimizing annotation costs by selecting the most informative samples from an unlabelled pool. Traditional uncertainty sampling often leads to sampling bias by choosing similar uncertain samples. We propose an active learning method that utilizes fixed equiangular hyperspherical points as class prototypes, ensuring consistent inter-class separation and robust feature representations. Our approach introduces Maximally Separated Active Learning (MSAL) for uncertainty sampling and a combined strategy (MSAL-D) for incorporating diversity. This method eliminates the need for costly clustering steps, while maintaining diversity through hyperspherical uniformity. We demonstrate strong performance over existing active learning techniques across five benchmark datasets, highlighting the method's effectiveness and integration ease. The code is available on GitHub.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes