paper-with-me

Papers

DLP-LoRA: Efficient Task-Specific LoRA Fusion with a Dynamic, Lightweight Plugin for Large Language Models

2024-10-02 · Yuxuan Zhang, Ruizhe Li

Recent advancements in Large Language Models (LLMs) have achieved robust performance across diverse tasks, but fine-tuning these models for specific domains remains resource-intensive. Parameter-Efficient Fine-Tuning (PEFT) methods like Low-Rank Adaptation (LoRA) address this challenge by fine-tuning a small subset of parameters. However, existing methods for fusing multiple LoRAs lack dynamic fusion based on contextual inputs and often increase inference time due to token-level operations. We propose DLP-LoRA, a Dynamic Lightweight Plugin that employs a mini-MLP module with only 5M parameters to dynamically fuse multiple LoRAs at the sentence level using top-p sampling strategies. This approach reduces inference time to less than twice that of single LoRA inference by leveraging parallel computation. Evaluations across 26 tasks-including multiple-choice questions and question answering-demonstrate that DLP-LoRA achieves an average accuracy of 92.34% on multiple-choice datasets and significant improvements in BLEU and ROUGE scores on QA datasets, outperforming different LLMs backbones under composite task settings. DLP-LoRA effectively balances performance and efficiency, making it a practical solution for dynamic multi-task adaptation in LLMs. Our code is available at https://github.com/MeCuping/DLP-LoRA.

📄 PDF Abstract BibTeX arXiv:2410.01497

Code (1)

mecuping/dlp-lora 공식 구현 pytorch

Tasks

Multiple-choiceparameter-efficient fine-tuningQuestion AnsweringSentence

Similar Papers 제목 키워드 기반

LoRA-Flow: Dynamic LoRA Fusion for Large Language Models in Generative Tasks

2024-02-18 · Hanqing Wang, Bowen Ping, Shuo Wang, Xu Han 외

LoRA employs lightweight modules to customize large language models (LLMs) for each downstream task or domain, where different learned additional modules represent diverse skills. Combining existing LoRAs to address new …

Math

qa-FLoRA: Data-free query-adaptive Fusion of LoRAs for LLMs

2025-12-12 · Shreya Shukla, Aditya Sriram, Milinda Kuppur Narayanaswamy, Hiteshi Jain arxiv

The deployment of large language models for specialized tasks often requires domain-specific parameter-efficient finetuning through Low-Rank Adaptation (LoRA) modules. However, effectively fusing these adapters to handle…

Domain Adaptation

T-LoRA: Single Image Diffusion Model Customization Without Overfitting

2025-07-08 · Vera Soboleva, Aibek Alanov, Andrey Kuznetsov, Konstantin Sobolev

While diffusion model fine-tuning offers a powerful approach for customizing pre-trained models to generate specific objects, it frequently suffers from overfitting when training samples are limited, compromising both ge…

ICM-Fusion: In-Context Meta-Optimized LoRA Fusion for Multi-Task Adaptation

2025-08-06 · Yihua Shao, Xiaofeng Lin, Xinwei Long, Siyu Chen 외 arxiv

Enabling multi-task adaptation in pre-trained Low-Rank Adaptation (LoRA) models is crucial for enhancing their generalization capabilities. Most existing pre-trained LoRA fusion methods decompose weight matrices, sharing…

Incremental Learning

AutoLoRA: Automatic LoRA Retrieval and Fine-Grained Gated Fusion for Text-to-Image Generation

2025-08-04 · Zhiwen Li, Zhongjie Duan, Die Chen, Cen Chen 외 arxiv

Despite recent advances in photorealistic image generation through large-scale models like FLUX and Stable Diffusion v3, the practical deployment of these architectures remains constrained by their inherent intractabilit…

Text-to-Image Generation