paper-with-me

홈 › Papers

HYBRIDFORMER: improving SqueezeFormer with hybrid attention and NSR mechanism

2023-03-15 · Yuguang Yang, Yu Pan, JingJing Yin, Jiangyu Han, Lei Ma, Heng Lu

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 large convolution kernel size, the local modeling ability of SqueezeFormer is insufficient. In this paper, we propose a novel method HybridFormer to improve SqueezeFormer in a fast and efficient way. Specifically, we first incorporate linear attention (LA) and propose a hybrid LASA paradigm to increase the model's inference speed. Second, a hybrid neural architecture search (NAS) guided structural re-parameterization (SRep) mechanism, termed NSR, is proposed to enhance the ability of the model to extract local interactions. Extensive experiments conducted on the LibriSpeech dataset demonstrate that our proposed HybridFormer can achieve a 9.1% relative word error rate (WER) reduction over SqueezeFormer on the test-other dataset. Furthermore, when input speech is 30s, the HybridFormer can improve the model's inference speed up to 18%. Our source code is available online.

📄 PDF Abstract BibTeX arXiv:2303.08636

Code (1)

yygle/HybridFormer 공식 구현 pytorch

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Neural Architecture Searchspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

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…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Squeezeformer: An Efficient Transformer for Automatic Speech Recognition

2022-06-02 · Sehoon Kim, Amir Gholami, Albert Shaw, Nicholas Lee 외

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. Howeve…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Speech Recognition

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

Takin-VC: Expressive Zero-Shot Voice Conversion via Adaptive Hybrid Content Encoding and Enhanced Timbre Modeling

2024-10-02 · Yuguang Yang, Yu Pan, Jixun Yao, Xiang Zhang 외

Expressive zero-shot voice conversion (VC) is a critical and challenging task that aims to transform the source timbre into an arbitrary unseen speaker while preserving the original content and expressive qualities. Desp…

Voice Conversion

HAR-Net: Joint Learning of Hybrid Attention for Single-stage Object Detection

2019-04-25 · Ya-Li Li, Shengjin Wang

Object detection has been a challenging task in computer vision. Although significant progress has been made in object detection with deep neural networks, the attention mechanism is far from development. In this paper, …

Objectobject-detectionObject Detection

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