Skip to content

Commit

Permalink
Update readme, add demo
Browse files Browse the repository at this point in the history
  • Loading branch information
himani-arora committed Nov 6, 2017
1 parent 351e610 commit b4b510e
Show file tree
Hide file tree
Showing 132 changed files with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
@@ -1 +1,26 @@
# LipReading
# LipReading

This is the keras implementation of *Lip2AudSpec: Speech reconstruction from silent lip movements video.*

![Main Network](figures/Network_main.png)

### Abstract
In this study, we propose a deep neural network for reconstructing intelligible speech from silent lip movement videos. We use auditory spectrogram and its corresponding sound generation method which preserves pitch information resulting in a more natural sounding reconstructed speech. Our proposed network consists of an autoencoder to extract bottleneck features from the auditory spectrogram which is then used as target to our main lip reading network comprising of CNN, LSTM and fully connected layers. Our experiments show that the autoencoder is able to reconstruct the original auditory spectrogram with a 98% correlation and also improves the quality of reconstructed speech from the main lip reading network.
Our model, trained jointly on different speakers is able to extract individual speaker characteristics and gives promising results of reconstructing intelligible speech with superior word recognition accuracy.

### Demo

You can find all demo files [here](demo/).

A few samples of the network output are given below:

**Sample 1**

[![Sample1](https://img.youtube.com/vi/Op7Z9KH5Fis/0.jpg)](https://youtu.be/Op7Z9KH5Fis "Sample1_s1")

**Sample 2**

[![Sample2](https://img.youtube.com/vi/O0Gfb-1lu2k/0.jpg)](https://youtu.be/O0Gfb-1lu2k "Sample2_s29")



Empty file added demo/Icon
Empty file.
Empty file.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file added demo/lip2audspec/Icon
Empty file.
Empty file.
Binary file added demo/lip2audspec/original/Sample_1.wav
Binary file not shown.
Binary file added demo/lip2audspec/original/Sample_10.wav
Binary file not shown.
Binary file added demo/lip2audspec/original/Sample_11.wav
Binary file not shown.
Binary file added demo/lip2audspec/original/Sample_12.wav
Binary file not shown.
Binary file added demo/lip2audspec/original/Sample_13.wav
Binary file not shown.
Binary file added demo/lip2audspec/original/Sample_14.wav
Binary file not shown.
Binary file added demo/lip2audspec/original/Sample_15.wav
Binary file not shown.
Binary file added demo/lip2audspec/original/Sample_16.wav
Binary file not shown.
Binary file added demo/lip2audspec/original/Sample_17.wav
Binary file not shown.
Binary file added demo/lip2audspec/original/Sample_18.wav
Binary file not shown.
Binary file added demo/lip2audspec/original/Sample_19.wav
Binary file not shown.
Binary file added demo/lip2audspec/original/Sample_2.wav
Binary file not shown.
Binary file added demo/lip2audspec/original/Sample_20.wav
Binary file not shown.
Binary file added demo/lip2audspec/original/Sample_3.wav
Binary file not shown.
Binary file added demo/lip2audspec/original/Sample_4.wav
Binary file not shown.
Binary file added demo/lip2audspec/original/Sample_5.wav
Binary file not shown.
Binary file added demo/lip2audspec/original/Sample_6.wav
Binary file not shown.
Binary file added demo/lip2audspec/original/Sample_7.wav
Binary file not shown.
Binary file added demo/lip2audspec/original/Sample_8.wav
Binary file not shown.
Binary file added demo/lip2audspec/original/Sample_9.wav
Binary file not shown.
Empty file.
Binary file added demo/lip2audspec/predicts/Sample_1.wav
Binary file not shown.
Binary file added demo/lip2audspec/predicts/Sample_10.wav
Binary file not shown.
Binary file added demo/lip2audspec/predicts/Sample_11.wav
Binary file not shown.
Binary file added demo/lip2audspec/predicts/Sample_12.wav
Binary file not shown.
Binary file added demo/lip2audspec/predicts/Sample_13.wav
Binary file not shown.
Binary file added demo/lip2audspec/predicts/Sample_14.wav
Binary file not shown.
Binary file added demo/lip2audspec/predicts/Sample_15.wav
Binary file not shown.
Binary file added demo/lip2audspec/predicts/Sample_16.wav
Binary file not shown.
Binary file added demo/lip2audspec/predicts/Sample_17.wav
Binary file not shown.
Binary file added demo/lip2audspec/predicts/Sample_18.wav
Binary file not shown.
Binary file added demo/lip2audspec/predicts/Sample_19.wav
Binary file not shown.
Binary file added demo/lip2audspec/predicts/Sample_2.wav
Binary file not shown.
Binary file added demo/lip2audspec/predicts/Sample_20.wav
Binary file not shown.
Binary file added demo/lip2audspec/predicts/Sample_3.wav
Binary file not shown.
Binary file added demo/lip2audspec/predicts/Sample_4.wav
Binary file not shown.
Binary file added demo/lip2audspec/predicts/Sample_5.wav
Binary file not shown.
Binary file added demo/lip2audspec/predicts/Sample_6.wav
Binary file not shown.
Binary file added demo/lip2audspec/predicts/Sample_7.wav
Binary file not shown.
Binary file added demo/lip2audspec/predicts/Sample_8.wav
Binary file not shown.
Binary file added demo/lip2audspec/predicts/Sample_9.wav
Binary file not shown.
Empty file added demo/vid2speech/Icon
Empty file.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added figures/Network_main.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b4b510e

Please sign in to comment.