CVMar 12, 2024

Lumen: Unleashing Versatile Vision-Centric Capabilities of Large Multimodal Models

arXiv:2403.07304v226 citationsh-index: 26Has CodeNIPS
Originality Highly original
AI Analysis

This work addresses the limitation of current LMMs in handling diverse visual tasks effectively, offering a more versatile solution for researchers and practitioners in computer vision and multimodal AI.

The paper tackles the problem of enhancing perception capabilities in Large Multimodal Models (LMMs) by proposing Lumen, a novel architecture that decouples learning into task-agnostic and task-specific stages, achieving or surpassing existing LMM-based approaches on vision-centric and VQA benchmarks.

Large Multimodal Model (LMM) is a hot research topic in the computer vision area and has also demonstrated remarkable potential across multiple disciplinary fields. A recent trend is to further extend and enhance the perception capabilities of LMMs. The current methods follow the paradigm of adapting the visual task outputs to the format of the language model, which is the main component of a LMM. This adaptation leads to convenient development of such LMMs with minimal modifications, however, it overlooks the intrinsic characteristics of diverse visual tasks and hinders the learning of perception capabilities. To address this issue, we propose a novel LMM architecture named Lumen, a Large multimodal model with versatile vision-centric capability enhancement. We decouple the LMM's learning of perception capabilities into task-agnostic and task-specific stages. Lumen first promotes fine-grained vision-language concept alignment, which is the fundamental capability for various visual tasks. Thus the output of the task-agnostic stage is a shared representation for all the tasks we address in this paper. Then the task-specific decoding is carried out by flexibly routing the shared representation to lightweight task decoders with negligible training efforts. Comprehensive experimental results on a series of vision-centric and VQA benchmarks indicate that our Lumen model not only achieves or surpasses the performance of existing LMM-based approaches in a range of vision-centric tasks while maintaining general visual understanding and instruction following capabilities. The code will be released at https://github.com/SxJyJay/Lumen.

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