paper-with-me

홈 › Papers

Multi-Encoder Learning and Stream Fusion for Transformer-Based End-to-End Automatic Speech Recognition

2021-03-31 · Timo Lohrenz, Zhengyang Li, Tim Fingscheidt

Stream fusion, also known as system combination, is a common technique in automatic speech recognition for traditional hybrid hidden Markov model approaches, yet mostly unexplored for modern deep neural network end-to-end model architectures. Here, we investigate various fusion techniques for the all-attention-based encoder-decoder architecture known as the transformer, striving to achieve optimal fusion by investigating different fusion levels in an example single-microphone setting with fusion of standard magnitude and phase features. We introduce a novel multi-encoder learning method that performs a weighted combination of two encoder-decoder multi-head attention outputs only during training. Employing then only the magnitude feature encoder in inference, we are able to show consistent improvement on Wall Street Journal (WSJ) with language model and on Librispeech, without increase in runtime or parameters. Combining two such multi-encoder trained models by a simple late fusion in inference, we achieve state-of-the-art performance for transformer-based models on WSJ with a significant WER reduction of 19% relative compared to the current benchmark approach.

📄 PDF Abstract BibTeX arXiv:2104.00120

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderLanguage ModelingLanguage Modellingspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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}$.
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

A Multi-level Acoustic Feature Extraction Framework for Transformer Based End-to-End Speech Recognition

2021-08-18 · Jin Li, Rongfeng Su, Xurong Xie, Nan Yan 외

Transformer based end-to-end modelling approaches with multiple stream inputs have been achieved great success in various automatic speech recognition (ASR) tasks. An important issue associated with such approaches is th…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderDiversity+3

RCBEVDet: Radar-camera Fusion in Bird's Eye View for 3D Object Detection

2024-03-25 · CVPR 2024 1 · Zhiwei Lin, Zhe Liu, Zhongyu Xia, Xinhao Wang 외

Three-dimensional object detection is one of the key tasks in autonomous driving. To reduce costs in practice, low-cost multi-view cameras for 3D object detection are proposed to replace the expansive LiDAR sensors. Howe…

3D Object Detection3D Object Detection (RoI)Autonomous DrivingObject+3

Streaming automatic speech recognition with the transformer model

2020-01-08 · Niko Moritz, Takaaki Hori, Jonathan Le Roux

Encoder-decoder based sequence-to-sequence models have demonstrated state-of-the-art results in end-to-end automatic speech recognition (ASR). Recently, the transformer architecture, which uses self-attention to model te…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decodermodel+2

All in One: Exploring Unified Video-Language Pre-training

2022-03-14 · CVPR 2023 1 · Alex Jinpeng Wang, Yixiao Ge, Rui Yan, Yuying Ge 외

Mainstream Video-Language Pre-training models \cite{actbert,clipbert,violet} consist of three parts, a video encoder, a text encoder, and a video-text fusion Transformer. They pursue better performance via utilizing heav…

AllLanguage ModellingMultiple-choiceQuestion Answering+9

Dual Stream Graph Transformer Fusion Networks for Enhanced Brain Decoding

2024-09-23 · Lucas Goene, Siamak Mehrkanoon

This paper presents the novel Dual Stream Graph-Transformer Fusion (DS-GTF) architecture designed specifically for classifying task-based Magnetoencephalography (MEG) data. In the spatial stream, inputs are initially rep…

Brain DecodingGraph Attention