paper-with-me

홈 › Papers

Dynamic Adapter Meets Prompt Tuning: Parameter-Efficient Transfer Learning for Point Cloud Analysis

2024-03-03 · CVPR 2024 1 · Xin Zhou, Dingkang Liang, Wei Xu, Xingkui Zhu, Yihan Xu, Zhikang Zou, Xiang Bai

Point cloud analysis has achieved outstanding performance by transferring point cloud pre-trained models. However, existing methods for model adaptation usually update all model parameters, i.e., full fine-tuning paradigm, which is inefficient as it relies on high computational costs (e.g., training GPU memory) and massive storage space. In this paper, we aim to study parameter-efficient transfer learning for point cloud analysis with an ideal trade-off between task performance and parameter efficiency. To achieve this goal, we freeze the parameters of the default pre-trained models and then propose the Dynamic Adapter, which generates a dynamic scale for each token, considering the token significance to the downstream task. We further seamlessly integrate Dynamic Adapter with Prompt Tuning (DAPT) by constructing Internal Prompts, capturing the instance-specific features for interaction. Extensive experiments conducted on five challenging datasets demonstrate that the proposed DAPT achieves superior performance compared to the full fine-tuning counterparts while significantly reducing the trainable parameters and training GPU memory by 95% and 35%, respectively. Code is available at https://github.com/LMD0311/DAPT.

📄 PDF Abstract BibTeX arXiv:2403.01439

Code (1)

lmd0311/dapt 공식 구현 pytorch

Tasks

3D Parameter-Efficient Fine-Tuning for ClassificationGPUTransfer Learning

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

UniPET-SPK: A Unified Framework for Parameter-Efficient Tuning of Pre-trained Speech Models for Robust Speaker Verification

2025-01-27 · Mufan Sang, John H. L. Hansen

With excellent generalization ability, SSL speech models have shown impressive performance on various downstream tasks in the pre-training and fine-tuning paradigm. However, as the size of pre-trained models grows, fine-…

Speaker Verification

Prompting and Adapter Tuning for Self-supervised Encoder-Decoder Speech Model

2023-10-04 · Kai-Wei Chang, Ming-Hsin Chen, Yun-Ping Lin, Jing Neng Hsu 외

Prompting and adapter tuning have emerged as efficient alternatives to fine-tuning (FT) methods. However, existing studies on speech prompting focused on classification tasks and failed on more complex sequence generatio…

Cross-Lingual ASRDecoderslot-fillingSlot Filling

PE-CLIP: A Parameter-Efficient Fine-Tuning of Vision Language Models for Dynamic Facial Expression Recognition

2025-03-21 · Ibtissam Saadi, Abdenour Hadid, Douglas W. Cunningham, Abdelmalik Taleb-Ahmed 외

Vision-Language Models (VLMs) like CLIP offer promising solutions for Dynamic Facial Expression Recognition (DFER) but face challenges such as inefficient full fine-tuning, high complexity, and poor alignment between tex…

Dynamic Facial Expression RecognitionFacial Expression Recognitionparameter-efficient fine-tuningPrompt Learning

Adapter-X: A Novel General Parameter-Efficient Fine-Tuning Framework for Vision

2024-06-05 · Minglei Li, Peng Ye, Yongqi Huang, Lin Zhang 외

Parameter-efficient fine-tuning (PEFT) has become increasingly important as foundation models continue to grow in both popularity and size. Adapter has been particularly well-received due to their potential for parameter…

3D Classificationparameter-efficient fine-tuning

Prompt Tuning based Adapter for Vision-Language Model Adaption

2023-03-24 · Jingchen Sun, Jiayu Qin, Zihao Lin, Changyou Chen

Large pre-trained vision-language (VL) models have shown significant promise in adapting to various downstream tasks. However, fine-tuning the entire network is challenging due to the massive number of model parameters. …

Few-Shot Image Classificationimage-classificationImage ClassificationLanguage Modeling+1