paper-with-me

Papers

Improved Vector Quantized Diffusion Models

2022-05-31 · Zhicong Tang, Shuyang Gu, Jianmin Bao, Dong Chen, Fang Wen

Vector quantized diffusion (VQ-Diffusion) is a powerful generative model for text-to-image synthesis, but sometimes can still generate low-quality samples or weakly correlated images with text input. We find these issues are mainly due to the flawed sampling strategy. In this paper, we propose two important techniques to further improve the sample quality of VQ-Diffusion. 1) We explore classifier-free guidance sampling for discrete denoising diffusion model and propose a more general and effective implementation of classifier-free guidance. 2) We present a high-quality inference strategy to alleviate the joint distribution issue in VQ-Diffusion. Finally, we conduct experiments on various datasets to validate their effectiveness and show that the improved VQ-Diffusion suppresses the vanilla version by large margins. We achieve an 8.44 FID score on MSCOCO, surpassing VQ-Diffusion by 5.42 FID score. When trained on ImageNet, we dramatically improve the FID score from 11.89 to 4.83, demonstrating the superiority of our proposed techniques.

📄 PDF Abstract BibTeX arXiv:2205.16007

Code (1)

microsoft/vq-diffusion 공식 구현 pytorch

Tasks

DenoisingImage Generation

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…

Similar Papers 제목 키워드 기반

Denoising Diffusion Probabilistic Model for Point Cloud Compression at Low Bit-Rates

2025-05-19 · Gabriele Spadaro, Alberto Presta, Jhony H. Giraldo, Marco Grangetto 외

Efficient compression of low-bit-rate point clouds is critical for bandwidth-constrained applications. However, existing techniques mainly focus on high-fidelity reconstruction, requiring many bits for compression. This …

Denoising

Spiking-Diffusion: Vector Quantized Discrete Diffusion Model with Spiking Neural Networks

2023-08-20 · Mingxuan Liu, Jie Gan, Rui Wen, Tao Li 외

Spiking neural networks (SNNs) have tremendous potential for energy-efficient neuromorphic chips due to their binary and event-driven architecture. SNNs have been primarily used in classification tasks, but limited explo…

DecoderImage Generation

Vector Quantized Diffusion Model for Text-to-Image Synthesis

2021-11-29 · CVPR 2022 1 · Shuyang Gu, Dong Chen, Jianmin Bao, Fang Wen 외

We present the vector quantized diffusion (VQ-Diffusion) model for text-to-image generation. This method is based on a vector quantized variational autoencoder (VQ-VAE) whose latent space is modeled by a conditional vari…

DenoisingImage GenerationText to Image GenerationText-to-Image Generation

DiffProsody: Diffusion-based Latent Prosody Generation for Expressive Speech Synthesis with Prosody Conditional Adversarial Training

2023-07-31 · Hyung-Seok Oh, Sang-Hoon Lee, Seong-Whan Lee

Expressive text-to-speech systems have undergone significant advancements owing to prosody modeling, but conventional methods can still be improved. Traditional approaches have relied on the autoregressive method to pred…

DenoisingExpressive Speech SynthesisSpeech Synthesistext-to-speech+1

Unleashing Transformers: Parallel Token Prediction with Discrete Absorbing Diffusion for Fast High-Resolution Image Generation from Vector-Quantized Codes

2021-11-24 · Sam Bond-Taylor, Peter Hessey, Hiroshi Sasaki, Toby P. Breckon 외

Whilst diffusion probabilistic models can generate high quality image content, key limitations remain in terms of both generating high-resolution imagery and their associated high computational requirements. Recent Vecto…

Image Generation