大規模言語モデル (LLM) は、驚くべき言語能力を示しています。高度な LLM に基づく GPT-4 は、以前の視覚言語モデルを超える並外れたマルチモーダル機能を示します。これは、以前のマルチモーダル モデルと比較して、より高度な LLM の使用に起因すると考えられます。残念ながら、GPT-4 のモデル アーキテクチャとトレーニング戦略は不明です。 LLM にマルチモーダル機能を持たせるために、マルチモダリティ (画像、音声、ビデオ) を X2L インターフェイスを使用して外国語に変換し、それらを大きな言語モデル (ChatGLM) に入力する X-LLM を提案します。具体的には、X-LLM は、X2L インターフェイスを使用して、複数の凍結されたシングルモーダル エンコーダーと凍結された LLM を調整します。ここで、「X」は画像、音声、ビデオなどのマルチモダリティを示し、「L」は言語を示します。 X-LLM のトレーニングは 3 つの段階で構成されます。 (1) マルチモーダル情報の変換: 最初の段階では、各 X2L インターフェイスをトレーニングして、それぞれのシングルモーダル エンコーダーと個別に調整し、マルチモーダル情報を言語に変換します。 (2) X2L 表現と LLM の整合: シングルモーダルエンコーダは、X2L インターフェイスを介して独立して LLM と整合します。 (3) 複数のモダリティの統合: すべてのシングルモーダル エンコーダは、マルチモーダル機能を LLM に統合するために、X2L インターフェイスを介して LLM と連携します。私たちの実験では、X-LLM が印象的なマルチモデル チャット機能を示し、目に見えない画像/指示でマルチモーダル GPT-4 の動作を示すことがあり、合成マルチモーダル指示に従うデータセットで GPT-4 と比較して 84.5% の相対スコアが得られることが示されています。また、LLM による ASR やマルチモーダル ASR の定量的テストも実施し、LLM による音声認識の時代を促進することを目指しています。
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 trains each X2L interface to align with its respective single-modal encoder separately to convert multimodal information into languages. (2) Aligning X2L representations with the LLM: single-modal encoders are aligned with the LLM through X2L interfaces independently. (3) Integrating multiple modalities: all single-modal encoders are aligned with the LLM through X2L interfaces to integrate multimodal capabilities into the LLM. Our experiments show that X-LLM demonstrates impressive multimodel chat abilities, sometimes exhibiting the behaviors of multimodal GPT-4 on unseen images/instructions, and yields a 84.5% relative score compared with GPT-4 on a synthetic multimodal instruction-following dataset. And we also conduct quantitative tests on using LLM for ASR and multimodal ASR, hoping to promote the era of LLM-based speech recognition.