paper-with-me

홈 › Papers

Training dynamic models using early exits for automatic speech recognition on resource-constrained devices

2023-09-18 · George August Wright, Umberto Cappellazzo, Salah Zaiem, Desh Raj, Lucas Ondel Yang, Daniele Falavigna, Mohamed Nabih Ali, Alessio Brutti

The ability to dynamically adjust the computational load of neural models during inference is crucial for on-device processing scenarios characterised by limited and time-varying computational resources. A promising solution is presented by early-exit architectures, in which additional exit branches are appended to intermediate layers of the encoder. In self-attention models for automatic speech recognition (ASR), early-exit architectures enable the development of dynamic models capable of adapting their size and architecture to varying levels of computational resources and ASR performance demands. Previous research on early-exiting ASR models has relied on pre-trained self-supervised models, fine-tuned with an early-exit loss. In this paper, we undertake an experimental comparison between fine-tuning pre-trained backbones and training models from scratch with the early-exiting objective. Experiments conducted on public datasets reveal that early-exit models trained from scratch not only preserve performance when using fewer encoder layers but also exhibit enhanced task accuracy compared to single-exit or pre-trained models. Furthermore, we explore an exit selection strategy grounded in posterior probabilities as an alternative to the conventional frame-based entropy approach. Results provide insights into the training dynamics of early-exit architectures for ASR models, particularly the efficacy of training strategies and exit selection methods.

📄 PDF Abstract BibTeX arXiv:2309.09546

Code (1)

augustgw/early-exit-transformer 공식 구현 torch

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Model Compressionspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

DAISY: Data Adaptive Self-Supervised Early Exit for Speech Representation Models

2024-06-08 · Tzu-Quan Lin, Hung-Yi Lee, Hao Tang

Self-supervised speech models have shown to be useful for various tasks, but their large size limits the use in devices with low computing power and memory. In this work, we explore early exit, an approach for reducing l…

RomeBERT: Robust Training of Multi-Exit BERT

2021-01-24 · Shijie Geng, Peng Gao, Zuohui Fu, Yongfeng Zhang

BERT has achieved superior performances on Natural Language Understanding (NLU) tasks. However, BERT possesses a large number of parameters and demands certain resources to deploy. For acceleration, Dynamic Early Exiting…

Natural Language Understanding

QuickNets: Saving Training and Preventing Overconfidence in Early-Exit Neural Architectures

2022-12-25 · Devdhar Patel, Hava Siegelmann

Deep neural networks have long training and processing times. Early exits added to neural networks allow the network to make early predictions using intermediate activations in the network in time-sensitive applications.…

Knowing When to Quit: Probabilistic Early Exits for Speech Separation

2025-07-13 · Kenny Falkær Olsen, Mads Østergaard, Karl Ulbæk, Søren Føns Nielsen 외 arxiv

In recent years, deep learning-based single-channel speech separation has improved considerably, in large part driven by increasingly compute- and parameter-efficient neural network architectures. Most such architectures…

Speech Separation

Recurrent Early Exits for Federated Learning with Heterogeneous Clients

2024-05-23 · Royson Lee, Javier Fernandez-Marques, Shell Xu Hu, Da Li 외

Federated learning (FL) has enabled distributed learning of a model across multiple clients in a privacy-preserving manner. One of the main challenges of FL is to accommodate clients with varying hardware capacities; cli…

Federated LearningKnowledge DistillationPrivacy Preserving