ModaVerse: Efficiently Transforming Modalities with LLMs
Xinyu Wang, Bohan Zhuang, Qi Wu
TL;DR
ModaVerse addresses the challenge of transforming and interpreting data across multiple modalities by coupling input adaptors with an LLM-as-agent. It introduces I/O Alignment, a language-level mechanism that aligns multimodal inputs to the LLM and directs the LLM to invoke external text-to-x generators, enabling a single-stage, data-efficient training regime. The approach achieves competitive results on diverse benchmarks using roughly 40M trainable parameters, while requiring far less data and training time than several prior MLLMs. This work offers a practical path toward scalable, plug-and-play multi-modal reasoning and generation with reduced computational overhead.
Abstract
Humans possess the capability to comprehend diverse modalities and seamlessly transfer information between them. In this work, we introduce ModaVerse, a Multi-modal Large Language Model (MLLM) capable of comprehending and transforming content across various modalities including images, videos, and audio. Predominant MLLM frameworks have largely relied on the alignment of latent spaces of textual and non-textual features. This alignment process, which synchronizes a language model trained on textual data with encoders and decoders trained on multi-modal data, often necessitates extensive training of several projection layers in multiple stages. Inspired by LLM-as-agent methodologies, we propose a novel Input/Output (I/O) alignment mechanism that operates directly at the level of natural language. It aligns the LLM's output with the input of generative models, avoiding the complexities associated with latent feature alignments, and simplifying the multiple training stages of existing MLLMs into a single, efficient process. This conceptual advancement leads to significant reductions in both data and computational costs. By conducting experiments on several benchmarks, we demonstrate that our approach attains comparable performance with the state of the art while achieving considerable efficiencies in data usage and training duration.
