LGCLJul 27, 2022

A Variational AutoEncoder for Transformers with Nonparametric Variational Information Bottleneck

arXiv:2207.13529v25 citationsh-index: 9
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving Transformer-based models for natural language processing, but it appears incremental as it builds on existing VAE and information bottleneck concepts with nonparametric adaptations.

The authors tackled the problem of regularizing Transformer embeddings by developing a nonparametric variational information bottleneck (NVIB) to control the number and information content of attention vectors, resulting in a nonparametric variational autoencoder (NVAE) that shows desired properties in initial experiments on natural language text.

We propose a VAE for Transformers by developing a variational information bottleneck regulariser for Transformer embeddings. We formalise the embedding space of Transformer encoders as mixture probability distributions, and use Bayesian nonparametrics to derive a nonparametric variational information bottleneck (NVIB) for such attention-based embeddings. The variable number of mixture components supported by nonparametric methods captures the variable number of vectors supported by attention, and the exchangeability of our nonparametric distributions captures the permutation invariance of attention. This allows NVIB to regularise the number of vectors accessible with attention, as well as the amount of information in individual vectors. By regularising the cross-attention of a Transformer encoder-decoder with NVIB, we propose a nonparametric variational autoencoder (NVAE). Initial experiments on training a NVAE on natural language text show that the induced embedding space has the desired properties of a VAE for Transformers.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes