中文
相关论文

相关论文: BitDance: Scaling Autoregressive Generative Models…

200 篇论文

State-of-the-art text-to-image models generate photorealistic images at an unprecedented speed. This work focuses on models that operate in a bitwise autoregressive manner over a discrete set of tokens that is practically infinite in size.…

计算机视觉与模式识别 · 计算机科学 2025-12-04 Louis Kerner , Michel Meintz , Bihe Zhao , Franziska Boenisch , Adam Dziedzic

We introduce an efficient, resolution-agnostic autoregressive (AR) image synthesis approach that generalizes to arbitrary resolutions and aspect ratios, narrowing the gap to diffusion models at scale. At its core is VibeToken, a novel…

计算机视觉与模式识别 · 计算机科学 2026-04-29 Maitreya Patel , Jingtao Li , Weiming Zhuang , Yezhou Yang , Lingjuan Lv

We present Bit Diffusion: a simple and generic approach for generating discrete data with continuous state and continuous time diffusion models. The main idea behind our approach is to first represent the discrete data as binary bits, and…

计算机视觉与模式识别 · 计算机科学 2023-03-02 Ting Chen , Ruixiang Zhang , Geoffrey Hinton

This paper presents Diffusion via Autoregressive models (D-AR), a new paradigm recasting the image diffusion process as a vanilla autoregressive procedure in the standard next-token-prediction fashion. We start by designing the tokenizer…

计算机视觉与模式识别 · 计算机科学 2025-05-30 Ziteng Gao , Mike Zheng Shou

In this paper, we investigate the underexplored challenge of sample diversity in autoregressive (AR) generative models with bitwise visual tokenizers. We first analyze the factors that limit diversity in bitwise AR models and identify two…

计算机视觉与模式识别 · 计算机科学 2025-12-03 Ying Yang , Zhengyao Lv , Tianlin Pan , Haofan Wang , Binxin Yang , Hubery Yin , Chen Li , Chenyang Si

Existing autoregressive (AR) image generative models use a token-by-token generation schema. That is, they predict a per-token probability distribution and sample the next token from that distribution. The main challenge is how to model the…

计算机视觉与模式识别 · 计算机科学 2025-03-05 Qinyu Zhao , Stephen Gould , Liang Zheng

This paper challenges the dominance of continuous pipelines in visual generation. We systematically investigate the performance gap between discrete and continuous methods. Contrary to the belief that discrete tokenizers are intrinsically…

计算机视觉与模式识别 · 计算机科学 2026-02-10 Qihang Yu , Qihao Liu , Ju He , Xinyang Zhang , Yang Liu , Liang-Chieh Chen , Xi Chen

Autoregressive (AR) modeling, known for its next-token prediction paradigm, underpins state-of-the-art language and visual generative models. Traditionally, a ``token'' is treated as the smallest prediction unit, often a discrete symbol in…

计算机视觉与模式识别 · 计算机科学 2025-03-24 Sucheng Ren , Qihang Yu , Ju He , Xiaohui Shen , Alan Yuille , Liang-Chieh Chen

In the domain of image generation, latent-based generative models occupy a dominant status; however, these models rely heavily on image tokenizer. To meet modeling requirements, autoregressive models possessing the characteristics of…

计算机视觉与模式识别 · 计算机科学 2025-03-24 Panpan Wang , Liqiang Niu , Fandong Meng , Jinan Xu , Yufeng Chen , Jie Zhou

In this paper, we show that a binary latent space can be explored for compact yet expressive image representations. We model the bi-directional mappings between an image and the corresponding latent binary representation by training an…

计算机视觉与模式识别 · 计算机科学 2023-04-12 Ze Wang , Jiang Wang , Zicheng Liu , Qiang Qiu

Prevailing autoregressive (AR) models for text-to-image generation either rely on heavy, computationally-intensive diffusion models to process continuous image tokens, or employ vector quantization (VQ) to obtain discrete tokens with…

Autoregressive language models generate text one token at a time, yet natural language is inherently structured in multi-token units, including phrases, n-grams, and collocations that carry meaning jointly. This one-token bottleneck limits…

计算与语言 · 计算机科学 2026-05-13 Shaobin Zhuang , Yuang Ai , Jiaming Han , Xiaohui Li , Huaibo Huang , Xiangyu Yue , Xuefeng Hu , Kun Xu , Yali Wang , Hao Chen

We introduce Hybrid Autoregressive Transformer (HART), an autoregressive (AR) visual generation model capable of directly generating 1024x1024 images, rivaling diffusion models in image generation quality. Existing AR models face…

计算机视觉与模式识别 · 计算机科学 2024-10-15 Haotian Tang , Yecheng Wu , Shang Yang , Enze Xie , Junsong Chen , Junyu Chen , Zhuoyang Zhang , Han Cai , Yao Lu , Song Han

Recent advances in large language models (LLMs) have spurred interests in encoding images as discrete tokens and leveraging autoregressive (AR) frameworks for visual generation. However, the quantization process in AR-based visual…

计算机视觉与模式识别 · 计算机科学 2025-07-23 Peng Zheng , Junke Wang , Yi Chang , Yizhou Yu , Rui Ma , Zuxuan Wu

Creating high-dynamic videos such as motion-rich actions and sophisticated visual effects poses a significant challenge in the field of artificial intelligence. Unfortunately, current state-of-the-art video generation methods, primarily…

计算机视觉与模式识别 · 计算机科学 2023-11-21 Yan Zeng , Guoqiang Wei , Jiani Zheng , Jiaxin Zou , Yang Wei , Yuchen Zhang , Hang Li

The raster-ordered image token sequence exhibits a significant Euclidean distance between index-adjacent tokens at line breaks, making it unsuitable for autoregressive generation. To address this issue, this paper proposes Direction-Aware…

计算机视觉与模式识别 · 计算机科学 2025-04-17 Yijia Xu , Jianzhong Ju , Jian Luan , Jinshi Cui

Videos are inherently temporal sequences by their very nature. In this work, we explore the potential of modeling videos in a chronological and scalable manner with autoregressive (AR) language models, inspired by their success in natural…

计算机视觉与模式识别 · 计算机科学 2026-03-17 Yizhuo Li , Yuying Ge , Yixiao Ge , Ying Shan , Ping Luo

This paper presents DetailFlow, a coarse-to-fine 1D autoregressive (AR) image generation method that models images through a novel next-detail prediction strategy. By learning a resolution-aware token sequence supervised with progressively…

计算机视觉与模式识别 · 计算机科学 2025-11-12 Yiheng Liu , Liao Qu , Huichao Zhang , Xu Wang , Yi Jiang , Yiming Gao , Hu Ye , Xian Li , Shuai Wang , Daniel K. Du , Fangmin Chen , Zehuan Yuan , Xinglong Wu

We present Infinity, a Bitwise Visual AutoRegressive Modeling capable of generating high-resolution, photorealistic images following language instruction. Infinity redefines visual autoregressive model under a bitwise token prediction…

计算机视觉与模式识别 · 计算机科学 2025-06-18 Jian Han , Jinlai Liu , Yi Jiang , Bin Yan , Yuqi Zhang , Zehuan Yuan , Bingyue Peng , Xiaobing Liu

Image tokenization plays a critical role in reducing the computational demands of modeling high-resolution images, significantly improving the efficiency of image and multimodal understanding and generation. Recent advances in 1D latent…

计算机视觉与模式识别 · 计算机科学 2025-06-27 Ze Wang , Hao Chen , Benran Hu , Jiang Liu , Ximeng Sun , Jialian Wu , Yusheng Su , Xiaodong Yu , Emad Barsoum , Zicheng Liu
‹ 上一页 1 2 3 10 下一页 ›