ChatUMM: Robust Context Tracking for Conversational Interleaved Generation
Wenxun Dai, Zhiyuan Zhao, Yule Zhong, Yiji Cheng, Jianwei Zhang, Linqing Wang, Shiyi Zhang, Yunlong Lin, Runze He, Fellix Song, Wayne Zhuang, Yong Liu, Haoji Zhang, Yansong Tang, Qinglin Lu, Chunyu Wang
TL;DR
ChatUMM addresses the need for persistent, context-aware dialogue in open-source unified multimodal models by introducing an interleaved multi-turn training paradigm and a systematic data-synthesis pipeline. It models serialized text-image streams with a decoder-only Mixture-of-Transformers and uses Generalized Causal Attention to condition on full dialogue history, optimizing with $L_{CE}$ for understanding and $L_{MSE}$ for image generation. The data pipeline converts single-turn datasets into fluid, stateful dialogues via three stages and a four-dimensional data taxonomy, backed by LLM-powered atomic operations. Empirically, ChatUMM achieves state-of-the-art performance among open-source UMMs on visual understanding and instruction-guided editing benchmarks, maintains strong image-generation fidelity, and demonstrates robust, long-horizon conversational dynamics, offering a strong foundation for end-to-end multimodal dialogue systems. Future work includes scaling to close the gap with agent-based systems and developing a unified tokenizer to reduce computational costs while preserving visual detail.$
Abstract
Unified multimodal models (UMMs) have achieved remarkable progress yet remain constrained by a single-turn interaction paradigm, effectively functioning as solvers for independent requests rather than assistants in continuous dialogue. To bridge this gap, we present ChatUMM. As a conversational unified model, it excels at robust context tracking to sustain interleaved multimodal generation. ChatUMM derives its capabilities from two key innovations: an interleaved multi-turn training strategy that models serialized text-image streams as a continuous conversational flow, and a systematic conversational data synthesis pipeline. This pipeline transforms a diverse set of standard single-turn datasets into fluid dialogues through three progressive stages: constructing basic stateful dialogues, enforcing long-range dependency resolution via ``distractor'' turns with history-dependent query rewriting, and synthesizing naturally interleaved multimodal responses. Extensive evaluations demonstrate that ChatUMM achieves state-of-the-art performance among open-source unified models on visual understanding and instruction-guided editing benchmarks, while maintaining competitive fidelity in text-to-image generation. Notably, ChatUMM exhibits superior robustness in complex multi-turn scenarios, ensuring fluid, context-aware dialogues.
