VOLTA: Improving Generative Diversity by Variational Mutual Information Maximizing Autoencoder
Yueen Ma, Dafeng Chi, Jingjing Li, Kai Song, Yuzheng Zhuang, Irwin King
TL;DR
VOLTA tackles the lack of diversity in Transformer-based NLG by inserting a variational latent space into the decoder through a novel cross-attention-based connection, and by augmenting it with InfoGAN-style latent codes for input-independent variability. The model supports both continuous and discrete latent variables and can operate with decoder-only or encoder-decoder Transformers, using a unified objective that combines autoencoding loss, latent-variable regularization, and a VMIM term to maximize mutual information between latent codes and generated outputs. Empirical results across six datasets and three NLG tasks show that VOLTA substantially improves generative diversity while preserving or enhancing quality, outperforming established VAE-Transformer baselines and demonstrating stable optimization. The work provides a scalable, architecture-agnostic approach to controllable, diverse generation with practical applicability to QA, language modeling, and dialog systems.
Abstract
The natural language generation domain has witnessed great success thanks to Transformer models. Although they have achieved state-of-the-art generative quality, they often neglect generative diversity. Prior attempts to tackle this issue suffer from either low model capacity or over-complicated architectures. Some recent methods employ the VAE framework to enhance diversity, but their latent variables fully depend on the input context, restricting exploration of the latent space. In this paper, we introduce VOLTA, a framework that elevates generative diversity by bridging Transformer with VAE via a more effective cross-attention-based connection, departing from conventional embedding concatenation or summation. Additionally, we propose integrating InfoGAN-style latent codes to enable input-independent variability, further diversifying the generation. Moreover, our framework accommodates discrete inputs alongside its existing support for continuous inputs. We perform comprehensive experiments with two types of Transformers on six datasets from three different NLG tasks to show that our approach can significantly improve generative diversity while maintaining generative quality.
