paper-with-me

홈 › Papers

Splitformer: An improved early-exit architecture for automatic speech recognition on edge devices

2025-06-22 · Maxence Lasbordes, Daniele Falavigna, Alessio Brutti

The ability to dynamically adjust the computational load of neural models during inference in a resource aware manner is crucial for on-device processing scenarios, characterised by limited and time-varying computational resources. Early-exit architectures represent an elegant and effective solution, since they can process the input with a subset of their layers, exiting at intermediate branches (the upmost layers are hence removed from the model). From a different perspective, for automatic speech recognition applications there are memory-efficient neural architectures that apply variable frame rate analysis, through downsampling/upsampling operations in the middle layers, reducing the overall number of operations and improving significantly the performance on well established benchmarks. One example is the Zipformer. However, these architectures lack the modularity necessary to inject early-exit branches. With the aim of improving the performance in early-exit models, we propose introducing parallel layers in the architecture that process downsampled versions of their inputs. % in conjunction with standard processing layers. We show that in this way the speech recognition performance on standard benchmarks significantly improve, at the cost of a small increase in the overall number of model parameters but without affecting the inference time.

📄 PDF Abstract BibTeX arXiv:2506.18035

Code (1)

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

Tasks

Automatic Speech Recognitionspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…
Parallel Layers • Parallel Layers – We use a “parallel” formulation in each Transformer block (Wang & Komatsuzaki, 2021), rather than the standard “serialized” formulation. Specifically, the…

Similar 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 외

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 solu…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Model Compressionspeech-recognition+1

Using Early Exits for Fast Inference in Automatic Modulation Classification

2023-08-22 · Elsayed Mohammed, Omar Mashaal, Hatem Abou-zeid

Automatic modulation classification (AMC) plays a critical role in wireless communications by autonomously classifying signals transmitted over the radio spectrum. Deep learning (DL) techniques are increasingly being use…

The Diminishing Returns of Early-Exit Decoding in Modern LLMs

2026-03-24 · Rui Wei, Rui Du, Hanfei Yu, Devesh Tiwari 외 arxiv

In Large Language Model (LLM) inference, early-exit refers to stopping computation at an intermediate layer once the prediction is sufficiently confident, thereby reducing latency and cost. However, recent LLMs adopt imp…

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

SAFE-KD: Risk-Controlled Early-Exit Distillation for Vision Backbones

2026-02-03 · Salim Khazem arxiv

Early-exit networks reduce inference cost by allowing ``easy'' inputs to stop early, but practical deployment hinges on knowing \emph{when} early exit is safe. We introduce SAFE-KD, a universal multi-exit wrapper for mod…

Knowledge Distillation