English
Related papers

Related papers: Learnings from Scaling Visual Tokenizers for Recon…

200 papers

We introduce CompTok, a training framework for learning visual tokenizers whose tokens are enhanced for compositionality. CompTok uses a token-conditioned diffusion decoder. By employing an InfoGAN-style objective, where we train a…

Computer Vision and Pattern Recognition · Computer Science 2026-02-04 Bingchen Zhao , Qiushan Guo , Ye Wang , Yixuan Huang , Zhonghua Zhai , Yu Tian

Vision transformers have established a precedent of patchifying images into uniformly-sized chunks before processing. We hypothesize that this design choice may limit models in learning comprehensive and compositional representations from…

Computer Vision and Pattern Recognition · Computer Science 2025-05-20 Neha Kalibhat , Priyatham Kattakinda , Sumit Nawathe , Arman Zarei , Nikita Seleznev , Samuel Sharpe , Senthil Kumar , Soheil Feizi

Variational autoencoders (VAEs) typically encode images into a compact latent space, reducing computational cost but introducing an optimization dilemma: a higher-dimensional latent space improves reconstruction fidelity but often hampers…

Computer Vision and Pattern Recognition · Computer Science 2025-11-18 Xunzhi Xiang , Xingye Tian , Guiyu Zhang , Yabo Chen , Shaofeng Zhang , Xuebo Wang , Xin Tao , Qi Fan

Representation Autoencoders (RAEs) leverage frozen vision foundation models (VFMs) as tokenizer encoders, providing robust high-level representations that facilitate fast convergence and high-quality generation in latent diffusion models.…

Computer Vision and Pattern Recognition · Computer Science 2026-05-22 Tianhang Wang , Yitong Chen , Wei Song , Zuxuan Wu , Min Li , Jiaqi Wang

Continuous image tokenizers enable efficient visual generation, and those based on variational frameworks can learn smooth, structured latent representations through KL regularization. Yet this often leads to posterior collapse when using…

Computer Vision and Pattern Recognition · Computer Science 2026-04-01 Hengyu Zeng , Xin Gao , Guanghao Li , Yuxiang Yan , Jiaoyang Ruan , Junpeng Ma , Haoyu Albert Wang , Jian Pu

The differing representation spaces required for visual understanding and generation pose a challenge in unifying them within the autoregressive paradigm of large language models. A vision tokenizer trained for reconstruction excels at…

Computer Vision and Pattern Recognition · Computer Science 2026-04-21 Wei Song , Yuran Wang , Zijia Song , Yadong Li , Zenan Zhou , Long Chen , Jianhua Xu , Jiaqi Wang , Kaicheng Yu

Visual tokenizers map high-dimensional raw pixels into a compressed representation for downstream modeling. Beyond compression, tokenizers dictate what information is preserved and how it is organized. A de facto standard approach to video…

Computer Vision and Pattern Recognition · Computer Science 2026-04-15 Andrei Atanov , Jesse Allardice , Roman Bachmann , Oğuzhan Fatih Kar , R Devon Hjelm , David Griffiths , Peter Fu , Afshin Dehghan , Amir Zamir

We present TokenFlow, a novel unified image tokenizer that bridges the long-standing gap between multimodal understanding and generation. Prior research attempt to employ a single reconstruction-targeted Vector Quantization (VQ) encoder for…

Computer Vision and Pattern Recognition · Computer Science 2025-08-08 Liao Qu , Huichao Zhang , Yiheng Liu , Xu Wang , Yi Jiang , Yiming Gao , Hu Ye , Daniel K. Du , Zehuan Yuan , Xinglong Wu

Tokenizer is a crucial component for both visual understanding and generation. To advance toward the ultimate goal of universal modeling, recent research has focused on developing a unified tokenizer. However, existing tokenizers face a…

Computer Vision and Pattern Recognition · Computer Science 2026-03-03 Zhengrong Yue , Haiyu Zhang , Xiangyu Zeng , Boyu Chen , Chenting Wang , Shaobin Zhuang , Lu Dong , Yi Wang , Limin Wang , Yali Wang

Transformers, which are popular for language modeling, have been explored for solving vision tasks recently, e.g., the Vision Transformer (ViT) for image classification. The ViT model splits each image into a sequence of tokens with fixed…

Computer Vision and Pattern Recognition · Computer Science 2021-12-01 Li Yuan , Yunpeng Chen , Tao Wang , Weihao Yu , Yujun Shi , Zihang Jiang , Francis EH Tay , Jiashi Feng , Shuicheng Yan

Token compression expedites the training and inference of Vision Transformers (ViTs) by reducing the number of the redundant tokens, e.g., pruning inattentive tokens or merging similar tokens. However, when applied to downstream tasks,…

Computer Vision and Pattern Recognition · Computer Science 2024-08-14 Shibo Jie , Yehui Tang , Jianyuan Guo , Zhi-Hong Deng , Kai Han , Yunhe Wang

Recent advances in latent diffusion models have demonstrated their effectiveness for high-resolution image synthesis. However, the properties of the latent space from tokenizer for better learning and generation of diffusion models remain…

Computer Vision and Pattern Recognition · Computer Science 2025-06-02 Hao Chen , Yujin Han , Fangyi Chen , Xiang Li , Yidong Wang , Jindong Wang , Ze Wang , Zicheng Liu , Difan Zou , Bhiksha Raj

Existing 1D visual tokenizers for autoregressive (AR) generation largely follow the design principles of language modeling, as they are built directly upon transformers whose priors originate in language, yielding single-hierarchy latent…

Computer Vision and Pattern Recognition · Computer Science 2026-01-08 Xu Zhang , Cheng Da , Huan Yang , Kun Gai , Ming Lu , Zhan Ma

We propose AdapTok, an adaptive temporal causal video tokenizer that can flexibly allocate tokens for different frames based on video content. AdapTok is equipped with a block-wise masking strategy that randomly drops tail tokens of each…

Computer Vision and Pattern Recognition · Computer Science 2025-10-15 Yan Li , Changyao Tian , Renqiu Xia , Ning Liao , Weiwei Guo , Junchi Yan , Hongsheng Li , Jifeng Dai , Hao Li , Xue Yang

Speech tokenizers are foundational to speech language models, yet existing approaches face two major challenges: (1) balancing trade-offs between encoding semantics for understanding and acoustics for reconstruction, and (2) achieving low…

With the growing adoption of vision-language-action models and world models in autonomous driving systems, scalable image tokenization becomes crucial as the interface for the visual modality. However, most existing tokenizers are designed…

Computer Vision and Pattern Recognition · Computer Science 2026-03-20 Dong Zhuo , Wenzhao Zheng , Sicheng Zuo , Siming Yan , Lu Hou , Jie Zhou , Jiwen Lu

Visual autoregressive (AR) generation offers a promising path toward unifying vision and language models, yet its performance remains suboptimal against diffusion models. Prior work often attributes this gap to tokenizer limitations and…

Computer Vision and Pattern Recognition · Computer Science 2025-10-07 Qiyuan He , Yicong Li , Haotian Ye , Jinghao Wang , Xinyao Liao , Pheng-Ann Heng , Stefano Ermon , James Zou , Angela Yao

Driven by improved architectures and better representation learning frameworks, the field of visual recognition has enjoyed rapid modernization and performance boost in the early 2020s. For example, modern ConvNets, represented by ConvNeXt,…

Computer Vision and Pattern Recognition · Computer Science 2023-01-03 Sanghyun Woo , Shoubhik Debnath , Ronghang Hu , Xinlei Chen , Zhuang Liu , In So Kweon , Saining Xie

Effectively handling temporal redundancy remains a key challenge in learning video models. Prevailing approaches often treat each set of frames independently, failing to effectively capture the temporal dependencies and redundancies…

Computer Vision and Pattern Recognition · Computer Science 2025-07-04 Xiang Fan , Xiaohang Sun , Kushan Thakkar , Zhu Liu , Vimal Bhat , Ranjay Krishna , Xiang Hao

Image tokenization has enabled major advances in autoregressive image generation by providing compressed, discrete representations that are more efficient to process than raw pixels. While traditional approaches use 2D grid tokenization,…

Computer Vision and Pattern Recognition · Computer Science 2025-06-05 Roman Bachmann , Jesse Allardice , David Mizrahi , Enrico Fini , Oğuzhan Fatih Kar , Elmira Amirloo , Alaaeldin El-Nouby , Amir Zamir , Afshin Dehghan