利用专家模型冗余实现高效多模态生成,不降本语言能力
Exploiting Mixture-of-Experts Redundancy Unlocks Multimodal Generative Abilities
- 借专家模型内在冗余扩容,不增参数量学新模态
- 低秩适配仅作用于新模态令牌,保持原语言生成性能
- 基于格罗莫夫-瓦瑟斯坦距离初始化,提升训练稳定性
本文旨在为预训练纯文本大语言模型(LLM)引入多模态生成能力,同时满足两大核心约束:C1 保持原有语言生成能力且性能下降可忽略;C2 在学习新模态时遵循小参数预算,确保可扩展性与效率。不同于现有增加专用模块导致参数量大幅增长的方法,本文提出利用深度模型中未被充分利用的容量。具体而言,通过挖掘混合专家(MoE)结构中的参数冗余,作为学习新模态的额外容量来源,从而实现更高参数效率(C1)。同时,通过仅对新模态的令牌应用低秩适配(LoRA),保留原始语言生成能力(C2)。此外,提出一种基于格罗莫夫-瓦瑟斯坦(Gromov-Wasserstein)距离的新型参数初始化方案,以改善收敛性与训练稳定性。通过对路由机制的深入分析,发现模态特异性路径的涌现以及专家内部冗余降低,能够高效解锁多模态生成能力。总体而言,该方法可无缝应用于多种主流大语言模型,为从单模态向多模态架构转型提供新路径。
原文摘要 · Abstract (English)
In this work, we undertake the challenge of augmenting the existing generative capabilities of pre-trained text-only large language models (LLMs) with multi-modal generation capability while satisfying two core constraints: C1 preserving the preservation of original language generative capabilities with negligible performance degradation, and C2 adhering to a small parameter budget to learn the new modality, ensuring scalability and efficiency. In contrast to current approaches that add dedicated modules, thereby significantly increasing the parameter count, we propose a method that leverages the underutilized capacity inherent in deep models. Specifically, we exploit the parameter redundancy within Mixture-of-Experts (MoEs) as a source of additional capacity for learning a new modality, enabling better parameter efficiency (C1). Moreover, we preserve the original language generation capabilities by applying low-rank adaptation exclusively to the tokens of the new modality (C2). Furthermore, we introduce a novel parameter initialization scheme based on the Gromov-Wasserstein distance to improve convergence and training stability. Through an extensive analysis of the routing mechanism, we uncover the emergence of modality-specific pathways and decreased redundancy within the experts that can efficiently unlock multi-modal generative capabilities. Overall, our method can be seamlessly applied to a wide range of contemporary LLMs, providing a new pathway for transitioning from uni-modal to multi-modal architectures.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。