paper-with-me

Papers

SoRA: Singular Value Decomposed Low-Rank Adaptation for Domain Generalizable Representation Learning

2024-12-05 · 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 shown promising results in the context of DG problem. Nevertheless, existing PEFT methods still struggle to strike a balance between preserving generalizable components of the pre-trained model and learning task-specific features. To gain insights into the distribution of generalizable components, we begin by analyzing the pre-trained weights through the lens of singular value decomposition. Building on these insights, we introduce Singular Value Decomposed Low-Rank Adaptation (SoRA), an approach that selectively tunes minor singular components while keeping the residual parts frozen. SoRA effectively retains the generalization ability of the pre-trained model while efficiently acquiring task-specific skills. Furthermore, we freeze domain-generalizable blocks and employ an annealing weight decay strategy, thereby achieving an optimal balance in the delicate trade-off between generalizability and discriminability. SoRA attains state-of-the-art results on multiple benchmarks that span both domain generalized semantic segmentation to domain generalized object detection. In addition, our methods introduce no additional inference overhead or regularization loss, maintain compatibility with any backbone or head, and are designed to be versatile, allowing easy integration into a wide range of tasks.

📄 PDF Abstract BibTeX arXiv:2412.04077

Code (1)

ysj9909/DG-SoRA 공식 구현 pytorch

Tasks

Domain AdaptationDomain Generalizationobject-detectionObject Detectionparameter-efficient fine-tuningRepresentation LearningSemantic Segmentation

Methods 이 논문이 사용한 방법론

Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

OSoRA: Output-Dimension and Singular-Value Initialized Low-Rank Adaptation

2025-05-20 · Jialong Han, Si Zhang, Ke Zhang

Fine-tuning Large Language Models (LLMs) has become increasingly challenging due to their massive scale and associated computational costs. Parameter-Efficient Fine-Tuning (PEFT) methodologies have been proposed as compu…

Common Sense ReasoningMathematical Reasoningparameter-efficient fine-tuning

EDoRA: Efficient Weight-Decomposed Low-Rank Adaptation via Singular Value Decomposition

2025-01-21 · Hamid Nasiri, Peter Garraghan

Parameter-efficient fine-tuning methods, such as LoRA, reduces the number of trainable parameters. However, they often suffer from scalability issues and differences between their learning pattern and full fine-tuning. T…

parameter-efficient fine-tuning

SALT: Singular Value Adaptation with Low-Rank Transformation

2025-03-20 · Abdelrahman Elsayed, Sarim Hashmi, Mohammed Elseiagy, Hu Wang 외

The complex nature of medical image segmentation calls for models that are specifically designed to capture detailed, domain-specific features. Large foundation models offer considerable flexibility, yet the cost of fine…

Image SegmentationMedical Image Segmentationparameter-efficient fine-tuningSemantic Segmentation

Sparse Low-rank Adaptation of Pre-trained Language Models

2023-11-20 · Ning Ding, Xingtai Lv, Qiaosen Wang, Yulin Chen 외

Fine-tuning pre-trained large language models in a parameter-efficient manner is widely studied for its effectiveness and efficiency. The popular method of low-rank adaptation (LoRA) offers a notable approach, hypothesiz…

Memorization

Efficient Adaptation of Pre-trained Vision Transformer via Householder Transformation

2024-10-30 · Wei Dong, Yuan Sun, Yiting Yang, Xing Zhang 외

A common strategy for Parameter-Efficient Fine-Tuning (PEFT) of pre-trained Vision Transformers (ViTs) involves adapting the model to downstream tasks by learning a low-rank adaptation matrix. This matrix is decomposed i…

parameter-efficient fine-tuning