paper-with-me

Papers

2D Gaussians Meet Visual Tokenizer

2025-08-19 · Yiang Shi, Xiaoyang Guo, Wei Yin, Mingkai Jia, Qian Zhang, Xiaolin Hu, Wenyu Liu, Xinggang Wang arxiv

The image tokenizer is a critical component in AR image generation, as it determines how rich and structured visual content is encoded into compact representations. Existing quantization-based tokenizers such as VQ-GAN primarily focus on appearance features like texture and color, often neglecting geometric structures due to their patch-based design. In this work, we explored how to incorporate more visual information into the tokenizer and proposed a new framework named Visual Gaussian Quantization (VGQ), a novel tokenizer paradigm that explicitly enhances structural modeling by integrating 2D Gaussians into traditional visual codebook quantization frameworks. Our approach addresses the inherent limitations of naive quantization methods such as VQ-GAN, which struggle to model structured visual information due to their patch-based design and emphasis on texture and color. In contrast, VGQ encodes image latents as 2D Gaussian distributions, effectively capturing geometric and spatial structures by directly modeling structure-related parameters such as position, rotation and scale. We further demonstrate that increasing the density of 2D Gaussians within the tokens leads to significant gains in reconstruction fidelity, providing a flexible trade-off between token efficiency and visual richness. On the ImageNet 256x256 benchmark, VGQ achieves strong reconstruction quality with an rFID score of 1.00. Furthermore, by increasing the density of 2D Gaussians within the tokens, VGQ gains a significant boost in reconstruction capability and achieves a state-of-the-art reconstruction rFID score of 0.556 and a PSNR of 24.93, substantially outperforming existing methods. Codes will be released soon.

📄 PDF Abstract BibTeX arXiv:2508.13515

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Similar Papers 제목 키워드 기반

TIGaussian: Disentangle Gaussians for Spatial-Awared Text-Image-3D Alignment

2026-01-27 · Jiarun Liu, Qifeng Chen, Yiru Zhao, Minghua Liu 외 arxiv

While visual-language models have profoundly linked features between texts and images, the incorporation of 3D modality data, such as point clouds and 3D Gaussians, further enables pretraining for 3D-related tasks, e.g.,…

Cross-Modal RetrievalScene RecognitionPoint Clouds

When Molecular GAN Meets Byte-Pair Encoding

2024-09-29 · Huidong Tang, Chen Li, Yasuhiko Morimoto

Deep generative models, such as generative adversarial networks (GANs), are pivotal in discovering novel drug-like candidates via de novo molecular generation. However, traditional character-wise tokenizers often struggl…

Computational EfficiencyDiversity

GaussianToken: An Effective Image Tokenizer with 2D Gaussian Splatting

2025-01-26 · Jiajun Dong, Chengkun Wang, Wenzhao Zheng, Lei Chen 외

Effective image tokenization is crucial for both multi-modal understanding and generation tasks due to the necessity of the alignment with discrete text data. To this end, existing approaches utilize vector quantization …

Quantization

OmniTokenizer: A Joint Image-Video Tokenizer for Visual Generation

2024-06-13 · Junke Wang, Yi Jiang, Zehuan Yuan, Binyue Peng 외

Tokenizer, serving as a translator to map the intricate visual data into a compact latent space, lies at the core of visual generative models. Based on the finding that existing tokenizers are tailored to image or video …

Video GenerationVideo Prediction

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