paper-with-me

Papers

LoRI: Reducing Cross-Task Interference in Multi-Task Low-Rank Adaptation

2025-04-10 · Juzheng Zhang, Jiacheng You, Ashwinee Panda, Tom Goldstein

Low-Rank Adaptation (LoRA) has emerged as a popular parameter-efficient fine-tuning (PEFT) method for Large Language Models (LLMs), yet it still incurs notable overhead and suffers from parameter interference in multi-task scenarios. We propose LoRA with Reduced Interference (LoRI), a simple yet effective approach that freezes the projection matrices $A$ as random projections and sparsifies the matrices $B$ using task-specific masks. This design substantially reduces the number of trainable parameters while maintaining strong task performance. Moreover, LoRI minimizes cross-task interference in adapter merging by leveraging the orthogonality between adapter subspaces, and supports continual learning by using sparsity to mitigate catastrophic forgetting. Extensive experiments across natural language understanding, mathematical reasoning, code generation, and safety alignment tasks demonstrate that LoRI outperforms full fine-tuning and existing PEFT methods, while using up to 95% fewer trainable parameters than LoRA. In multi-task experiments, LoRI enables effective adapter merging and continual learning with reduced cross-task interference. Code is available at: https://github.com/juzhengz/LoRI

📄 PDF Abstract BibTeX arXiv:2504.07448

Code (1)

juzhengz/lori 공식 구현 pytorch

Tasks

Code GenerationContinual LearningMathematical ReasoningNatural Language Understandingparameter-efficient fine-tuningSafety Alignment

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

Graph Coloring for Multi-Task Learning

2025-09-21 · Santosh Patapati, Ian Noronha arxiv

When different objectives conflict with each other in multi-task learning, gradients begin to interfere and slow convergence, thereby potentially reducing the final model's performance. To address this, we introduce SON-…

Multi-Task Learning

Resolving Interference (RI): Disentangling Models for Improved Model Merging

2026-03-13 · Pratik Ramesh, George Stoica, Arun Iyer, Leshem Choshen 외 arxiv

Model merging has shown that multitask models can be created by directly combining the parameters of different models that are each specialized on tasks of interest. However, models trained independently on distinct task…

ScNeuGM: Scalable Neural Graph Modeling for Coloring-Based Contention and Interference Management in Wi-Fi 7

2025-02-05 · Zhouyou Gu, Jihong Park, Jinho Choi

Carrier-sense multiple access with collision avoidance in Wi-Fi often leads to contention and interference, thereby increasing packet losses. These challenges have traditionally been modeled as a graph, with stations (ST…

Collision AvoidanceDeep HashingManagement

Disentangling Transfer and Interference in Multi-Domain Learning

2021-07-02 · YiPeng Zhang, Tyler L. Hayes, Christopher Kanan

Humans are incredibly good at transferring knowledge from one domain to another, enabling rapid learning of new tasks. Likewise, transfer learning has enabled enormous success in many computer vision problems using pretr…

Transfer Learning

Leveraging Parameter Space Symmetries for Reasoning Skill Transfer in LLMs

2025-11-13 · Stefan Horoi, Sangwoo Cho, Supriyo Chakraborty, Shi-Xiong Zhang 외 arxiv

Task arithmetic is a powerful technique for transferring skills between Large Language Models (LLMs), but it often suffers from negative interference when models have diverged during training. We address this limitation …