中文
相关论文

相关论文: SFTok: Bridging the Performance Gap in Discrete To…

200 篇论文

Recent advancements in generative models have highlighted the crucial role of image tokenization in the efficient synthesis of high-resolution images. Tokenization, which transforms images into latent representations, reduces computational…

计算机视觉与模式识别 · 计算机科学 2024-06-12 Qihang Yu , Mark Weber , Xueqing Deng , Xiaohui Shen , Daniel Cremers , Liang-Chieh Chen

Image tokenization, the process of transforming raw image pixels into a compact low-dimensional latent representation, has proven crucial for scalable and efficient image generation. However, mainstream image tokenization methods generally…

计算机视觉与模式识别 · 计算机科学 2025-04-08 Kaiwen Zha , Lijun Yu , Alireza Fathi , David A. Ross , Cordelia Schmid , Dina Katabi , Xiuye Gu

Visual generative models based on latent space have achieved great success, underscoring the significance of visual tokenization. Mapping images to latents boosts efficiency and enables multimodal alignment for scaling up in downstream…

计算机视觉与模式识别 · 计算机科学 2026-03-18 Yunpeng Qu , Kaidong Zhang , Yukang Ding , Ying Chen , Jian Wang

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,…

计算机视觉与模式识别 · 计算机科学 2025-06-05 Roman Bachmann , Jesse Allardice , David Mizrahi , Enrico Fini , Oğuzhan Fatih Kar , Elmira Amirloo , Alaaeldin El-Nouby , Amir Zamir , Afshin Dehghan

Visual tokenizer is a critical component for vision generation. However, the existing tokenizers often face unsatisfactory trade-off between compression ratios and reconstruction fidelity. To fill this gap, we introduce a powerful and…

计算机视觉与模式识别 · 计算机科学 2026-02-10 Shaobin Zhuang , Yiwei Guo , Canmiao Fu , Zhipeng Huang , Zeyue Tian , Xiaohui Li , Fangyikang Wang , Ying Zhang , Chen Li , Yali Wang

Flexible image tokenizers aim to represent an image using an ordered 1D variable-length token sequence. This flexible tokenization is typically achieved through nested dropout, where a portion of trailing tokens is randomly truncated during…

计算机视觉与模式识别 · 计算机科学 2026-01-06 Zixuan Fu , Lanqing Guo , Chong Wang , Binbin Song , Ding Liu , Bihan Wen

Text and faces are among the most perceptually salient and practically important patterns in visual generation, yet they remain challenging for autoregressive generators built on discrete tokenization. A central bottleneck is the tokenizer:…

计算机视觉与模式识别 · 计算机科学 2026-05-15 Yang Yue , Fangyun Wei , Tianyu He , Jinjing Zhao , Zanlin Ni , Zeyu Liu , Jiayi Guo , Lei Shi , Yue Dong , Li Chen , Ji Li , Gao Huang , Dong Chen

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 prediction. While scaling…

计算机视觉与模式识别 · 计算机科学 2025-08-26 Tianwei Xiong , Jun Hao Liew , Zilong Huang , Jiashi Feng , Xihui Liu

In this work, we explore the largely unexplored direction of building a generalist image tokenizer directly on top of a frozen vision foundation model (VFM). To build this tokenizer, we utilize a frozen VFM as the encoder and introduce two…

计算机视觉与模式识别 · 计算机科学 2026-05-19 Anlin Zheng , Qi Han , Xin Wen , Chuofan Ma , Lanxi Gong , Gang Yu , Xiangyu Zhang , Xiaojuan Qi

In this work, we present HieraTok, a novel multi-scale Vision Transformer (ViT)-based tokenizer that overcomes the inherent limitation of modeling single-scale representations. This is realized through two key designs: (1) multi-scale…

计算机视觉与模式识别 · 计算机科学 2025-09-30 Cong Chen , Ziyuan Huang , Cheng Zou , Muzhi Zhu , Kaixiang Ji , Jiajia Liu , Jingdong Chen , Hao Chen , Chunhua Shen

Visual tokenization via auto-encoding empowers state-of-the-art image and video generative models by compressing pixels into a latent space. Although scaling Transformer-based generators has been central to recent advances, the tokenizer…

计算机视觉与模式识别 · 计算机科学 2025-01-17 Philippe Hansen-Estruch , David Yan , Ching-Yao Chung , Orr Zohar , Jialiang Wang , Tingbo Hou , Tao Xu , Sriram Vishwanath , Peter Vajda , Xinlei Chen

Visual tokenizers play a crucial role in diffusion models. The dimensionality of latent space governs both reconstruction fidelity and the semantic expressiveness of the latent feature. However, a fundamental trade-off is inherent between…

计算机视觉与模式识别 · 计算机科学 2025-12-18 Qingyu Shi , Size Wu , Jinbin Bai , Kaidong Yu , Yujing Wang , Yunhai Tong , Xiangtai Li , Xuelong Li

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…

计算机视觉与模式识别 · 计算机科学 2026-04-01 Hengyu Zeng , Xin Gao , Guanghao Li , Yuxiang Yan , Jiaoyang Ruan , Junpeng Ma , Haoyu Albert Wang , Jian Pu

VQ-based image generation typically follows a two-stage pipeline: a tokenizer encodes images into discrete tokens, and a generative model learns their dependencies for reconstruction. However, improved tokenization in the first stage does…

计算机视觉与模式识别 · 计算机科学 2026-02-02 Bin Wu , Mengqi Huang , Weinan Jia , Zhendong Mao

Image tokenizers form the foundation of modern text-to-image generative models but are notoriously difficult to train. Furthermore, most existing text-to-image models rely on large-scale, high-quality private datasets, making them…

计算机视觉与模式识别 · 计算机科学 2025-08-05 Dongwon Kim , Ju He , Qihang Yu , Chenglin Yang , Xiaohui Shen , Suha Kwak , Liang-Chieh Chen

Prior motion generation largely follows two paradigms: continuous diffusion models that excel at kinematic control, and discrete token-based generators that are effective for semantic conditioning. To combine their strengths, we propose a…

计算机视觉与模式识别 · 计算机科学 2026-03-20 Chenyang Gu , Mingyuan Zhang , Haozhe Xie , Zhongang Cai , Lei Yang , Ziwei Liu

In this work, we present a novel direction to build an image tokenizer directly on top of a frozen vision foundation model, which is a largely underexplored area. Specifically, we employ a frozen vision foundation model as the encoder of…

计算机视觉与模式识别 · 计算机科学 2025-10-28 Anlin Zheng , Xin Wen , Xuanyang Zhang , Chuofan Ma , Tiancai Wang , Gang Yu , Xiangyu Zhang , Xiaojuan Qi

Building a unified visual tokenizer is essential for bridging the gap between visual understanding and generation. Yet existing approaches struggle with the inherent conflict between these tasks, as a single token space is forced to support…

计算机视觉与模式识别 · 计算机科学 2026-05-19 Yiwei Guo , Shaobin Zhuang , Zhipeng Huang , Canmiao Fu , Chen Li , Jing Lyu , Yali Wang

Autoregressive image generation aims to predict the next token based on previous ones. However, this process is challenged by the bidirectional dependencies inherent in conventional image tokenizations, which creates a fundamental…

计算机视觉与模式识别 · 计算机科学 2026-02-17 Pingyu Wu , Kai Zhu , Yu Liu , Longxiang Tang , Jian Yang , Yansong Peng , Wei Zhai , Yang Cao , Zheng-Jun Zha

Autoregressive modeling has driven major advances in multimodal AI, yet its application to medical imaging remains constrained by the absence of a unified image tokenizer that simultaneously preserves fine-grained anatomical structures and…

图像与视频处理 · 电气工程与系统科学 2026-04-02 Chenglong Ma , Yuanfeng Ji , Jin Ye , Zilong Li , Chenhui Wang , Junzhi Ning , Wei Li , Lihao Liu , Qiushan Guo , Tianbin Li , Junjun He , Hongming Shan
‹ 上一页 1 2 3 10 下一页 ›