MLP Fusion: Towards Efficient Fine-tuning of Dense and Mixture-of-Experts Language Models
Mengting Ai, Tianxin Wei, Yifan Chen, Zeming Guo, Jingrui He

TL;DR
This paper introduces MLP Fusion, a novel one-shot compression method for fine-tuning pre-trained language models that preserves training dynamics and output quality, applicable to both dense and mixture-of-experts modules.
Contribution
It proposes NTK-based MLP fusion for efficient PLM fine-tuning, maintaining model performance and training dynamics with theoretical guarantees.
Findings
Effective compression of MLP and MoE modules in PLMs.
Preserves training dynamics and output accuracy.
Applicable to natural language understanding and generation tasks.
Abstract
Fine-tuning a pre-trained language model (PLM) emerges as the predominant strategy in many natural language processing applications. However, this process is known to be expensive, especially on edge devices with low computing power. While general approaches (e.g. quantization and distillation) have been widely studied to reduce the compute/memory of PLM fine-tuning, one-shot compression techniques specifically designed for fine-tuning remain largely unexplored. In this paper, we investigate the neural tangent kernel (NTK)--which reveals the gradient descent dynamics of neural networks--of the multilayer perceptrons (MLP) modules in a PLM and propose to coin a lightweight PLM through NTK-approximating MLP fusion. By incorporating NTK into the compression process, MLP Fusion not only preserves the original model's output but also maintains its training dynamics. To achieve this, we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpeech Recognition and Synthesis · Advanced Neural Network Applications · Geophysical Methods and Applications
MethodsNeural Tangent Kernel
