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

**Authors:** Evgenii Tsymbalov, Sergei Makarychev, Alexander Shapeev, Maxim Panov

arXiv: 1902.10350 · 2020-01-28

## TL;DR

This paper introduces a method to improve active learning for neural networks by approximating Bayesian neural networks with Gaussian processes, enabling efficient uncertainty updates and better out-of-sample predictions, demonstrated on real-world large-scale data.

## Contribution

The paper proposes approximating Bayesian neural networks with Gaussian processes to enhance active learning efficiency and accuracy without retraining.

## Key findings

- Outperforms state-of-the-art active learning methods
- Efficient uncertainty estimation without retraining
- Effective on large-scale chemical and physical data

## 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, 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 superiority of the proposed approach over the state-of-the-art methods.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.10350/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1902.10350/full.md

## References

31 references — full list in the complete paper: https://tomesphere.com/paper/1902.10350/full.md

---
Source: https://tomesphere.com/paper/1902.10350