paper-with-me

Papers

MiLoRA: Harnessing Minor Singular Components for Parameter-Efficient LLM Finetuning

2024-06-13 · Hanqing Wang, Yixia Li, Shuo Wang, Guanhua Chen, Yun Chen

Efficient finetuning of large language models (LLMs) aims to adapt the LLMs with reduced computational and memory cost. Previous LoRA-based approaches initialize the low-rank matrices with Gaussian distribution and zero values while keeping the original weight matrices frozen. However, the trainable model parameters optimized in an unguided subspace might interfere with the well-learned subspace of the pretrained weight matrices. In this paper, we propose MiLoRA, a simple yet effective LLM finetuning approach that only updates the minor singular components of the weight matrix while keeping the principal singular components frozen. It is observed that the minor matrix corresponds to the noisy or long-tail information, while the principal matrix contains important knowledge. The MiLoRA initializes the low-rank matrices within a subspace that is orthogonal to the principal matrix, thus the pretrained knowledge is expected to be well preserved. During finetuning, MiLoRA makes the most use of the less-optimized subspace for learning the labeled dataset. Extensive experiments on commonsense reasoning, math reasoning, instruction following and visual instruction following benchmarks present the superior performance of our method.

📄 PDF Abstract BibTeX arXiv:2406.09044

Code (1)

graphpku/pissa 공식 구현 pytorch

Tasks

Instruction FollowingMathvisual instruction following

Similar Papers 제목 키워드 기반

SoMA: Singular Value Decomposed Minor Components Adaptation for Domain Generalizable Representation Learning

2025-01-01 · CVPR 2025 1 · Seokju Yun, Seunghye Chae, Dongheon Lee, Youngmin Ro

Domain generalization (DG) aims to adapt a model using one or multiple source domains to ensure robust performance in unseen target domains. Recently, Parameter-Efficient Fine-Tuning (PEFT) of foundation models has s…

Domain Generalizationparameter-efficient fine-tuningRepresentation LearningSemantic Segmentation

CORA: Per-Slice Coherent Orthogonal Rotation for SVD-based Low-Rank Adaptation

2026-06-30 · Pengcheng Wang, Ziran Liu, Wei Wang, Wei Jiang arxiv

Parameter-Efficient Fine-Tuning (PEFT) commonly adapts pretrained weights through low-rank updates, and recent methods further exploit the singular value decomposition (SVD) of the base weight for initialization or subsp…

parameter-efficient fine-tuningCode Generation

MiLoRA: Efficient Mixture of Low-Rank Adaptation for Large Language Models Fine-tuning

2024-10-23 · Jingfan Zhang, Yi Zhao, Dan Chen, Xing Tian 외

Low-rank adaptation (LoRA) and its mixture-of-experts (MOE) variants are highly effective parameter-efficient fine-tuning (PEFT) methods. However, they introduce significant latency in multi-tenant settings due to the Lo…

MathMixture-of-Expertsparameter-efficient fine-tuning

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

SemiAdapt and SemiLoRA: Efficient Domain Adaptation for Transformer-based Low-Resource Language Translation with a Case Study on Irish

2025-10-21 · Josh McGiff, Nikola S. Nikolov arxiv

Fine-tuning is widely used to tailor large language models for specific tasks such as neural machine translation (NMT). However, leveraging transfer learning is computationally expensive when fine-tuning large multilingu…

parameter-efficient fine-tuningMachine TranslationTransfer LearningDomain Adaptation