paper-with-me

Papers

MixAR: Mixture Autoregressive Image Generation

2025-11-15 · Jinyuan Hu, Jiayou Zhang, Shaobo Cui, Kun Zhang, Guangyi Chen arxiv

Autoregressive (AR) approaches, which represent images as sequences of discrete tokens from a finite codebook, have achieved remarkable success in image generation. However, the quantization process and the limited codebook size inevitably discard fine-grained information, placing bottlenecks on fidelity. Motivated by this limitation, recent studies have explored autoregressive modeling in continuous latent spaces, which offers higher generation quality. Yet, unlike discrete tokens constrained by a fixed codebook, continuous representations lie in a vast and unstructured space, posing significant challenges for efficient autoregressive modeling. To address these challenges, we introduce MixAR, a novel framework that leverages mixture training paradigms to inject discrete tokens as prior guidance for continuous AR modeling. MixAR is a factorized formulation that leverages discrete tokens as prior guidance for continuous autoregressive prediction. We investigate several discrete-continuous mixture strategies, including self-attention (DC-SA), cross-attention (DC-CA), and a simple approach (DC-Mix) that replaces homogeneous mask tokens with informative discrete counterparts. Moreover, to bridge the gap between ground-truth training tokens and inference tokens produced by the pre-trained AR model, we propose Training-Inference Mixture (TI-Mix) to achieve consistent training and generation distributions. In our experiments, we demonstrate a favorable balance of the DC-Mix strategy between computational efficiency and generation fidelity, and consistent improvement of TI-Mix.

📄 PDF Abstract BibTeX arXiv:2511.12181

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyImage Generation

Similar Papers 제목 키워드 기반

MIXAR: Scaling Autoregressive Pixel-based Language Models to Multiple Languages and Scripts

2026-04-13 · Chen Hu, Yintao Tai, Antonio Vergari, Frank Keller 외 arxiv

Pixel-based language models are gaining momentum as alternatives to traditional token-based approaches, promising to circumvent tokenization challenges. However, the inherent perceptual diversity across languages poses a…

Dynamic Mixture-of-Experts for Visual Autoregressive Model

2025-10-08 · Jort Vincenti, Metod Jazbec, Guoxuan Xia arxiv

Visual Autoregressive Models (VAR) offer efficient and high-quality image generation but suffer from computational redundancy due to repeated Transformer calls at increasing resolutions. We introduce a dynamic Mixture-of…

Image Generation

MEPA: Multi-Scale Representation Alignment for Visual Autoregressive Modeling with Mixture of Experts

2026-07-01 · Nuoyan Zhou, Zhijun Tu, Lei Yu, Kun Cheng 외 arxiv

Visual AutoRegressive modeling (VAR) has pioneered a coarse-to-fine multi-scale autoregressive generative paradigm, demonstrating strong capabilities in image generation. However, VAR still suffers from inherent deficien…

Representation LearningImage Generation

MoVE: Mixture of Value Embeddings -- A New Axis for Scaling Parametric Memory in Autoregressive Models

2026-01-30 · Yangyan Li arxiv

Autoregressive sequence modeling stands as the cornerstone of modern Generative AI, powering results across diverse modalities ranging from text generation to image generation. However, a fundamental limitation of this p…

Image GenerationText Generation

Jointly Training Large Autoregressive Multimodal Models

2023-09-27 · Emanuele Aiello, Lili Yu, Yixin Nie, Armen Aghajanyan 외

In recent years, advances in the large-scale pretraining of language and text-to-image models have revolutionized the field of machine learning. Yet, integrating these two modalities into a single, robust model capable o…

Image Generation