paper-with-me

홈 › Papers

VOLTA: Improving Generative Diversity by Variational Mutual Information Maximizing Autoencoder

2023-07-03 · Yueen Ma, Dafeng Chi, Jingjing Li, Kai Song, Yuzheng Zhuang, Irwin King

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.

📄 PDF Abstract BibTeX arXiv:2307.00852

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityText Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Information-Theoretic GAN Compression with Variational Energy-based Model

2023-03-28 · Minsoo Kang, Hyewon Yoo, Eunhee Kang, Sehwan Ki 외

We propose an information-theoretic knowledge distillation approach for the compression of generative adversarial networks, which aims to maximize the mutual information between teacher and student networks via a variati…

Image EnhancementKnowledge DistillationModel Compression

A Preference-oriented Diversity Model Based on Mutual-information in Re-ranking for E-commerce Search

2024-05-24 · Huimu Wang, Mingming Li, Dadong Miao, Songlin Wang 외

Re-ranking is a process of rearranging ranking list to more effectively meet user demands by accounting for the interrelationships between items. Existing methods predominantly enhance the precision of search results, of…

DiversityRe-RankingVariational Inference

Information bottleneck through variational glasses

2019-12-02 · Slava Voloshynovskiy, Mouad Kondah, Shideh Rezaeifar, Olga Taran 외

Information bottleneck (IB) principle [1] has become an important element in information-theoretic analysis of deep models. Many state-of-the-art generative models of both Variational Autoencoder (VAE) [2; 3] and Generat…

Novelty Detection

Generating Informative and Diverse Conversational Responses via Adversarial Information Maximization

2018-09-16 · NeurIPS 2018 12 · Yizhe Zhang, Michel Galley, Jianfeng Gao, Zhe Gan 외

Responses generated by neural conversational models tend to lack informativeness and diversity. We present Adversarial Information Maximization (AIM), an adversarial learning strategy that addresses these two related but…

Conversational Response GenerationDiversityInformativeness

On the Effectiveness of Hybrid Mutual Information Estimation

2023-06-01 · Marco Federici, David Ruhe, Patrick Forré

Estimating the mutual information from samples from a joint distribution is a challenging problem in both science and engineering. In this work, we realize a variational bound that generalizes both discriminative and gen…

Mutual Information EstimationQuantization