5%>100%: Breaking Performance Shackles of Full Fine-Tuning on Visual Recognition Tasks
Dongshuo Yin, Leiyi Hu, Bin Li, Youqun Zhang, Xue Yang
TL;DR
The paper questions the continued supremacy of full fine-tuning for visual transfer learning and introduces Mona-tuning, a convolution-based adapter framework with multi-cognitive visual filters and input distribution control. Mona inserts vision-focused adapters after fixed backbone layers (Swin blocks) and uses input normalization to align feature distributions, enabling delta-tuning that can outperform full fine-tuning on both simple and dense prediction tasks. Across COCO, ADE20K, Pascal VOC, DOTA/STAR, Flowers102, Oxford Pets, and VOC2007, Mona achieves consistent gains, including approximately a 1% AP improvement on COCO, while drastically reducing the number of trainable parameters. This work suggests that, with carefully designed visual adapters, full fine-tuning is no longer universally optimal for transferring large vision models to diverse tasks, offering practical benefits in efficiency and performance.
Abstract
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.
