Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

LipNet: End-to-End Sentence-level Lipreading

About

Lipreading is the task of decoding text from the movement of a speaker's mouth. Traditional approaches separated the problem into two stages: designing or learning visual features, and prediction. More recent deep lipreading approaches are end-to-end trainable (Wand et al., 2016; Chung & Zisserman, 2016a). However, existing work on models trained end-to-end perform only word classification, rather than sentence-level sequence prediction. Studies have shown that human lipreading performance increases for longer words (Easton & Basala, 1982), indicating the importance of features capturing temporal context in an ambiguous communication channel. Motivated by this observation, we present LipNet, a model that maps a variable-length sequence of video frames to text, making use of spatiotemporal convolutions, a recurrent network, and the connectionist temporal classification loss, trained entirely end-to-end. To the best of our knowledge, LipNet is the first end-to-end sentence-level lipreading model that simultaneously learns spatiotemporal visual features and a sequence model. On the GRID corpus, LipNet achieves 95.2% accuracy in sentence-level, overlapped speaker split task, outperforming experienced human lipreaders and the previous 86.4% word-level state-of-the-art accuracy (Gergen et al., 2016).

Yannis M. Assael, Brendan Shillingford, Shimon Whiteson, Nando de Freitas• 2016

Related benchmarks

TaskDatasetResultRank
Lip-readingGRID (test)
WER11.4
18
Visual Speech RecognitionLSVSR (test)
Word Error Rate72.7
10
LipreadingGRID
WER4.8
6
LipreadingGRID (unseen speakers)
WER11.4
5
LipreadingGRID (overlapped speakers)
CER1.9
4
Lipreading (Sentences)GRID
Accuracy95.2
1
Lipreading (Alphabet)AVLetter--
1
Lipreading (Digits)AVICAR--
1
Lipreading (Digits)CUAVE--
1
Lipreading (Phrases)OuluVS1--
1
Showing 10 of 13 rows

Other info

Code

Follow for update