paper-with-me

홈 › Papers

Rethinking Efficient Tuning Methods from a Unified Perspective

2023-03-01 · Zeyinzi Jiang, Chaojie Mao, Ziyuan Huang, Yiliang Lv, Deli Zhao, Jingren Zhou

Parameter-efficient transfer learning (PETL) based on large-scale pre-trained foundation models has achieved great success in various downstream applications. Existing tuning methods, such as prompt, prefix, and adapter, perform task-specific lightweight adjustments to different parts of the original architecture. However, they take effect on only some parts of the pre-trained models, i.e., only the feed-forward layers or the self-attention layers, which leaves the remaining frozen structures unable to adapt to the data distributions of downstream tasks. Further, the existing structures are strongly coupled with the Transformers, hindering parameter-efficient deployment as well as the design flexibility for new approaches. In this paper, we revisit the design paradigm of PETL and derive a unified framework U-Tuning for parameter-efficient transfer learning, which is composed of an operation with frozen parameters and a unified tuner that adapts the operation for downstream applications. The U-Tuning framework can simultaneously encompass existing methods and derive new approaches for parameter-efficient transfer learning, which prove to achieve on-par or better performances on CIFAR-100 and FGVC datasets when compared with existing PETL methods.

📄 PDF Abstract BibTeX arXiv:2303.00690

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

RoAST: Robustifying Language Models via Adversarial Perturbation with Selective Training

2023-12-07 · Jaehyung Kim, Yuning Mao, Rui Hou, Hanchao Yu 외

Fine-tuning pre-trained language models (LMs) has become the de facto standard in many NLP tasks. Nevertheless, fine-tuned LMs are still prone to robustness issues, such as adversarial robustness and model calibration. S…

Adversarial Robustness

Unlabeled Data or Pre-trained Model: Rethinking Semi-Supervised Learning and Pretrain-Finetuning

2025-05-19 · Song-Lin Lv, Rui Zhu, Yu-Feng Li, Lan-Zhe Guo

Semi-supervised learning (SSL) alleviates the cost of data labeling process by exploiting unlabeled data, and has achieved promising results on various tasks such as image classification. Meanwhile, the Pretrain-Finetuni…

image-classificationImage Classification

Rethinking Rainy 3D Scene Reconstruction via Perspective Transforming and Brightness Tuning

2025-11-10 · Qianfeng Yang, Xiang Chen, Pengpeng Li, Qiyuan Guan 외 arxiv

Rain degrades the visual quality of multi-view images, which are essential for 3D scene reconstruction, resulting in inaccurate and incomplete reconstruction results. Existing datasets often overlook two critical charact…

A unified perspective on fine-tuning and sampling with diffusion and flow models

2026-04-30 · Carles Domingo-Enrich, Yuanqi Du, Michael S. Albergo arxiv

We study the problem of training diffusion and flow generative models to sample from target distributions defined by an exponential tilting of a base density; a formulation that subsumes both sampling from unnormalized d…

Rethinking News Text Classification from a Timeliness Perspective under the Pre-training and Fine-tuning Paradigm

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Pre-trained language models (PLMs) have made significant progress in NLP. News text classification is one of the most fundamental tasks in NLP, and various existing works have shown that fine-tuned on PLMs could score up…

ClassificationNews Classificationtext-classificationText Classification