paper-with-me

홈 › Papers

SAM-PARSER: Fine-tuning SAM Efficiently by Parameter Space Reconstruction

2023-08-28 · Zelin Peng, Zhengqin Xu, Zhilin Zeng, Xiaokang Yang, Wei Shen

Segment Anything Model (SAM) has received remarkable attention as it offers a powerful and versatile solution for object segmentation in images. However, fine-tuning SAM for downstream segmentation tasks under different scenarios remains a challenge, as the varied characteristics of different scenarios naturally requires diverse model parameter spaces. Most existing fine-tuning methods attempt to bridge the gaps among different scenarios by introducing a set of new parameters to modify SAM's original parameter space. Unlike these works, in this paper, we propose fine-tuning SAM efficiently by parameter space reconstruction (SAM-PARSER), which introduce nearly zero trainable parameters during fine-tuning. In SAM-PARSER, we assume that SAM's original parameter space is relatively complete, so that its bases are able to reconstruct the parameter space of a new scenario. We obtain the bases by matrix decomposition, and fine-tuning the coefficients to reconstruct the parameter space tailored to the new scenario by an optimal linear combination of the bases. Experimental results show that SAM-PARSER exhibits superior segmentation performance across various scenarios, while reducing the number of trainable parameters by $\approx 290$ times compared with current parameter-efficient fine-tuning methods.

📄 PDF Abstract BibTeX arXiv:2308.14604

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuningSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SAM 설명 없음

Similar Papers 제목 키워드 기반

SSMLoRA: Enhancing Low-Rank Adaptation with State Space Model

2025-02-07 · Jiayang Yu, Yihang Zhang, Bin Wang, Peiqin Lin 외

Fine-tuning is a key approach for adapting language models to specific downstream tasks, but updating all model parameters becomes impractical as model sizes increase. Parameter-Efficient Fine-Tuning (PEFT) methods, such…

parameter-efficient fine-tuning

Parameterizing Context: Unleashing the Power of Parameter-Efficient Fine-Tuning and In-Context Tuning for Continual Table Semantic Parsing

2023-10-07 · NeurIPS 2023 11

Continual table semantic parsing aims to train a parser on a sequence of tasks, where each task requires the parser to translate natural language into SQL based on task-specific tables but only offers limited training ex…

Continual LearningData Augmentationparameter-efficient fine-tuningSemantic Parsing

Visual Prompt Tuning

2022-03-23 · Menglin Jia, Luming Tang, Bor-Chun Chen, Claire Cardie 외

The current modus operandi in adapting pre-trained models involves updating all the backbone parameters, ie, full fine-tuning. This paper introduces Visual Prompt Tuning (VPT) as an efficient and effective alternative to…

Image ClassificationLong-tail LearningPrompt EngineeringVisual Prompt Tuning

Parameter-Efficient Fine-Tuning with Column Space Projection

2025-05-26 · Junseo Hwang, Wonguk Cho, Taesup Kim

Fine-tuning large language models (LLMs) with minimal computational overhead is essential for efficiently adapting them to downstream tasks under resource constraints. Parameter-efficient fine-tuning (PEFT) methods, such…

parameter-efficient fine-tuning

Hyperparameter Optimization for Large Language Model Instruction-Tuning

2023-12-01 · Christophe Tribes, Sacha Benarroch-Lelong, Peng Lu, Ivan Kobyzev

The fine-tuning of Large Language Models (LLMs) has enabled them to recently achieve milestones in natural language processing applications. The emergence of ever larger LLMs has paved the way for more efficient fine-tun…

Hyperparameter OptimizationLanguage ModelingLanguage ModellingLarge Language Model+1