paper-with-me

Papers

VMT-Adapter: Parameter-Efficient Transfer Learning for Multi-Task Dense Scene Understanding

2023-12-14 · Yi Xin, Junlong Du, Qiang Wang, Zhiwen Lin, Ke Yan

Large-scale pre-trained models have achieved remarkable success in various computer vision tasks. A standard approach to leverage these models is to fine-tune all model parameters for downstream tasks, which poses challenges in terms of computational and storage costs. Recently, inspired by Natural Language Processing (NLP), parameter-efficient transfer learning has been successfully applied to vision tasks. However, most existing techniques primarily focus on single-task adaptation, and despite limited research on multi-task adaptation, these methods often exhibit suboptimal training and inference efficiency. In this paper, we first propose an once-for-all Vision Multi-Task Adapter (VMT-Adapter), which strikes approximately O(1) training and inference efficiency w.r.t task number. Concretely, VMT-Adapter shares the knowledge from multiple tasks to enhance cross-task interaction while preserves task-specific knowledge via independent knowledge extraction modules. Notably, since task-specific modules require few parameters, VMT-Adapter can handle an arbitrary number of tasks with a negligible increase of trainable parameters. We also propose VMT-Adapter-Lite, which further reduces the trainable parameters by learning shared parameters between down- and up-projections. Extensive experiments on four dense scene understanding tasks demonstrate the superiority of VMT-Adapter(-Lite), achieving a 3.96%(1.34%) relative improvement compared to single-task full fine-tuning, while utilizing merely ~1% (0.36%) trainable parameters of the pre-trained model.

📄 PDF Abstract BibTeX arXiv:2312.08733

Code (0)

등록된 구현이 없습니다.

Tasks

Scene UnderstandingTransfer Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Adapter 설명 없음

Similar Papers 제목 키워드 기반

Parameter-efficient Zero-shot Transfer for Cross-Language Dense Retrieval with Adapters

2022-12-20 · Eugene Yang, Suraj Nair, Dawn Lawrie, James Mayfield 외

A popular approach to creating a zero-shot cross-language retrieval model is to substitute a monolingual pretrained language model in the retrieval model with a multilingual pretrained language model such as Multilingual…

Information RetrievalLanguage ModelingLanguage ModellingRetrieval

Conditional Adapters: Parameter-efficient Transfer Learning with Fast Inference

2023-04-11 · NeurIPS 2023 11

We propose Conditional Adapter (CoDA), a parameter-efficient transfer learning method that also improves inference efficiency. CoDA generalizes beyond standard adapter approaches to enable a new way of balancing speed an…

Transfer Learning

Multilingual Machine Translation with Hyper-Adapters

2022-05-22 · Christos Baziotis, Mikel Artetxe, James Cross, Shruti Bhosale

Multilingual machine translation suffers from negative interference across languages. A common solution is to relax parameter sharing with language-specific modules like adapters. However, adapters of related languages a…

Machine TranslationTranslation

Prototype-based HyperAdapter for Sample-Efficient Multi-task Tuning

2023-10-18 · Hao Zhao, Jie Fu, Zhaofeng He

Parameter-efficient fine-tuning (PEFT) has shown its effectiveness in adapting the pre-trained language models to downstream tasks while only updating a small number of parameters. Despite the success, most existing meth…

Multi-Task Learningparameter-efficient fine-tuningTransfer Learning

Parameter-Efficient Sparse Retrievers and Rerankers using Adapters

2023-03-23 · Vaishali Pal, Carlos Lassance, Hervé Déjean, Stéphane Clinchant

Parameter-Efficient transfer learning with Adapters have been studied in Natural Language Processing (NLP) as an alternative to full fine-tuning. Adapters are memory-efficient and scale well with downstream tasks by trai…

Domain AdaptationInformation RetrievalLanguage ModellingRetrieval+1