2022

BayesFormer: Transformer with Uncertainty Estimation

Sankararaman, Karthik Abinav, Wang, Sinong, Fang, Han

Understand

Transformer has become ubiquitous due to its dominant performance in various NLP and image processing tasks.

  • However, it lacks understanding of how to generate mathematically grounded uncertainty estimates for transformer architectures.
  • Models equipped with such uncertainty estimates can typically improve predictive performance, make networks robust, avoid over-fitting and used as acquisition function in active learning.
  • In this paper, we introduce BayesFormer, a Transformer model with dropouts designed by Bayesian theory.

Reading the bibliography…