ASLGSDIVMLSep 5, 2018

Attention-based Audio-Visual Fusion for Robust Automatic Speech Recognition

arXiv:1809.01728v373 citationsHas Code
AI Analysis

This work addresses the problem of speech recognition in noisy environments for applications like assistive technologies, though it is incremental as it builds on existing multimodal fusion approaches.

The paper tackles robust automatic speech recognition by fusing audio and visual modalities using an attention-based strategy that learns to align them, achieving relative improvements of 7% to 30% over audio-only methods on the TCD-TIMIT dataset under various noise conditions.

Automatic speech recognition can potentially benefit from the lip motion patterns, complementing acoustic speech to improve the overall recognition performance, particularly in noise. In this paper we propose an audio-visual fusion strategy that goes beyond simple feature concatenation and learns to automatically align the two modalities, leading to enhanced representations which increase the recognition accuracy in both clean and noisy conditions. We test our strategy on the TCD-TIMIT and LRS2 datasets, designed for large vocabulary continuous speech recognition, applying three types of noise at different power ratios. We also exploit state of the art Sequence-to-Sequence architectures, showing that our method can be easily integrated. Results show relative improvements from 7% up to 30% on TCD-TIMIT over the acoustic modality alone, depending on the acoustic noise level. We anticipate that the fusion strategy can easily generalise to many other multimodal tasks which involve correlated modalities. Code available online on GitHub: https://github.com/georgesterpu/Sigmedia-AVSR

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes