用扩散模型做多模态理解,性能媲美主流模型。
LLaDA-V: Large Language Diffusion Models with Visual Instruction Tuning
- 纯扩散架构结合视觉指令微调,实现图文对齐。
- 在多模态任务上超越同类扩散模型,接近LLaMA3-V表现。
- 适合研究扩散模型在多模态应用中的潜力。
本文提出LLaDA-V,一种基于扩散机制的纯多模态大语言模型,通过将视觉指令微调与掩码扩散模型结合,突破当前以自回归为主的多模态范式。基于代表性语言扩散模型LLaDA,LLaDA-V引入视觉编码器和MLP连接器,将视觉特征映射至语言嵌入空间,实现有效多模态对齐。实证结果显示:尽管其纯文本任务表现弱于LLaMA3-8B和Qwen2-7B,但在相同指令数据训练下,其多模态性能与LLaMA3-V相当且具备更好数据可扩展性;同时显著缩小与Qwen2-VL的差距,验证了该架构在多模态任务中的有效性。相比现有混合自回归-扩散及纯扩散多模态模型,LLaDA-V在多模态理解上达到领先水平。结果表明,大规模语言扩散模型在多模态场景中具有广阔前景,值得进一步研究。项目页与代码:https://ml-gsai.github.io/LLaDA-V-demo/
原文摘要 · Abstract (English)
In this work, we introduce LLaDA-V, a purely diffusion-based Multimodal Large Language Model (MLLM) that integrates visual instruction tuning with masked diffusion models, representing a departure from the autoregressive paradigms dominant in current multimodal approaches. Built upon LLaDA, a representative large language diffusion model, LLaDA-V incorporates a vision encoder and MLP connector that projects visual features into the language embedding space, enabling effective multimodal alignment. Our empirical investigation reveals several intriguing results: First, LLaDA-V demonstrates promising multimodal performance despite its language model being weaker on purely textual tasks than counterparts like LLaMA3-8B and Qwen2-7B. When trained on the same instruction data, LLaDA-V is highly competitive to LLaMA3-V across multimodal tasks with better data scalability. It also narrows the performance gap to Qwen2-VL, suggesting the effectiveness of its architecture for multimodal tasks. Second, LLaDA-V achieves state-of-the-art performance in multimodal understanding compared to existing hybrid autoregressive-diffusion and purely diffusion-based MLLMs. Our findings suggest that large language diffusion models show promise in multimodal contexts and warrant further investigation in future research. Project page and codes: https://ml-gsai.github.io/LLaDA-V-demo/.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。