ELP-Adapters: Parameter Efficient Adapter Tuning for Various Speech Processing Tasks
Nakamasa Inoue, Shinta Otake, Takumi Hirose, Masanari Ohi, Rei Kawakami
TL;DR
This work tackles the high parameter cost of fine-tuning self-supervised speech models for diverse downstream tasks. It introduces ELP-adapter tuning, which integrates three adapters—E-adapters for fine-grained linguistic features, L-adapters for leveraging lower-layer non-linguistic information, and P-adapters for injecting pseudo features—into a frozen backbone like WavLM. Across ASR, ASV, SER, and SIC, ELP-adapter tuning matches or surpasses full fine-tuning while reducing learnable parameters by roughly an order of magnitude, with notable gains from combining all three adapters. The approach demonstrates strong task transferability, improved efficiency, and insights into layer-wise contributions, offering a practical path to scalable deployment of self-supervised speech models. Limitations include scenarios with abundant data where full fine-tuning may still be favorable, and future work points to automatic pruning, neural architecture search, and multi-modal extensions.
Abstract
Self-supervised learning has emerged as a key approach for learning generic representations from speech data. Despite promising results in downstream tasks such as speech recognition, speaker verification, and emotion recognition, a significant number of parameters is required, which makes fine-tuning for each task memory-inefficient. To address this limitation, we introduce ELP-adapter tuning, a novel method for parameter-efficient fine-tuning using three types of adapter, namely encoder adapters (E-adapters), layer adapters (L-adapters), and a prompt adapter (P-adapter). The E-adapters are integrated into transformer-based encoder layers and help to learn fine-grained speech representations that are effective for speech recognition. The L-adapters create paths from each encoder layer to the downstream head and help to extract non-linguistic features from lower encoder layers that are effective for speaker verification and emotion recognition. The P-adapter appends pseudo features to CNN features to further improve effectiveness and efficiency. With these adapters, models can be quickly adapted to various speech processing tasks. Our evaluation across four downstream tasks using five backbone models demonstrated the effectiveness of the proposed method. With the WavLM backbone, its performance was comparable to or better than that of full fine-tuning on all tasks while requiring 90% fewer learnable parameters.
