paper-with-me

홈 › Papers

Rethinking the Objectives of Vector-Quantized Tokenizers for Image Synthesis

2022-12-06 · CVPR 2024 1 · YuChao Gu, Xintao Wang, Yixiao Ge, Ying Shan, XiaoHu Qie, Mike Zheng Shou

Vector-Quantized (VQ-based) generative models usually consist of two basic components, i.e., VQ tokenizers and generative transformers. Prior research focuses on improving the reconstruction fidelity of VQ tokenizers but rarely examines how the improvement in reconstruction affects the generation ability of generative transformers. In this paper, we surprisingly find that improving the reconstruction fidelity of VQ tokenizers does not necessarily improve the generation. Instead, learning to compress semantic features within VQ tokenizers significantly improves generative transformers' ability to capture textures and structures. We thus highlight two competing objectives of VQ tokenizers for image synthesis: semantic compression and details preservation. Different from previous work that only pursues better details preservation, we propose Semantic-Quantized GAN (SeQ-GAN) with two learning phases to balance the two objectives. In the first phase, we propose a semantic-enhanced perceptual loss for better semantic compression. In the second phase, we fix the encoder and codebook, but enhance and finetune the decoder to achieve better details preservation. The proposed SeQ-GAN greatly improves VQ-based generative models and surpasses the GAN and Diffusion Models on both unconditional and conditional image generation. Our SeQ-GAN (364M) achieves Frechet Inception Distance (FID) of 6.25 and Inception Score (IS) of 140.9 on 256x256 ImageNet generation, a remarkable improvement over VIT-VQGAN (714M), which obtains 11.2 FID and 97.2 IS.

📄 PDF Abstract BibTeX arXiv:2212.03185

Code (0)

등록된 구현이 없습니다.

Tasks

Conditional Image GenerationDecoderImage GenerationSemantic Compression

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

Scalable Training for Vector-Quantized Networks with 100% Codebook Utilization

2025-09-12 · Yifan Chang, Jie Qin, Limeng Qiao, Xiaofeng Wang 외 arxiv

Vector quantization (VQ) is a key component in discrete tokenizers for image generation, but its training is often unstable due to straight-through estimation bias, one-step-behind updates, and sparse codebook gradients,…

Image Generation

BEiT v2: Masked Image Modeling with Vector-Quantized Visual Tokenizers

2022-08-12 · Zhiliang Peng, Li Dong, Hangbo Bao, Qixiang Ye 외

Masked image modeling (MIM) has demonstrated impressive results in self-supervised representation learning by recovering corrupted image patches. However, most existing studies operate on low-level image pixels, which hi…

image-classificationImage ClassificationKnowledge DistillationRepresentation Learning+2

Learning Graph Quantized Tokenizers

2024-10-17 · Limei Wang, Kaveh Hassani, Si Zhang, Dongqi Fu 외

Transformers serve as the backbone architectures of Foundational Models, where domain-specific tokenizers allow them to adapt to various domains. Graph Transformers (GTs) have recently emerged as leading models in geomet…

Graph LearningQuantizationSelf-Supervised Learning

Autoregressive Image Generation without Vector Quantization

2024-06-17 · Tianhong Li, Yonglong Tian, He Li, Mingyang Deng 외

Conventional wisdom holds that autoregressive models for image generation are typically accompanied by vector-quantized tokens. We observe that while a discrete-valued space can facilitate representing a categorical dist…

Image GenerationQuantization

ActionPiece: Rethinking Action Tokenization for Autoregressive Vision-Language-Action Models

2026-09-16 · Shijie Lian, Bin Yu, Zhaolong Shen, Xiaopeng Lin 외 hf

Action tokenizers play a central role in autoregressive vision-language-action (VLA) models, determining both the targets for policy training and the executable commands recovered from predicted tokens. Their fidelity is…

Representation Learning