paper-with-me

Papers

Diffusion bridges vector quantized Variational AutoEncoders

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

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 autoregressive prior distribution over the discrete states must be trained separately. This prior is generally very complex and leads to slow generation. In this work, we propose a new model to train the prior and the encoder/decoder networks simultaneously. We build a diffusion bridge between a continuous coded vector and a non-informative prior distribution. The latent discrete states are then given as random functions of these continuous vectors. We show that our model is competitive with the autoregressive prior on the mini-Imagenet and CIFAR dataset and is efficient in both optimization and sampling. Our framework also extends the standard VQ-VAE and enables end-to-end training.

📄 PDF Abstract BibTeX arXiv:2202.04895

Code (1)

maxjcohen/diffusion-bridges 공식 구현 pytorch

Tasks

Decoder

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
VQ-VAE VQ-VAE is a type of variational autoencoder that uses vector quantisation to obtain a discrete latent representation. It differs from…

Similar Papers 제목 키워드 기반

Variational Information Bottleneck on Vector Quantized Autoencoders

2018-08-02 · Hanwei Wu, Markus Flierl

In this paper, we provide an information-theoretic interpretation of the Vector Quantized-Variational Autoencoder (VQ-VAE). We show that the loss function of the original VQ-VAE can be derived from the variational determ…

Blind Frequency-Domain Equalization Using Vector-Quantized Variational Autoencoders

2023-12-26 · Jinxiang Song, Vincent Lauinger, Christian Häger, Jochen Schröder 외

We propose a novel frequency-domain blind equalization scheme for coherent optical communications. The method is shown to achieve similar performance to its recently proposed time-domain counterpart with lower computatio…

Improving Semantic Control in Discrete Latent Spaces with Transformer Quantized Variational Autoencoders

2024-02-01 · Yingji Zhang, Danilo S. Carvalho, Marco Valentino, Ian Pratt-Hartmann 외

Achieving precise semantic control over the latent spaces of Variational AutoEncoders (VAEs) holds significant value for downstream tasks in NLP as the underlying generative mechanisms could be better localised, explaine…

Hierarchical Quantized Autoencoders

2020-02-19 · NeurIPS 2020 12 · Will Williams, Sam Ringer, Tom Ash, John Hughes 외

Despite progress in training neural networks for lossy image compression, current approaches fail to maintain both perceptual quality and abstract features at very low bitrates. Encouraged by recent success in learning d…

Image CompressionQuantization

Cosh-DiT: Co-Speech Gesture Video Synthesis via Hybrid Audio-Visual Diffusion Transformers

2025-03-13 · Yasheng Sun, Zhiliang Xu, Hang Zhou, Jiazhi Guan 외

Co-speech gesture video synthesis is a challenging task that requires both probabilistic modeling of human gestures and the synthesis of realistic images that align with the rhythmic nuances of speech. To address these c…