arXiv:2508.03527cs.LGcs.AI2025-08被引 2

MoKA通过混合克罗内克积提升参数高效微调的表达能力。

MoKA: Mixture of Kronecker Adapters

  • 用门控机制混合多个克罗内克因子,增强模型表达力。
  • 在低比特量化模型上实现27倍参数减少,性能领先基线。
  • 兼容主流GPU硬件,适合资源受限场景下的大模型微调。

参数高效微调(PEFT)对降低大语言模型(LLM)的计算开销至关重要。低秩适配器常用于控制参数量,同时保持生成能力,但其受秩约束限制,难以应对复杂任务。本文提出混合克罗内克适配器(MoKA),将权重更新建模为克罗内克积的混合形式,通过门控机制衡量各克罗内克因子的重要性,实现更强的表达能力。此外,MoKA支持灵活的秩调整,在参数效率与精度间取得更优平衡。为保障硬件效率,我们采用标准矩阵运算重写克罗内克计算,可无缝部署于优化的GPU硬件。在低比特量化版LLaMA2-7B和LLaMA3-8B模型上,针对指令微调与常识推理任务进行大量实验,结果表明MoKA不仅优于现有PEFT基线,且训练参数最多减少27倍,达到性能与参数效率的最先进权衡。

原文摘要 · Abstract (English)

Parameter-efficient fine-tuning (PEFT) is essential for reducing the computational overhead of large language models (LLMs). Low-rank family adapters are commonly used to control the parameter size efficiently while maintaining the generative power of LLMs. However, their limited expressiveness due to the rank constraint often restricts their performance on complex tasks. We propose Mixture of Kronecker Adapters (MoKA), a new generation of Kronecker adapters that addresses this limitation by modeling weight updates as a mixture of Kronecker products. Our proposed adapter leverages a gating mechanism that measures the importance of each Kronecker factor, enabling more expressive adaptation. Moreover, MoKA enables a rank flexibility that provides a better trade-off between parameter efficiency and accuracy. To ensure hardware efficiency, we reformulate Kronecker computations using standard matrix operations, allowing seamless deployment on GPU-optimized hardware. We conduct extensive experiments on instruction-tuning and commonsense reasoning tasks using low-bit quantized versions of LLaMA2-7B and LLaMA3-8B models. MoKA not only outperforms PEFT baselines, but also reduces the number of trainable parameters up to 27x, achieving state-of-the-art trade-offs between performance and parameter efficiency.

参数高效适配器大模型微调克罗内克积

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