Efficient Bayesian Updates for Deep Active Learning via Laplace Approximations

Abstract

Deep active learning (AL) selects batches of instances for annotation to avoid retraining deep neural networks (DNNs) after each new label. Employing a naive top- b selection can result in a batch of redundant (similar) instances. To address this, various AL strategies employ clustering techniques that ensure diversity within a batch. We approach this issue by substituting the costly retraining with an efficient Bayesian update. Our proposed update represents a second-order optimization step using the Gaussian posterior from a last-layer Laplace approximation. Thereby, we achieve low computational complexity by computing the inverse Hessian in closed form. We demonstrate that in typical AL settings, our update closely approximates retraining while being considerably faster. Leveraging our update, we introduce a new framework for batch selection through sequential construction, updating the DNN after each label acquisition. Furthermore, we incorporate our update into a look-ahead selection strategy as a feasible upper baseline approximating optimal batch selection. Our results highlight the potential of efficient updates to advance deep AL research.

Cite

Text

Huseljic et al. "Efficient Bayesian Updates for Deep Active Learning via Laplace Approximations." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2025. doi:10.1007/978-3-032-05981-9_2

Markdown

[Huseljic et al. "Efficient Bayesian Updates for Deep Active Learning via Laplace Approximations." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2025.](https://mlanthology.org/ecmlpkdd/2025/huseljic2025ecmlpkdd-efficient/) doi:10.1007/978-3-032-05981-9_2

BibTeX

@inproceedings{huseljic2025ecmlpkdd-efficient,
  title     = {{Efficient Bayesian Updates for Deep Active Learning via Laplace Approximations}},
  author    = {Huseljic, Denis and Herde, Marek and Rauch, Lukas and Hahn, Paul and Huang, Zhixin and Kottke, Daniel and Vogt, Stephan and Sick, Bernhard},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2025},
  pages     = {20-35},
  doi       = {10.1007/978-3-032-05981-9_2},
  url       = {https://mlanthology.org/ecmlpkdd/2025/huseljic2025ecmlpkdd-efficient/}
}