paper-with-me

홈 › Papers

Mixture-of-Subspaces in Low-Rank Adaptation

2024-06-16 · Taiqiang Wu, Jiahao Wang, Zhe Zhao, Ngai Wong

In this paper, we introduce a subspace-inspired Low-Rank Adaptation (LoRA) method, which is computationally efficient, easy to implement, and readily applicable to large language, multimodal, and diffusion models. Initially, we equivalently decompose the weights of LoRA into two subspaces, and find that simply mixing them can enhance performance. To study such a phenomenon, we revisit it through a fine-grained subspace lens, showing that such modification is equivalent to employing a fixed mixer to fuse the subspaces. To be more flexible, we jointly learn the mixer with the original LoRA weights, and term the method Mixture-of-Subspaces LoRA (MoSLoRA). MoSLoRA consistently outperforms LoRA on tasks in different modalities, including commonsense reasoning, visual instruction tuning, and subject-driven text-to-image generation, demonstrating its effectiveness and robustness. Codes are available at https://github.com/wutaiqiang/MoSLoRA.

📄 PDF Abstract BibTeX arXiv:2406.11909

Code (1)

wutaiqiang/moslora 공식 구현 pytorch

Tasks

Common Sense ReasoningImage GenerationQuestion AnsweringSentence CompletionText to Image GenerationText-to-Image GenerationVisual Question Answering

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

TalkLoRA: Communication-Aware Mixture of Low-Rank Adaptation for Large Language Models

2026-04-07 · Lin Mu, Haiyang Wang, Li Ni, Lei Sang 외 arxiv

Low-Rank Adaptation (LoRA) enables parameter-efficient fine-tuning of Large Language Models (LLMs), and recent Mixture-of-Experts (MoE) extensions further enhance flexibility by dynamically combining multiple LoRA expert…

parameter-efficient fine-tuning

ThanoRA: Task Heterogeneity-Aware Multi-Task Low-Rank Adaptation

2025-05-24 · Jian Liang, Wenke Huang, Xianda Guo, Guancheng Wan 외

Low-Rank Adaptation (LoRA) is widely adopted for downstream fine-tuning of foundation models due to its efficiency and zero additional inference cost. Many real-world applications require foundation models to specialize …

Mixture-of-Experts

Regularizing Subspace Redundancy of Low-Rank Adaptation

2025-07-28 · Yue Zhu, Haiwen Diao, Shang Gao, Jiazuo Yu 외 arxiv

Low-Rank Adaptation (LoRA) and its variants have delivered strong capability in Parameter-Efficient Transfer Learning (PETL) by minimizing trainable parameters and benefiting from reparameterization. However, their proje…

Transfer Learning

MINGLE: Mixtures of Null-Space Gated Low-Rank Experts for Test-Time Continual Model Merging

2025-05-17 · Zihuan Qiu, Yi Xu, Chiyuan He, Fanman Meng 외

Continual model merging integrates independently fine-tuned models sequentially without access to original training data, providing a scalable and efficient solution to continual learning. However, current methods still …

Continual LearningMixture-of-ExpertsTest-time Adaptation

MiCA Learns More Knowledge Than LoRA and Full Fine-Tuning

2026-04-02 · Sten Rüdiger, Sebastian Raschka arxiv

Minor Component Adaptation (MiCA) is a novel parameter-efficient fine-tuning method for large language models that focuses on adapting underutilized subspaces of model representations. Unlike conventional methods such as…

parameter-efficient fine-tuning