paper-with-me

홈 › Papers

Educating Text Autoencoders: Latent Representation Guidance via Denoising

2019-05-29 · ICML 2020 1 · Tianxiao Shen, Jonas Mueller, Regina Barzilay, Tommi Jaakkola

Generative autoencoders offer a promising approach for controllable text generation by leveraging their latent sentence representations. However, current models struggle to maintain coherent latent spaces required to perform meaningful text manipulations via latent vector operations. Specifically, we demonstrate by example that neural encoders do not necessarily map similar sentences to nearby latent vectors. A theoretical explanation for this phenomenon establishes that high capacity autoencoders can learn an arbitrary mapping between sequences and associated latent representations. To remedy this issue, we augment adversarial autoencoders with a denoising objective where original sentences are reconstructed from perturbed versions (referred to as DAAE). We prove that this simple modification guides the latent space geometry of the resulting model by encouraging the encoder to map similar texts to similar latent representations. In empirical comparisons with various types of autoencoders, our model provides the best trade-off between generation quality and reconstruction capacity. Moreover, the improved geometry of the DAAE latent space enables zero-shot text style transfer via simple latent vector arithmetic.

📄 PDF Abstract BibTeX arXiv:1905.12777

Code (3)

shentianxiao/text-autoencoders 공식 구현 pytorch
caiy0220/xproax pytorch
saihiel/news_headlines

Tasks

DenoisingSentenceStyle TransferText GenerationText Style Transfer

Similar Papers 제목 키워드 기반

Diffusion Transformers with Representation Autoencoders

2025-10-13 · Boyang Zheng, Nanye Ma, Shengbang Tong, Saining Xie arxiv

Latent generative modeling, where a pretrained autoencoder maps pixels into a latent space for the diffusion process, has become the standard strategy for Diffusion Transformers (DiT); however, the autoencoder component …

Image Generation

Trading Information between Latents in Hierarchical Variational Autoencoders

2023-02-09 · Tim Z. Xiao, Robert Bamler

Variational Autoencoders (VAEs) were originally motivated (Kingma & Welling, 2014) as probabilistic generative models in which one performs approximate Bayesian inference. The proposal of $\beta$-VAEs (Higgins et al., 20…

Bayesian InferenceData CompressionRepresentation Learning

Text Modeling with Syntax-Aware Variational Autoencoders

2019-08-27 · Yijun Xiao, William Yang Wang

Syntactic information contains structures and rules about how text sentences are arranged. Incorporating syntax into text modeling methods can potentially benefit both representation learning and generation. Variational …

Representation Learning

Improved Baselines with Representation Autoencoders

2026-05-18 · Jaskirat Singh, Boyang Zheng, Zongze Wu, Richard Zhang 외 arxiv

Representation Autoencoders (RAE) replace traditional VAE with pretrained vision encoders. In this paper, we systematically investigate several design choices and find three insights which simplify and improve RAE. First…

Text-to-Image Generation

Denoising Improves Latent Space Geometry in Text Autoencoders

2019-09-25 · Tianxiao Shen, Jonas Mueller, Regina Barzilay, Tommi Jaakkola

Neural language models have recently shown impressive gains in unconditional text generation, but controllable generation and manipulation of text remain challenging. In particular, controlling text via latent space oper…

DenoisingSentenceText Generation