paper-with-me

Papers

Separating Shared and Domain-Specific LoRAs for Multi-Domain Learning

2025-08-05 · Yusaku Takama, Ning Ding, Tatsuya Yokota, Toru Tamaki arxiv

Existing architectures of multi-domain learning have two types of adapters: shared LoRA for all domains and domain-specific LoRA for each particular domain. However, it remains unclear whether this structure effectively captures domain-specific information. In this paper, we propose a method that ensures that shared and domain-specific LoRAs exist in different subspaces; specifically, the column and left null subspaces of the pre-trained weights. We apply the proposed method to action recognition with three datasets (UCF101, Kinetics400, and HMDB51) and demonstrate its effectiveness in some cases along with the analysis of the dimensions of LoRA weights.

📄 PDF Abstract BibTeX arXiv:2508.02978

Code (0)

등록된 구현이 없습니다.

Tasks

Action Recognition

Similar Papers 제목 키워드 기반

Low-Rank Agent-Specific Adaptation (LoRASA) for Multi-Agent Policy Learning

2025-02-08 · Beining Zhang, Aditya Kapoor, Mingfei Sun

Multi-agent reinforcement learning (MARL) often relies on \emph{parameter sharing (PS)} to scale efficiently. However, purely shared policies can stifle each agent's unique specialization, reducing overall performance in…

MuJoCoMulti-agent Reinforcement LearningSMACSMAC++1

Continual Knowledge Consolidation LORA for Domain Incremental Learning

2025-10-17 · Naeem Paeedeh, Mahardhika Pratama, Weiping Ding, Jimmy Cao 외 arxiv

Domain Incremental Learning (DIL) is a continual learning sub-branch that aims to address never-ending arrivals of new domains without catastrophic forgetting problems. Despite the advent of parameter-efficient fine-tuni…

parameter-efficient fine-tuningIncremental LearningContinual Learning

LoRATK: LoRA Once, Backdoor Everywhere in the Share-and-Play Ecosystem

2024-02-29 · Hongyi Liu, Shaochen Zhong, Xintong Sun, Minghao Tian 외

Finetuning LLMs with LoRA has gained significant popularity due to its simplicity and effectiveness. Often, users may even find pluggable, community-shared LoRAs to enhance their base models for a specific downstream tas…

Compress then Serve: Serving Thousands of LoRA Adapters with Little Overhead

2024-06-17 · Rickard Brüel-Gabrielsson, Jiacheng Zhu, Onkar Bhardwaj, Leshem Choshen 외

Fine-tuning large language models (LLMs) with low-rank adaptations (LoRAs) has become common practice, often yielding numerous copies of the same LLM differing only in their LoRA updates. This paradigm presents challenge…

GPUModel Compression

LoraRetriever: Input-Aware LoRA Retrieval and Composition for Mixed Tasks in the Wild

2024-02-15 · Ziyu Zhao, Leilei Gan, Guoyin Wang, Wangchunshu Zhou 외

Low-Rank Adaptation (LoRA) provides an effective yet efficient solution for fine-tuning large language models (LLM). The modular and plug-and-play nature of LoRA enables the integration of diverse domain-specific LoRAs t…

Retrieval