Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Singular Value Fine-tuning: Few-shot Segmentation requires Few-parameters Fine-tuning

About

Freezing the pre-trained backbone has become a standard paradigm to avoid overfitting in few-shot segmentation. In this paper, we rethink the paradigm and explore a new regime: {\em fine-tuning a small part of parameters in the backbone}. We present a solution to overcome the overfitting problem, leading to better model generalization on learning novel classes. Our method decomposes backbone parameters into three successive matrices via the Singular Value Decomposition (SVD), then {\em only fine-tunes the singular values} and keeps others frozen. The above design allows the model to adjust feature representations on novel classes while maintaining semantic clues within the pre-trained backbone. We evaluate our {\em Singular Value Fine-tuning (SVF)} approach on various few-shot segmentation methods with different backbones. We achieve state-of-the-art results on both Pascal-5$^i$ and COCO-20$^i$ across 1-shot and 5-shot settings. Hopefully, this simple baseline will encourage researchers to rethink the role of backbone fine-tuning in few-shot settings. The source code and models will be available at https://github.com/syp2ysy/SVF.

Yanpeng Sun, Qiang Chen, Xiangyu He, Jian Wang, Haocheng Feng, Junyu Han, Errui Ding, Jian Cheng, Zechao Li, Jingdong Wang• 2022

Related benchmarks

TaskDatasetResultRank
Image ClassificationDTD--
487
Image ClassificationFlowers102
Accuracy91.8
478
Few-shot SegmentationPASCAL-5i
mIoU (Fold 0)72.3
325
Few-shot Semantic SegmentationPASCAL-5^i (test)
FB-IoU68.09
177
Few-shot SegmentationCOCO 20^i (test)
mIoU48.47
174
Few-shot Semantic SegmentationCOCO-20i (test)
mIoU (mean)54.38
79
Few-shot SegmentationCOCO-20^i
mIoU (S0)52.3
78
Semantic segmentationCOCO-20i (test)
Mean Score48.5
70
Few-shot Semantic SegmentationPASCAL-5i (test)--
65
Multiple-choice Question AnsweringARC Easy
Accuracy83.2
12
Showing 10 of 12 rows

Other info

Code

Follow for update