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

Abstract

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 approximately 290 times compared with current parameter-efficient fine-tuning methods.

Cite

Text

Peng et al. "SAM-PARSER: Fine-Tuning SAM Efficiently by Parameter Space Reconstruction." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I5.28250

Markdown

[Peng et al. "SAM-PARSER: Fine-Tuning SAM Efficiently by Parameter Space Reconstruction." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/peng2024aaai-sam/) doi:10.1609/AAAI.V38I5.28250

BibTeX

@inproceedings{peng2024aaai-sam,
  title     = {{SAM-PARSER: Fine-Tuning SAM Efficiently by Parameter Space Reconstruction}},
  author    = {Peng, Zelin and Xu, Zhengqin and Zeng, Zhilin and Yang, Xiaokang and Shen, Wei},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {4515-4523},
  doi       = {10.1609/AAAI.V38I5.28250},
  url       = {https://mlanthology.org/aaai/2024/peng2024aaai-sam/}
}