Attention-based Multi-hypothesis Fusion for Speech Summarization
Takatomo Kano, Atsunori Ogawa, Marc Delcroix, and Shinji Watanabe

TL;DR
This paper introduces an attention-based multi-hypothesis fusion method for speech summarization that effectively mitigates ASR errors by combining multiple hypotheses, leading to improved summarization performance.
Contribution
It proposes a novel attention-based fusion module to integrate multiple ASR hypotheses into a BERT-based summarization system, enhancing robustness against ASR errors.
Findings
Attention-based fusion improves summarization accuracy.
Retraining with multiple hypotheses enhances robustness.
The method outperforms single-hypothesis baselines.
Abstract
Speech summarization, which generates a text summary from speech, can be achieved by combining automatic speech recognition (ASR) and text summarization (TS). With this cascade approach, we can exploit state-of-the-art models and large training datasets for both subtasks, i.e., Transformer for ASR and Bidirectional Encoder Representations from Transformers (BERT) for TS. However, ASR errors directly affect the quality of the output summary in the cascade approach. We propose a cascade speech summarization model that is robust to ASR errors and that exploits multiple hypotheses generated by ASR to attenuate the effect of ASR errors on the summary. We investigate several schemes to combine ASR hypotheses. First, we propose using the sum of sub-word embedding vectors weighted by their posterior values provided by an ASR system as an input to a BERT-based TS system. Then, we introduce a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Speech Recognition and Synthesis
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Linear Warmup With Linear Decay · Refunds@Expedia|||How do I get a full refund from Expedia? · WordPiece · Position-Wise Feed-Forward Layer · Weight Decay · Attention Dropout · Adam
