paper-with-me

Papers

Dynamic Model Merging Made Slim

2026-05-17 · Guodong Du, Wanyu Lin arxiv

Model merging enables the reuse of fine-tuned models without joint training or access to original data. Dynamic merging further improves flexibility by selectively activating task-relevant parameters and efficiently composing experts across multiple tasks. However, existing dynamic methods either maintain a full shared model with tiny experts or allocate excessive capacity to experts, leading to suboptimal accuracy--efficiency trade-offs. To address this, we propose DiDi-Merging, a slim dynamic merging framework that leverages differentiable rank allocation to balance shared and expert parameters. By formulating parameter budgeting as differentiable rank optimization in low-rank modules and introducing a data-free refinement step to recover task fidelity, DiDi-Merging matches prior dynamic baselines at only 1.24x the parameters of a single fine-tuned model and surpasses them at 1.4x, substantially more compact than methods requiring > 2x storage. DiDi-Merging applies across vision, language, and multimodal tasks.

📄 PDF Abstract BibTeX arXiv:2605.18904

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SLIM: Let LLM Learn More and Forget Less with Soft LoRA and Identity Mixture

2024-10-10 · Jiayi Han, Liang Du, Hongwei Du, Xiangguo Zhou 외

Although many efforts have been made, it is still a challenge to balance the training budget, downstream performance, and the general capabilities of the LLMs in many applications. Training the whole model for downstream…

parameter-efficient fine-tuning

Slimmable Quantum Federated Learning

2022-07-20 · Won Joon Yun, Jae Pyoung Kim, Soyi Jung, Jihong Park 외

Quantum federated learning (QFL) has recently received increasing attention, where quantum neural networks (QNNs) are integrated into federated learning (FL). In contrast to the existing static QFL methods, we propose sl…

Federated Learning

AngelSlim: A more accessible, comprehensive, and efficient toolkit for large model compression

2026-02-07 · Rui Cen, QiangQiang Hu, Hong Huang, Hong Liu 외 arxiv

This technical report introduces AngelSlim, a comprehensive and versatile toolkit for large model compression developed by the Tencent Hunyuan team. By consolidating cutting-edge algorithms, including quantization, specu…

Model Compression

DeepRebirth: Accelerating Deep Neural Network Execution on Mobile Devices

2017-08-16 · Dawei Li, Xiaolong Wang, Deguang Kong

Deploying deep neural networks on mobile devices is a challenging task. Current model compression methods such as matrix decomposition effectively reduce the deployed model size, but still cannot satisfy real-time proces…

CPUModel Compression

KVSlimmer: Theoretical Insights and Practical Optimizations for Asymmetric KV Merging

2026-03-01 · Lianjun Liu, Hongli An, Weiqi Yan, Xin Du 외 arxiv

The growing computational and memory demands of the Key-Value (KV) cache significantly limit the ability of Large Language Models (LLMs). While KV merging has emerged as a promising solution, existing methods that rely o…