paper-with-me

홈 › Papers

Vision Foundation Models as Effective Visual Tokenizers for Autoregressive Image Generation

2025-07-11 · Anlin Zheng, Xin Wen, Xuanyang Zhang, Chuofan Ma, Tiancai Wang, Gang Yu, Xiangyu Zhang, Xiaojuan Qi

Leveraging the powerful representations of pre-trained vision foundation models -- traditionally used for visual comprehension -- we explore a novel direction: building an image tokenizer directly atop such models, a largely underexplored area. Specifically, we employ a frozen vision foundation model as the encoder of our tokenizer. To enhance its effectiveness, we introduce two key components: (1) a region-adaptive quantization framework that reduces redundancy in the pre-trained features on regular 2D grids, and (2) a semantic reconstruction objective that aligns the tokenizer's outputs with the foundation model's representations to preserve semantic fidelity. Based on these designs, our proposed image tokenizer, VFMTok, achieves substantial improvements in image reconstruction and generation quality, while also enhancing token efficiency. It further boosts autoregressive (AR) generation -- achieving a gFID of 2.07 on ImageNet benchmarks, while accelerating model convergence by three times, and enabling high-fidelity class-conditional synthesis without the need for classifier-free guidance (CFG). The code will be released publicly to benefit the community.

📄 PDF Abstract BibTeX arXiv:2507.08441

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationImage ReconstructionQuantization

Similar Papers 제목 키워드 기반

End-to-End Autoregressive Image Generation with 1D Semantic Tokenizer

2026-05-01 · Wenda Chu, Bingliang Zhang, Jiaqi Han, Yizhuo Li 외 arxiv

Autoregressive image modeling relies on visual tokenizers to compress images into compact latent representations. We design an end-to-end training pipeline that jointly optimizes reconstruction and generation, enabling d…

Image Generation

End-to-End Vision Tokenizer Tuning

2025-05-15 · Wenxuan Wang, Fan Zhang, Yufeng Cui, Haiwen Diao 외

Existing vision tokenization isolates the optimization of vision tokenizers from downstream training, implicitly assuming the visual tokens can generalize well across various tasks, e.g., image generation and visual ques…

Image GenerationQuestion AnsweringVisual Question Answering

Towards Unifying Understanding and Generation in the Era of Vision Foundation Models: A Survey from the Autoregression Perspective

2024-10-29 · Shenghao Xie, Wenqiang Zu, Mingyang Zhao, Duo Su 외

Autoregression in large language models (LLMs) has shown impressive scalability by unifying all language tasks into the next token prediction paradigm. Recently, there is a growing interest in extending this success to v…

Survey

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…

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