arXiv:2503.06019cs.CLcs.CV2025-03ICCV被引 3

让大模型在手机上同时强于语言和多模态任务

GenieBlue: Integrating both Linguistic and Multimodal Capabilities for Large Language Models on Mobile Devices

  • 冻结原语言模型参数,用复制块+轻量LoRA学多模态能力
  • 手机端实测:语言性能不降,多模态效果接近主流模型
  • 适合需要兼顾语言与图像处理的移动端大模型应用

多模态大语言模型(MLLM)近年已可部署于移动设备,但普遍存在纯语言任务性能下降、且当前手机NPU不支持MoE架构的问题。我们系统分析了保持语言能力的方法,提出GenieBlue结构设计:训练时冻结原始大语言模型参数以保留语言能力,通过复制特定Transformer模块进行全量微调并集成轻量LoRA模块获取多模态能力。该方法在不依赖MoE的前提下,实现了语言能力稳定与多模态性能可比。在手机NPU上部署验证,GenieBlue展现出高效性与实用性,适用于需兼顾语言与视觉任务的移动端应用。

原文摘要 · Abstract (English)

Recent advancements in Multimodal Large Language Models (MLLMs) have enabled their deployment on mobile devices. However, challenges persist in maintaining strong language capabilities and ensuring hardware compatibility, both of which are crucial for user experience and practical deployment efficiency. In our deployment process, we observe that existing MLLMs often face performance degradation on pure language tasks, and the current NPU platforms on smartphones do not support the MoE architecture, which is commonly used to preserve pure language capabilities during multimodal training. To address these issues, we systematically analyze methods to maintain pure language capabilities during the training of MLLMs, focusing on both training data and model architecture aspects. Based on these analyses, we propose GenieBlue, an efficient MLLM structural design that integrates both linguistic and multimodal capabilities for LLMs on mobile devices. GenieBlue freezes the original LLM parameters during MLLM training to maintain pure language capabilities. It acquires multimodal capabilities by duplicating specific transformer blocks for full fine-tuning and integrating lightweight LoRA modules. This approach preserves language capabilities while achieving comparable multimodal performance through extensive training. Deployed on smartphone NPUs, GenieBlue demonstrates efficiency and practicality for applications on mobile devices.

多模态手机部署语言能力LoRA

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。