CVAICLMar 14, 2024

UniCode: Learning a Unified Codebook for Multimodal Large Language Models

arXiv:2403.09072v115 citationsECCV
Originality Incremental advance
AI Analysis

This addresses a critical limitation in MLLMs for researchers and developers by enabling multimodal generation, though it appears incremental as it builds on existing MLLM frameworks.

The paper tackles the problem of multimodal large language models (MLLMs) relying on text-only codebooks, which limits their ability to generate images and texts together, by proposing UniCode, a unified codebook that tokenizes visual and text signals, resulting in comparable performance to leading MLLMs on VQA benchmarks with fewer parameters and less training data.

In this paper, we propose \textbf{UniCode}, a novel approach within the domain of multimodal large language models (MLLMs) that learns a unified codebook to efficiently tokenize visual, text, and potentially other types of signals. This innovation addresses a critical limitation in existing MLLMs: their reliance on a text-only codebook, which restricts MLLM's ability to generate images and texts in a multimodal context. Towards this end, we propose a language-driven iterative training paradigm, coupled with an in-context pre-training task we term ``image decompression'', enabling our model to interpret compressed visual data and generate high-quality images.The unified codebook empowers our model to extend visual instruction tuning to non-linguistic generation tasks. Moreover, UniCode is adaptable to diverse stacked quantization approaches in order to compress visual signals into a more compact token representation. Despite using significantly fewer parameters and less data during training, Unicode demonstrates promising capabilities in visual reconstruction and generation. It also achieves performances comparable to leading MLLMs across a spectrum of VQA benchmarks.

Foundations

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

Your Notes