Streaming Active Learning with Deep Neural Networks

Abstract

Active learning is perhaps most naturally posed as an online learning problem. However, prior active learning approaches with deep neural networks assume offline access to the entire dataset ahead of time. This paper proposes VeSSAL, a new algorithm for batch active learning with deep neural networks in streaming settings, which samples groups of points to query for labels at the moment they are encountered. Our approach trades off between uncertainty and diversity of queried samples to match a desired query rate without requiring any hand-tuned hyperparameters. Altogether, we expand the applicability of deep neural networks to realistic active learning scenarios, such as applications relevant to HCI and large, fractured datasets.

Cite

Text

Saran et al. "Streaming Active Learning with Deep Neural Networks." International Conference on Machine Learning, 2023.

Markdown

[Saran et al. "Streaming Active Learning with Deep Neural Networks." International Conference on Machine Learning, 2023.](https://mlanthology.org/icml/2023/saran2023icml-streaming/)

BibTeX

@inproceedings{saran2023icml-streaming,
  title     = {{Streaming Active Learning with Deep Neural Networks}},
  author    = {Saran, Akanksha and Yousefi, Safoora and Krishnamurthy, Akshay and Langford, John and Ash, Jordan T.},
  booktitle = {International Conference on Machine Learning},
  year      = {2023},
  pages     = {30005-30021},
  volume    = {202},
  url       = {https://mlanthology.org/icml/2023/saran2023icml-streaming/}
}