paper-with-me

홈 › Papers

Squeezeformer: An Efficient Transformer for Automatic Speech Recognition

2022-06-02 · Sehoon Kim, Amir Gholami, Albert Shaw, Nicholas Lee, Karttikeya Mangalam, Jitendra Malik, Michael W. Mahoney, Kurt Keutzer

The recently proposed Conformer model has become the de facto backbone model for various downstream speech tasks based on its hybrid attention-convolution architecture that captures both local and global features. However, through a series of systematic studies, we find that the Conformer architecture's design choices are not optimal. After re-examining the design choices for both the macro and micro-architecture of Conformer, we propose Squeezeformer which consistently outperforms the state-of-the-art ASR models under the same training schemes. In particular, for the macro-architecture, Squeezeformer incorporates (i) the Temporal U-Net structure which reduces the cost of the multi-head attention modules on long sequences, and (ii) a simpler block structure of multi-head attention or convolution modules followed up by feed-forward module instead of the Macaron structure proposed in Conformer. Furthermore, for the micro-architecture, Squeezeformer (i) simplifies the activations in the convolutional block, (ii) removes redundant Layer Normalization operations, and (iii) incorporates an efficient depthwise down-sampling layer to efficiently sub-sample the input signal. Squeezeformer achieves state-of-the-art results of 7.5%, 6.5%, and 6.0% word-error-rate (WER) on LibriSpeech test-other without external language models, which are 3.1%, 1.4%, and 0.6% better than Conformer-CTC with the same number of FLOPs. Our code is open-sourced and available online.

📄 PDF Abstract BibTeX arXiv:2206.00888

Code (4)

kssteven418/squeezeformer 공식 구현 tf
NVIDIA/NeMo/tree/main/examples/asr/conf/squeezeformer pytorch
msalhab96/SpeeQ pytorch
upskyy/Squeezeformer pytorch

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Speech Recognition

Methods 이 논문이 사용한 방법론

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$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
U-Net 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

HYBRIDFORMER: improving SqueezeFormer with hybrid attention and NSR mechanism

2023-03-15 · Yuguang Yang, Yu Pan, JingJing Yin, Jiangyu Han 외

SqueezeFormer has recently shown impressive performance in automatic speech recognition (ASR). However, its inference speed suffers from the quadratic complexity of softmax-attention (SA). In addition, limited by the lar…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Neural Architecture Searchspeech-recognition+1

AUREXA-SE: Audio-Visual Unified Representation Exchange Architecture with Cross-Attention and Squeezeformer for Speech Enhancement

2025-10-06 · M. Sajid, Deepanshu Gupta, Yash Modi, Sanskriti Jain 외 arxiv

In this paper, we propose AUREXA-SE (Audio-Visual Unified Representation Exchange Architecture with Cross-Attention and Squeezeformer for Speech Enhancement), a progressive bimodal framework tailored for audio-visual spe…

Representation LearningSpeech Enhancement

Transsion TSUP's speech recognition system for ASRU 2023 MADASR Challenge

2023-07-20 · Xiaoxiao Li, Gaosheng Zhang, An Zhu, Weiyong Li 외

This paper presents a speech recognition system developed by the Transsion Speech Understanding Processing Team (TSUP) for the ASRU 2023 MADASR Challenge. The system focuses on adapting ASR models for low-resource Indian…

DecoderLanguage ModelingLanguage Modellingspeech-recognition+1

Do You Act Like You Talk? Exploring Pose-based Driver Action Classification with Speech Recognition Networks

2024-07-15 · IEEE Intelligent Vehicles Symposium (IV) 2024 7 · Pablo Pardo-Decimavilla, Luis M. Bergasa, Santiago Montiel-Marín, Miguel Antunes 외

Recognizing distractions on the road is crucial to reduce traffic accidents. Video-based networks are typically used, but are limited by their computational cost and are vulnerable to viewpoint changes. In this paper, we…

Action ClassificationData AugmentationSkeleton Based Action Recognitionspeech-recognition+1

Disentangled-Transformer: An Explainable End-to-End Automatic Speech Recognition Model with Speech Content-Context Separation

2024-11-26 · Pu Wang, Hugo Van hamme

End-to-end transformer-based automatic speech recognition (ASR) systems often capture multiple speech traits in their learned representations that are highly entangled, leading to a lack of interpretability. In this stud…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speaker-diarizationSpeaker Diarization+2