Live data from Hacker News

Speech-to-Text-WaveNet: End-to-end sentence level English speech recognition

github.com

1–10 of 43 posts

Re: Speech-to-Text-WaveNet: End-to-end sentence level English speech recognition

#6
A few weeks ago, a deep learning researcher at one of the world's leading speech groups told me off-the-record that offline, human-parity speech recognition would be "coming soon" to mobile devices. Not sure s/he realized just how soon that would be. Even though state-of-the-art ASR is really expensive to train, recognition is extremely cheap to run, even on lower-power devices. [1][2] With specialized silicon, you can do this, continuously, for free, on something like a smartwatch. You don't need to open a websocket or call an API running on some beefy server to do this, speech-to-text is now a basic commodity. Fully offline, ubiquitous speech recognition is right around the corner. With human-level speech synthesis [3], speech applications are going to get very interesting, very quickly.

[1] http://niclane.org/pubs/deepx_ipsn.pdf

[2] https://www.ibr.cs.tu-bs.de/Cosdeo2016/talks/invitedTalk.pdf

[3] https://github.com/ibab/tensorflow-wavenet

Re: Speech-to-Text-WaveNet: End-to-end sentence level English speech recognition

#8

This seems super useful for most speech recognition - understanding context. It doesn't seem like the mainstream engines (Alexa, Google Voice, Siri) are context aware. Why not?

Also why can't we track emails sent from our iOS device like we can with desktop GMail plugins??
Post reply on HN