paper-with-me

Papers

The Conformer Encoder May Reverse the Time Dimension

2024-10-01 · Robin Schmitt, Albert Zeyer, Mohammad Zeineldeen, Ralf Schlüter, Hermann Ney

We sometimes observe monotonically decreasing cross-attention weights in our Conformer-based global attention-based encoder-decoder (AED) models, Further investigation shows that the Conformer encoder reverses the sequence in the time dimension. We analyze the initial behavior of the decoder cross-attention mechanism and find that it encourages the Conformer encoder self-attention to build a connection between the initial frames and all other informative frames. Furthermore, we show that, at some point in training, the self-attention module of the Conformer starts dominating the output over the preceding feed-forward module, which then only allows the reversed information to pass through. We propose methods and ideas of how this flipping can be avoided and investigate a novel method to obtain label-frame-position alignments by using the gradients of the label log probabilities w.r.t. the encoder input frames.

📄 PDF Abstract BibTeX arXiv:2410.00680

Code (1)

rwth-i6/returnn-experiments 공식 구현

Tasks

Decoder

Similar Papers 제목 키워드 기반

Key Frame Mechanism For Efficient Conformer Based End-to-end Speech Recognition

2023-10-23 · Peng Fan, Changhao Shan, Sining Sun, Qing Yang 외

Recently, Conformer as a backbone network for end-to-end automatic speech recognition achieved state-of-the-art performance. The Conformer block leverages a self-attention mechanism to capture global information, along w…

Automatic Speech Recognitionspeech-recognitionSpeech Recognition

A Conformer Based Acoustic Model for Robust Automatic Speech Recognition

2022-03-01 · Yufeng Yang, Peidong Wang, DeLiang Wang

This study addresses robust automatic speech recognition (ASR) by introducing a Conformer-based acoustic model. The proposed model builds on the wide residual bi-directional long short-term memory network (WRBN) with utt…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Efficient Encoder-Decoder and Dual-Path Conformer for Comprehensive Feature Learning in Speech Enhancement

2023-06-09 · Junyu Wang

Current speech enhancement (SE) research has largely neglected channel attention and spatial attention, and encoder-decoder architecture-based networks have not adequately considered how to provide efficient inputs to th…

DecoderSpeech Enhancement

Uformer: A Unet based dilated complex & real dual-path conformer network for simultaneous speech enhancement and dereverberation

2021-11-11 · Yihui Fu, Yun Liu, Jingdong Li, Dawei Luo 외

Complex spectrum and magnitude are considered as two major features of speech enhancement and dereverberation. Traditional approaches always treat these two features separately, ignoring their underlying relationship. In…

DecoderSpeech Enhancement

Efficient conformer: Progressive downsampling and grouped attention for automatic speech recognition

2021-08-31 · Maxime Burchi, Valentin Vielzeuf

The recently proposed Conformer architecture has shown state-of-the-art performances in Automatic Speech Recognition by combining convolution with attention to model both local and global dependencies. In this paper, we …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+2