Skip to content

Commit

Permalink
add paper link
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 312345283
  • Loading branch information
rybakov authored and copybara-github committed May 19, 2020
1 parent 7721300 commit 9661200
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions kws_streaming/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Streaming Aware neural network models
======================================================================================

Summary about this work is presented at paper [Streaming keyword spotting on mobile devices](https://arxiv.org/abs/2005.06720)

Streaming aware neural network models are important for real time response,
high accuracy and good user experience. In this work we designed keras streaming
wrappers and streaming aware layers. By streaming we mean streaming inference,
Expand All @@ -25,9 +27,7 @@ and implemented most popular KWS models:
They all use speech feature extractor, which is easy to configure as MFCC, LFBE
or raw features (so user can train own speech feature extractor).
We explored latency and accuracy of the streaming and non streaming models
on mobile phone and demonstrated that models outperform previously reported accuracy
on public data sets.
Summary about this work is presented at [paper](https://arxiv.org/abs/2005.06720)
on mobile phone and demonstrated that models outperform previously reported accuracy on public data sets.
This lib also can be applied on other sequence problems
such as speech noise reduction, sound detection, text classification...

Expand Down Expand Up @@ -147,7 +147,7 @@ Inference graph is stateless, so that graph has not internal state.
All states are received as inputs and after update are returned as output state

### Further information
Summary about this work is presented at [paper](https://arxiv.org/abs/2005.06720)
Summary about this work is presented at paper [Streaming keyword spotting on mobile devices](https://arxiv.org/abs/2005.06720)
All experiments on KWS models presented in this paper can be reproduced by
following the steps described in
`kws_streaming/experiments/kws_experiments.txt`.
Expand Down
3 changes: 2 additions & 1 deletion kws_streaming/experiments/kws_experiments.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Set up for model training and benchmarking
# Below experiments were reported in [paper](https://arxiv.org/abs/2005.06720)
# Below experiments were reported in paper
[Streaming keyword spotting on mobile devices](https://arxiv.org/abs/2005.06720)


## Set up environment:
Expand Down

0 comments on commit 9661200

Please sign in to comment.