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

5%>100%: Breaking Performance Shackles of Full Fine-Tuning on Visual Recognition Tasks

About

Pre-training & fine-tuning can enhance the transferring efficiency and performance in visual tasks. Recent delta-tuning methods provide more options for visual classification tasks. Despite their success, existing visual delta-tuning art fails to exceed the upper limit of full fine-tuning on challenging tasks like object detection and segmentation. To find a competitive alternative to full fine-tuning, we propose the Multi-cognitive Visual Adapter (Mona) tuning, a novel adapter-based tuning method. First, we introduce multiple vision-friendly filters into the adapter to enhance its ability to process visual signals, while previous methods mainly rely on language-friendly linear filters. Second, we add the scaled normalization layer in the adapter to regulate the distribution of input features for visual filters. To fully demonstrate the practicality and generality of Mona, we conduct experiments on multiple representative visual tasks, including instance segmentation on COCO, semantic segmentation on ADE20K, object detection on Pascal VOC, oriented object detection on DOTA/STAR, and image classification on three common datasets. Exciting results illustrate that Mona surpasses full fine-tuning on all these tasks, and is the only delta-tuning method outperforming full fine-tuning on the above various tasks. For example, Mona achieves 1% performance gain on the COCO dataset compared to full fine-tuning. Comprehensive results suggest that Mona-tuning is more suitable for retaining and utilizing the capabilities of pre-trained models than full fine-tuning. The code will be released at https://github.com/Leiyi-Hu/mona.

Dongshuo Yin, Leiyi Hu, Bin Li, Youqun Zhang, Xue Yang• 2024

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU51.6
2731
Image ClassificationFood-101--
494
Image ClassificationImageNet-R
Top-1 Acc72.7
474
Oriented Object DetectionDOTA v1.0 (test)--
378
Image ClassificationSVHN--
359
Image ClassificationCIFAR-100--
302
Object DetectionCOCO 2017
AP (Box)48.9
279
Instance SegmentationCOCO 2017
APm44.4
199
Semantic segmentationPotsdam (test)
mIoU78.6
104
Semantic segmentationLoveDA (test)
mIoU53.8
81
Showing 10 of 17 rows

Other info

Code

Follow for update