OneCAT: Decoder-Only Auto-Regressive Model for Unified Understanding and Generation
Han Li, Xinyu Peng, Yaoming Wang, Zelin Peng, Xin Chen, Rongxiang Weng, Jingang Wang, Xunliang Cai, Wenrui Dai, Hongkai Xiong
TL;DR
<3-5 sentence high-level summary> OneCAT presents a pure decoder-only unified multimodal model that eliminates external vision encoders and tokenizers at inference by employing a modality-specific Mixture-of-Experts and a scale-aware autoregressive generation mechanism. It unifies multimodal understanding, generation, and editing within a single architecture, integrating next-token and next-scale prediction through a scale-aware adapter to achieve fast, high-quality high-resolution outputs. The paper details a three-stage training pipeline (multimodal pretraining, unified mid-training, and unified SFT) and a data setup that emphasizes efficiency and cross-modal alignment. Experimental results show state-of-the-art performance among encoder-free and many unified models across understanding, generation, and editing tasks, along with substantial inference-time advantages over diffusion-based methods.</file>
Abstract
We introduce OneCAT, a unified multimodal model that seamlessly integrates understanding, generation, and editing within a novel, pure decoder-only transformer architecture. Our framework uniquely eliminates the need for external components such as Vision Transformers (ViT) or vision tokenizer during inference, leading to significant efficiency gains, especially for high-resolution inputs. This is achieved through a modality-specific Mixture-of-Experts (MoE) structure trained with a single autoregressive (AR) objective, which also natively supports dynamic resolutions. Furthermore, we pioneer a multi-scale visual autoregressive mechanism within the Large Language Model (LLM) that drastically reduces decoding steps compared to diffusion-based methods while maintaining state-of-the-art performance. Our findings demonstrate the powerful potential of pure autoregressive modeling as a sufficient and elegant foundation for unified multimodal intelligence. As a result, OneCAT sets a new performance standard, outperforming existing open-source unified multimodal models across benchmarks for multimodal generation, editing, and understanding.
