AICLLGSep 11, 2023

NExT-GPT: Any-to-Any Multimodal LLM

arXiv:2309.05519v3806 citationsh-index: 112
Originality Incremental advance
AI Analysis

This work addresses the problem of enabling AI to communicate in multiple modalities like humans, which is essential for human-level AI, though it is incremental as it builds on existing encoders and decoders.

The authors tackled the limitation of multimodal large language models (MM-LLMs) that only handle input-side multimodal understanding by developing NExT-GPT, an any-to-any MM-LLM system that can accept and generate content in text, images, videos, and audio, achieving this with only 1% parameter tuning for low-cost training.

While recently Multimodal Large Language Models (MM-LLMs) have made exciting strides, they mostly fall prey to the limitation of only input-side multimodal understanding, without the ability to produce content in multiple modalities. As we humans always perceive the world and communicate with people through various modalities, developing any-to-any MM-LLMs capable of accepting and delivering content in any modality becomes essential to human-level AI. To fill the gap, we present an end-to-end general-purpose any-to-any MM-LLM system, NExT-GPT. We connect an LLM with multimodal adaptors and different diffusion decoders, enabling NExT-GPT to perceive inputs and generate outputs in arbitrary combinations of text, images, videos, and audio. By leveraging the existing well-trained highly-performing encoders and decoders, NExT-GPT is tuned with only a small amount of parameter (1%) of certain projection layers, which not only benefits low-cost training and also facilitates convenient expansion to more potential modalities. Moreover, we introduce a modality-switching instruction tuning (MosIT) and manually curate a high-quality dataset for MosIT, based on which NExT-GPT is empowered with complex cross-modal semantic understanding and content generation. Overall, our research showcases the promising possibility of building an AI agent capable of modeling universal modalities, paving the way for more human-like AI research in the community. Project page: https://next-gpt.github.io/

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes