LGAISep 13, 2021

Robust Contrastive Active Learning with Feature-guided Query Strategies

arXiv:2109.06873v23 citations
Originality Incremental advance
AI Analysis

This addresses the problem of efficient and robust active learning for image classification tasks, particularly for balanced and imbalanced datasets, though it appears incremental as it builds on existing contrastive learning and active learning approaches.

The paper tackles the problem of selecting informative data samples in active learning for image classification, proposing supervised contrastive active learning with feature-guided query strategies that achieve state-of-the-art accuracy, model calibration, and reduced sampling bias. The method results in 9.9% lower mean corruption error, 7.2% lower expected calibration error under dataset shift, and 8.9% higher AUROC for out-of-distribution detection compared to compute-intensive methods.

We introduce supervised contrastive active learning (SCAL) and propose efficient query strategies in active learning based on the feature similarity (featuresim) and principal component analysis based feature-reconstruction error (fre) to select informative data samples with diverse feature representations. We demonstrate our proposed method achieves state-of-the-art accuracy, model calibration and reduces sampling bias in an active learning setup for balanced and imbalanced datasets on image classification tasks. We also evaluate robustness of model to distributional shift derived from different query strategies in active learning setting. Using extensive experiments, we show that our proposed approach outperforms high performing compute-intensive methods by a big margin resulting in 9.9% lower mean corruption error, 7.2% lower expected calibration error under dataset shift and 8.9% higher AUROC for out-of-distribution detection.

Foundations

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

Your Notes