通过内生视觉预训练,让单体多模态大模型更稳定地学视觉知识。
Mono-InternVL: Pushing the Boundaries of Monolithic Multimodal Large Language Models with Endogenous Visual Pre-training
- 在预训练模型中嵌入视觉专家模块,冻结语言部分以稳定学习。
- 在16个基准上表现优于现有模型,如比Emu3高80分。
- 适合追求低延迟和强视觉理解的多模态应用开发。
本文聚焦于将视觉编码与语言解码统一到单一大语言模型中的单体多模态大模型(MLLM)。针对现有预训练策略常导致优化不稳定或灾难性遗忘的问题,提出在预训练大模型中嵌入新的视觉参数空间,从而在冻结语言模型的前提下,稳定地从噪声数据中学习视觉知识。基于此,我们构建了Mono-InternVL,通过多模态专家混合结构无缝集成一组视觉专家,并设计了一种创新的端到端视觉预训练策略(EViP),以渐进式方式利用噪声数据到高质量数据中的视觉知识。在16个基准上的实验表明,Mono-InternVL在13个任务上超越现有单体MLLM,例如在OCRBench上比Emu3高出80分;相比模块化基线InternVL-1.5,在保持相当多模态性能的同时,首次生成延迟降低最高达67%。代码与模型已开源。
原文摘要 · Abstract (English)
In this paper, we focus on monolithic Multimodal Large Language Models (MLLMs) that integrate visual encoding and language decoding into a single LLM. In particular, we identify that existing pre-training strategies for monolithic MLLMs often suffer from unstable optimization or catastrophic forgetting. To address this issue, our core idea is to embed a new visual parameter space into a pre-trained LLM, thereby stably learning visual knowledge from noisy data while freezing the LLM. Based on this principle, we present Mono-InternVL, a novel monolithic MLLM that seamlessly integrates a set of visual experts via a multimodal mixture-of-experts structure. Moreover, we propose an innovative pre-training strategy to maximize the visual capability of Mono-InternVL, namely Endogenous Visual Pre-training (EViP). In particular, EViP is designed as a progressive learning process for visual experts, which aims to fully exploit the visual knowledge from noisy data to high-quality data. To validate our approach, we conduct extensive experiments on 16 benchmarks. Experimental results confirm the superior performance of Mono-InternVL than existing monolithic MLLMs on 13 of 16 multimodal benchmarks, e.g., +80 points over Emu3 on OCRBench. Compared to the modular baseline, i.e., InternVL-1.5, Mono-InternVL still retains comparable multimodal performance while reducing up to 67% first token latency. Code and model are released at https://github.com/OpenGVLab/Mono-InternVL.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。