CVOct 19, 2017

Visual Speech Recognition Using PCA Networks and LSTMs in a Tandem GMM-HMM System

arXiv:1710.07161v141 citations
Originality Incremental advance
AI Analysis

This work addresses visual speech recognition for noisy or audio-limited environments, but it is incremental as it builds on existing methods like PCA, LSTMs, and GMM-HMM systems.

The authors tackled visual speech recognition by combining PCA-based convolutional networks, LSTM-based spatiotemporal features, and a tandem GMM-HMM system, achieving 79% cross-validation and 73% testing correctness on the OuluVS2 database, outperforming a baseline of 74%.

Automatic visual speech recognition is an interesting problem in pattern recognition especially when audio data is noisy or not readily available. It is also a very challenging task mainly because of the lower amount of information in the visual articulations compared to the audible utterance. In this work, principle component analysis is applied to the image patches - extracted from the video data - to learn the weights of a two-stage convolutional network. Block histograms are then extracted as the unsupervised learning features. These features are employed to learn a recurrent neural network with a set of long short-term memory cells to obtain spatiotemporal features. Finally, the obtained features are used in a tandem GMM-HMM system for speech recognition. Our results show that the proposed method has outperformed the baseline techniques applied to the OuluVS2 audiovisual database for phrase recognition with the frontal view cross-validation and testing sentence correctness reaching 79% and 73%, respectively, as compared to the baseline of 74% on cross-validation.

Foundations

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

Your Notes