UniT: Unified Multimodal Chain-of-Thought Test-time Scaling
Leon Liangyu Chen, Haoyu Ma, Zhipeng Fan, Ziqi Huang, Animesh Sinha, Xiaoliang Dai, Jialiang Wang, Zecheng He, Jianwei Yang, Chunyuan Li, Junzhe Sun, Chu Wang, Serena Yeung-Levy, Felix Juefei-Xu
TL;DR
UniT extends unified multimodal models with test-time scaling by introducing an agentic data synthesis pipeline, unified model training, and budgeted inference to support multi-round multimodal reasoning and refinement. The approach yields emergent cognitive behaviors such as verification, subgoal decomposition, and content memory, and demonstrates that sequential chain-of-thought scaling outperforms best-of-N parallel sampling across compositional generation, multi-turn editing, and visual reasoning tasks. Models trained on short reasoning trajectories generalize to longer inference chains at test time, delivering substantial gains with more compute-efficient refinement. This work establishes multimodal chain-of-thought test-time scaling as a practical paradigm for advancing both generation and understanding in unified models, with robust improvements on OneIG-Bench, CompBench, ImgEdit, and MIRA benchmarks. The findings support broader adoption of iterative, memory-enabled reasoning in unified multimodal systems for complex tasks requiring both perception and generation.
Abstract
Unified models can handle both multimodal understanding and generation within a single architecture, yet they typically operate in a single pass without iteratively refining their outputs. Many multimodal tasks, especially those involving complex spatial compositions, multiple interacting objects, or evolving instructions, require decomposing instructions, verifying intermediate results, and making iterative corrections. While test-time scaling (TTS) has demonstrated that allocating additional inference compute for iterative reasoning substantially improves language model performance, extending this paradigm to unified multimodal models remains an open challenge. We introduce UniT, a framework for multimodal chain-of-thought test-time scaling that enables a single unified model to reason, verify, and refine across multiple rounds. UniT combines agentic data synthesis, unified model training, and flexible test-time inference to elicit cognitive behaviors including verification, subgoal decomposition, and content memory. Our key findings are: (1) unified models trained on short reasoning trajectories generalize to longer inference chains at test time; (2) sequential chain-of-thought reasoning provides a more scalable and compute-efficient TTS strategy than parallel sampling; (3) training on generation and editing trajectories improves out-of-distribution visual reasoning. These results establish multimodal test-time scaling as an effective paradigm for advancing both generation and understanding in unified models.
