Estimating speech from lip dynamics
Jithin Donny George, Ronan Keane, Conor Zellmer

TL;DR
This paper presents a lip reading system that predicts spoken words from lip movements alone, using Hidden Markov Models to classify visemes and phonemes without audio input.
Contribution
It introduces a limited lip reading algorithm for English that operates solely on visual lip data and classifies speech units for word prediction.
Findings
Achieved word prediction accuracy on the GRID corpus
Effective classification of visemes and phonemes from lip movements
Demonstrated feasibility of audio-free speech recognition
Abstract
The goal of this project is to develop a limited lip reading algorithm for a subset of the English language. We consider a scenario in which no audio information is available. The raw video is processed and the position of the lips in each frame is extracted. We then prepare the lip data for processing and classify the lips into visemes and phonemes. Hidden Markov Models are used to predict the words the speaker is saying based on the sequences of classified phonemes and visemes. The GRID audiovisual sentence corpus [10][11] database is used for our study.
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
TopicsSpeech and Audio Processing · Music and Audio Processing · Video Analysis and Summarization
