paper-with-me

홈 › Papers

VTBench: Evaluating Visual Tokenizers for Autoregressive Image Generation

2025-05-19 · Huawei Lin, Tong Geng, Zhaozhuo Xu, Weijie Zhao

Autoregressive (AR) models have recently shown strong performance in image generation, where a critical component is the visual tokenizer (VT) that maps continuous pixel inputs to discrete token sequences. The quality of the VT largely defines the upper bound of AR model performance. However, current discrete VTs fall significantly behind continuous variational autoencoders (VAEs), leading to degraded image reconstructions and poor preservation of details and text. Existing benchmarks focus on end-to-end generation quality, without isolating VT performance. To address this gap, we introduce VTBench, a comprehensive benchmark that systematically evaluates VTs across three core tasks: Image Reconstruction, Detail Preservation, and Text Preservation, and covers a diverse range of evaluation scenarios. We systematically assess state-of-the-art VTs using a set of metrics to evaluate the quality of reconstructed images. Our findings reveal that continuous VAEs produce superior visual representations compared to discrete VTs, particularly in retaining spatial structure and semantic detail. In contrast, the degraded representations produced by discrete VTs often lead to distorted reconstructions, loss of fine-grained textures, and failures in preserving text and object integrity. Furthermore, we conduct experiments on GPT-4o image generation and discuss its potential AR nature, offering new insights into the role of visual tokenization. We release our benchmark and codebase publicly to support further research and call on the community to develop strong, general-purpose open-source VTs.

📄 PDF Abstract BibTeX arXiv:2505.13439

Code (1)

huawei-lin/VTBench 공식 구현 pytorch

Tasks

Image GenerationImage Reconstruction

Methods 이 논문이 사용한 방법론

Focus 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

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

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

VTBench: A Multimodal Framework for Time-Series Classification with Chart-Based Representations

2026-04-29 · Madhumitha Venkatesan, Xuyang Chen, Dongyu Liu arxiv

Time-series classification (TSC) has advanced significantly with deep learning, yet most models rely solely on raw numerical inputs, overlooking alternative representations. While texture-based encodings such as Gramian …

VTBench: Comprehensive Benchmark Suite Towards Real-World Virtual Try-on Models

2025-05-26 · Hu Xiaobin, Liang Yujie, Luo Donghao, Peng Xu 외

While virtual try-on has achieved significant progress, evaluating these models towards real-world scenarios remains a challenge. A comprehensive benchmark is essential for three key reasons:(1) Current metrics inadequat…

Occlusion HandlingVirtual Try-on

MergeTok: Unified Continuous and Discrete Visual Tokenization via Token Merging

2026-05-29 · Luyuan Zhang, Siyuan Li, Zedong Wang, Qingsong Xie 외 arxiv

Most visual tokenizers for image generation are bifurcated into two families with complementary limitations: continuous VAEs offer high-fidelity reconstruction but suffer from dense, entangled latents that are poorly sui…

Image Generation