paper-with-me

홈 › Papers

SoftVQ-VAE: Efficient 1-Dimensional Continuous Tokenizer

2024-12-14 · CVPR 2025 1 · Hao Chen, Ze Wang, Xiang Li, Ximeng Sun, Fangyi Chen, Jiang Liu, Jindong Wang, Bhiksha Raj, Zicheng Liu, Emad Barsoum

Efficient image tokenization with high compression ratios remains a critical challenge for training generative models. We present SoftVQ-VAE, a continuous image tokenizer that leverages soft categorical posteriors to aggregate multiple codewords into each latent token, substantially increasing the representation capacity of the latent space. When applied to Transformer-based architectures, our approach compresses 256x256 and 512x512 images using as few as 32 or 64 1-dimensional tokens. Not only does SoftVQ-VAE show consistent and high-quality reconstruction, more importantly, it also achieves state-of-the-art and significantly faster image generation results across different denoising-based generative models. Remarkably, SoftVQ-VAE improves inference throughput by up to 18x for generating 256x256 images and 55x for 512x512 images while achieving competitive FID scores of 1.78 and 2.21 for SiT-XL. It also improves the training efficiency of the generative models by reducing the number of training iterations by 2.3x while maintaining comparable performance. With its fully-differentiable design and semantic-rich latent space, our experiment demonstrates that SoftVQ-VAE achieves efficient tokenization without compromising generation quality, paving the way for more efficient generative models. Code and model are released.

📄 PDF Abstract BibTeX arXiv:2412.10958

Code (1)

hhhhhhao/continuous_tokenizer 공식 구현 pytorch

Tasks

DenoisingImage Generation

Similar Papers 제목 키워드 기반

Democratizing Text-to-Image Masked Generative Models with Compact Text-Aware One-Dimensional Tokens

2025-01-13 · Dongwon Kim, Ju He, Qihang Yu, Chenglin Yang 외

Image tokenizers form the foundation of modern text-to-image generative models but are notoriously difficult to train. Furthermore, most existing text-to-image models rely on large-scale, high-quality private datasets, m…

LoSATok: Low-dimensional Semantic-Acoustic Tokenizer for Cross-Domain Audio Understanding and Generation

2026-05-27 · Zhisheng Zhang, Xiang Li, Yixuan Zhou, Jing Peng 외 arxiv

Audio tokenizers are fundamental to unifying audio understanding and generation. Understanding requires high-level semantics, while generation demands semantic and acoustic details. Existing unified tokenizers jointly en…

Audio Generation

F3-Tokenizer: Taming Audio Autoencoder Latents for Understanding and Generation

2026-06-04 · Dinghao Zhou, Xingchen Song, Di Wu, Pengyu Cheng 외 arxiv

Continuous audio autoencoders reconstruct waveforms well but often produce latents with weak structure for understanding, while self-supervised audio encoders capture semantics but are not directly decodable. This mismat…

DINO-Tok: Adapting DINO for Visual Tokenizers

2025-11-25 · Mingkai Jia, Mingxiao Li, Zhijian Shu, Anlin Zheng 외 arxiv

Recent advances in visual generation have emphasized the importance of Latent Generative Models (LGMs), which critically depend on effective visual tokenizers to bridge pixels and semantic representations. However, token…

Ming-UniVision: Joint Image Understanding and Generation with a Unified Continuous Tokenizer

2025-10-08 · Ziyuan Huang, DanDan Zheng, Cheng Zou, Rui Liu 외 arxiv

Visual tokenization remains a core challenge in unifying visual understanding and generation within the autoregressive paradigm. Existing methods typically employ tokenizers in discrete latent spaces to align with the to…