paper-with-me

홈 › Papers

Discrete Auto-regressive Variational Attention Models for Text Modeling

2021-06-16 · Xianghong Fang, Haoli Bai, Jian Li, Zenglin Xu, Michael Lyu, Irwin King

Variational autoencoders (VAEs) have been widely applied for text modeling. In practice, however, they are troubled by two challenges: information underrepresentation and posterior collapse. The former arises as only the last hidden state of LSTM encoder is transformed into the latent space, which is generally insufficient to summarize the data. The latter is a long-standing problem during the training of VAEs as the optimization is trapped to a disastrous local optimum. In this paper, we propose Discrete Auto-regressive Variational Attention Model (DAVAM) to address the challenges. Specifically, we introduce an auto-regressive variational attention approach to enrich the latent space by effectively capturing the semantic dependency from the input. We further design discrete latent space for the variational attention and mathematically show that our model is free from posterior collapse. Extensive experiments on language modeling tasks demonstrate the superiority of DAVAM against several VAE counterparts.

📄 PDF Abstract BibTeX arXiv:2106.08571

Code (1)

sunset-clouds/DAVAM 공식 구현 pytorch

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Discrete Variational Attention Models for Language Generation

2020-04-21 · Xianghong Fang, Haoli Bai, Zenglin Xu, Michael Lyu 외

Variational autoencoders have been widely applied for natural language generation, however, there are two long-standing problems: information under-representation and posterior collapse. The former arises from the fact t…

Language ModellingText Generation

Global Context with Discrete Diffusion in Vector Quantised Modelling for Image Generation

2021-12-03 · CVPR 2022 1 · Minghui Hu, Yujie Wang, Tat-Jen Cham, Jianfei Yang 외

The integration of Vector Quantised Variational AutoEncoder (VQ-VAE) with autoregressive models as generation part has yielded high-quality results on image generation. However, the autoregressive models will strictly fo…

DenoisingImage GenerationImage InpaintingText Generation

VAR-3D: View-aware Auto-Regressive Model for Text-to-3D Generation via a 3D Tokenizer

2026-02-14 · Zongcheng Han, Dongyan Cao, Haoran Sun, Yu Hong arxiv

Recent advances in auto-regressive transformers have achieved remarkable success in generative modeling. However, text-to-3D generation remains challenging, primarily due to bottlenecks in learning discrete 3D representa…

3D Generation

Diffusion bridges vector quantized Variational AutoEncoders

2022-02-10 · Max Cohen, Guillaume Quispe, Sylvain Le Corff, Charles Ollion 외

Vector Quantized-Variational AutoEncoders (VQ-VAE) are generative models based on discrete latent representations of the data, where inputs are mapped to a finite set of learned embeddings.To generate new samples, an aut…

Decoder

Improve Variational Autoencoder for Text Generationwith Discrete Latent Bottleneck

2020-04-22 · Yang Zhao, Ping Yu, Suchismit Mahapatra, Qinliang Su 외

Variational autoencoders (VAEs) are essential tools in end-to-end representation learning. However, the sequential text generation common pitfall with VAEs is that the model tends to ignore latent variables with a strong…

DecoderLanguage ModelingLanguage ModellingMachine Translation+6