Deeper Connections Between Neural Networks and Gaussian Processes Speed-up Active Learning

Abstract

Active learning methods for neural networks are usually based on greedy criteria, which ultimately give a single new design point for the evaluation. Such an approach requires either some heuristics to sample a batch of design points at one active learning iteration, or retraining the neural network after adding each data point, which is computationally inefficient. Moreover, uncertainty estimates for neural networks sometimes are overconfident for the points lying far from the training sample. In this work, we propose to approximate Bayesian neural networks (BNN) by Gaussian processes (GP), which allows us to update the uncertainty estimates of predictions efficiently without retraining the neural network while avoiding overconfident uncertainty prediction for out-of-sample points. In a series of experiments on real-world data, including large-scale problems of chemical and physical modeling, we show the superiority of the proposed approach over the state-of-the-art methods.

Cite

Text

Tsymbalov et al. "Deeper Connections Between Neural Networks and Gaussian Processes Speed-up Active Learning." International Joint Conference on Artificial Intelligence, 2019. doi:10.24963/IJCAI.2019/499

Markdown

[Tsymbalov et al. "Deeper Connections Between Neural Networks and Gaussian Processes Speed-up Active Learning." International Joint Conference on Artificial Intelligence, 2019.](https://mlanthology.org/ijcai/2019/tsymbalov2019ijcai-deeper/) doi:10.24963/IJCAI.2019/499

BibTeX

@inproceedings{tsymbalov2019ijcai-deeper,
  title     = {{Deeper Connections Between Neural Networks and Gaussian Processes Speed-up Active Learning}},
  author    = {Tsymbalov, Evgenii and Makarychev, Sergei and Shapeev, Alexander and Panov, Maxim},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2019},
  pages     = {3599-3605},
  doi       = {10.24963/IJCAI.2019/499},
  url       = {https://mlanthology.org/ijcai/2019/tsymbalov2019ijcai-deeper/}
}