Deep Lip Reading: a comparison of models and an online application
Triantafyllos Afouras, Joon Son Chung, Andrew Zisserman

TL;DR
This paper compares three deep learning architectures for lip reading, achieving a new state-of-the-art accuracy and demonstrating real-time application potential with low latency.
Contribution
It introduces and evaluates three models for lip reading, including a transformer, and demonstrates real-time lip reading capabilities.
Findings
Transformer model achieves over 20% error rate reduction.
Fully convolutional model enables online, real-time lip reading.
Best model sets new state-of-the-art on LRS2 dataset.
Abstract
The goal of this paper is to develop state-of-the-art models for lip reading -- visual speech recognition. We develop three architectures and compare their accuracy and training times: (i) a recurrent model using LSTMs; (ii) a fully convolutional model; and (iii) the recently proposed transformer model. The recurrent and fully convolutional models are trained with a Connectionist Temporal Classification loss and use an explicit language model for decoding, the transformer is a sequence-to-sequence model. Our best performing model improves the state-of-the-art word error rate on the challenging BBC-Oxford Lip Reading Sentences 2 (LRS2) benchmark dataset by over 20 percent. As a further contribution we investigate the fully convolutional model when used for online (real time) lip reading of continuous speech, and show that it achieves high performance with low latency.
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsLinear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Residual Connection · Byte Pair Encoding · Dense Connections · Label Smoothing · *Communicated@Fast*How Do I Communicate to Expedia? · Adam · Softmax
