paper-with-me

홈 › Papers

DPPA: Pruning Method for Large Language Model to Model Merging

2024-03-05 · Yaochen Zhu, Rui Xia, Jiajun Zhang

Model merging is to combine fine-tuned models derived from multiple domains, with the intent of enhancing the model's proficiency across various domains. The principal concern is the resolution of parameter conflicts. A substantial amount of existing research remedy this issue during the merging stage, with the latest study focusing on resolving this issue throughout the pruning stage. The DARE approach has exhibited promising outcomes when applied to a simplistic fine-tuned model. However, the efficacy of this method tends to wane when employed on complex fine-tuned models that show a significant parameter bias relative to the baseline model. In this paper, we introduce a dual-stage method termed Dynamic Pruning Partition Amplification (DPPA), devised to tackle the challenge of merging complex fine-tuned models. Initially, we introduce Dynamically Pruning (DP), an improved approach based on magnitude pruning, which aim is to enhance performance at higher pruning rates. Subsequently, we propose Dynamically Partition Amplification (DPA), a rescaling strategy, is designed to dynamically amplify parameter partitions in relation to their significance levels. The experimental results show that our method maintains a mere 20% of domain-specific parameters and yet delivers a performance comparable to other methodologies that preserve up to 90% of parameters. Furthermore, our method displays outstanding performance post-pruning, leading to a significant improvement of nearly 20% performance in model merging. We make our code on Github.

📄 PDF Abstract BibTeX arXiv:2403.02799

Code (1)

northsky0307/dppa-pruning-method-for-large-language-model-to-model-merging 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language Modelmodel

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

DPpack: An R Package for Differentially Private Statistical Analysis and Machine Learning

2023-09-19 · Spencer Giddens, Fang Liu

Differential privacy (DP) is the state-of-the-art framework for guaranteeing privacy for individuals when releasing aggregated statistics or building statistical/machine learning models from data. We develop the open-sou…

DescriptivePrivacy Preservingregression

FedPPA: Progressive Parameter Alignment for Personalized Federated Learning

2025-10-16 · Maulidi Adi Prasetia, Muhamad Risqi U. Saputra, Guntur Dharma Putra arxiv

Federated Learning (FL) is designed as a decentralized, privacy-preserving machine learning paradigm that enables multiple clients to collaboratively train a model without sharing their data. In real-world scenarios, how…

Personalized Federated LearningImage Classification

HoliTom: Holistic Token Merging for Fast Video Large Language Models

2025-05-27 · Kele Shao, Keda Tao, Can Qin, Haoxuan You 외

Video large language models (video LLMs) excel at video comprehension but face significant computational inefficiency due to redundant video tokens. Existing token pruning methods offer solutions. However, approaches ope…

A Sliding Layer Merging Method for Efficient Depth-Wise Pruning in LLMs

2025-02-26 · Xuan Ding, Rui Sun, Yunjian Zhang, Xiu Yan 외

Compared to width-wise pruning, depth-wise pruning can significantly accelerate inference in resource-constrained scenarios. However, treating the entire Transformer layer as the minimum pruning unit may degrade model pe…

GPTailor: Large Language Model Pruning Through Layer Cutting and Stitching

2025-06-25 · Guinan Su, Li Shen, Lu Yin, Shiwei Liu 외

Large language models (LLMs) have shown remarkable capabilities in language understanding and generation. However, such impressive capability typically comes with a substantial model size, which presents significant chal…

Language ModelingLanguage ModellingLarge Language Model