paper-with-me

홈 › Papers

Scaling Image Tokenizers with Grouped Spherical Quantization

2024-12-03 · Jiangtao Wang, Zhen Qin, Yifan Zhang, Vincent Tao Hu, Björn Ommer, Rania Briq, Stefan Kesselheim

Vision tokenizers have gained a lot of attraction due to their scalability and compactness; previous works depend on old-school GAN-based hyperparameters, biased comparisons, and a lack of comprehensive analysis of the scaling behaviours. To tackle those issues, we introduce Grouped Spherical Quantization (GSQ), featuring spherical codebook initialization and lookup regularization to constrain codebook latent to a spherical surface. Our empirical analysis of image tokenizer training strategies demonstrates that GSQ-GAN achieves superior reconstruction quality over state-of-the-art methods with fewer training iterations, providing a solid foundation for scaling studies. Building on this, we systematically examine the scaling behaviours of GSQ, specifically in latent dimensionality, codebook size, and compression ratios, and their impact on model performance. Our findings reveal distinct behaviours at high and low spatial compression levels, underscoring challenges in representing high-dimensional latent spaces. We show that GSQ can restructure high-dimensional latent into compact, low-dimensional spaces, thus enabling efficient scaling with improved quality. As a result, GSQ-GAN achieves a 16x down-sampling with a reconstruction FID (rFID) of 0.50.

📄 PDF Abstract BibTeX arXiv:2412.02632

Code (1)

helmholtzai-fzj/flex_gen 공식 구현 pytorch

Tasks

Quantization

Similar Papers 제목 키워드 기반

XQ-GAN: An Open-source Image Tokenization Framework for Autoregressive Generation

2024-12-02 · Xiang Li, Kai Qiu, Hao Chen, Jason Kuen 외

Image tokenizers play a critical role in shaping the performance of subsequent generative models. Since the introduction of VQ-GAN, discrete image tokenization has undergone remarkable advancements. Improvements in archi…

Image ReconstructionQuantization

GigaTok: Scaling Visual Tokenizers to 3 Billion Parameters for Autoregressive Image Generation

2025-04-11 · Tianwei Xiong, Jun Hao Liew, Zilong Huang, Jiashi Feng 외

In autoregressive (AR) image generation, visual tokenizers compress images into compact discrete latent tokens, enabling efficient training of downstream autoregressive models for visual generation via next-token predict…

DecoderImage GenerationImage ReconstructionRepresentation Learning

Unified Multimodal Autoregressive Modeling with Shared Context-Visual Tokenizer is Key to Unification

2026-06-16 · Wujian Peng, Lingchen Meng, Yuxuan Cai, Xianwei Zhuang 외 arxiv

Unified Multimodal Modeling aims to integrate visual understanding and generation within a single system. However, existing approaches typically rely on two disparate visual tokenizers, which splits the representation sp…

Reinforcement LearningImage GenerationImage Editing

Hyperspherical Loss-Aware Ternary Quantization

2022-12-24 · Dan Liu, Xue Liu

Most of the existing works use projection functions for ternary quantization in discrete space. Scaling factors and thresholds are used in some cases to improve the model accuracy. However, the gradients used for optimiz…

image-classificationImage Classificationobject-detectionObject Detection+1

ViTok-v2: Scaling Native Resolution Auto-Encoders to 5 Billion Parameters

2026-05-06 · Philippe Hansen-Estruch, Jiahui Chen, Vivek Ramanujan, Orr Zohar 외 arxiv

Vision Transformer (ViT) autoencoders have emerged as compelling tokenizers for images, offering improved reconstruction over convolutional tokenizers. However, existing ViT tokenizers cannot explore this landscape as pe…