AR-Omni: A Unified Autoregressive Model for Any-to-Any Generation
Dongjie Cheng, Ruifeng Yuan, Yongqi Li, Runyang You, Wenjie Wang, Liqiang Nie, Lei Zhang, Wenjie Li
TL;DR
AR-Omni introduces a unified autoregressive framework that enables any-to-any generation across text, image, and speech using a single Transformer decoder over a joint discrete vocabulary. By interleaving tokens from all modalities and applying task-aware loss weighting, a perceptual loss for image tokens, and a finite-state-like decoding strategy, it achieves real-time streaming for speech and diffusion-free image generation with competitive scores in image captioning, ASR, and TTS. The approach leverages text-based tokenization, acoustic speech tokens, and VQ-style image codes to create a cohesive autoregressive pipeline, supported by Omni-interleaved instruction data and carefully balanced pretraining data. While diffusion-free image generation lags diffusion-based methods in quality, AR-Omni demonstrates that a single AR backbone can practically unify perception and generation across modalities with real-time capabilities and strong cross-modal performance, pointing to future work on closing the image-generation gap without sacrificing AR simplicity.
Abstract
Real-world perception and interaction are inherently multimodal, encompassing not only language but also vision and speech, which motivates the development of "Omni" MLLMs that support both multimodal inputs and multimodal outputs. While a sequence of omni MLLMs has emerged, most existing systems still rely on additional expert components to achieve multimodal generation, limiting the simplicity of unified training and inference. Autoregressive (AR) modeling, with a single token stream, a single next-token objective, and a single decoder, is an elegant and scalable foundation in the text domain. Motivated by this, we present AR-Omni, a unified any-to-any model in the autoregressive paradigm without any expert decoders. AR-Omni supports autoregressive text and image generation, as well as streaming speech generation, all under a single Transformer decoder. We further address three practical issues in unified AR modeling: modality imbalance via task-aware loss reweighting, visual fidelity via a lightweight token-level perceptual alignment loss for image tokens, and stability-creativity trade-offs via a finite-state decoding mechanism. Empirically, AR-Omni achieves strong quality across three modalities while remaining real-time, achieving a 0.88 real-time factor for speech generation.
