paper-with-me

Papers

Skip Tuning: Pre-trained Vision-Language Models are Effective and Efficient Adapters Themselves

2024-12-16 · CVPR 2025 1 · Shihan Wu, Ji Zhang, Pengpeng Zeng, Lianli Gao, Jingkuan Song, Heng Tao Shen

Prompt tuning (PT) has long been recognized as an effective and efficient paradigm for transferring large pre-trained vision-language models (VLMs) to downstream tasks by learning a tiny set of context vectors. Nevertheless, in this work, we reveal that freezing the parameters of VLMs during learning the context vectors neither facilitates the transferability of pre-trained knowledge nor improves the memory and time efficiency significantly. Upon further investigation, we find that reducing both the length and width of the feature-gradient propagation flows of the full fine-tuning (FT) baseline is key to achieving effective and efficient knowledge transfer. Motivated by this, we propose Skip Tuning, a novel paradigm for adapting VLMs to downstream tasks. Unlike existing PT or adapter-based methods, Skip Tuning applies Layer-wise Skipping (LSkip) and Class-wise Skipping (CSkip) upon the FT baseline without introducing extra context vectors or adapter modules. Extensive experiments across a wide spectrum of benchmarks demonstrate the superior effectiveness and efficiency of our Skip Tuning over both PT and adapter-based methods. Code: https://github.com/Koorye/SkipTuning.

📄 PDF Abstract BibTeX arXiv:2412.11509

Code (1)

koorye/skiptuning 공식 구현 pytorch

Tasks

Transfer Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Adapter 설명 없음

Similar Papers 제목 키워드 기반

mPLUG: Effective and Efficient Vision-Language Learning by Cross-modal Skip-connections

2022-05-24 · Chenliang Li, Haiyang Xu, Junfeng Tian, Wei Wang 외

Large-scale pretrained foundation models have been an emerging paradigm for building artificial intelligence (AI) systems, which can be quickly adapted to a wide range of downstream tasks. This paper presents mPLUG, a ne…

Computational Efficiencycross-modal alignmentImage CaptioningImage-text Retrieval+7

Improving Machine Translation by Searching Skip Connections Efficiently

2021-01-01 · Chen Yang, Houfeng Wang

As a widely used neural network model in NLP (neural language processing), transformer model achieves state-of-the-art performance in several translation tasks. Transformer model has a fixed skip connection architecture …

Machine TranslationTranslation

The Surprising Effectiveness of Skip-Tuning in Diffusion Sampling

2024-02-23 · Jiajun Ma, Shuchen Xue, Tianyang Hu, Wenjia Wang 외

With the incorporation of the UNet architecture, diffusion probabilistic models have become a dominant force in image generation tasks. One key design in UNet is the skip connections between the encoder and decoder block…

DecoderImage Generation

Selecting Informative Contexts Improves Language Model Finetuning

2020-05-01 · Richard Antonello, Nicole Beckage, Javier Turek, Alexander Huth

Language model fine-tuning is essential for modern natural language processing, but is computationally expensive and time-consuming. Further, the effectiveness of fine-tuning is limited by the inclusion of training examp…

Language ModelingLanguage Modellingmodel

Solo Connection: A Parameter Efficient Fine-Tuning Technique for Transformers

2025-07-18 · Harsh Nilesh Pathak, Randy Paffenroth arxiv

Parameter efficient fine tuning (PEFT) is a versatile and extensible approach for adapting a Large Language Model (LLM) for newer tasks. One of the most prominent PEFT approaches, Low Rank Adaptation (LoRA), primarily fo…