X-LLM: Bootstrapping Advanced Large Language Models by Treating Multi-Modalities as Foreign Languages
Feilong Chen, Minglun Han, Haozhi Zhao, Qingyang Zhang, Jing Shi,, Shuang Xu, Bo Xu

TL;DR
X-LLM introduces a novel approach to enable large language models to handle multiple modalities by converting them into language-like representations, enhancing multimodal capabilities without modifying the core LLM architecture.
Contribution
The paper proposes a new framework, X-LLM, that aligns multimodal inputs with a frozen LLM using X2L interfaces, allowing multimodal integration through a three-stage training process.
Findings
X-LLM achieves multimodal chat abilities comparable to GPT-4 on unseen data.
It attains 84.5% relative score on a synthetic multimodal instruction dataset.
Demonstrates potential for LLM-based speech recognition and multimodal understanding.
Abstract
Large language models (LLMs) have demonstrated remarkable language abilities. GPT-4, based on advanced LLMs, exhibits extraordinary multimodal capabilities beyond previous visual language models. We attribute this to the use of more advanced LLMs compared with previous multimodal models. Unfortunately, the model architecture and training strategies of GPT-4 are unknown. To endow LLMs with multimodal capabilities, we propose X-LLM, which converts Multi-modalities (images, speech, videos) into foreign languages using X2L interfaces and inputs them into a large Language model (ChatGLM). Specifically, X-LLM aligns multiple frozen single-modal encoders and a frozen LLM using X2L interfaces, where ``X'' denotes multi-modalities such as image, speech, and videos, and ``L'' denotes languages. X-LLM's training consists of three stages: (1) Converting Multimodal Information: The first stage…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Natural Language Processing Techniques · Topic Modeling
MethodsAttention Is All You Need · Layer Normalization · Linear Layer · Label Smoothing · Dropout · Byte Pair Encoding · Multi-Head Attention · Residual Connection · Dense Connections · Adam
