paper-with-me

Papers

Efficient Generative Modeling with Residual Vector Quantization-Based Tokens

2024-12-13 · Jaehyeon Kim, Taehong Moon, Keon Lee, Jaewoong Cho

We explore the use of Residual Vector Quantization (RVQ) for high-fidelity generation in vector-quantized generative models. This quantization technique maintains higher data fidelity by employing more in-depth tokens. However, increasing the token number in generative models leads to slower inference speeds. To this end, we introduce ResGen, an efficient RVQ-based discrete diffusion model that generates high-fidelity samples without compromising sampling speed. Our key idea is a direct prediction of vector embedding of collective tokens rather than individual ones. Moreover, we demonstrate that our proposed token masking and multi-token prediction method can be formulated within a principled probabilistic framework using a discrete diffusion process and variational inference. We validate the efficacy and generalizability of the proposed method on two challenging tasks across different modalities: conditional image generation} on ImageNet 256x256 and zero-shot text-to-speech synthesis. Experimental results demonstrate that ResGen outperforms autoregressive counterparts in both tasks, delivering superior performance without compromising sampling speed. Furthermore, as we scale the depth of RVQ, our generative models exhibit enhanced generation fidelity or faster sampling speeds compared to similarly sized baseline models. The project page can be found at https://resgen-genai.github.io

📄 PDF Abstract BibTeX arXiv:2412.10208

Code (0)

등록된 구현이 없습니다.

Tasks

Conditional Image GenerationImage GenerationQuantizationSpeech Synthesistext-to-speechText to SpeechText-To-Speech SynthesisVariational Inference

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 제목 키워드 기반

MoSa: Motion Generation with Scalable Autoregressive Modeling

2025-11-03 · Mengyuan Liu, Sheng Yan, Yong Wang, Yingjie Li 외 arxiv

We introduce MoSa, a novel hierarchical motion generation framework for text-driven 3D human motion generation that enhances the Vector Quantization-guided Generative Transformers (VQ-GT) paradigm through a coarse-to-fin…

MoMask: Generative Masked Modeling of 3D Human Motions

2023-11-29 · CVPR 2024 1 · Chuan Guo, Yuxuan Mu, Muhammad Gohar Javed, Sen Wang 외

We introduce MoMask, a novel masked modeling framework for text-driven 3D human motion generation. In MoMask, a hierarchical quantization scheme is employed to represent human motion as multi-layer discrete motion tokens…

Human motion predictionMotion ForecastingMotion GenerationMotion Interpolation+1

Early Quantization Shrinks Codebook: A Simple Fix for Diversity-Preserving Tokenization

2026-03-17 · Wenhao Zhao, Qiran Zou, Rushi Shah, Yudi Wu 외 arxiv

Vector quantization is a technique in machine learning that discretizes continuous representations into a set of discrete vectors. It is widely employed in tokenizing data representations for large language models, diffu…

Representation Collapsing Problems in Vector Quantization

2024-11-25 · Wenhao Zhao, Qiran Zou, Rushi Shah, Dianbo Liu

Vector quantization is a technique in machine learning that discretizes continuous representations into a set of discrete vectors. It is widely employed in tokenizing data representations for large language models, diffu…

Quantization

CoST: Contrastive Quantization based Semantic Tokenization for Generative Recommendation

2024-04-23 · Jieming Zhu, mengqun Jin, Qijiong Liu, Zexuan Qiu 외

Embedding-based retrieval serves as a dominant approach to candidate item matching for industrial recommender systems. With the success of generative AI, generative retrieval has recently emerged as a new retrieval parad…

DecoderLanguage ModellingQuantizationRecommendation Systems+2