paper-with-me

Papers

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 and accuracy using conditional computation. Starting with an existing dense pretrained model, CoDA adds sparse activation together with a small number of new parameters and a light-weight training phase. Our experiments demonstrate that the CoDA approach provides an unexpectedly efficient way to transfer knowledge. Across a variety of language, vision, and speech tasks, CoDA achieves a 2x to 8x inference speed-up compared to the state-of-the-art Adapter approaches with moderate to no accuracy loss and the same parameter efficiency.

📄 PDF Abstract BibTeX arXiv:2304.04947

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer Learning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Adapter 설명 없음

Similar Papers 제목 키워드 기반

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

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

Cross-Lingual Transfer with Target Language-Ready Task Adapters

2023-06-05 · Marinela Parović, Alan Ansell, Ivan Vulić, Anna Korhonen

Adapters have emerged as a modular and parameter-efficient approach to (zero-shot) cross-lingual transfer. The established MAD-X framework employs separate language and task adapters which can be arbitrarily combined to …

Cross-Lingual TransferZero-Shot Cross-Lingual Transfer

On The Cross-Modal Transfer from Natural Language to Code through Adapter Modules

2022-04-19 · Divyam Goel, Ramansh Grover, Fatemeh H. Fard

Pre-trained neural Language Models (PTLM), such as CodeBERT, are recently used in software engineering as models pre-trained on large source code corpora. Their knowledge is transferred to downstream tasks (e.g. code clo…

Clone DetectionCloze TestTransfer Learning

Faster Parameter-Efficient Tuning with Token Redundancy Reduction

2025-03-26 · CVPR 2025 1 · Kwonyoung Kim, Jungin Park, Jin Kim, Hyeongjun Kwon 외

Parameter-efficient tuning (PET) aims to transfer pre-trained foundation models to downstream tasks by learning a small number of parameters. Compared to traditional fine-tuning, which updates the entire model, PET signi…

Token Reduction