English

Fast Fishing: Approximating BAIT for Efficient and Scalable Deep Active Image Classification

Computer Vision and Pattern Recognition 2026-03-12 v2 Machine Learning

Abstract

Deep active learning (AL) seeks to minimize the annotation costs for training deep neural networks. BAIT, a recently proposed AL strategy based on the Fisher Information, has demonstrated impressive performance across various datasets. However, BAIT's high computational and memory requirements hinder its applicability on large-scale classification tasks, resulting in current research neglecting BAIT in their evaluation. This paper introduces two methods to enhance BAIT's computational efficiency and scalability. Notably, we significantly reduce its time complexity by approximating the Fisher Information. In particular, we adapt the original formulation by i) taking the expectation over the most probable classes, and ii) constructing a binary classification task, leading to an alternative likelihood for gradient computations. Consequently, this allows the efficient use of BAIT on large-scale datasets, including ImageNet. Our unified and comprehensive evaluation across a variety of datasets demonstrates that our approximations achieve strong performance with considerably reduced time complexity. Furthermore, we provide an extensive open-source toolbox that implements recent state-of-the-art AL strategies, available at https://github.com/dhuseljic/dal-toolbox.

Keywords

Cite

@article{arxiv.2404.08981,
  title  = {Fast Fishing: Approximating BAIT for Efficient and Scalable Deep Active Image Classification},
  author = {Denis Huseljic and Paul Hahn and Marek Herde and Lukas Rauch and Bernhard Sick},
  journal= {arXiv preprint arXiv:2404.08981},
  year   = {2026}
}

Comments

Accepted at ECML PKDD 2024

R2 v1 2026-06-28T15:53:18.929Z