paper-with-me

Papers

Speech Summarization using Restricted Self-Attention

2021-10-12 · Roshan Sharma, Shruti Palaskar, Alan W Black, Florian Metze

Speech summarization is typically performed by using a cascade of speech recognition and text summarization models. End-to-end modeling of speech summarization models is challenging due to memory and compute constraints arising from long input audio sequences. Recent work in document summarization has inspired methods to reduce the complexity of self-attentions, which enables transformer models to handle long sequences. In this work, we introduce a single model optimized end-to-end for speech summarization. We apply the restricted self-attention technique from text-based models to speech models to address the memory and compute constraints. We demonstrate that the proposed model learns to directly summarize speech for the How-2 corpus of instructional videos. The proposed end-to-end model outperforms the previously proposed cascaded model by 3 points absolute on ROUGE. Further, we consider the spoken language understanding task of predicting concepts from speech inputs and show that the proposed end-to-end model outperforms the cascade model by 4 points absolute F-1.

📄 PDF Abstract BibTeX arXiv:2110.06263

Code (0)

등록된 구현이 없습니다.

Tasks

Document Summarizationspeech-recognitionSpeech RecognitionSpoken Language UnderstandingText Summarization

Similar Papers 제목 키워드 기반

Dual Causal/Non-Causal Self-Attention for Streaming End-to-End Speech Recognition

2021-07-02 · Niko Moritz, Takaaki Hori, Jonathan Le Roux

Attention-based end-to-end automatic speech recognition (ASR) systems have recently demonstrated state-of-the-art results for numerous tasks. However, the application of self-attention and attention-based encoder-decoder…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decoderspeech-recognition+1

XNOR-FORMER: Learning Accurate Approximations in Long Speech Transformers

2022-10-29 · Roshan Sharma, Bhiksha Raj

Transformers are among the state of the art for many tasks in speech, vision, and natural language processing, among others. Self-attentions, which are crucial contributors to this performance have quadratic computationa…

speech-recognitionSpeech Recognition

Unidirectional Memory-Self-Attention Transducer for Online Speech Recognition

2021-02-23 · Jian Luo, Jianzong Wang, Ning Cheng, Jing Xiao

Self-attention models have been successfully applied in end-to-end speech recognition systems, which greatly improve the performance of recognition accuracy. However, such attention-based models cannot be used in online …

Decoderspeech-recognitionSpeech Recognition

Capturing Multi-Resolution Context by Dilated Self-Attention

2021-04-07 · Niko Moritz, Takaaki Hori, Jonathan Le Roux

Self-attention has become an important and widely used neural network component that helped to establish new state-of-the-art results for various applications, such as machine translation and automatic speech recognition…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Machine Translationspeech-recognition+2

Leveraging Locality in Abstractive Text Summarization

2022-05-25 · Yixin Liu, Ansong Ni, Linyong Nan, Budhaditya Deb 외

Neural attention models have achieved significant improvements on many natural language processing tasks. However, the quadratic memory complexity of the self-attention module with respect to the input length hinders the…

Abstractive Text SummarizationText GenerationText Summarization