paper-with-me

Papers

Context-Aware Autoregressive Models for Multi-Conditional Image Generation

2025-05-18 · Yixiao Chen, Zhiyuan Ma, Guoli Jia, Che Jiang, Jianjun Li, BoWen Zhou

Autoregressive transformers have recently shown impressive image generation quality and efficiency on par with state-of-the-art diffusion models. Unlike diffusion architectures, autoregressive models can naturally incorporate arbitrary modalities into a single, unified token sequence--offering a concise solution for multi-conditional image generation tasks. In this work, we propose $\textbf{ContextAR}$, a flexible and effective framework for multi-conditional image generation. ContextAR embeds diverse conditions (e.g., canny edges, depth maps, poses) directly into the token sequence, preserving modality-specific semantics. To maintain spatial alignment while enhancing discrimination among different condition types, we introduce hybrid positional encodings that fuse Rotary Position Embedding with Learnable Positional Embedding. We design Conditional Context-aware Attention to reduces computational complexity while preserving effective intra-condition perception. Without any fine-tuning, ContextAR supports arbitrary combinations of conditions during inference time. Experimental results demonstrate the powerful controllability and versatility of our approach, and show that the competitive perpormance than diffusion-based multi-conditional control approaches the existing autoregressive baseline across diverse multi-condition driven scenarios. Project page: $\href{https://context-ar.github.io/}{https://context-ar.github.io/.}$

📄 PDF Abstract BibTeX arXiv:2505.12274

Code (0)

등록된 구현이 없습니다.

Tasks

Conditional Image GenerationImage Generation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Locality-aware Parallel Decoding for Efficient Autoregressive Image Generation

2025-07-02 · Zhuoyang Zhang, Luke J. Huang, Chengyue Wu, Shang Yang 외

We present Locality-aware Parallel Decoding (LPD) to accelerate autoregressive image generation. Traditional autoregressive image generation relies on next-patch prediction, a memory-bound process that leads to high late…

Image GenerationPrediction

Hierarchical Masked Autoregressive Models with Low-Resolution Token Pivots

2025-05-26 · Guangting Zheng, Yehao Li, Yingwei Pan, Jiajun Deng 외

Autoregressive models have emerged as a powerful generative paradigm for visual generation. The current de-facto standard of next token prediction commonly operates over a single-scale sequence of dense image tokens, and…

Image GenerationText to Image GenerationText-to-Image Generation

EndoGen: Conditional Autoregressive Endoscopic Video Generation

2025-07-23 · Xinyu Liu, Hengyu Liu, Cheng Wang, Tianming Liu 외 arxiv

Endoscopic video generation is crucial for advancing medical imaging and enhancing diagnostic capabilities. However, prior efforts in this field have either focused on static images, lacking the dynamic context required …

Polyp SegmentationVideo GenerationImage Generation

Scene Text Recognition with Permuted Autoregressive Sequence Models

2022-07-14 · Darwin Bautista, Rowel Atienza

Context-aware STR methods typically use internal autoregressive (AR) language models (LM). Inherent limitations of AR models motivated two-stage methods which employ an external LM. The conditional independence of the ex…

Language ModelingLanguage ModellingScene Text Recognition

ImageBART: Bidirectional Context with Multinomial Diffusion for Autoregressive Image Synthesis

2021-08-19 · NeurIPS 2021 12 · Patrick Esser, Robin Rombach, Andreas Blattmann, Björn Ommer

Autoregressive models and their sequential factorization of the data likelihood have recently demonstrated great potential for image representation and synthesis. Nevertheless, they incorporate image context in a linear …

Image GenerationImage InpaintingText-to-Image Generation