paper-with-me

Papers

Evaluating Parameter-Efficient Transfer Learning Approaches on SURE Benchmark for Speech Understanding

2023-03-02 · Yingting Li, Ambuj Mehrish, Shuai Zhao, Rishabh Bhardwaj, Amir Zadeh, Navonil Majumder, Rada Mihalcea, Soujanya Poria

Fine-tuning is widely used as the default algorithm for transfer learning from pre-trained models. Parameter inefficiency can however arise when, during transfer learning, all the parameters of a large pre-trained model need to be updated for individual downstream tasks. As the number of parameters grows, fine-tuning is prone to overfitting and catastrophic forgetting. In addition, full fine-tuning can become prohibitively expensive when the model is used for many tasks. To mitigate this issue, parameter-efficient transfer learning algorithms, such as adapters and prefix tuning, have been proposed as a way to introduce a few trainable parameters that can be plugged into large pre-trained language models such as BERT, and HuBERT. In this paper, we introduce the Speech UndeRstanding Evaluation (SURE) benchmark for parameter-efficient learning for various speech-processing tasks. Additionally, we introduce a new adapter, ConvAdapter, based on 1D convolution. We show that ConvAdapter outperforms the standard adapters while showing comparable performance against prefix tuning and LoRA with only 0.94% of trainable parameters on some of the task in SURE. We further explore the effectiveness of parameter efficient transfer learning for speech synthesis task such as Text-to-Speech (TTS).

📄 PDF Abstract BibTeX arXiv:2303.03267

Code (1)

declare-lab/speech-adapters 공식 구현 pytorch

Tasks

Speech Synthesistext-to-speechText to SpeechTransfer Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
WordPiece 설명 없음
Attention 설명 없음
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

ELEVATER: A Benchmark and Toolkit for Evaluating Language-Augmented Visual Models

2022-04-19 · Chunyuan Li, Haotian Liu, Liunian Harold Li, Pengchuan Zhang 외

Learning visual representations from natural language supervision has recently shown great promise in a number of pioneering works. In general, these language-augmented visual models demonstrate strong transferability to…

FairnessFew-Shot Image ClassificationFew-Shot Object Detectionimage-classification+5

Current Trends in Deep Learning for Earth Observation: An Open-source Benchmark Arena for Image Classification

2022-07-14 · Ivica Dimitrovski, Ivan Kitanovski, Dragi Kocev, Nikola Simidjievski

We present AiTLAS: Benchmark Arena -- an open-source benchmark suite for evaluating state-of-the-art deep learning approaches for image classification in Earth Observation (EO). To this end, we present a comprehensive co…

ClassificationEarth Observationimage-classificationImage Classification+5

A Survey on Deep Industrial Transfer Learning in Fault Prognostics

2023-01-04 · Benjamin Maschler

Due to its probabilistic nature, fault prognostics is a prime example of a use case for deep learning utilizing big data. However, the low availability of such data sets combined with the high effort of fitting, paramete…

Continual LearningSurveyTransfer Learning

Devling into Adversarial Transferability on Image Classification: Review, Benchmark, and Evaluation

2026-02-26 · Xiaosen Wang, Zhijin Ge, Bohan Liu, Zheng Fang 외 arxiv

Adversarial transferability refers to the capacity of adversarial examples generated on the surrogate model to deceive alternate, unexposed victim models. This property eliminates the need for direct access to the victim…

Image Classification

StudyBench: Can Self-Evolution Squeeze Textbooks for Olympiad Capability?

2026-09-01 · Yinghao Chen, Zixi Chen, Bingxiang He, Ziqing Qiao 외 hf

Humans need to study only a handful of well-written textbooks to master a discipline and attempt its hardest problems. We argue that an ideal self-evolution method should share the same property, that is autonomously lea…