X-Fusion: Introducing New Modality to Frozen Large Language Models
Sicheng Mo, Thao Nguyen, Xun Huang, Siddharth Srinivasan Iyer, Yijun Li, Yuchen Liu, Abhishek Tandon, Eli Shechtman, Krishna Kumar Singh, Yong Jae Lee, Bolei Zhou, Yuheng Li
TL;DR
X-Fusion presents a practical framework for extending frozen pretrained LLMs with a separate trainable vision tower to achieve unified vision-language capabilities without degrading language performance. By freezing the language backbone and introducing modality-specific layers, the model demonstrates strong performance on both image understanding (I2T) and image generation (T2I) tasks, supported by data-centric ablations that reveal how noise, data ratios, and feature alignment affect outcomes. Key contributions include the dual-tower architecture, comprehensive architectural ablations, and extensions such as the X-Fuse layer and transfer from pretrained diffusion models, which collectively enable efficient, scalable multimodal learning. The work offers actionable guidance for building practical unified multimodal models with implications for accessibility, content creation, and vision-language reasoning.
Abstract
We propose X-Fusion, a framework that extends pretrained Large Language Models (LLMs) for multimodal tasks while preserving their language capabilities. X-Fusion employs a dual-tower design with modality-specific weights, keeping the LLM's parameters frozen while integrating vision-specific information for both understanding and generation. Our experiments demonstrate that X-Fusion consistently outperforms alternative architectures on both image-to-text and text-to-image tasks. We find that incorporating understanding-focused data improves generation quality, reducing image data noise enhances overall performance, and feature alignment accelerates convergence for smaller models but has minimal impact on larger ones. Our findings provide valuable insights into building efficient unified multimodal models.
