中文
相关论文

相关论文: VA-$\pi$: Variational Policy Alignment for Pixel-A…

200 篇论文

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

Autoregressive image and video generators are trained with teacher-forced histories but must sample from their own generated prefixes at inference time, making them vulnerable to exposure bias and prefix drift. Existing remedies either…

计算机视觉与模式识别 · 计算机科学 2026-05-29 Xinyao Liao , Qiyuan He , Yicong Li , Jiayin Zhu , Xiaoye Qu , Wei Wei , Angela Yao

Vision Language Models (VLMs) are increasingly used for detecting AI-generated images (AIGI). However, converting VLMs into reliable detectors is resource-intensive, and the resulting models often suffer from hallucination and poor…

计算机视觉与模式识别 · 计算机科学 2026-02-02 Ruoxin Chen , Jiahui Gao , Kaiqing Lin , Keyue Zhang , Yandan Zhao , Isabel Guan , Taiping Yao , Shouhong Ding

Autoregressive (AR) models have demonstrated significant success in the realm of text-to-image generation. However, they usually face two major challenges. Firstly, the generated images may not always meet the quality standards expected by…

计算机视觉与模式识别 · 计算机科学 2026-04-03 Kai Dong , Tingting Bai

Autoregressive (AR) models, the theoretical performance benchmark for learned lossless image compression, are often dismissed as impractical due to prohibitive computational cost. This work re-thinks this paradigm, introducing a framework…

计算机视觉与模式识别 · 计算机科学 2025-11-17 Daxin Li , Yuanchao Bai , Kai Wang , Wenbo Zhao , Junjun Jiang , Xianming Liu

Pixel-space diffusion has recently re-emerged as a strong alternative to latent diffusion, enabling high-quality generation without pretrained autoencoders. However, standard pixel-space diffusion models receive relatively weak semantic…

计算机视觉与模式识别 · 计算机科学 2026-03-18 Han Lin , Xichen Pan , Zun Wang , Yue Zhang , Chu Wang , Jaemin Cho , Mohit Bansal

Test-time scaling (TTS) has demonstrated remarkable success in enhancing large language models, yet its application to next-token prediction (NTP) autoregressive (AR) image generation remains largely uncharted. Existing TTS approaches for…

计算机视觉与模式识别 · 计算机科学 2026-01-07 Harold Haodong Chen , Xianfeng Wu , Wen-Jie Shu , Rongjin Guo , Disen Lan , Harry Yang , Ying-Cong Chen

We propose a standalone autoregressive (AR) Action Expert that generates actions as a continuous causal sequence while conditioning on refreshable vision-language prefixes. In contrast to existing Vision-Language-Action (VLA) models and…

Generative Adversarial Networks (GANs) have proven successful for unsupervised image generation. Several works extended GANs to image inpainting by conditioning the generation with parts of the image one wants to reconstruct. However, these…

计算机视觉与模式识别 · 计算机科学 2019-11-05 Cyprien Ruffino , Romain Hérault , Eric Laloy , Gilles Gasso

We completely discard the conventional spatial prior in image representation and introduce a novel discrete visual tokenizer: Self-consistency Tokenizer (Selftok). At its design core, we compose an autoregressive (AR) prior -- mirroring the…

Visual autoregressive models (VAR) have recently emerged as a promising class of generative models, achieving performance comparable to diffusion models in text-to-image generation tasks. While conditional generation has been widely…

计算机视觉与模式识别 · 计算机科学 2025-09-04 Quan Dao , Xiaoxiao He , Ligong Han , Ngan Hoai Nguyen , Amin Heyrani Nobar , Faez Ahmed , Han Zhang , Viet Anh Nguyen , Dimitris Metaxas

Generative Adversarial Networks (GANs) have proven successful for unsupervised image generation. Several works have extended GANs to image inpainting by conditioning the generation with parts of the image to be reconstructed. Despite their…

图像与视频处理 · 电气工程与系统科学 2020-02-05 Cyprien Ruffino , Romain Hérault , Eric Laloy , Gilles Gasso

In this paper, we focus on unsupervised learning for Video Object Segmentation (VOS) which learns visual correspondence (i.e., the similarity between pixel-level features) from unlabeled videos. Previous methods are mainly based on the…

计算机视觉与模式识别 · 计算机科学 2022-10-25 Xiao Pan , Peike Li , Zongxin Yang , Huiling Zhou , Chang Zhou , Hongxia Yang , Jingren Zhou , Yi Yang

Standard autoregressive language models generate text by repeatedly selecting a discrete next token, coupling prediction with irreversible commitment at every step. We show that token selection is not the only viable autoregressive…

计算与语言 · 计算机科学 2026-04-07 Oshri Naparstek

Numerous efforts have been made to extend the ``next token prediction'' paradigm to visual contents, aiming to create a unified approach for both image generation and understanding. Nevertheless, attempts to generate images through…

计算机视觉与模式识别 · 计算机科学 2025-07-30 Zigang Geng , Yibing Wang , Yeyao Ma , Chen Li , Yongming Rao , Shuyang Gu , Zhao Zhong , Qinglin Lu , Han Hu , Xiaosong Zhang , Linus , Di Wang , Jie Jiang

This work presents SimpleAR, a vanilla autoregressive visual generation framework without complex architecure modifications. Through careful exploration of training and inference optimization, we demonstrate that: 1) with only 0.5B…

计算机视觉与模式识别 · 计算机科学 2025-04-16 Junke Wang , Zhi Tian , Xun Wang , Xinyu Zhang , Weilin Huang , Zuxuan Wu , Yu-Gang Jiang

In this work, we propose the use of large set of unlabeled images as a source of regularization data for learning robust visual representation. Given a visual model trained by a labeled dataset in a supervised fashion, we augment our…

计算机视觉与模式识别 · 计算机科学 2018-02-08 Hamid Izadinia , Pierre Garrigues

Current vision systems typically assign fixed-length representations to images, regardless of the information content. This contrasts with human intelligence - and even large language models - which allocate varying representational…

计算机视觉与模式识别 · 计算机科学 2024-11-05 Shivam Duggal , Phillip Isola , Antonio Torralba , William T. Freeman

Subject-driven text-to-image (T2I) generation aims to produce images that align with a given textual description, while preserving the visual identity from a referenced subject image. Despite its broad downstream applicability - ranging…

Autoregressive models recently achieved comparable results versus state-of-the-art Generative Adversarial Networks (GANs) with the help of Vector Quantized Variational AutoEncoders (VQ-VAE). However, autoregressive models have several…

计算机视觉与模式识别 · 计算机科学 2020-07-21 Kenan E. Ak , Ning Xu , Zhe Lin , Yilin Wang