CVJan 4, 2023

MoBYv2AL: Self-supervised Active Learning for Image Classification

arXiv:2301.01531v18 citationsh-index: 60Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of efficient data labeling for deep learning models in image classification, but it is incremental as it adapts an existing self-supervised method to active learning.

The paper tackles the bottleneck of narrow representation in active learning for image classification by proposing MoBYv2AL, a self-supervised framework that integrates MoBY with a downstream task-aware objective, achieving state-of-the-art results compared to recent methods.

Active learning(AL) has recently gained popularity for deep learning(DL) models. This is due to efficient and informative sampling, especially when the learner requires large-scale labelled datasets. Commonly, the sampling and training happen in stages while more batches are added. One main bottleneck in this strategy is the narrow representation learned by the model that affects the overall AL selection. We present MoBYv2AL, a novel self-supervised active learning framework for image classification. Our contribution lies in lifting MoBY, one of the most successful self-supervised learning algorithms, to the AL pipeline. Thus, we add the downstream task-aware objective function and optimize it jointly with contrastive loss. Further, we derive a data-distribution selection function from labelling the new examples. Finally, we test and study our pipeline robustness and performance for image classification tasks. We successfully achieved state-of-the-art results when compared to recent AL methods. Code available: https://github.com/razvancaramalau/MoBYv2AL

Code Implementations1 repo
Foundations

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

Your Notes