paper-with-me

Papers

K-Merge: Online Continual Merging of Adapters for On-device Large Language Models

2025-10-15 · Donald Shenaj, Ondrej Bohdal, Taha Ceritli, Mete Ozay, Pietro Zanuttigh, Umberto Michieli arxiv

On-device deployment of Large Language Models (LLMs) frequently leverages Low-Rank Adapters (LoRAs) to support diverse downstream tasks under tight resource constraints. To address the limited storage capacity of mobile devices, recent works have explored model merging techniques to fuse multiple LoRAs into a single one. In practice, however, LoRAs are often delivered incrementally, as users request support for new tasks (e.g., novel problem types or languages). This scenario introduces a new challenge: on-device online continual merging, where the objective is to incorporate new LoRAs while preserving the performance on previously supported tasks. In this paper, we propose a data-free and computationally efficient strategy for selecting and merging LoRAs when a new one becomes available, assuming the device can store only a limited number of adapters. Extensive experiments across real-world tasks demonstrate the superiority of our approach compared to alternative strategies while adhering to the storage budget and compute limitations of on-device settings. The project page is available at: https://donaldssh.github.io/K-Merge.

📄 PDF Abstract BibTeX arXiv:2510.13537

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MergeRepair: An Exploratory Study on Merging Task-Specific Adapters in Code LLMs for Automated Program Repair

2024-08-18 · Meghdad Dehghan, Jie JW Wu, Fatemeh H. Fard, Ali Ouni

Large Language Models (LLMs) have shown high capabilities in several software development-related tasks such as program repair, documentation, code refactoring, debugging, and testing. However, training these models requ…

parameter-efficient fine-tuningProgram Repair

Data-driven Clustering and Merging of Adapters for On-device Large Language Models

2026-01-24 · Ondrej Bohdal, Taha Ceritli, Mete Ozay, Jijoong Moon 외 arxiv

On-device large language models commonly employ task-specific adapters (e.g., LoRAs) to deliver strong performance on downstream tasks. While storing all available adapters is impractical due to memory constraints, mobil…

Low-Rank Continual Personalization of Diffusion Models

2024-10-07 · Łukasz Staniszewski, Katarzyna Zaleska, Kamil Deja

Recent personalization methods for diffusion models, such as Dreambooth, allow fine-tuning pre-trained models to generate new concepts. However, applying these techniques across multiple tasks in order to include, e.g., …

Continual Learning

HAM: Hierarchical Adapter Merging for Scalable Continual Learning

2025-09-16 · Eric Nuertey Coleman, Luigi Quarantiello, Samrat Mukherjee, Julio Hurtado 외 arxiv

Continual learning is an essential capability of human cognition, yet it poses significant challenges for current deep learning models. The primary issue is that new knowledge can interfere with previously learned inform…

parameter-efficient fine-tuningContinual LearningTransfer Learning

Multi LoRA Meets Vision: Merging multiple adapters to create a multi task model

2024-11-21 · Ege Kesim, Selahattin Serdar Helli

Parameter efficient finetuning (PEFT) methods are widely used in LLMs and generative models in computer vision. Especially one can use multiple of these during inference to change the behavior of the base model. In this …