This application claims priority under 35 U.S.C. § 119 to following Europe Patent Application No. 18306501.0, filed on Nov. 15, 2018, the entire contents of which are incorporated herein by reference thereto.
This invention relates to the field of using neural networks to automatically recognize speech, and, more precisely, to automatically detect pre-defined keywords in a continuous stream of audio signal.
Traditional approaches to keyword spotting either require important memory resources and fail at capturing large patterns with reasonably small models, or require such important computational resources that they cannot be implemented on a low-resource device.
Therefore, there is a need for an effective on-device keyword spotting method, providing real-time response and high accuracy for good user experience, while limiting memory footprint and computational cost.
The present invention provides a method for detection of a keyword in a continuous stream of audio signal, by using a dilated convolutional neural network, implemented by one or more computers embedded on a device, the dilated convolutional network comprising a plurality of dilation layers, including an input layer and an output layer, each layer of the plurality of dilation layers comprising gated activation units, and skip-connections to the output layer, the dilated convolutional network being configured to generate an output detection signal when a predetermined keyword is present in the continuous stream of audio signal, the generation of the output detection signal being based on a sequence of successive measurements provided to the input layer, each successive measurement of the sequence being measured on a corresponding frame from a sequence of successive frames extracted from the continuous stream of audio signal, at a plurality of successive time steps.
According to these provisions, it is possible to embed on a low power and performance limited device the necessary computation and memory resources to implement a dilated convolutional network and use it for keyword detection applications.
According to an embodiment, the invention comprises one or more of the following features, alone or in combination.
According to an embodiment, the dilation convolutional neural network comprises 24 layers.
According to an embodiment, the successive measurements are acoustic features measured on successive frames extracted from the audio stream every 10 ms, each frame having a 25 ms duration.
According to an embodiment, the acoustic features measured on successive frames are 20 dimensional log-Mel filterbank energies.
According to an embodiment, the dilated convolutional neural network is configured to compute, at a time step, a dilated convolution based on a convolution kernel for each dilation layer, and to put in a cache memory the result of the computation at the time step, so that, at a next time step, the result of the computation is used to compute a new dilated convolution based on a shifted convolution kernel for each dilation layer.
According to these provisions, using the result of the computation at a time to compute the dilation convolution at a next time allows reducing the amount of floating point operations per second to a level compatible with the requirement of embedding the computer implemented dilated convolutional neural network on a small device.
According to another aspect, the invention provides a computer implemented method for training a dilated convolutional neural network, the dilated convolutional neural network being implemented by one or more computers embedded on a device, for keyword detection in a continuous stream of audio signal, the method comprising a data set preparation phase followed by a training phase based on the result of the data set preparation phase, the data set preparation phase comprising a labelling step comprises a step of associating a first label to successive frames which occur inside a predetermined time period centred on a time step at which an end of the keyword occurs, and in associating a second label to frames occurring outside the predetermined time period and inside a positive audio sample containing a formulation of the keyword, the positive audio samples comprising a first sequence of frames, the frames of the first sequence of frames occurring at successive time steps in between the beginning of the positive audio sample and the end of the positive audio sample.
According to an embodiment, the invention comprises one or more of the following features, alone or in combination.
According to an embodiment, the labelling step further comprises a step of associating the second label to frames inside a negative audio sample not containing a formulation of the keyword, the negative audio sample comprising a second sequence of frames, the frames of the second sequence of frames occurring at successive time steps in between a beginning time step of the positive audio sample and an ending time step of the positive audio sample.
According to these provisions, it is possible to train a more accurate model, and therefore more accurate detection results when using the computer implemented dilated convolutional network (DCNN) for keyword detection.
According to an embodiment the first label is a 1, and the second label is a 0.
According to an embodiment, the end of the keyword is detected using a voice activity detection computer implemented algorithm.
According to an embodiment, a width of the predetermined time period is optimised during a further step of validation based on a set of validation data.
According to an embodiment, during the training phase, the training of the dilated convolutional neural network is configured to learn only from the frames included in the second sequence of frames and from the frames which are associated to the first label and which are included in the first sequence of frames, and not to learn from the frames which are included in the first sequence frames and which are associated to the second label.
According to these provisions, the efficiency of the method is further improved, allowing even better accuracy in the model, and better accuracy in the detection results when using the computer implemented dilated convolutional network (DCNN) for keyword detection.
According to another aspect, the invention provides a method for detection of a keyword in a continuous stream of audio signal, by using a dilated convolutional neural network, implemented by one or more computers embedded on a device, the dilated convolutional network comprising a plurality of dilation layers, including an input layer and an output layer, each layer of the plurality of dilation layers comprising gated activation units, and skip-connections to the output layer, the dilated convolutional network being configured to generate an output detection signal when a predetermined keyword is present in the continuous stream of audio signal, the generation of the output detection signal being based on a sequence of successive measurements provided to the input layer, each successive measurement of the sequence being measured on a corresponding frame from a sequence of successive frames extracted from the continuous stream of audio signal, at a plurality of successive time steps, wherein the dilated convolutional network is trained according to the computer implemented method for training a dilated convolutional neural network, of the invention.
The foregoing and other purposes, features, aspects and advantages of the invention will become apparent from the following detailed description of embodiments, given by way of illustration and not limitation with reference to the accompanying drawings, in which the same reference refer to similar elements or to elements having similar functions, and in which:
An embodiment of a computer implemented method for keyword detection in a continuous stream of audio signal, using a computer implemented dilated convolutional network, will be described in reference to
According to an embodiment illustrated in
As illustrated in
According to an embodiment illustrated in
According to an embodiment illustrated at
According to an embodiment of the dilated convolutional network DCNN is configured to generate an output detection signal when a predetermined keyword is present in the continuous stream of audio signal, the generation of the output detection signal being based on the result of the dilated convolution of the sequence SSM of successive measurements SM provided to the input layer IL, the result of the dilated convolution being transformed by operation of gated activation units GAU and of skip-connections SC to contribute to the generation of the output detection signal. Skip connections are introduced to speed up convergence address the issue of vanishing gradients posed by training of models of higher depth. Each layer yields two outputs: one is directly fed to the next layer as usual, but the second one skips it. All skip-connections outputs are then summed into the final output of the network. Without these bypassing strategies, one could not train deeper architectures, as required by the keyword detection application.
The gated activation units are a combination of tanh and sigmoid activations. Sigmoid activation filter acts like a gate for the tanh activation filter, depending on how important is the output of the tanh filter.
The computer implemented dilated convolutional network DCNN is configured to run in a streaming fashion during inference process for detection of keyword. When receiving a new input frame at a next time step, the result of the dilated convolution computation at a previous time step is used to compute a new dilated convolution based on a shifted convolution kernel for each dilation layer. This is possible because convolution kernels of each dilation layer are shifted one time step at a time, or a few time steps at a time, but in any case the “stride”, or the number of time steps the kernel is shifted at a time, is usually smaller than the kernel size, so that two subsequent convolution kernels overlap. This cached implementation allows reducing the amount of Floating Point Operations per Second (FLOPS), so that the level of computing resources required by the inference process for keyword detection task is compatible with technical constraints imposed by embedding of the computer implemented dilated convolutional network DCNN on a low power and performance limited device. Indeed, using a dilated convolutional network architecture for keyword detection implies technically dealing with a deeper model dealing with a larger number of parameters, therefore it is important for this specific application to be able to reduce as indicated the amount of FLOPS.
Before using the computer implemented dilation convolutional network DCNN in an inference mode for keyword detection, it is necessary to train the dilation convolutional network DCNN so that it builds an internal model adapted to the keyword (s) to be detected during the inference process.
According to an aspect, the invention also relates to a computer implemented method for training a dilated convolutional neural network (DCNN). The method comprises a data set preparation phase, followed by a training phase based on the result of the data set preparation phase, the data set preparation phase comprising the following steps:
According to these provisions, instead of using an alignment algorithm to find the keyword window that is aligned with the spoken keyword, and to label 1, for example, the frames inside the window, and 0 the frames outside the window, according to the method of the invention, only the frames close to the end of the keyword are labelled 1. The end of the keyword can easily be detected by, for example, a voice activity detection algorithm. Thus, it is possible to train a more accurate model, and therefore to obtain more accurate detection results when using the computer implemented dilated convolutional network DCNN for keyword detection.
In the traditional approach, the model has a tendency to trigger as soon as the keyword starts, whether or not the sample contains only a fraction of the keyword. One advantage of our approach is that the network will trigger near the end EK of keyword, once it has seen enough context.
According to an embodiment of the method, the predetermined time period is centered on the frame corresponding to the end EK of the keyword, the width of the predetermined time period being optimised during a further step of validation tests based on a set of validation data.
According to an embodiment of the method, during the training of the dilated convolutional neural network DCNN, the dilated convolutional neural network DCNN is configured to learn only from the successive frames of the negative audio samples, and from the successive frames of the positive audio samples which are associated to the first label, 1 for example, and not to learn from successive frames of the positive audio samples which are associated to the second label, 0 for example.
According to these provisions, the efficiency of the method is further improved, allowing even better accuracy in the model, and better accuracy in the detection results when using the computer implemented dilated convolutional network DCNN for keyword detection.
Number | Date | Country | Kind |
---|---|---|---|
18306501 | Nov 2018 | EP | regional |
Number | Name | Date | Kind |
---|---|---|---|
4741038 | Elko et al. | Apr 1988 | A |
4941187 | Slater | Jul 1990 | A |
4974213 | Siwecki | Nov 1990 | A |
5036538 | Oken et al. | Jul 1991 | A |
5440644 | Farinelli et al. | Aug 1995 | A |
5588065 | Tanaka et al. | Dec 1996 | A |
5740260 | Odom | Apr 1998 | A |
5761320 | Farinelli et al. | Jun 1998 | A |
5923902 | Inagaki | Jul 1999 | A |
5949414 | Namikata et al. | Sep 1999 | A |
6032202 | Lea et al. | Feb 2000 | A |
6088459 | Hobelsberger | Jul 2000 | A |
6256554 | DiLorenzo | Jul 2001 | B1 |
6301603 | Maher et al. | Oct 2001 | B1 |
6311157 | Strong | Oct 2001 | B1 |
6366886 | Dragosh et al. | Apr 2002 | B1 |
6404811 | Cvetko et al. | Jun 2002 | B1 |
6408078 | Hobelsberger | Jun 2002 | B1 |
6469633 | Wachter et al. | Oct 2002 | B1 |
6522886 | Youngs et al. | Feb 2003 | B1 |
6594347 | Calder et al. | Jul 2003 | B1 |
6594630 | Zlokarnik et al. | Jul 2003 | B1 |
6611537 | Edens et al. | Aug 2003 | B1 |
6611604 | Irby et al. | Aug 2003 | B1 |
6631410 | Kowalski et al. | Oct 2003 | B1 |
6757517 | Chang et al. | Jun 2004 | B2 |
6778869 | Champion | Aug 2004 | B2 |
6937977 | Gerson | Aug 2005 | B2 |
7099821 | Visser et al. | Aug 2006 | B2 |
7103542 | Doyle | Sep 2006 | B2 |
7130608 | Hollstrom et al. | Oct 2006 | B2 |
7130616 | Janik | Oct 2006 | B2 |
7143939 | Henzerling | Dec 2006 | B2 |
7174299 | Fujii et al. | Feb 2007 | B2 |
7228275 | Endo et al. | Jun 2007 | B1 |
7236773 | Thomas | Jun 2007 | B2 |
7295548 | Blank et al. | Nov 2007 | B2 |
7356471 | Ito et al. | Apr 2008 | B2 |
7383297 | Atsmon et al. | Jun 2008 | B1 |
7391791 | Balassanian et al. | Jun 2008 | B2 |
7483538 | McCarty et al. | Jan 2009 | B2 |
7571014 | Lambourne et al. | Aug 2009 | B1 |
7577757 | Carter et al. | Aug 2009 | B2 |
7630501 | Blank et al. | Dec 2009 | B2 |
7643894 | Braithwaite et al. | Jan 2010 | B2 |
7657910 | McAulay et al. | Feb 2010 | B1 |
7661107 | Van Dyke et al. | Feb 2010 | B1 |
7702508 | Bennett | Apr 2010 | B2 |
7792311 | Holmgren et al. | Sep 2010 | B1 |
7853341 | McCarty et al. | Dec 2010 | B2 |
7961892 | Fedigan | Jun 2011 | B2 |
7987294 | Bryce et al. | Jul 2011 | B2 |
8014423 | Thaler et al. | Sep 2011 | B2 |
8019076 | Lambert | Sep 2011 | B1 |
8032383 | Bhardwaj et al. | Oct 2011 | B1 |
8041565 | Bhardwaj et al. | Oct 2011 | B1 |
8045952 | Qureshey et al. | Oct 2011 | B2 |
8073125 | Zhang et al. | Dec 2011 | B2 |
8073681 | Baldwin et al. | Dec 2011 | B2 |
8103009 | McCarty et al. | Jan 2012 | B2 |
8136040 | Fleming | Mar 2012 | B2 |
8165867 | Fish | Apr 2012 | B1 |
8234395 | Millington | Jul 2012 | B2 |
8239206 | Lebeau et al. | Aug 2012 | B1 |
8255224 | Singleton et al. | Aug 2012 | B2 |
8284982 | Bailey | Oct 2012 | B2 |
8290603 | Lambourne | Oct 2012 | B1 |
8340975 | Rosenberger | Dec 2012 | B1 |
8364481 | Strope et al. | Jan 2013 | B2 |
8385557 | Tashev et al. | Feb 2013 | B2 |
8386261 | Mellott et al. | Feb 2013 | B2 |
8386523 | Mody et al. | Feb 2013 | B2 |
8423893 | Ramsay et al. | Apr 2013 | B2 |
8428758 | Naik et al. | Apr 2013 | B2 |
8453058 | Coccaro et al. | May 2013 | B1 |
8473618 | Spear et al. | Jun 2013 | B2 |
8483853 | Lambourne | Jul 2013 | B1 |
8484025 | Moreno Mengibar et al. | Jul 2013 | B1 |
8588849 | Patterson et al. | Nov 2013 | B2 |
8600443 | Kawaguchi et al. | Dec 2013 | B2 |
8710970 | Oelrich et al. | Apr 2014 | B2 |
8738925 | Park et al. | May 2014 | B1 |
8775191 | Sharifi et al. | Jul 2014 | B1 |
8831761 | Kemp et al. | Sep 2014 | B2 |
8831957 | Taubman et al. | Sep 2014 | B2 |
8848879 | Coughlan et al. | Sep 2014 | B1 |
8861756 | Zhu et al. | Oct 2014 | B2 |
8874448 | Kauffmann | Oct 2014 | B1 |
8938394 | Faaborg et al. | Jan 2015 | B1 |
8942252 | Balassanian et al. | Jan 2015 | B2 |
8983383 | Haskin | Mar 2015 | B1 |
8983844 | Thomas et al. | Mar 2015 | B1 |
9015049 | Baldwin et al. | Apr 2015 | B2 |
9042556 | Kallai et al. | May 2015 | B2 |
9060224 | List | Jun 2015 | B1 |
9094539 | Noble | Jul 2015 | B1 |
9098467 | Blanksteen et al. | Aug 2015 | B1 |
9124650 | Maharajh et al. | Sep 2015 | B2 |
9124711 | Park et al. | Sep 2015 | B2 |
9148742 | Koulomzin et al. | Sep 2015 | B1 |
9190043 | Krisch et al. | Nov 2015 | B2 |
9208785 | Ben-David et al. | Dec 2015 | B2 |
9215545 | Dublin et al. | Dec 2015 | B2 |
9245527 | Lindahl | Jan 2016 | B2 |
9251793 | Lebeau et al. | Feb 2016 | B2 |
9253572 | Bedingfield, Sr. et al. | Feb 2016 | B2 |
9262612 | Cheyer | Feb 2016 | B2 |
9263042 | Sharifi | Feb 2016 | B1 |
9275637 | Salvador et al. | Mar 2016 | B1 |
9288597 | Carlsson et al. | Mar 2016 | B2 |
9300266 | Grokop | Mar 2016 | B2 |
9304736 | Whiteley et al. | Apr 2016 | B1 |
9307321 | Unruh | Apr 2016 | B1 |
9318107 | Sharifi | Apr 2016 | B1 |
9319816 | Narayanan | Apr 2016 | B1 |
9324322 | Torok et al. | Apr 2016 | B1 |
9335819 | Jaeger et al. | May 2016 | B1 |
9361878 | Boukadakis | Jun 2016 | B2 |
9368105 | Freed et al. | Jun 2016 | B1 |
9373329 | Strope et al. | Jun 2016 | B2 |
9374634 | Macours | Jun 2016 | B2 |
9386154 | Baciu et al. | Jul 2016 | B2 |
9390708 | Hoffmeister | Jul 2016 | B1 |
9401058 | De La Fuente et al. | Jul 2016 | B2 |
9412392 | Lindahl et al. | Aug 2016 | B2 |
9426567 | Lee et al. | Aug 2016 | B2 |
9431021 | Scalise et al. | Aug 2016 | B1 |
9443527 | Watanabe et al. | Sep 2016 | B1 |
9472201 | Sleator | Oct 2016 | B1 |
9472203 | Ayrapetian et al. | Oct 2016 | B1 |
9484030 | Meaney et al. | Nov 2016 | B1 |
9489948 | Chu et al. | Nov 2016 | B1 |
9494683 | Sadek | Nov 2016 | B1 |
9509269 | Rosenberg | Nov 2016 | B1 |
9510101 | Polleros | Nov 2016 | B1 |
9514476 | Kay et al. | Dec 2016 | B2 |
9514752 | Sharifi | Dec 2016 | B2 |
9516081 | Tebbs et al. | Dec 2016 | B2 |
9536541 | Chen et al. | Jan 2017 | B2 |
9548053 | Basye et al. | Jan 2017 | B1 |
9548066 | Jain et al. | Jan 2017 | B2 |
9552816 | Vanlund et al. | Jan 2017 | B2 |
9554210 | Ayrapetian et al. | Jan 2017 | B1 |
9560441 | McDonough, Jr. et al. | Jan 2017 | B1 |
9576591 | Kim et al. | Feb 2017 | B2 |
9601116 | Melendo Casado et al. | Mar 2017 | B2 |
9615170 | Kirsch et al. | Apr 2017 | B2 |
9615171 | O'Neill et al. | Apr 2017 | B1 |
9626695 | Balasubramanian et al. | Apr 2017 | B2 |
9632748 | Faaborg et al. | Apr 2017 | B2 |
9633186 | Ingrassia, Jr. et al. | Apr 2017 | B2 |
9633368 | Greenzeiger et al. | Apr 2017 | B2 |
9633660 | Haughay et al. | Apr 2017 | B2 |
9633661 | Typrin et al. | Apr 2017 | B1 |
9633671 | Giacobello et al. | Apr 2017 | B2 |
9633674 | Sinha et al. | Apr 2017 | B2 |
9640179 | Hart et al. | May 2017 | B1 |
9640183 | Jung et al. | May 2017 | B2 |
9641919 | Poole et al. | May 2017 | B1 |
9646614 | Bellegarda et al. | May 2017 | B2 |
9648564 | Cui et al. | May 2017 | B1 |
9653060 | Hilmes et al. | May 2017 | B1 |
9653075 | Chen et al. | May 2017 | B1 |
9659555 | Hilmes et al. | May 2017 | B1 |
9672821 | Krishnaswamy et al. | Jun 2017 | B2 |
9674587 | Triplett et al. | Jun 2017 | B2 |
9685171 | Yang | Jun 2017 | B1 |
9691378 | Meyers et al. | Jun 2017 | B1 |
9691379 | Mathias et al. | Jun 2017 | B1 |
9697826 | Sainath et al. | Jul 2017 | B2 |
9697828 | Prasad et al. | Jul 2017 | B1 |
9698999 | Mutagi et al. | Jul 2017 | B2 |
9704478 | Vitaladevuni et al. | Jul 2017 | B1 |
9721566 | Newendorp et al. | Aug 2017 | B2 |
9721568 | Polansky et al. | Aug 2017 | B1 |
9721570 | Beal et al. | Aug 2017 | B1 |
9728188 | Rosen et al. | Aug 2017 | B1 |
9734822 | Sundaram et al. | Aug 2017 | B1 |
9736578 | Iyengar et al. | Aug 2017 | B2 |
9743204 | Welch et al. | Aug 2017 | B1 |
9743207 | Hartung | Aug 2017 | B1 |
9747011 | Lewis et al. | Aug 2017 | B2 |
9747899 | Pogue et al. | Aug 2017 | B2 |
9747920 | Ayrapetian et al. | Aug 2017 | B2 |
9747926 | Sharifi et al. | Aug 2017 | B2 |
9749760 | Lambourne | Aug 2017 | B2 |
9754605 | Chhetri | Sep 2017 | B1 |
9762967 | Clarke et al. | Sep 2017 | B2 |
9769420 | Moses | Sep 2017 | B1 |
9779725 | Sun et al. | Oct 2017 | B2 |
9779735 | Civelli et al. | Oct 2017 | B2 |
9811314 | Plagge et al. | Nov 2017 | B2 |
9813810 | Nongpiur | Nov 2017 | B1 |
9813812 | Berthelsen et al. | Nov 2017 | B2 |
9818407 | Secker-Walker et al. | Nov 2017 | B1 |
9820036 | Tritschler et al. | Nov 2017 | B1 |
9820039 | Lang | Nov 2017 | B2 |
9826306 | Lang | Nov 2017 | B2 |
9865259 | Typrin et al. | Jan 2018 | B1 |
9865264 | Gelfenbeyn et al. | Jan 2018 | B2 |
9881616 | Beckley et al. | Jan 2018 | B2 |
9900723 | Choisel et al. | Feb 2018 | B1 |
9916839 | Scalise et al. | Mar 2018 | B1 |
9947316 | Millington et al. | Apr 2018 | B2 |
9947333 | David | Apr 2018 | B1 |
9972318 | Kelly et al. | May 2018 | B1 |
9972343 | Thorson et al. | May 2018 | B1 |
9973849 | Zhang et al. | May 2018 | B1 |
9979560 | Kim et al. | May 2018 | B2 |
10013381 | Mayman et al. | Jul 2018 | B2 |
10013995 | Lashkari et al. | Jul 2018 | B1 |
10026401 | Mutagi et al. | Jul 2018 | B1 |
10048930 | Vega et al. | Aug 2018 | B1 |
10049675 | Haughay | Aug 2018 | B2 |
10051366 | Buoni et al. | Aug 2018 | B1 |
10051600 | Zhong et al. | Aug 2018 | B1 |
10057698 | Drinkwater et al. | Aug 2018 | B2 |
RE47049 | Zhu et al. | Sep 2018 | E |
10068573 | Aykac et al. | Sep 2018 | B1 |
10074369 | Devaraj et al. | Sep 2018 | B2 |
10074371 | Wang et al. | Sep 2018 | B1 |
10079015 | Lockhart et al. | Sep 2018 | B1 |
10108393 | Millington et al. | Oct 2018 | B2 |
10115400 | Wilberding | Oct 2018 | B2 |
10116748 | Farmer et al. | Oct 2018 | B2 |
10127911 | Kim et al. | Nov 2018 | B2 |
10134399 | Lang et al. | Nov 2018 | B2 |
10136204 | Poole et al. | Nov 2018 | B1 |
10152969 | Reilly et al. | Dec 2018 | B2 |
10181323 | Beckhardt et al. | Jan 2019 | B2 |
10186265 | Lockhart et al. | Jan 2019 | B1 |
10192546 | Piersol et al. | Jan 2019 | B1 |
10224056 | Torok et al. | Mar 2019 | B1 |
10225651 | Lang | Mar 2019 | B2 |
10248376 | Keyser-Allen et al. | Apr 2019 | B2 |
10276161 | Hughes et al. | Apr 2019 | B2 |
10297256 | Reilly et al. | May 2019 | B2 |
10339917 | Aleksic et al. | Jul 2019 | B2 |
10346122 | Morgan | Jul 2019 | B1 |
10354650 | Gruenstein et al. | Jul 2019 | B2 |
10365887 | Mulherkar | Jul 2019 | B1 |
10365889 | Plagge et al. | Jul 2019 | B2 |
10366688 | Gunn et al. | Jul 2019 | B2 |
10366699 | Dharia et al. | Jul 2019 | B1 |
10374816 | Leblang et al. | Aug 2019 | B1 |
10381001 | Gunn et al. | Aug 2019 | B2 |
10381002 | Gunn et al. | Aug 2019 | B2 |
10381003 | Wakisaka et al. | Aug 2019 | B2 |
10388272 | Thomson et al. | Aug 2019 | B1 |
10433058 | Torgerson et al. | Oct 2019 | B1 |
10445057 | Vega et al. | Oct 2019 | B2 |
10469966 | Lambourne | Nov 2019 | B2 |
10499146 | Lang et al. | Dec 2019 | B2 |
10510340 | Fu et al. | Dec 2019 | B1 |
10511904 | Buoni et al. | Dec 2019 | B2 |
10522146 | Tushinskiy | Dec 2019 | B1 |
10546583 | White et al. | Jan 2020 | B2 |
10573321 | Smith et al. | Feb 2020 | B1 |
10586540 | Smith et al. | Mar 2020 | B1 |
10599287 | Kumar et al. | Mar 2020 | B2 |
10602268 | Soto | Mar 2020 | B1 |
10614807 | Beckhardt et al. | Apr 2020 | B2 |
10621981 | Sereshki | Apr 2020 | B2 |
10622009 | Zhang et al. | Apr 2020 | B1 |
10624612 | Sumi et al. | Apr 2020 | B2 |
10672383 | Thomson et al. | Jun 2020 | B1 |
10679625 | Lockhart et al. | Jun 2020 | B1 |
10681460 | Woo et al. | Jun 2020 | B2 |
10694608 | Baker et al. | Jun 2020 | B2 |
10712997 | Wilberding et al. | Jul 2020 | B2 |
10740065 | Jarvis et al. | Aug 2020 | B2 |
10762896 | Yavagal et al. | Sep 2020 | B1 |
10847143 | Millington et al. | Nov 2020 | B2 |
10848885 | Lambourne | Nov 2020 | B2 |
RE48371 | Zhu et al. | Dec 2020 | E |
10878811 | Smith et al. | Dec 2020 | B2 |
10897679 | Lambourne | Jan 2021 | B2 |
10943598 | Singh et al. | Mar 2021 | B2 |
10971158 | Patangay et al. | Apr 2021 | B1 |
20010042107 | Palm | Nov 2001 | A1 |
20020022453 | Balog et al. | Feb 2002 | A1 |
20020026442 | Lipscomb et al. | Feb 2002 | A1 |
20020034280 | Infosino | Mar 2002 | A1 |
20020046023 | Fujii et al. | Apr 2002 | A1 |
20020072816 | Shdema et al. | Jun 2002 | A1 |
20020116196 | Tran | Aug 2002 | A1 |
20020124097 | Isely et al. | Sep 2002 | A1 |
20030015354 | Edwards et al. | Jan 2003 | A1 |
20030038848 | Lee et al. | Feb 2003 | A1 |
20030040908 | Yang et al. | Feb 2003 | A1 |
20030070182 | Pierre et al. | Apr 2003 | A1 |
20030070869 | Hlibowicki | Apr 2003 | A1 |
20030072462 | Hlibowicki | Apr 2003 | A1 |
20030095672 | Hobelsberger | May 2003 | A1 |
20030130850 | Badt et al. | Jul 2003 | A1 |
20030157951 | Hasty | Aug 2003 | A1 |
20030235244 | Pessoa et al. | Dec 2003 | A1 |
20040024478 | Hans et al. | Feb 2004 | A1 |
20040093219 | Shin et al. | May 2004 | A1 |
20040105566 | Matsunaga et al. | Jun 2004 | A1 |
20040127241 | Shostak | Jul 2004 | A1 |
20040128135 | Anastasakos et al. | Jul 2004 | A1 |
20040234088 | McCarty et al. | Nov 2004 | A1 |
20050031131 | Browning et al. | Feb 2005 | A1 |
20050031132 | Browning et al. | Feb 2005 | A1 |
20050031133 | Browning et al. | Feb 2005 | A1 |
20050031134 | Leske | Feb 2005 | A1 |
20050031137 | Browning et al. | Feb 2005 | A1 |
20050031138 | Browning et al. | Feb 2005 | A1 |
20050031139 | Browning et al. | Feb 2005 | A1 |
20050031140 | Browning | Feb 2005 | A1 |
20050033582 | Gadd et al. | Feb 2005 | A1 |
20050047606 | Lee et al. | Mar 2005 | A1 |
20050077843 | Benditt | Apr 2005 | A1 |
20050164664 | DiFonzo et al. | Jul 2005 | A1 |
20050195988 | Tashev et al. | Sep 2005 | A1 |
20050201254 | Looney et al. | Sep 2005 | A1 |
20050207584 | Bright | Sep 2005 | A1 |
20050235334 | Togashi et al. | Oct 2005 | A1 |
20050254662 | Blank et al. | Nov 2005 | A1 |
20050268234 | Rossi, Jr. et al. | Dec 2005 | A1 |
20050283330 | Laraia et al. | Dec 2005 | A1 |
20050283475 | Beranek et al. | Dec 2005 | A1 |
20060004834 | Pyhalammi et al. | Jan 2006 | A1 |
20060023945 | King et al. | Feb 2006 | A1 |
20060041431 | Maes | Feb 2006 | A1 |
20060093128 | Oxford | May 2006 | A1 |
20060104451 | Browning et al. | May 2006 | A1 |
20060147058 | Wang | Jul 2006 | A1 |
20060190269 | Tessel et al. | Aug 2006 | A1 |
20060190968 | Jung et al. | Aug 2006 | A1 |
20060247913 | Huerta et al. | Nov 2006 | A1 |
20060262943 | Oxford | Nov 2006 | A1 |
20070018844 | Sutardja | Jan 2007 | A1 |
20070019815 | Asada et al. | Jan 2007 | A1 |
20070033043 | Hyakumoto | Feb 2007 | A1 |
20070071206 | Gainsboro et al. | Mar 2007 | A1 |
20070071255 | Schobben | Mar 2007 | A1 |
20070076131 | Li et al. | Apr 2007 | A1 |
20070076906 | Takagi et al. | Apr 2007 | A1 |
20070140058 | McIntosh et al. | Jun 2007 | A1 |
20070140521 | Mitobe et al. | Jun 2007 | A1 |
20070142944 | Goldberg et al. | Jun 2007 | A1 |
20070147651 | Mitobe et al. | Jun 2007 | A1 |
20070201639 | Park et al. | Aug 2007 | A1 |
20070254604 | Kim | Nov 2007 | A1 |
20080037814 | Shau | Feb 2008 | A1 |
20080090537 | Sutardja | Apr 2008 | A1 |
20080090617 | Sutardja | Apr 2008 | A1 |
20080146289 | Korneluk et al. | Jun 2008 | A1 |
20080182518 | Lo | Jul 2008 | A1 |
20080207115 | Lee et al. | Aug 2008 | A1 |
20080208594 | Cross et al. | Aug 2008 | A1 |
20080221897 | Cerra et al. | Sep 2008 | A1 |
20080247530 | Barton et al. | Oct 2008 | A1 |
20080248797 | Freeman et al. | Oct 2008 | A1 |
20080291896 | Tuubel et al. | Nov 2008 | A1 |
20080301729 | Broos et al. | Dec 2008 | A1 |
20090003620 | McKillop et al. | Jan 2009 | A1 |
20090005893 | Sugii et al. | Jan 2009 | A1 |
20090010445 | Matsuo et al. | Jan 2009 | A1 |
20090018828 | Nakadai et al. | Jan 2009 | A1 |
20090043206 | Towfiq et al. | Feb 2009 | A1 |
20090052688 | Ishibashi et al. | Feb 2009 | A1 |
20090076821 | Brenner et al. | Mar 2009 | A1 |
20090153289 | Hope et al. | Jun 2009 | A1 |
20090191854 | Beason | Jul 2009 | A1 |
20090197524 | Haff et al. | Aug 2009 | A1 |
20090220107 | Every et al. | Sep 2009 | A1 |
20090228919 | Zott et al. | Sep 2009 | A1 |
20090238377 | Ramakrishnan et al. | Sep 2009 | A1 |
20090238386 | Usher et al. | Sep 2009 | A1 |
20090248397 | Garcia et al. | Oct 2009 | A1 |
20090249222 | Schmidt et al. | Oct 2009 | A1 |
20090264072 | Dai | Oct 2009 | A1 |
20090323907 | Gupta et al. | Dec 2009 | A1 |
20090326949 | Douthitt et al. | Dec 2009 | A1 |
20100014690 | Wolff et al. | Jan 2010 | A1 |
20100023638 | Bowman | Jan 2010 | A1 |
20100035593 | Franco et al. | Feb 2010 | A1 |
20100070922 | Demaio et al. | Mar 2010 | A1 |
20100075723 | Min et al. | Mar 2010 | A1 |
20100088100 | Lindahl | Apr 2010 | A1 |
20100092004 | Kuze | Apr 2010 | A1 |
20100161335 | Whynot | Jun 2010 | A1 |
20100172516 | Lastrucci | Jul 2010 | A1 |
20100178873 | Lee et al. | Jul 2010 | A1 |
20100179874 | Higgins et al. | Jul 2010 | A1 |
20100185448 | Meisel | Jul 2010 | A1 |
20100211199 | Naik et al. | Aug 2010 | A1 |
20110033059 | Bhaskar et al. | Feb 2011 | A1 |
20110035580 | Wang et al. | Feb 2011 | A1 |
20110044461 | Kuech et al. | Feb 2011 | A1 |
20110044489 | Saiki et al. | Feb 2011 | A1 |
20110066634 | Phillips et al. | Mar 2011 | A1 |
20110091055 | Leblanc | Apr 2011 | A1 |
20110103615 | Sun | May 2011 | A1 |
20110145581 | Malhotra et al. | Jun 2011 | A1 |
20110170707 | Yamada et al. | Jul 2011 | A1 |
20110182436 | Murgia et al. | Jul 2011 | A1 |
20110202924 | Banguero et al. | Aug 2011 | A1 |
20110218656 | Bishop et al. | Sep 2011 | A1 |
20110267985 | Wilkinson et al. | Nov 2011 | A1 |
20110276333 | Wang et al. | Nov 2011 | A1 |
20110280422 | Neumeyer | Nov 2011 | A1 |
20110285808 | Feng et al. | Nov 2011 | A1 |
20110289506 | Trivi et al. | Nov 2011 | A1 |
20110299706 | Sakai | Dec 2011 | A1 |
20120020486 | Fried et al. | Jan 2012 | A1 |
20120022863 | Cho et al. | Jan 2012 | A1 |
20120022864 | Leman et al. | Jan 2012 | A1 |
20120078635 | Rothkopf et al. | Mar 2012 | A1 |
20120086568 | Scott et al. | Apr 2012 | A1 |
20120123268 | Tanaka et al. | May 2012 | A1 |
20120128160 | Kim et al. | May 2012 | A1 |
20120131125 | Seidel et al. | May 2012 | A1 |
20120148075 | Goh et al. | Jun 2012 | A1 |
20120162540 | Ouchi et al. | Jun 2012 | A1 |
20120163603 | Abe et al. | Jun 2012 | A1 |
20120177215 | Bose et al. | Jul 2012 | A1 |
20120183149 | Hiroe | Jul 2012 | A1 |
20120224715 | Kikkeri | Sep 2012 | A1 |
20120297284 | Matthews, III et al. | Nov 2012 | A1 |
20120308044 | Vander Mey et al. | Dec 2012 | A1 |
20120308046 | Muza | Dec 2012 | A1 |
20130006453 | Wang et al. | Jan 2013 | A1 |
20130024018 | Chang et al. | Jan 2013 | A1 |
20130034241 | Pandey et al. | Feb 2013 | A1 |
20130039527 | Jensen et al. | Feb 2013 | A1 |
20130058492 | Silzle et al. | Mar 2013 | A1 |
20130066453 | Seefeldt | Mar 2013 | A1 |
20130080146 | Kato et al. | Mar 2013 | A1 |
20130124211 | McDonough | May 2013 | A1 |
20130148821 | Sorensen | Jun 2013 | A1 |
20130170647 | Reilly et al. | Jul 2013 | A1 |
20130179173 | Lee et al. | Jul 2013 | A1 |
20130183944 | Mozer et al. | Jul 2013 | A1 |
20130191119 | Sugiyama | Jul 2013 | A1 |
20130191122 | Mason | Jul 2013 | A1 |
20130198298 | Li et al. | Aug 2013 | A1 |
20130211826 | Mannby | Aug 2013 | A1 |
20130216056 | Thyssen | Aug 2013 | A1 |
20130262101 | Srinivasan | Oct 2013 | A1 |
20130315420 | You | Nov 2013 | A1 |
20130317635 | Bates et al. | Nov 2013 | A1 |
20130322462 | Poulsen | Dec 2013 | A1 |
20130322665 | Bennett et al. | Dec 2013 | A1 |
20130324031 | Loureiro | Dec 2013 | A1 |
20130329896 | Krishnaswamy et al. | Dec 2013 | A1 |
20130331970 | Beckhardt | Dec 2013 | A1 |
20130332165 | Beckley et al. | Dec 2013 | A1 |
20130339028 | Rosner et al. | Dec 2013 | A1 |
20130343567 | Triplett et al. | Dec 2013 | A1 |
20140003611 | Mohammad et al. | Jan 2014 | A1 |
20140003625 | Sheen et al. | Jan 2014 | A1 |
20140003635 | Mohammad et al. | Jan 2014 | A1 |
20140005813 | Reimann | Jan 2014 | A1 |
20140006026 | Lamb et al. | Jan 2014 | A1 |
20140006825 | Shenhav | Jan 2014 | A1 |
20140019743 | DeLuca | Jan 2014 | A1 |
20140034929 | Hamada et al. | Feb 2014 | A1 |
20140046464 | Reimann | Feb 2014 | A1 |
20140064501 | Olsen et al. | Mar 2014 | A1 |
20140073298 | Rossmann | Mar 2014 | A1 |
20140075306 | Rega | Mar 2014 | A1 |
20140075311 | Boettcher et al. | Mar 2014 | A1 |
20140094151 | Klappert et al. | Apr 2014 | A1 |
20140100854 | Chen et al. | Apr 2014 | A1 |
20140109138 | Cannistraro et al. | Apr 2014 | A1 |
20140122075 | Bak et al. | May 2014 | A1 |
20140136195 | Abdossalami et al. | May 2014 | A1 |
20140145168 | Ohsawa et al. | May 2014 | A1 |
20140146983 | Kim et al. | May 2014 | A1 |
20140163978 | Basye et al. | Jun 2014 | A1 |
20140164400 | Kruglick | Jun 2014 | A1 |
20140167931 | Lee et al. | Jun 2014 | A1 |
20140168344 | Shoemake et al. | Jun 2014 | A1 |
20140172953 | Blanksteen | Jun 2014 | A1 |
20140181271 | Millington | Jun 2014 | A1 |
20140192986 | Lee et al. | Jul 2014 | A1 |
20140195252 | Gruber et al. | Jul 2014 | A1 |
20140207457 | Biatov et al. | Jul 2014 | A1 |
20140214429 | Pantel | Jul 2014 | A1 |
20140215332 | Lee et al. | Jul 2014 | A1 |
20140219472 | Huang et al. | Aug 2014 | A1 |
20140222436 | Binder et al. | Aug 2014 | A1 |
20140229184 | Shires | Aug 2014 | A1 |
20140244013 | Reilly | Aug 2014 | A1 |
20140244712 | Walters et al. | Aug 2014 | A1 |
20140249817 | Hart et al. | Sep 2014 | A1 |
20140252386 | Ito et al. | Sep 2014 | A1 |
20140254805 | Su et al. | Sep 2014 | A1 |
20140258292 | Thramann et al. | Sep 2014 | A1 |
20140259075 | Chang et al. | Sep 2014 | A1 |
20140269757 | Park et al. | Sep 2014 | A1 |
20140270282 | Tammi et al. | Sep 2014 | A1 |
20140274185 | Luna et al. | Sep 2014 | A1 |
20140274203 | Ganong, III et al. | Sep 2014 | A1 |
20140274218 | Kadiwala et al. | Sep 2014 | A1 |
20140277650 | Zurek et al. | Sep 2014 | A1 |
20140291642 | Watabe et al. | Oct 2014 | A1 |
20140310002 | Nitz et al. | Oct 2014 | A1 |
20140310614 | Jones | Oct 2014 | A1 |
20140340888 | Ishisone et al. | Nov 2014 | A1 |
20140357248 | Tonshal et al. | Dec 2014 | A1 |
20140363022 | Dizon et al. | Dec 2014 | A1 |
20140363024 | Apodaca | Dec 2014 | A1 |
20140365227 | Cash et al. | Dec 2014 | A1 |
20140369491 | Kloberdans et al. | Dec 2014 | A1 |
20140372109 | Iyer et al. | Dec 2014 | A1 |
20150006176 | Pogue et al. | Jan 2015 | A1 |
20150006184 | Marti et al. | Jan 2015 | A1 |
20150010169 | Popova et al. | Jan 2015 | A1 |
20150014680 | Yamazaki et al. | Jan 2015 | A1 |
20150016642 | Walsh et al. | Jan 2015 | A1 |
20150018992 | Griffiths et al. | Jan 2015 | A1 |
20150019201 | Schoenbach | Jan 2015 | A1 |
20150019219 | Tzirkel-Hancock et al. | Jan 2015 | A1 |
20150036831 | Klippel | Feb 2015 | A1 |
20150039303 | Lesso et al. | Feb 2015 | A1 |
20150063580 | Huang et al. | Mar 2015 | A1 |
20150066479 | Pasupalak et al. | Mar 2015 | A1 |
20150086034 | Lombardi et al. | Mar 2015 | A1 |
20150091709 | Reichert et al. | Apr 2015 | A1 |
20150092947 | Gossain et al. | Apr 2015 | A1 |
20150104037 | Lee et al. | Apr 2015 | A1 |
20150106085 | Lindahl | Apr 2015 | A1 |
20150110294 | Chen et al. | Apr 2015 | A1 |
20150112672 | Giacobello et al. | Apr 2015 | A1 |
20150124975 | Pontoppidan | May 2015 | A1 |
20150128065 | Torii et al. | May 2015 | A1 |
20150134456 | Baldwin | May 2015 | A1 |
20150154976 | Mutagi | Jun 2015 | A1 |
20150161990 | Sharifi | Jun 2015 | A1 |
20150169279 | Duga | Jun 2015 | A1 |
20150170645 | Di Censo et al. | Jun 2015 | A1 |
20150172843 | Quan | Jun 2015 | A1 |
20150179181 | Morris et al. | Jun 2015 | A1 |
20150180432 | Gao et al. | Jun 2015 | A1 |
20150181318 | Gautama et al. | Jun 2015 | A1 |
20150189438 | Hampiholi et al. | Jul 2015 | A1 |
20150200454 | Heusdens et al. | Jul 2015 | A1 |
20150201271 | Diethorn et al. | Jul 2015 | A1 |
20150221678 | Yamazaki et al. | Aug 2015 | A1 |
20150222563 | Burns et al. | Aug 2015 | A1 |
20150222987 | Angel, Jr. et al. | Aug 2015 | A1 |
20150228274 | Leppänen et al. | Aug 2015 | A1 |
20150228803 | Koezuka et al. | Aug 2015 | A1 |
20150237406 | Ochoa et al. | Aug 2015 | A1 |
20150243287 | Nakano et al. | Aug 2015 | A1 |
20150245152 | Ding et al. | Aug 2015 | A1 |
20150245154 | Dadu et al. | Aug 2015 | A1 |
20150249889 | Iyer et al. | Sep 2015 | A1 |
20150253292 | Larkin et al. | Sep 2015 | A1 |
20150253960 | Lin et al. | Sep 2015 | A1 |
20150254057 | Klein et al. | Sep 2015 | A1 |
20150263174 | Yamazaki et al. | Sep 2015 | A1 |
20150271593 | Sun et al. | Sep 2015 | A1 |
20150277846 | Yen et al. | Oct 2015 | A1 |
20150280676 | Holman et al. | Oct 2015 | A1 |
20150296299 | Klippel et al. | Oct 2015 | A1 |
20150302856 | Kim et al. | Oct 2015 | A1 |
20150319529 | Klippel | Nov 2015 | A1 |
20150325267 | Lee et al. | Nov 2015 | A1 |
20150331663 | Beckhardt et al. | Nov 2015 | A1 |
20150334471 | Innes et al. | Nov 2015 | A1 |
20150338917 | Steiner et al. | Nov 2015 | A1 |
20150341406 | Rockefeller et al. | Nov 2015 | A1 |
20150346845 | Di Censo et al. | Dec 2015 | A1 |
20150348548 | Piernot et al. | Dec 2015 | A1 |
20150348551 | Gruber et al. | Dec 2015 | A1 |
20150355878 | Corbin | Dec 2015 | A1 |
20150363061 | De Nigris, III et al. | Dec 2015 | A1 |
20150363401 | Chen et al. | Dec 2015 | A1 |
20150370531 | Faaborg | Dec 2015 | A1 |
20150371657 | Gao | Dec 2015 | A1 |
20150371659 | Gao | Dec 2015 | A1 |
20150371664 | Bar-Or et al. | Dec 2015 | A1 |
20150380010 | Srinivasan | Dec 2015 | A1 |
20150382047 | Van Os et al. | Dec 2015 | A1 |
20160007116 | Holman | Jan 2016 | A1 |
20160021458 | Johnson et al. | Jan 2016 | A1 |
20160026428 | Morganstern et al. | Jan 2016 | A1 |
20160029142 | Isaac et al. | Jan 2016 | A1 |
20160035321 | Cho et al. | Feb 2016 | A1 |
20160035337 | Aggarwal et al. | Feb 2016 | A1 |
20160036962 | Rand et al. | Feb 2016 | A1 |
20160042748 | Jain et al. | Feb 2016 | A1 |
20160044151 | Shoemaker et al. | Feb 2016 | A1 |
20160050488 | Matheja et al. | Feb 2016 | A1 |
20160057522 | Choisel et al. | Feb 2016 | A1 |
20160070526 | Sheen | Mar 2016 | A1 |
20160072804 | Chien et al. | Mar 2016 | A1 |
20160077710 | Lewis et al. | Mar 2016 | A1 |
20160086609 | Yue et al. | Mar 2016 | A1 |
20160088036 | Corbin et al. | Mar 2016 | A1 |
20160088392 | Huttunen et al. | Mar 2016 | A1 |
20160093304 | Kim et al. | Mar 2016 | A1 |
20160094718 | Mani et al. | Mar 2016 | A1 |
20160094917 | Wilk et al. | Mar 2016 | A1 |
20160098393 | Hebert | Apr 2016 | A1 |
20160098992 | Renard et al. | Apr 2016 | A1 |
20160103653 | Jang | Apr 2016 | A1 |
20160104480 | Sharifi | Apr 2016 | A1 |
20160111110 | Gautama et al. | Apr 2016 | A1 |
20160125876 | Schroeter et al. | May 2016 | A1 |
20160127780 | Roberts et al. | May 2016 | A1 |
20160133259 | Rubin et al. | May 2016 | A1 |
20160134966 | Fitzgerald et al. | May 2016 | A1 |
20160134982 | Iyer | May 2016 | A1 |
20160154089 | Altman | Jun 2016 | A1 |
20160155442 | Kannan et al. | Jun 2016 | A1 |
20160155443 | Khan et al. | Jun 2016 | A1 |
20160157035 | Russell et al. | Jun 2016 | A1 |
20160162469 | Santos | Jun 2016 | A1 |
20160171976 | Sun et al. | Jun 2016 | A1 |
20160173578 | Sharma et al. | Jun 2016 | A1 |
20160173983 | Berthelsen et al. | Jun 2016 | A1 |
20160180853 | Vanlund et al. | Jun 2016 | A1 |
20160189716 | Lindahl et al. | Jun 2016 | A1 |
20160196499 | Khan et al. | Jul 2016 | A1 |
20160203331 | Khan et al. | Jul 2016 | A1 |
20160210110 | Feldman | Jul 2016 | A1 |
20160212538 | Fullam et al. | Jul 2016 | A1 |
20160216938 | Millington | Jul 2016 | A1 |
20160225385 | Hammarqvist | Aug 2016 | A1 |
20160232451 | Scherzer | Aug 2016 | A1 |
20160234204 | Rishi et al. | Aug 2016 | A1 |
20160234615 | Lambourne | Aug 2016 | A1 |
20160239255 | Chavez et al. | Aug 2016 | A1 |
20160240192 | Raghuvir | Aug 2016 | A1 |
20160241976 | Pearson | Aug 2016 | A1 |
20160253050 | Mishra et al. | Sep 2016 | A1 |
20160260431 | Newendorp et al. | Sep 2016 | A1 |
20160283841 | Sainath | Sep 2016 | A1 |
20160302018 | Russell et al. | Oct 2016 | A1 |
20160314782 | Klimanis | Oct 2016 | A1 |
20160316293 | Klimanis | Oct 2016 | A1 |
20160322045 | Hatfield et al. | Nov 2016 | A1 |
20160336519 | Seo et al. | Nov 2016 | A1 |
20160343866 | Koezuka et al. | Nov 2016 | A1 |
20160343949 | Seo et al. | Nov 2016 | A1 |
20160343954 | Seo et al. | Nov 2016 | A1 |
20160345114 | Hanna et al. | Nov 2016 | A1 |
20160352915 | Gautama | Dec 2016 | A1 |
20160353217 | Starobin et al. | Dec 2016 | A1 |
20160353218 | Starobin et al. | Dec 2016 | A1 |
20160357503 | Triplett et al. | Dec 2016 | A1 |
20160364206 | Keyser-Allen et al. | Dec 2016 | A1 |
20160366515 | Mendes et al. | Dec 2016 | A1 |
20160372688 | Seo | Dec 2016 | A1 |
20160373269 | Okubo et al. | Dec 2016 | A1 |
20160373909 | Rasmussen et al. | Dec 2016 | A1 |
20160379634 | Yamamoto et al. | Dec 2016 | A1 |
20170003931 | Dvortsov et al. | Jan 2017 | A1 |
20170012207 | Seo et al. | Jan 2017 | A1 |
20170012232 | Kataishi et al. | Jan 2017 | A1 |
20170019732 | Mendes et al. | Jan 2017 | A1 |
20170025615 | Seo et al. | Jan 2017 | A1 |
20170025630 | Seo et al. | Jan 2017 | A1 |
20170026769 | Patel | Jan 2017 | A1 |
20170034263 | Archambault et al. | Feb 2017 | A1 |
20170039025 | Kielak | Feb 2017 | A1 |
20170040018 | Tormey | Feb 2017 | A1 |
20170041724 | Master et al. | Feb 2017 | A1 |
20170060526 | Barton et al. | Mar 2017 | A1 |
20170062734 | Suzuki et al. | Mar 2017 | A1 |
20170070478 | Park et al. | Mar 2017 | A1 |
20170076212 | Shams et al. | Mar 2017 | A1 |
20170076720 | Gopalan et al. | Mar 2017 | A1 |
20170078824 | Heo | Mar 2017 | A1 |
20170083285 | Meyers et al. | Mar 2017 | A1 |
20170084277 | Sharifi | Mar 2017 | A1 |
20170084292 | Yoo | Mar 2017 | A1 |
20170084295 | Tsiartas et al. | Mar 2017 | A1 |
20170090864 | Jorgovanovic | Mar 2017 | A1 |
20170092278 | Evermann et al. | Mar 2017 | A1 |
20170092297 | Sainath et al. | Mar 2017 | A1 |
20170092299 | Matsuo | Mar 2017 | A1 |
20170092889 | Seo et al. | Mar 2017 | A1 |
20170092890 | Seo et al. | Mar 2017 | A1 |
20170094215 | Western | Mar 2017 | A1 |
20170103754 | Higbie et al. | Apr 2017 | A1 |
20170103755 | Jeon et al. | Apr 2017 | A1 |
20170110124 | Boesen et al. | Apr 2017 | A1 |
20170110144 | Sharifi et al. | Apr 2017 | A1 |
20170117497 | Seo et al. | Apr 2017 | A1 |
20170123251 | Nakada et al. | May 2017 | A1 |
20170125037 | Shin | May 2017 | A1 |
20170125456 | Kasahara | May 2017 | A1 |
20170133007 | Drewes | May 2017 | A1 |
20170133011 | Chen et al. | May 2017 | A1 |
20170134872 | Silva et al. | May 2017 | A1 |
20170139720 | Stein | May 2017 | A1 |
20170140449 | Kannan | May 2017 | A1 |
20170140748 | Roberts et al. | May 2017 | A1 |
20170140759 | Kumar | May 2017 | A1 |
20170177585 | Rodger et al. | Jun 2017 | A1 |
20170178662 | Ayrapetian et al. | Jun 2017 | A1 |
20170180561 | Kadiwala et al. | Jun 2017 | A1 |
20170188150 | Brunet et al. | Jun 2017 | A1 |
20170188437 | Banta | Jun 2017 | A1 |
20170193999 | Aleksic et al. | Jul 2017 | A1 |
20170206896 | Ko et al. | Jul 2017 | A1 |
20170206900 | Lee et al. | Jul 2017 | A1 |
20170214996 | Yeo | Jul 2017 | A1 |
20170236512 | Williams et al. | Aug 2017 | A1 |
20170236515 | Pinsky et al. | Aug 2017 | A1 |
20170242649 | Jarvis et al. | Aug 2017 | A1 |
20170242651 | Lang et al. | Aug 2017 | A1 |
20170242653 | Lang et al. | Aug 2017 | A1 |
20170242657 | Jarvis et al. | Aug 2017 | A1 |
20170243576 | Millington et al. | Aug 2017 | A1 |
20170243587 | Plagge et al. | Aug 2017 | A1 |
20170245076 | Kusano et al. | Aug 2017 | A1 |
20170255612 | Sarikaya et al. | Sep 2017 | A1 |
20170257686 | Gautama et al. | Sep 2017 | A1 |
20170270919 | Parthasarathi et al. | Sep 2017 | A1 |
20170278512 | Pandya et al. | Sep 2017 | A1 |
20170287485 | Civelli et al. | Oct 2017 | A1 |
20170330565 | Daley et al. | Nov 2017 | A1 |
20170332168 | Moghimi et al. | Nov 2017 | A1 |
20170346872 | Naik et al. | Nov 2017 | A1 |
20170352357 | Fink | Dec 2017 | A1 |
20170353789 | Kim et al. | Dec 2017 | A1 |
20170357475 | Lee et al. | Dec 2017 | A1 |
20170357478 | Piersol et al. | Dec 2017 | A1 |
20170366393 | Shaker et al. | Dec 2017 | A1 |
20170374454 | Bernardini et al. | Dec 2017 | A1 |
20180018964 | Reilly et al. | Jan 2018 | A1 |
20180018967 | Lang et al. | Jan 2018 | A1 |
20180020306 | Sheen | Jan 2018 | A1 |
20180025733 | Qian et al. | Jan 2018 | A1 |
20180033428 | Kim et al. | Feb 2018 | A1 |
20180040324 | Wilberding | Feb 2018 | A1 |
20180047394 | Tian et al. | Feb 2018 | A1 |
20180053504 | Wang et al. | Feb 2018 | A1 |
20180054506 | Hart et al. | Feb 2018 | A1 |
20180061396 | Srinivasan et al. | Mar 2018 | A1 |
20180061402 | Devaraj et al. | Mar 2018 | A1 |
20180061404 | Devaraj et al. | Mar 2018 | A1 |
20180061419 | Melendo Casado et al. | Mar 2018 | A1 |
20180061420 | Patil et al. | Mar 2018 | A1 |
20180062871 | Jones et al. | Mar 2018 | A1 |
20180084367 | Greff et al. | Mar 2018 | A1 |
20180088900 | Glaser et al. | Mar 2018 | A1 |
20180091898 | Yoon et al. | Mar 2018 | A1 |
20180091913 | Hartung et al. | Mar 2018 | A1 |
20180096683 | James et al. | Apr 2018 | A1 |
20180096696 | Mixter | Apr 2018 | A1 |
20180107446 | Wilberding et al. | Apr 2018 | A1 |
20180108351 | Beckhardt et al. | Apr 2018 | A1 |
20180122372 | Wanderlust | May 2018 | A1 |
20180122378 | Mixter et al. | May 2018 | A1 |
20180130469 | Gruenstein et al. | May 2018 | A1 |
20180132217 | Stirling-Gallacher | May 2018 | A1 |
20180132298 | Birnam et al. | May 2018 | A1 |
20180137861 | Ogawa | May 2018 | A1 |
20180152557 | White et al. | May 2018 | A1 |
20180165055 | Yu et al. | Jun 2018 | A1 |
20180167981 | Jonna et al. | Jun 2018 | A1 |
20180174597 | Lee et al. | Jun 2018 | A1 |
20180182390 | Hughes et al. | Jun 2018 | A1 |
20180190285 | Heckmann et al. | Jul 2018 | A1 |
20180197533 | Lyon et al. | Jul 2018 | A1 |
20180199146 | Sheen | Jul 2018 | A1 |
20180204569 | Nadkar et al. | Jul 2018 | A1 |
20180205963 | Matei et al. | Jul 2018 | A1 |
20180210698 | Park et al. | Jul 2018 | A1 |
20180218747 | Moghimi et al. | Aug 2018 | A1 |
20180219976 | Decenzo et al. | Aug 2018 | A1 |
20180225933 | Park et al. | Aug 2018 | A1 |
20180228006 | Baker et al. | Aug 2018 | A1 |
20180233130 | Kaskari et al. | Aug 2018 | A1 |
20180233136 | Torok et al. | Aug 2018 | A1 |
20180233137 | Torok et al. | Aug 2018 | A1 |
20180233139 | Finkelstein et al. | Aug 2018 | A1 |
20180234765 | Torok et al. | Aug 2018 | A1 |
20180261213 | Arik et al. | Sep 2018 | A1 |
20180262793 | Lau et al. | Sep 2018 | A1 |
20180262831 | Matheja et al. | Sep 2018 | A1 |
20180270565 | Ganeshkumar | Sep 2018 | A1 |
20180277107 | Kim | Sep 2018 | A1 |
20180277113 | Hartung et al. | Sep 2018 | A1 |
20180277119 | Baba et al. | Sep 2018 | A1 |
20180277133 | Deetz et al. | Sep 2018 | A1 |
20180293484 | Wang et al. | Oct 2018 | A1 |
20180308470 | Park et al. | Oct 2018 | A1 |
20180314552 | Kim et al. | Nov 2018 | A1 |
20180322891 | Van Den Oord et al. | Nov 2018 | A1 |
20180324756 | Ryu et al. | Nov 2018 | A1 |
20180335903 | Coffman et al. | Nov 2018 | A1 |
20180336274 | Choudhury et al. | Nov 2018 | A1 |
20180358009 | Daley et al. | Dec 2018 | A1 |
20180365567 | Kolavennu et al. | Dec 2018 | A1 |
20180367944 | Heo et al. | Dec 2018 | A1 |
20190012141 | Piersol et al. | Jan 2019 | A1 |
20190013019 | Lawrence | Jan 2019 | A1 |
20190014592 | Hampel et al. | Jan 2019 | A1 |
20190033446 | Bultan et al. | Jan 2019 | A1 |
20190042187 | Truong et al. | Feb 2019 | A1 |
20190043492 | Lang | Feb 2019 | A1 |
20190066672 | Wood et al. | Feb 2019 | A1 |
20190074025 | Lashkari et al. | Mar 2019 | A1 |
20190079724 | Feuz et al. | Mar 2019 | A1 |
20190081507 | Ide | Mar 2019 | A1 |
20190082255 | Tajiri et al. | Mar 2019 | A1 |
20190088261 | Lang et al. | Mar 2019 | A1 |
20190090056 | Rexach et al. | Mar 2019 | A1 |
20190098400 | Buoni et al. | Mar 2019 | A1 |
20190104119 | Giorgi et al. | Apr 2019 | A1 |
20190104373 | Wodrich et al. | Apr 2019 | A1 |
20190108839 | Reilly et al. | Apr 2019 | A1 |
20190115011 | Khellah et al. | Apr 2019 | A1 |
20190130906 | Kobayashi et al. | May 2019 | A1 |
20190163153 | Price et al. | May 2019 | A1 |
20190172452 | Smith et al. | Jun 2019 | A1 |
20190173687 | Mackay et al. | Jun 2019 | A1 |
20190179607 | Thangarathnam et al. | Jun 2019 | A1 |
20190179611 | Wojogbe et al. | Jun 2019 | A1 |
20190182072 | Roe et al. | Jun 2019 | A1 |
20190206412 | Li et al. | Jul 2019 | A1 |
20190220246 | Orr et al. | Jul 2019 | A1 |
20190221206 | Chen et al. | Jul 2019 | A1 |
20190237067 | Friedman et al. | Aug 2019 | A1 |
20190239008 | Lambourne | Aug 2019 | A1 |
20190239009 | Lambourne | Aug 2019 | A1 |
20190243603 | Keyser-Allen et al. | Aug 2019 | A1 |
20190243606 | Jayakumar et al. | Aug 2019 | A1 |
20190281397 | Lambourne | Sep 2019 | A1 |
20190287546 | Ganeshkumar | Sep 2019 | A1 |
20190295563 | Kamdar et al. | Sep 2019 | A1 |
20190297388 | Panchaksharaiah et al. | Sep 2019 | A1 |
20190304443 | Bhagwan | Oct 2019 | A1 |
20190311710 | Eraslan et al. | Oct 2019 | A1 |
20190311712 | Firik et al. | Oct 2019 | A1 |
20190311720 | Pasko | Oct 2019 | A1 |
20190317606 | Jain et al. | Oct 2019 | A1 |
20190342962 | Chang et al. | Nov 2019 | A1 |
20190364375 | Soto et al. | Nov 2019 | A1 |
20200007987 | Woo et al. | Jan 2020 | A1 |
20200034492 | Verbeke et al. | Jan 2020 | A1 |
20200051554 | Kim et al. | Feb 2020 | A1 |
20200092687 | Devaraj et al. | Mar 2020 | A1 |
20200105256 | Fainberg | Apr 2020 | A1 |
20200175989 | Lockhart et al. | Jun 2020 | A1 |
20200184980 | Wilberding | Jun 2020 | A1 |
20200193973 | Tolomei et al. | Jun 2020 | A1 |
20200211556 | Mixter et al. | Jul 2020 | A1 |
20200213729 | Soto | Jul 2020 | A1 |
20200216089 | Garcia et al. | Jul 2020 | A1 |
20200336846 | Rohde | Oct 2020 | A1 |
20200395006 | Smith et al. | Dec 2020 | A1 |
20200395010 | Smith et al. | Dec 2020 | A1 |
20200395013 | Smith et al. | Dec 2020 | A1 |
20200409652 | Wilberding et al. | Dec 2020 | A1 |
20210035561 | D'Amato et al. | Feb 2021 | A1 |
20210035572 | D'Amato et al. | Feb 2021 | A1 |
20210118429 | Shan | Apr 2021 | A1 |
Number | Date | Country |
---|---|---|
2017100486 | Jun 2017 | AU |
2017100581 | Jun 2017 | AU |
101310558 | Nov 2008 | CN |
101480039 | Jul 2009 | CN |
101661753 | Mar 2010 | CN |
101686282 | Mar 2010 | CN |
101907983 | Dec 2010 | CN |
102123188 | Jul 2011 | CN |
102256098 | Nov 2011 | CN |
102567468 | Jul 2012 | CN |
103052001 | Apr 2013 | CN |
103181192 | Jun 2013 | CN |
103210663 | Jul 2013 | CN |
103546616 | Jan 2014 | CN |
103811007 | May 2014 | CN |
104010251 | Aug 2014 | CN |
104035743 | Sep 2014 | CN |
104053088 | Sep 2014 | CN |
104092936 | Oct 2014 | CN |
104104769 | Oct 2014 | CN |
104538030 | Apr 2015 | CN |
104575504 | Apr 2015 | CN |
104635539 | May 2015 | CN |
104865550 | Aug 2015 | CN |
105187907 | Dec 2015 | CN |
105204357 | Dec 2015 | CN |
105206281 | Dec 2015 | CN |
105284076 | Jan 2016 | CN |
105493442 | Apr 2016 | CN |
106028223 | Oct 2016 | CN |
106375902 | Feb 2017 | CN |
106531165 | Mar 2017 | CN |
106708403 | May 2017 | CN |
107004410 | Aug 2017 | CN |
107919123 | Apr 2018 | CN |
1349146 | Oct 2003 | EP |
1389853 | Feb 2004 | EP |
2166737 | Mar 2010 | EP |
2683147 | Jan 2014 | EP |
2986034 | Feb 2016 | EP |
3128767 | Feb 2017 | EP |
2351021 | Sep 2017 | EP |
3270377 | Jan 2018 | EP |
3285502 | Feb 2018 | EP |
2001236093 | Aug 2001 | JP |
2003223188 | Aug 2003 | JP |
2004347943 | Dec 2004 | JP |
2004354721 | Dec 2004 | JP |
2005242134 | Sep 2005 | JP |
2005250867 | Sep 2005 | JP |
2005284492 | Oct 2005 | JP |
2006092482 | Apr 2006 | JP |
2007013400 | Jan 2007 | JP |
2007142595 | Jun 2007 | JP |
2008079256 | Apr 2008 | JP |
2008158868 | Jul 2008 | JP |
2010141748 | Jun 2010 | JP |
2013037148 | Feb 2013 | JP |
2014071138 | Apr 2014 | JP |
2014137590 | Jul 2014 | JP |
2015161551 | Sep 2015 | JP |
2015527768 | Sep 2015 | JP |
2016095383 | May 2016 | JP |
2017072857 | Apr 2017 | JP |
20100036351 | Apr 2010 | KR |
100966415 | Jun 2010 | KR |
20100111071 | Oct 2010 | KR |
20130050987 | May 2013 | KR |
20140035310 | Mar 2014 | KR |
20140112900 | Sep 2014 | KR |
200153994 | Jul 2001 | WO |
2003093950 | Nov 2003 | WO |
2008048599 | Apr 2008 | WO |
2012166386 | Dec 2012 | WO |
2013184792 | Dec 2013 | WO |
2014064531 | May 2014 | WO |
2014159581 | Oct 2014 | WO |
2015017303 | Feb 2015 | WO |
2015037396 | Mar 2015 | WO |
2015105788 | Jul 2015 | WO |
2015131024 | Sep 2015 | WO |
2015178950 | Nov 2015 | WO |
2016014142 | Jan 2016 | WO |
2016022926 | Feb 2016 | WO |
2016033364 | Mar 2016 | WO |
2016057268 | Apr 2016 | WO |
2016085775 | Jun 2016 | WO |
2016165067 | Oct 2016 | WO |
2016171956 | Oct 2016 | WO |
2016200593 | Dec 2016 | WO |
2017039632 | Mar 2017 | WO |
2017058654 | Apr 2017 | WO |
2017138934 | Aug 2017 | WO |
2017147075 | Aug 2017 | WO |
2017147936 | Sep 2017 | WO |
2018027142 | Feb 2018 | WO |
2018067404 | Apr 2018 | WO |
Entry |
---|
US 9,299,346 B1, 03/2016, Hart et al. (withdrawn) |
Efficient Keyword Spotting using Dilated Convolutions and Gating; Alice et al. (Year: 2019). |
Steaming Keyword spotting on mobile device; Oleg et al. Aug. 29, 2020 (Year: 2020). |
Attention based end-to-end models for small-footpring keyword spotting; Changhao et al., Mar. 29, 2018 (Year: 2018). |
An End to End Architecture for keyword spotting; Chris et al., Nov. 28, 2016 (Year: 2016). |
Aaron Van Den Oord et al: “WaveNet: A Generative Model for Raw Audio”, arxiv.org, Cornell University Library; Sep. 12, 2016 (15 pages). |
Andra Muhammad Bagus et al: “Contextual keyword spoiling in lecture video with deep convolutional neural network”, 2017 International Conference on Advanced Computer Science and Information Systems; Oct. 28, 2017 (6 pages). |
European Search Report for Application No. EP 18 30 6501 (5 pages). |
Notice of Allowance dated Aug. 22, 2017, issued in connection with U.S. Appl. No. 15/273,679, filed Sep. 22, 2016, 5 pages. |
Notice of Allowance dated Jan. 22, 2018, issued in connection with U.S. Appl. No. 15/178,180, filed Jun. 9, 2016, 9 pages. |
Notice of Allowance dated Apr. 24, 2019, issued in connection with U.S. Appl. No. 16/154,469, filed Oct. 3, 2018, 5 pages. |
Notice of Allowance dated Mar. 27, 2019, issued in connection with U.S. Appl. No. 16/214,666, filed Dec. 10, 2018, 6 pages. |
Notice of Allowance dated Mar. 28, 2018, issued in connection with U.S. Appl. No. 15/699,982, filed Sep. 8, 2017, 17 pages. |
Notice of Allowance dated Dec. 29, 2017, issued in connection with U.S. Appl. No. 15/131,776, filed Apr. 18, 2016, 13 pages. |
Notice of Allowance dated Apr. 3, 2019, issued in connection with U.S. Appl. No. 16/160,107, filed Oct. 15, 2018, 7 pages. |
Notice of Allowance dated Jul. 30, 2018, issued in connection with U.S. Appl. No. 15/098,718, filed Apr. 14, 2016, 5 pages. |
Notice of Allowance dated Jul. 30, 2019, issued in connection with U.S. Appl. No. 15/131,254, filed Apr. 18, 2016, 9 pages. |
Notice of Allowance dated Nov. 30, 2018, issued in connection with U.S. Appl. No. 15/438,725, filed Feb. 21, 2017, 5 pages. |
Notice of Allowance dated Oct. 30, 2019, issued in connection with U.S. Appl. No. 16/131,392, filed Sep. 14, 2018, 9 pages. |
Notice of Allowance dated May 31, 2019, issued in connection with U.S. Appl. No. 15/717,621, filed Sep. 27, 2017, 9 pages. |
Notice of Allowance dated Mar. 4, 2020, issued in connection with U.S. Appl. No. 16/444,975, filed Jun. 18, 2019, 10 pages. |
Notice of Allowance dated Feb. 5, 2020, issued in connection with U.S. Appl No. 16/178,122, filed Nov. 1, 2018, 9 pages. |
Notice of Allowance dated Oct. 5, 2018, issued in connection with U.S. Appl. No. 15/211,748, filed Jul. 15, 2018, 10 pages. |
Notice of Allowance dated Feb. 6, 2019, issued in connection with U.S. Appl. No. 16/102,153, filed Aug. 13, 2018, 9 pages. |
Notice of Allowance dated Feb. 6, 2020, issued in connection with U.S. Appl. No. 16/227,308, filed Dec. 20, 2018, 7 pages. |
Notice of Allowance dated Jun. 7, 2019, issued in connection with U.S. Appl. No. 16/102,153, filed Aug. 13, 2018, 9 pages. |
Notice of Allowance dated Aug. 9, 2018, issued in connection with U.S. Appl. No. 15/229,868, filed Aug. 5, 2016, 11 pages. |
Notice of Allowance dated Mar. 9, 2018, issued in connection with U.S. Appl. No. 15/584,782, filed May 2, 2017, 8 pages. |
Optimizing Siri on HomePod in Far-Field Settings. Audio Software Engineering and Siri Speech Team, Machine Learning Journal vol. 1, Issue 12. https://machinelearning.apple.com/2018/12/03/optimizing-siri-on-homepod-in-far-field-settings.html. Dec. 2018, 18 pages. |
Palm, Inc., “Handbook for the Palm VII Handheld,” May 2000, 311 pages. |
Preinterview First Office Action dated Aug. 5, 2019, issued in connection with U.S. Appl. No. 16/434.426, filed Jun. 7, 2019, 4 pages. |
Preinterview First Office Action dated Mar. 25, 2020, issued in connection with U.S. Appl. No. 16/109,375, filed Aug. 22, 2018, 6 pages. |
Preinterview First Office Action dated Sep. 30, 2019, issued in connection with U.S. Appl. No. 15/989,715, filed May 25, 2018, 4 pages. |
Presentations at WinHEC 2000, May 2000, 138 pages. |
Restriction Requirement dated Aug. 14, 2019, issued in connection with U.S. Appl. No. 16/214,711, filed Dec. 10, 2018, 5 pages. |
Restriction Requirement dated Aug. 9, 2018, issued in connection with U.S. Appl. No. 15/717,621, filed Sep. 27, 2017, 8 pages. |
Souden et al. “An Integrated Solution for Online Multichannel Noise Tracking and Reduction.” IEEE Transactions on Audio, Speech, and Language Processing, vol. 19. No. 7, Sep. 7, 2011, 11 pages. |
Souden et al. “Gaussian Model-Based Multichannel Speech Presence Probability” IEEE Transactions on Audio, Speech, and Language Processing, vol. 18, No. 5, Jul. 5, 2010, 6pages. |
Souden et al. “On Optimal Frequency-Domain Multichannel Linear Filtering for Noise Reduction.” IEEE Transactions on Audio, Speech, and Language Processing, vol. 18, No. 2, Feb. 2010, 17pages. |
Steven J. Nowlan and Geoffrey E. Hinton “Simplifying Neural Networks by Soft Weight-Sharing” Neural Computation 4, 1992, 21 pages. |
Tsiami et al. “Experiments in acoustic source localization using sparse arrays in adverse indoors environments”, 2014 22nd European Signal Processing Conference, Sep. 1, 2014, 5 pages. |
Tweet: “How to start using Google app voice commands to make your life easier Share This Story shop @Bullet”, Jan. 21, 2016, https://bgr.com/2016/01/21/best-ok-google-voice-commands/, 3 page. |
Ullrich et al. “Soft Weight-Sharing for Neural Network Compression.” ICLR 2017, 16 pages. |
United States Patent and Trademark Office, U.S. Appl. No. 60/490,768, filed Jul. 28, 2003, entitled “Method for synchronizing audio playback between multiple networked devices,” 13 pages. |
United States Patent and Trademark Office, U.S. Appl. No. 60/825,407, filed Sep. 12, 2006, entitled “Controlling and manipulating groupings in a multi-zone music or media system,” 82 pages. |
UPnP; “Universal Plug and Play Device Architecture,” Jun. 8, 2000; version 1.0; Microsoft Corporation; pp. 1-54. |
Vacher at al. “Recognition of voice commands by multisource ASR and noise cancellation in a smart home environment” Signal Processing Conference 2012 Proceedings of the 20th European, IEEE, Aug. 27, 2012, 5 pages. |
Vacher et al. “Speech Recognition in a Smart Home: Some Experiments for Telemonitoring,” 2009 Proceedings of the 5th Conference on Speech Technology and Human-Computer Dialogoue, Constant, 2009, 10 pages. |
“S Voice or Google Now?”; https://web.archive.org/web/20160807040123/lowdown.carphonewarehouse.com/news/s-voice-or-google-now/ . . . , Apr. 28, 2015; 4 pages. |
Wung et al. “Robust Acoustic Echo Cancellation in the Short-Time Fourier Transform Domain Using Adaptive Crossband Filters” IEEE International Conference on Acoustic, Speech and Signal Processing ICASSP, 2014, p. 1300-1304. |
Xiao et al. “A Learning-Based Approach to Direction of Arrival Estimation in Noisy and Reverberant Environments,” 2015 IEEE International Conference on Acoustics, Speech and Signal Processing, Apr. 19, 2015, 5 pages. |
Yamaha DME 64 Owner's Manual; copyright 2004, 80 pages. |
Yamaha DME Designer 3.5 setup manual guide; copyright 2004, 16 pages. |
Yamaha DME Designer 3.5 User Manual; Copyright 2004, 507 pages. |
Advisory Action dated Jun. 28, 2018, issued in connection with U.S. Appl. No. 15/438,744, filed Feb. 21, 2017, 3 pages. |
Advisory Action dated Dec. 31, 2018, issued in connection with U.S. Appl. No. 15/804,776, filed Nov. 6, 2017, 4 pages. |
Anonymous,. S Voice or Google Now—The Lowdown. Apr. 28, 2015, 9 pages. [online], [retrieved on Nov. 29, 2017]. Retrieved from the Internet (URL:http://web.archive.org/web/20160807040123/http://lowdown.carphonewarehouse.com/news/s-voice-or-google-now/29958/). |
AudioTron Quick Start Guide, Version 1.0, Mar. 2001, 24 pages. |
AudioTron Reference Manual, Version 3.0, May 2002, 70 pages. |
AudioTron Setup Guide, Version 3.0, May 2002, 38 pages. |
Australian Patent Office, Australian Examination Report Action dated Oct. 3, 2019, issued in connection with Australian Application No. 2018230932, 3 pages. |
Australian Patent Office, Examination Report dated Oct. 30, 2018, issued in connection with Australian Application No. 2017222436, 3 pages. |
“Automatic Parameter Tying in Neural Networks” ICLR 2018, 14 pages. |
Bluetooth. “Specification of the Bluetooth System: The ad hoc SCATTERNET for affordable and highly functional wireless connectivity,” Core, Version 1.0 A, Jul. 26, 1999, 1068 pages. |
Bluetooth. “Specification of the Bluetooth System: Wireless connections made easy,” Core, Version 1.0 B, Dec. 1, 1999, 1076 pages. |
Canadian Patent Office, Canadian Office Action dated Nov. 14, 2018, issued in connection with Canadian Application No. 3015491, 3 pages. |
Chinese Patent Office, First Office Action and Translation dated Mar. 20, 2019, issued in connection with Chinese Application No. 201780025028.2, 18 pages. |
Chinese Patent Office, First Office Action and Translation dated Mar. 27, 2019, issued in connection with Chinese Application No. 201780025029.7, 9 pages. |
Chinese Patent Office, First Office Action and Translation dated Nov. 5, 2019, issued in connection with Chinese Application No. 201780072651.3, 19 pages. |
Chinese Patent Office, First Office Action dated Feb. 28, 2020, issued in connection with Chinese Application No. 201780061543.6, 29 pages. |
Chinese Patent Office, Second Office Action and Translation dated Jul. 18, 2019, issued in connection with Chinese Application No. 201780025029.7, 14 pages. |
Chinese Patent Office, Second Office Action and Translation dated Sep. 23, 2019, issued in connection with Chinese Application No. 201780025028.2, 15 pages. |
Chinese Patent Office, Third Office Action and Translation dated Sep. 16, 2019, issued in connection with Chinese Application No. 201780025029.7, 14 pages. |
Chinese Patent Office, Translation of Office Action dated Jul. 18, 2019, issued in connection with Chinese Application No. 201780025029.7, 8 pages. |
Cipriani,. The complete list of Ok, Google commands—CNET. Jul. 1, 2016, 5 pages. [online], [retrieved on Jan. 15, 2020]. Retrieved from the Internet: (URL:https://web.archive.org/web/20160803230926/https://www.cnet.com/how-to/complete-list-of-ok-google--commands/). |
Corrected Notice of Allowability dated Mar. 8, 2017, issued in connection with U.S. Appl. No. 15/229,855, filed Aug. 5, 2016, 6 pages. |
Dell, Inc. “Dell Digital Audio Receiver: Reference Guide,” Jun. 2000, 70 pages. |
Dell, Inc. “Start Here,” Jun. 2000, 2 pages. |
“Denon 2003-2004 Product Catalog,” Denon, 2003-2004, 44 pages. |
European Patent Office, European Extended Search Report dated Feb. 3, 2020, issued in connection with European Application No. 19197116.7, 9 pages. |
European Patent Office, European Extended Search Report dated Jan. 3, 2019, issued in connection with European Application No. 177570702, 8 pages. |
European Patent Office, European Extended Search Report dated Jan. 3, 2019, issued in connection with European Application No. 17757075.1, 9 pages. |
European Patent Office, European Extended Search Report dated Oct. 30, 2017, issued in connection with EP Application No. 17174435.2, 11 pages. |
European Patent Office, European Office Action dated Jan. 14, 2020, issued in connection with European Application No. 17757070.2, 7 pages. |
European Patent Office, European Office Action dated Jan. 22, 2019, issued in connection with European Application No. 17174435.2, 9 pages. |
European Patent Office, European Office Action dated Aug. 30, 2019, issued in connection with European Application No. 17781608.9, 6 pages. |
European Patent Office, Summons to Attend Oral Proceedings dated Dec. 20, 2019, issued in connection with European Application No. 17174435.2, 13 pages. |
Fadilpasic,“Cortana can now be the default PDA on your Android”, IT Pro Portal: Accessed via WayBack Machine; http://web.archive.org/web/20171129124915/https://www.itproportal.com/2015/08/11/cortana-can-now-be- . . . , Aug. 11, 2015, 6 pages. |
Final Office Action dated Oct. 6, 2017, issued in connection with U.S. Appl. No. 15/098,760, filed Apr. 14, 2016, 25 pages. |
Final Office Action dated Apr. 11, 2019, issued in connection with U.S. Appl. No. 15/131,254, filed Apr. 18, 2016, 17 pages. |
Final Office Action dated Aug. 11, 2017, issued in connection with U.S. Appl. No. 15/131,776, filed Apr. 18, 2016, 7 pages. |
Final Office Action dated Dec. 11, 2019, issued in connection with U.S. Appl. No. 16/227,308, filed Dec. 20, 2018, 10 pages. |
Final Office Action dated Sep. 11, 2019, issued in connection with U.S. Appl. No. 16/178,122, filed Nov. 1, 2018, 13 pages. |
Final Office Action dated Apr. 13, 2018, issued in connection with U.S. Appl. No. 15/131,254, filed Apr. 18, 2016, 18 pages. |
Final Office Action dated Apr. 13, 2018, issued in connection with U.S. Appl. No. 15/438,744, filed Feb. 21, 2017, 20 pages. |
Final Office Action dated Jun. 15, 2017, issued in connection with U.S. Appl. No. 15/098,718, filed Apr. 14, 2016, 15 pages. |
Final Office Action dated Oct. 15, 2018, issued in connection with U.S. Appl. No. 15/804,776, filed Nov. 6, 2017, 18 pages. |
Final Office Action dated Oct. 16, 2018, issued in connection with U.S. Appl. No. 15/438,725, filed Feb. 21, 2017, 10 pages. |
Final Office Action dated Feb. 21, 2018, issued in connection with U.S. Appl. No. 15/297,627, filed Oct. 19, 2016, 12 pages. |
Final Office Action dated Mar. 23, 2020, issued in connection with U.S. Appl. No. 16/145,275, filed Sep. 28, 2018, 11 pages. |
Final Office Action dated Feb. 24, 2020, issued in connection with U.S. Appl. No. 15/936,177, filed Mar. 26, 2018, 20 pages. |
Final Office Action dated Apr. 26, 2019, issued in connection with U.S. Appl. No. 15/721,141, filed Sep. 29, 2017, 20 pages. |
Final Office Action dated Apr. 30, 2019, issued in connection with U.S. Appl. No. 15/098,760, filed Apr. 14, 2016, 6 pages. |
Final Office Action dated Feb. 5, 2019, issued in connection with U.S. Appl. No. 15/438,749, filed Feb. 21, 2017, 17 pages. |
Non-Final Office Action dated Apr. 4, 2019, issued in connection with U.S. Appl. No. 15/718,911, filed Sep. 28, 2017, 21 pages. |
Non-Final Office Action dated Jan. 4, 2019, issued in connection with U.S. Appl. No. 15/948,541, filed Apr. 9, 2018, 6 pages. |
Non-Final Office Action dated Feb. 6, 2018, issued in connection with U.S. Appl. No. 15/211,689, filed Jul. 15, 2016, 32 pages. |
Non-Final Office Action dated Feb. 6, 2018, issued in connection with U.S. Appl. No. 15/237,133, filed Aug. 15, 2016, 6 pages. |
Non-Final Office Action dated Mar. 6, 2020, issued in connection with U.S. Appl. No. 16/141,875, filed Sep. 25, 2018, 8 pages. |
Non-Final Office Action dated Sep. 6, 2017, issued in connection with U.S. Appl. No. 15/131,254, filed Apr. 18, 2016, 13 pages. |
Non-Final Office Action dated Sep. 6, 2018, issued in connection with U.S. Appl. No. 15/098,760, filed Apr. 14, 2016, 29 pages. |
Non-Final Office Action dated Apr. 9, 2018, issued in connection with U.S. Appl. No. 15/804,776, filed Nov. 6, 2017, 18 pages. |
Non-Final Office Action dated May 9, 2018, issued in connection with U.S. Appl. No. 15/818,051, filed Nov. 20, 2017, 22 pages. |
Notice of Allowance dated Dec. 2, 2019, issued in connection with U.S. Appl. No. 15/718,521, filed Sep. 28, 2017, 15 pages. |
Notice of Allowance dated Dec. 4, 2017, issued in connection with U.S. Appl. No. 15/277,810, filed Sep. 27, 2016, 5 pages. |
Notice of Allowance dated Jul. 5, 2018, issued in connection with U.S. Appl. No. 15/237,133, filed Aug. 15, 2016, 5 pages. |
Notice of Allowance dated Jul. 9, 2018, issued in connection with U.S. Appl. No. 15/438,741, filed Feb. 21, 2017, 5 pages. |
Notice of Allowance dated Apr. 1, 2019, issued in connection with U.S. Appl. No. 15/935,966, filed Mar. 26, 2018, 5 pages. |
Notice of Allowance dated Aug. 1, 2018, issued in connection with U.S. Appl. No. 15/297,627, filed Oct. 19, 2016, 9 pages. |
Notice of Allowance dated Apr. 11, 2018, issued in connection with U.S. Appl. No. 15/719,454, filed Sep. 28, 2017, 15 pages. |
Notice of Allowance dated Oct. 11, 2019, issued in connection with U.S. Appl. No. 16/437,476, filed Jun. 11, 2019, 9 pages. |
Notice of Allowance dated Sep. 11, 2019, issued in connection with U.S. Appl. No. 16/154,071, filed Oct. 8, 2018, 5 pages. |
Notice of Allowance dated Dec. 12, 2018, issued in connection with U.S. Appl. No. 15/811,468, filed Nov. 13, 2017, 9 pages. |
Notice of Allowance dated Jul. 12, 2017, issued in connection with U.S. Appl. No. 15/098,805, filed Apr. 14, 2016, 8 pages. |
Notice of Allowance dated Jun. 12, 2019, issued in connection with U.S. Appl. No. 15/670,361, filed Aug. 1, 2017, 7 pages. |
Notice of Allowance dated Sep. 12, 2018, issued in connection with U.S. Appl. No. 15/438,744, filed Feb. 21, 2017, 15 pages. |
Notice of Allowance dated Dec. 13, 2017, issued in connection with U.S. Appl. No. 15/784,952, filed Oct. 16, 2017, 9 pages. |
Notice of Allowance dated Feb. 13, 2019, issued in connection with U.S. Appl. No. 15/959,907, filed Apr. 23, 2018, 10 pages. |
Notice of Allowance dated Jan. 13, 2020, issued in connection with U.S. Appl. No. 16/192,126, filed Nov. 15, 2018, 6 pages. |
Notice of Allowance dated Aug. 14, 2017, issued in connection with U.S. Appl. No. 15/098,867, filed Apr. 4, 2016, 10 pages. |
Notice of Allowance dated Feb. 14, 2017, issued in connection with U.S. Appl. No. 15/229,855, filed Aug. 5, 2016, 11 pages. |
Notice of Allowance dated Jun. 14, 2017, issued in connection with U.S. Appl. No. 15/282,554, filed Sep. 30, 2016, 11 pages. |
Notice of Allowance dated Nov. 14, 2018, issued in connection with U.S. Appl. No. 15/297,627, filed Oct. 19, 2016, 5 pages. |
Notice of Allowance dated Dec. 15, 2017, issued in connection with U.S. Appl. No. 15/223,218, filed Jul. 29, 2016, 7 pages. |
Notice of Allowance dated Jan. 15, 2020, issued in connection with U.S. Appl. No. 16/439,009, filed Jun. 12, 2019, 9 pages. |
Notice of Allowance dated Mar. 15, 2019, issued in connection with U.S. Appl. No. 15/804,776, filed Nov. 6, 2017, 9 pages. |
Notice of Allowance dated Oct. 15, 2019, issued in connection with U.S. Appl. No. 16/437,437, filed Jun. 11, 2019, 9 pages. |
Notice of Allowance dated Aug. 16, 2017, issued in connection with U.S. Appl. No. 15/098,892, filed Apr. 14, 2016, 9 pages. |
Notice of Allowance dated Aug. 17, 2017, issued in connection with U.S. Appl. No. 15/131,244, filed Apr. 18, 2016, 9 pages. |
Notice of Allowance dated Jul. 17, 2019, issued in connection with U.S. Appl. No. 15/718,911, filed Sep. 28, 2017, 5 pages. |
Notice of Allowance dated Sep. 17, 2018, issued in connection with U.S. Appl. No. 15/211,689, filed Jul. 15, 2016, 6 pages. |
Notice of Allowance dated Apr. 18, 2019, issued in connection with U.S. Appl. No. 16/173,797, filed Oct. 29, 2018, 9 pages. |
Notice of Allowance dated Dec. 18, 2019, issued in connection with U.S. Appl. No. 16/434,426, filed Jun. 7, 2019, 13 pages. |
Notice of Allowance dated Feb. 18, 2020, issued in connection with U.S. Appl. No. 16/022,662, filed Jun. 28, 2018, 8 pages. |
Notice of Allowance dated Jul. 18, 2019, issued in connection with U.S. Appl. No. 15/438,749, filed Feb. 21, 2017, 9 pages. |
Notice of Allowance dated Jul. 18, 2019, issued in connection with U.S. Appl. No. 15/721,141, filed Sep. 29, 2017, 8 pages. |
Notice of Allowance dated Dec. 19, 2018, issued in connection with U.S. Appl. No. 15/818,051, filed Nov. 20, 2017, 9 pages. |
Notice of Allowance dated Jul. 19, 2018, issued in connection with U.S. Appl. No. 15/681,937, filed Aug. 21, 2017, 7 pages. |
Notice of Allowance dated Aug. 2, 2019, issued in connection with U.S. Appl. No. 16/102,650, filed Aug. 13, 2018, 5 pages. |
Notice of Allowance dated Mar. 20, 2018, issued in connection with U.S. Appl. No. 15/784,952, filed Oct. 16, 2017, 7 pages. |
Notice of Allowance dated Sep. 20, 2018, issued in connection with U.S. Appl. No. 15/946,599, filed Apr. 5, 2018, 7 pages. |
Notice of Allowance dated Feb. 21, 2020, issued in connection with U.S. Appl. No. 16/416,752, filed May 20, 2019, 6 pages. |
Notice of Allowance dated Jan. 21, 2020, issued in connection with U.S. Appl. No. 16/672,764, filed Nov. 4, 2019, 10 pages. |
Notice of Allowance dated Oct. 21, 2019, issued in connection with U.S. Appl. No. 15/946,585, filed Apr. 5, 2018, 5 pages. |
Final Office Action dated Feb. 7, 2020, issued in connection with U.S. Appl. No. 15/948,541, filed Apr. 9, 2018, 8 pages. |
Fiorenza Arisio et al. “Deliverable 1.1 User Study, analysis of requirements and definition of the application task,” May 31, 2012, http://dirha.fbk.eu/sites/dirha.fbk.eu/files/docs/DIRHA_D1.1., 31 pages. |
First Action Interview Office Action dated Aug. 14, 2019, issued in connection with U.S. Appl. No. 16/227,308, filed Dec. 20, 2018, 4 pages. |
First Action Interview Office Action dated Jan. 22, 2020, issued in connection with U.S. Appl. No. 15/989,715, filed May 25, 2018, 3 pages. |
First Action Interview Office Action dated Jul. 5, 2019, issued in connection with U.S. Appl. No. 16/227,308, filed Dec. 20, 2018, 4 pages. |
Freiberger, Karl, “Development and Evaluation of Source Localization Algorithms for Coincident Microphone Arrays,” Diploma Thesis, Apr. 1, 2010, 106 pages. |
Giacobello et al. “A Sparse Nonuniformly Partitioned Multidelay Filter for Acoustic Echo Cancellation,” 2013, IEEE Workshop on Applications of Signal Processing to Audio and Acoustics, Oct. 2013, New Paltz, NY, 4 pages. |
Giacobello et al. “Tuning Methodology for Speech Enhancement Algorithms using a Simulated Conversational Database and Perceptual Objective Measures,” 2014, 4th Joint Workshop on Hands-free Speech Communication and Microphone Arrays HSCMA, 2014, 5 pages. |
Han et al. “Deep Compression: Compressing Deep Neural Networks with Pruning, Trained Quantization and Huffman Coding.” ICLR 2016, Feb. 15, 2016, 14 pages. |
Helwani et al “Source-domain adaptive filtering for MIMO systems with application to acoustic echo cancellation”, Acoustics Speech and Signal Processing, 2010 IEEE International Conference, Mar. 14, 2010, 4 pages. |
Hirano et al. “A Noise-Robust Stochastic Gradient Algorithm with an Adaptive Step-Size Suitable for Mobile Hands-Free Telephones,” 1995, International Conference on Acoustics, Speech, and Signal Processing, vol. 2, 4 pages. |
International Bureau, International Preliminary Report on Patentability, dated Apr. 11, 2019, issued in connection with International Application No. PCT/US2017/0054063, filed on Sep. 28, 2017, 9 pages. |
International Bureau, International Preliminary Report on Patentability, dated Feb. 20, 2020, issued in connection with International Application No. PCT/US2018/045397, filed on Aug. 6, 2018, 8 pages. |
International Bureau, International Preliminary Report on Patentability, dated Apr. 23, 2019, issued in connection with International Application No. PCT/US2017/057220, filed on Oct. 18, 2017, 7 pages. |
International Bureau, International Preliminary Report on Patentability, dated Sep. 7, 2018, issued in connection with International Application No. PCT/US2017/018728, filed on Feb. 21, 2017, 8 pages. |
International Bureau, International Preliminary Report on Patentability, dated Sep. 7, 2018, issued in connection with International Application No. PCT/US2017/018739, filed on Feb. 21, 2017, 7 pages. |
International Bureau, International Search Report and Written Opinion dated Nov. 18, 2019, issued in connection with International Application No. PCT/US2019052841, filed on Sep. 25, 2019, 12 pages. |
International Bureau, International Search Report and Written Opinion dated Dec. 20, 2019, issued in connection with International Application No. PCT/US2019052654, filed on Sep. 24, 2019, 11 pages. |
International Bureau, International Search Report and Written Opinion dated Dec. 6, 2019, issued in connection with International Application No. PCT/US2019050852, filed on Sep. 12, 2019, 10 pages. |
International Searching Authority, International Search Report and Written Opinion dated Dec. 19, 2018, in connection with International Application No. PCT/US2018/053517, 13 pages. |
International Searching Authority, International Search Report and Written Opinion dated Nov. 22, 2017, issued in connection with International Application No. PCT/US2017/054063, filed on Sep. 28, 2017, 11 pages. |
International Searching Authority, International Search Report and Written Opinion dated Jan. 23, 2018, issued in connection with International Application No. PCT/US2017/57220, filed on Oct. 18, 2017, 8 pages. |
International Searching Authority, International Search Report and Written Opinion dated May 23, 2017, issued in connection with International Application No. PCT/US2017/018739, Filed on Feb. 21, 2017, 10 pages. |
International Searching Authority, International Search Report and Written Opinion dated Oct. 23, 2017, issued in connection with International Application No. PCT/US2017/042170, filed on Jul. 14, 2017, 15 pages. |
International Searching Authority, International Search Report and Written Opinion dated Oct. 24, 2017, issued in connection with International Application No. PCT/US2017/042227, filed on Jul. 14, 2017, 16 pages. |
International Searching Authority, International Search Report and Written Opinion dated May 30, 2017, issued in connection with International Application No. PCT/US2017/018728, Filed on Feb. 21, 2017, 11 pages. |
Japanese Patent Office, Non-Final Office Action and Translation dated Nov. 5, 2019, issued in connection with Japanese Patent Application No. 2019-517281, 6 pages. |
Japanese Patent Office, Office Action and Translation dated Oct. 8, 2019, issued in connection with Japanese Patent Application No. 2019-521032, 5 pages. |
Japanese Patent Office, Office Action Translation dated Nov. 5, 2019, issued in connection with Japanese Patent Application No. 2019-517281, 2 pages. |
Japanese Patent Office, Office Action Translation dated Oct. 8, 2019, issued in connection with Japanese Patent Application No. 2019-521032, 8 pages. |
Jo et al., “Synchronized One-to-many Media Streaming with Adaptive Playout Control,” Proceedings of SPIE, 2002, pp. 71-82, vol. 4861. |
Jones, Stephen, “Dell Digital Audio Receiver: Digital upgrade for your analog stereo,” Analog Stereo, Jun. 24, 2000 retrieved Jun. 18, 2014, 2 pages. |
Jose Alvarez and Mathieu Salzmann “Compression-aware Training of Deep Networks” 31st Conference on Neural Information Processing Systems, Nov. 13, 2017, 12pages. |
Korean Patent Office, Korean Office Action and Translation dated Aug. 16, 2019, issued in connection with Korean Application No. 10-2018-7027452, 14 pages. |
Korean Patent Office, Korean Office Action and Translation dated Sep. 9, 2019, issued in connection with Korean Application No. 10-2018-7027451, 21 pages. |
Korean Patent Office, Korean Office Action dated May 8, 2019, issued in connection with Korean Application No. 10-2018-7027451, 7 pages. |
Korean Patent Office, Korean Office Action dated May 8, 2019, issued in connection with Korean Application No. 10-2018-7027452, 5 pages. |
Louderback, Jim, “Affordable Audio Receiver Furnishes Homes With MP3,” TechTV Vault. Jun. 28, 2000 retrieved Jul. 10, 2014, 2 pages. |
Maja Taseska and Emanual A.P. Habets, “MMSE-Based Blind Source Extraction in Diffuse Noise Fields Using a Complex Coherence-Based a Priori Sap Estimator.” International Workshop on Acoustic Signal Enhancement 2012, Sep. 4-6, 2012, 4pages. |
Morales-Cordovilla et al. “Room Localization for Distant Speech Recognition,” Proceedings of Interspeech 2014, Sep. 14, 2014, 4 pages. |
Newman, Jared. “Chromecast Audio's multi-room support has arrived,” Dec. 11, 2015, https://www.pcworld.com/article/3014204/customer-electronic/chromcase-audio-s-multi-room-support-has . . . , 1 page. |
Ngo et al. “Incorporating the Conditional Speech Presence Probability in Multi-Channel Wiener Filter Based Noise Reduction in Hearing Aids.” EURASIP Journal on Advances in Signal Processing vol. 2009, Jun. 2, 2009, 11 pages. |
Non-Final Office Action dated Jun. 1, 2017, issued in connection with U.S. Appl. No. 15/223,218, filed Jul. 29, 2016, 7 pages. |
Non-Final Office Action dated Nov. 2, 2017, issued in connection with U.S. Appl. No. 15/584,782, filed May 2, 2017, 11 pages. |
Non-Final Office Action dated Nov. 3, 2017, issued in connection with U.S. Appl. No. 15/438,741, filed Feb. 21, 2017, 11 pages. |
Non-Final Office Action dated Nov. 4, 2019, issued in connection with U.S. Appl. No. 16/022,662, filed Jun. 28, 2018, 16 pages. |
Non-Final Office Action dated Sep. 5, 2019, issued in connection with U.S. Appl. No. 16/416,752, filed May 20, 2019, 14 pages. |
Non-Final Office Action dated Feb. 7, 2017, issued in connection with U.S. Appl. No. 15/131,244, filed Apr. 18, 2016, 12 pages. |
Non-Final Office Action dated Feb. 8, 2017, issued in connection with U.S. Appl. No. 15/098,892, filed Apr. 14, 2016, 17 pages. |
Non-Final Office Action dated Mar. 9, 2017, issued in connection with U.S. Appl. No. 15/098,760, filed Apr. 14, 2016, 13 pages. |
Non-Final Office Action dated Oct. 9, 2019, issued in connection with U.S. Appl. No. 15/936,177, filed Mar. 26, 2018, 16 pages. |
Non-Final Office Action dated Jan. 10, 2018, issued in connection with U.S. Appl. No. 15/098,718, filed Apr. 14, 2016, 15 pages. |
Non-Final Office Action dated Jan. 10, 2018, issued in connection with U.S. Appl. No. 15/229,868, filed Aug. 5, 2016, 13 pages. |
Non-Final Office Action dated Jan. 10, 2018, issued in connection with U.S. Appl. No. 15/438,725, filed Feb. 21, 2017, 15 pages. |
Non-Final Office Action dated Sep. 10, 2018, issued in connection with U.S. Appl. No. 15/67,0361, filed Aug. 7, 2017, 17 pages. |
Non-Final Office Action dated Oct. 11, 2019, issued in connection with U.S. Appl. No. 16/177,185, filed Oct. 31, 2018, 14 pages. |
Non-Final Office Action dated Dec. 12, 2016, issued in connection with U.S. Appl. No. 15/098,718, filed Apr. 14, 2016, 11 pages. |
Non-Final Office Action dated Feb. 12, 2019, issued in connection with U.S. Appl. No. 15/670,361, filed Aug. 7, 2017, 13 pages. |
Non-Final Office Action dated Jan. 13, 2017, issued in connection with U.S. Appl. No. 15/098,805, filed Apr. 14, 2016, 11 pages. |
Non-Final Office Action dated Nov. 13, 2018, issued in connection with U.S. Appl. No. 15/717,621, filed Sep. 27, 2017, 23 pages. |
Non-Final Office Action dated Nov. 13, 2018, issued in connection with U.S. Appl. No. 16/160,107, filed Oct. 15, 2018, 8 pages. |
Non-Final Office Action dated Nov. 13, 2019, issued in connection with U.S. Appl. No. 15/984,073, filed May 18, 2018, 18 pages. |
Non-Final Office Action dated Sep. 14, 2017, issued in connection with U.S. Appl. No. 15/178,180, filed Jun. 9, 2016, 16 pages. |
Non-Final Office Action dated Sep. 14, 2018, issued in connection with U.S. Appl. No. 15/959,907, filed Apr. 23, 2018, 15 pages. |
Non-Final Office Action dated Jan. 15, 2019, issued in connection with U.S. Appl. No. 16/173,797, filed Oct. 29, 2018, 6 pages. |
Non-Final Office Action dated Nov. 15, 2019, issued in connection with U.S. Appl. No. 16/153,530, filed Oct. 5, 2018, 17 pages. |
Non-Final Office Action dated Mar. 16, 2018, issued in connection with U.S. Appl. No. 15/681,937, filed Aug. 21, 2017, 5 pages. |
Non-Final Office Action dated Oct. 16, 2018, issued in connection with U.S. Appl. No. 15/131,254, filed Apr. 18, 2016, 16 pages. |
Non-Final Office Action dated Apr. 18, 2018, issued in connection with U.S. Appl. No. 15/811,468 filed Nov. 13, 2017, 14 pages. |
Non-Final Office Action dated Jan. 18, 2019, issued in connection with U.S. Appl. No. 15/721,141, filed Sep. 29, 2017, 18 pages. |
Non-Final Office Action dated Oct. 18, 2019, issued in connection with U.S. Appl. No. 15/098,760, filed Apr. 14, 2016, 27 pages. |
Non-Final Office Action dated Sep. 18, 2019, issued in connection with U.S. Appl. No. 16/179,779, filed Nov. 2, 2018, 14 pages. |
Non-Final Office Action dated Apr. 19, 2017, issued in connection with U.S. Appl. No. 15/131,776, filed Apr. 18, 2016, 12 pages. |
Non-Final Office Action dated Dec. 19, 2019, issued in connection with U.S. Appl. No. 16/147,710, filed Sep. 29, 2018, 10 pages. |
Non-Final Office Action dated Feb. 19, 2020, issued in connection with U.S. Appl. No. 16/148,879, filed Oct. 1, 2018, 15 pages. |
Non-Final Office Action dated Feb. 20, 2018, issued in connection with U.S. Appl. No. 15/211,748, filed Jul. 15, 2016, 31 pages. |
Non-Final Office Action dated Jun. 20, 2019, issued in connection with U.S. Appl. No. 15/946,585, filed Apr. 5, 2018, 10 pages. |
Non-Final Office Action dated Aug. 21, 2019, issued in connection with U.S. Appl. No. 16/192,126, filed Nov. 15, 2018, 8 pages. |
Non-Final Office Action dated Feb. 21, 2019, issued in connection with U.S. Appl. No. 16/214,666, filed Dec. 10, 2018, 12 pages. |
Non-Final Office Action dated Jan. 21, 2020, issued in connection with U.S. Appl. No. 16/214711, filed Dec. 10, 2018, 9 pages. |
Non-Final Office Action dated Jan. 21, 2020, issued in connection with U.S. Appl. No. 16/598,125, filed Oct. 10, 2019, 25 pages. |
Non-Final Office Action dated Oct. 21, 2019, issued in connection with U.S. Appl. No. 15/973,413, filed May 7, 2018, 10 pages. |
Non-Final Office Action dated May 22, 2018, issued in connection with U.S. Appl. No. 15/946,599, filed Apr. 5, 2018, 19 pages. |
Non-Final Office Action dated May 23, 2019, issued in connection with U.S. Appl. No. 16/154,071, filed Oct. 8, 2018, 36 pages. |
Non-Final Office Action dated Aug. 24, 2017, issued in connection with U.S. Appl. No. 15/297,627, filed Oct. 19, 2016, 13 pages. |
Non-Final Office Action dated Jul. 24, 2019, issued in connection with U.S. Appl. No. 16/439,009, filed Jun. 12, 2019, 26 pages. |
Non-Final Office Action dated Jul. 25, 2017, issued in connection with U.S. Appl. No. 15/273679, filed Jul. 22, 2016, 11 pages. |
Non-Final Office Action dated Dec. 26, 2018, issued in connection with U.S. Appl. No. 16/154,469, filed Oct. 8, 2018, 7 pages. |
Non-Final Office Action dated Jan. 26, 2017, issued in connection with U.S. Appl. No. 15/098,867, filed Apr. 14, 2016, 16 pages. |
Non-Final Office Action dated Oct. 26, 2017, issued in connection with U.S. Appl. No. 15/438,744, filed Feb. 21, 2017, 12 pages. |
Non-Final Office Action dated Jun. 27, 2018, issued in connection with U.S. Appl. No. 15/438,749, filed Feb. 21, 2017, 16 pages. |
Non-Final Office Action dated Jun. 27, 2019, issued in connection with U.S. Appl. No. 16/437,437, filed Jun. 11, 2019, 8 pages. |
Non-Final Office Action dated Jun. 27, 2019, issued in connection with U.S. Appl. No. 16/437,476, filed Jun. 11, 2019, 8 pages. |
Non-Final Office Action dated Oct. 28, 2019, issued in connection with U.S. Appl. No. 16/145,275, filed Sep. 28, 2018, 11 pages. |
Non-Final Office Action dated Mar. 29, 2019, issued in connection with U.S. Appl. No. 16/102,650, filed Aug. 13, 2018, 11 pages. |
Non-Final Office Action dated Jul. 3, 2019, issued in connection with U.S. Appl. No. 15/948,541, filed Apr. 9, 2018, 7 pages. |
Non-Final Office Action dated May 3, 2019, issued in connection with U.S. Appl. No. 16/178,122, filed Nov. 1, 2018, 14 pages. |
Non-Final Office Action dated Oct. 3, 2018, issued in connection with U.S. Appl. No. 16/102,153, filed Aug. 13, 2018, 20 pages. |
Non-Final Office Action dated Apr. 30, 2019, issued in connection with U.S. Appl. No. 15/718,521, filed Sep. 28, 2017, 39 pages. |
Non-Final Office Action dated Jun. 30, 2017, issued in connection with U.S. Appl. No. 15/277,810, filed Sep. 27, 2016, 13 pages. |
Non-Final Office Action dated Apr. 21, 2021, issued in connection with U.S. Appl. No. 16/109,375, filed Aug. 22, 2018, 9 pages. |
Non-Final Office Action dated Jul. 22, 2020, issued in connection with U.S. Appl. No. 16/145,275, filed Sep. 28, 2018, 11 pages. |
Non-Final Office Action dated Sep. 22, 2020, issued in connection with U.S. Appl. No. 16/539,843, filed Aug. 13, 2019, 7 pages. |
Non-Final Office Action dated Jun. 23, 2021, issued in connection with U.S. Appl. No. 16/439,032, filed Jun. 12, 2019, 13 pages. |
Non-Final Office Action dated Nov. 23, 2020, issued in connection with U.S. Appl. No. 16/524,306, filed Jul. 29, 2019, 14 pages. |
Non-Final Office Action dated Sep. 23, 2020, issued in connection with U.S. Appl. No. 16/177,185, filed Oct. 31, 2018, 17 pages. |
Non-Final Office Action dated Mar. 27, 2020, issued in connection with U.S. Appl. No. 16/790,621, filed Feb. 13, 2020, 8 pages. |
Non-Final Office Action dated May 27, 2020, issued in connection with U.S. Appl. No. 16/715,713, filed Dec. 16, 2019, 14 pages. |
Non-Final Office Action dated Oct. 27, 2020, issued in connection with U.S. Appl. No. 16/213,570, filed Dec. 7, 2018, 13 pages. |
Non-Final Office Action dated Oct. 27, 2020, issued in connection with U.S. Appl. No. 16/715,984, filed Dec. 16, 2019, 14 pages. |
Non-Final Office Action dated Oct. 27, 2020, issued in connection with U.S. Appl. No. 16/819,755, filed Mar. 16, 2020, 8 pages. |
Non-Final Office Action dated Mar. 29, 2021, issued in connection with U.S. Appl. No. 16/528,265, filed Jul. 31, 2019, 18 pages. |
Non-Final Office Action dated Sep. 29, 2020, issued in connection with U.S. Appl. No. 16/402,617, filed May 3, 2019, 12 pages. |
Non-Final Office Action dated Dec. 3, 2020, issued in connection with U.S. Appl. No. 16/145,275, filed Sep. 28, 2018, 11 pages. |
Non-Final Office Action dated Aug. 4, 2020, issued in connection with U.S. Appl. No. 16/600,644, filed Oct. 14, 2019, 30 pages. |
Non-Final Office Action dated Apr. 6, 2020, issued in connection with U.S. Appl. No. 16/424,825, filed May 29, 2019, 22 pages. |
Non-Final Office Action dated Jan. 6, 2021, issued in connection with U.S. Appl. No. 16/439,046, filed Jun. 12, 2019, 13 pages. |
Non-Final Office Action dated Sep. 8, 2020, issued in connection with U.S. Appl. No. 15/936,177, filed Mar. 26, 2018, 19 pages. |
Non-Final Office Action dated Apr. 9, 2021, issued in connection with U.S. Appl. No. 16/780,483, filed Feb. 3, 2020, 45 pages. |
Non-Final Office Action dated Feb. 9, 2021, issued in connection with U.S. Appl. No. 16/806,747, filed Mar. 2, 2020, 16 pages. |
Non-Final Office Action dated Sep. 9, 2020, issued in connection with U.S. Appl. No. 16/168,389, filed Oct. 23, 2018, 29 pages. |
Notice of Allowance dated Aug. 10, 2021, issued in connection with U.S. Appl. No. 17/157,686, filed Jan. 25, 2021, 9 pages. |
Notice of Allowance dated Aug. 2, 2021, issued in connection with U.S. Appl. No. 16/660,197, filed Oct. 22, 2019, 7 pages. |
Notice of Allowance dated Mar. 31, 2021, issued in connection with U.S. Appl. No. 16/813,643, filed Mar. 9, 2020, 11 pages. |
Notice of Allowance dated Aug. 4, 2021, issued in connection with U.S. Appl. No. 16/780,483, filed Feb. 3, 2020, 5 pages. |
Notice of Allowance dated Jun. 1, 2021, issued in connection with U.S. Appl. No. 16/219,702, filed Dec. 13, 2018, 8 pages. |
Notice of Allowance dated Jun. 1, 2021, issued in connection with U.S. Appl. No. 16/685,135, filed Nov. 15, 2019, 10 pages. |
Notice of Allowance dated Aug. 10, 2020, issued in connection with U.S. Appl. No. 16/424,825, filed May 29, 2019, 9 pages. |
Notice of Allowance dated Feb. 10, 2021, issued in connection with U.S. Appl. No. 16/138,111, filed Sep. 21, 2018, 8 pages. |
Notice of Allowance dated Aug. 12, 2021, issued in connection with U.S. Appl. No. 16/819,755, filed Mar. 16, 2020, 6 pages. |
Notice of Allowance dated May 12, 2021, issued in connection with U.S. Appl. No. 16/402,617, filed May 3, 2019, 8 pages. |
Notice of Allowance dated Jan. 13, 2021, issued in connection with U.S. Appl. No. 16/539,843, filed Aug. 13, 2019, 5 pages. |
Notice of Allowance dated Nov. 13, 2020, issued in connection with U.S. Appl. No. 16/131,409, filed Sep. 14, 2018, 11 pages. |
Notice of Allowance dated Aug. 14, 2020, issued in connection with U.S. Appl. No. 16/598,125, filed Oct. 10, 2019, 5 pages. |
Notice of Allowance dated Jan. 14, 2021, issued in connection with U.S. Appl. No. 17/087,423, filed Nov. 2, 2020, 8 pages. |
Notice of Allowance dated Oct. 15, 2020, issued in connection with U.S. Appl. No. 16/715,713, filed Dec. 16, 2019, 9 pages. |
Notice of Allowance dated Apr. 16, 2021, issued in connection with U.S. Appl. No. 16/798,967, filed Feb. 24, 2020, 16 pages. |
Notice of Allowance dated Feb. 17, 2021, issued in connection with U.S. Appl. No. 16/715,984, filed Dec. 16, 2019, 8 pages. |
Notice of Allowance dated Jun. 17, 2020, issued in connection with U.S. Appl. No. 16/141,875, filed Sep. 25, 2018, 6 pages. |
Notice of Allowance dated Mar. 18, 2021, issued in connection with U.S. Appl. No. 16/177,185, filed Oct. 31, 2018, 8 pages. |
Notice of Allowance dated Aug. 19, 2020, issued in connection with U.S. Appl. No. 16/271,560, filed Feb. 8, 2019, 9 pages. |
Notice of Allowance dated Mar. 19, 2021, issued in connection with U.S. Appl. No. 17/157,686, filed Jan. 25, 2021, 11 pages. |
Notice of Allowance dated Dec. 2, 2020, issued in connection with U.S. Appl. No. 15/989,715, filed May 25, 2018, 11 pages. |
Notice of Allowance dated Sep. 2, 2020, issued in connection with U.S. Appl. No. 16/214,711, filed Dec. 10, 2018, 9 pages. |
Notice of Allowance dated Jul. 20, 2020, issued in connection with U.S. Appl. No. 15/984,073, filed May 18, 2018, 12 pages. |
Notice of Allowance dated Apr. 21, 2021, issued in connection with U.S. Appl. No. 16/145,275, filed Sep. 28, 2018, 8 pages. |
Notice of Allowance dated Jan. 21, 2021, issued in connection with U.S. Appl. No. 16/600,644, filed Oct. 14, 2019, 7 pages. |
Notice of Allowance dated Jul. 22, 2020, issued in connection with U.S. Appl. No. 16/131,409, filed Sep. 14, 2018, 13 pages. |
Notice of Allowance dated Jul. 22, 2020, issued in connection with U.S. Appl. No. 16/790,621, filed Feb. 13, 2020, 10 pages. |
Notice of Allowance dated Jun. 23, 2021, issued in connection with U.S. Appl. No. 16/814,844, filed Mar. 10, 2020, 8 pages. |
Notice of Allowance dated Aug. 26, 2020, issued in connection with U.S. Appl. No. 15/948,541, filed Apr. 9, 2018, 9 pages. |
Notice of Allowance dated May 26, 2021, issued in connection with U.S. Appl. No. 16/927,670, filed Jul. 13, 2020, 10 pages. |
Notice of Allowance dated Apr. 27, 2020, issued in connection with U.S. Appl. No. 16/700,607, filed Dec. 2, 2019, 10 pages. |
Notice of Allowance dated May 28, 2021, issued in connection with U.S. Appl. No. 16/524,306, filed Jul. 29, 2019, 9 pages. |
Notice of Allowance dated Jan. 29, 2021, issued in connection with U.S. Appl. No. 16/290,599, filed Mar. 1, 2019, 9 pages. |
Notice of Allowance dated Jun. 29, 2020, issued in connection with U.S. Appl. No. 16/216,357, filed Dec. 11, 2018, 8 pages. |
Notice of Allowance dated Mar. 29, 2021, issued in connection with U.S. Appl. No. 16/600,949, filed Oct. 14, 2019, 9 pages. |
Notice of Allowance dated May 29, 2020, issued in connection with U.S. Appl. No. 16/148,879, filed Oct. 1, 2018, 6 pages. |
Notice of Allowance dated Jun. 3, 2021, issued in connection with U.S. Appl. No. 16/876,493, filed May 18, 2020, 7 pages. |
Notice of Allowance dated Mar. 30, 2020, issued in connection with U.S. Appl. No. 15/973,413, filed May 7, 2018, 5 pages. |
Notice of Allowance dated Oct. 30, 2020, issued in connection with U.S. Appl. No. 16/528,016, filed Jul. 31, 2019, 10 pages. |
Notice of Allowance dated Jun. 4, 2021, issued in connection with U.S. Appl. No. 16/528,265, filed Jul. 31, 2019, 17 pages. |
Notice of Allowance dated Apr. 7, 2020, issued in connection with U.S. Appl. No. 15/098,760, filed Apr. 14, 2016, 7 pages. |
Notice of Allowance dated Apr. 7, 2020, issued in connection with U.S. Appl. No. 16/147,710, filed Sep. 29, 2018, 15 pages. |
Notice of Allowance dated Jun. 7, 2021, issued in connection with U.S. Appl. No. 16/528,224, filed Jul. 31, 2019, 9 pages. |
Oord et al. WaveNet: A Generative Model for Raw Audio. Arxiv.org, Cornell University Library, Sep. 12, 2016, 15 pages. |
Parada et al. Contextual Information Improves OOV Detection in Speech. Proceedings of the 2010 Annual Conference of the North American Chapter of the Association for Computational Linguistics, Jun. 2, 2010, 9 pages. |
Pre-Appeal Brief Decision dated Jun. 2, 2021, issued in connection with U.S. Appl. No. 16/213,570, filed Dec. 7, 2018, 2 pages. |
Preinterview First Office Action dated May 7, 2020, issued in connection with U.S. Appl. No. 16/213,570, filed Dec. 7, 2018, 5 pages. |
Preinterview First Office Action dated Jan. 8, 2021, issued in connection with U.S. Appl. No. 16/798,967, filed Feb. 24, 2020, 4 pages. |
Renato De Mori. Spoken Language Understanding: A Survey. Automatic Speech Recognition & Understanding, 2007. IEEE, Dec. 1, 2007, 56 pages. |
Rottondi et al., “An Overview on Networked Music Performance Technologies,” IEEE Access, vol. 4, pp. 8823-8843, 2016, DOI: 10.1109/ACCESS.2016.2628440, 21 pages. |
Snips: How to Snips—Assistant creation & Installation, Jun. 26, 2017, 6 pages. |
Speidel, Hans. Chatbot Training: How to use training data to provide fully automated customer support. Retrieved from the Internet: URL: https://www.crowdguru.de/wp-content/uploads/Case-Study-Chatbox-training-How-to-use-training-data-to-provide-fully-automated-customer-support.pdf. Jun. 29, 2017, 4 pages. |
Stemmer et al. Speech Recognition and Understanding on Hardware-Accelerated DSP. Proceedings of Interspeech 2017: Show & Tell Contribution, Aug. 20, 2017, 2 pages. |
Tsung-Hsien Wen et al: “A Network-based End-to-End Trainable Task-oriented Dialogue System”, Corr Arxiv, vol. 1604.04562v1, Apr. 15, 2016, pp. 1-11, XP055396370, Stroudsburg, PA, USA. |
Wen et al. A Network-based End-to-End Trainable Task-oriented Dialogue System, Corr (Arxiv), Apr. 15, 2016, 11 pages. |
Wu et al. End-to-End Recurrent Entity Network for Entity-Value Independent Goal-Oriented Dialog Learning. DSTC6—Dialog System Technology Challenges, Dec. 10, 2017, 5 pages. |
Xu et al. An End-to-end Approach for Handling Unknown Slot Values in Dialogue State Tracking. Arxiv.org, Cornell University Library, May 3, 2018, 10 pages. |
Yamaha DME Designer 3.0 Owner's Manual; Copyright 2008, 501 pages. |
Zaykovskiy, Dmitry. Survey of the Speech Recognition Techniques for Mobile Devices. Proceedings of Specom 2006, Jun. 25, 2006, 6 pages. |
Final Office Action dated Sep. 8, 2020, issued in connection with U.S. Appl. No. 16/213,570, filed Dec. 7, 2018, 12 pages. |
First Action Interview Office Action dated Mar. 8, 2021, issued in connection with U.S. Appl. No. 16/798,967, filed Feb. 24, 2020, 4 pages. |
First Action Interview Office Action dated Jun. 15, 2020, issued in connection with U.S. Appl. No. 16/213,570, filed Dec. 7, 2018, 4 pages. |
First Action Interview Office Action dated Jun. 2, 2020, issued in connection with U.S. Appl. No. 16/109,375, filed Aug. 22, 2018, 10 pages. |
Hans Speidel: “Chatbot Training: How to use training data to provide fully automated customer support”, Jun. 29, 2017, pp. 1-3, XP055473185, Retrieved from the Internet: URL:https://www.crowdguru.de/wp-content/uploads/Case-Study-Chatbot-training-How-to-use-training-data-to-provide-fully-automated-customer-support.pdf [retrieved on May 7, 2018]. |
Indian Patent Office, Examination Report dated May 24, 2021, issued in connection with Indian Patent Application No. 201847035595, 6 pages. |
Indian Patent Office, Examination Report dated Feb. 25, 2021, issued in connection with Indian Patent Application No. 201847035625, 6 pages. |
International Bureau, International Preliminary Report on Patentability and Written Opinion, dated Apr. 1, 2021, issued in connection with International Application No. PCT/US2019/052129, filed on Sep. 20, 2019, 13 pages. |
International Bureau, International Preliminary Report on Patentability and Written Opinion, dated Jul. 1, 2021, issued in connection with International Application No. PCT/US2019/067576, filed on Dec. 19, 2019, 8 pages. |
International Bureau, International Preliminary Report on Patentability and Written Opinion, dated Dec. 10, 2020, issued in connection with International Application No. PCT/US2019/033945, filed on May 25, 2018, 7 pages. |
International Bureau, International Preliminary Report on Patentability and Written Opinion, dated Mar. 10, 2020, issued in connection with International Application No. PCT/US2018/050050, filed on Sep. 7, 2018, 7 pages. |
International Bureau, International Preliminary Report on Patentability and Written Opinion, dated Apr. 15, 2021, issued in connection with International Application No. PCT/US2019/054332, filed on Oct. 2, 2019, 9 pages. |
International Bureau, International Preliminary Report on Patentability and Written Opinion, dated Jan. 15, 2019, issued in connection with International Application No. PCT/US2017/042170, filed on Jul. 14, 2017, 7 pages. |
International Bureau, International Preliminary Report on Patentability and Written Opinion, dated Jan. 15, 2019, issued in connection with International Application No. PCT/US2017/042227, filed on Jul. 14, 2017, 7 pages. |
International Bureau, International Preliminary Report on Patentability and Written Opinion, dated Mar. 25, 2021, issued in connection with International Application No. PCT/US2019/050852, filed on Sep. 12, 2019, 8 pages. |
International Bureau, International Preliminary Report on Patentability and Written Opinion, dated Aug. 27, 2019, issued in connection with International Application No. PCT/US2018/019010, filed on Feb. 21, 2018, 9 pages. |
International Bureau, International Preliminary Report on Patentability and Written Opinion, dated Feb. 5, 2019, issued in connection with International Application No. PCT/US2017/045521, filed on Aug. 4, 2017, 7 pages. |
International Bureau, International Preliminary Report on Patentability and Written Opinion, dated Feb. 5, 2019, issued in connection with International Application No. PCT/US2017/045551, filed on Aug. 4, 2017, 9 pages. |
International Bureau, International Preliminary Report on Patentability and Written Opinion, dated Jan. 7, 2021, issued in connection with International Application No. PCT/US2019/039828, filed on Jun. 28, 2019, 11 pages. |
International Bureau, International Preliminary Report on Patentability and Written Opinion, dated Apr. 8, 2021, issued in connection with International Application No. PCT/US2019/052654, filed on Sep. 24, 2019, 7 pages. |
International Bureau, International Preliminary Report on Patentability and Written Opinion, dated Apr. 8, 2021, issued in connection with International Application No. PCT/US2019/052841, filed on Sep. 25, 2019, 8 pages. |
International Bureau, International Preliminary Report on Patentability and Written Opinion, dated Apr. 8, 2021, issued in connection with International Application No. PCT/US2019/053253, filed on Sep. 26, 2019, 10 pages. |
International Bureau, International Preliminary Report on Patentability, dated Jun. 17, 2021, issued in connection with International Application No. PCT/US2019/064907, filed on Dec. 6, 2019, 8 pages. |
International Bureau, International Preliminary Report on Patentability, dated Mar. 2, 2021, issued in connection with International Application No. PCT/US2019/048558, filed on Aug. 28, 2019, 8 pages. |
International Bureau, International Preliminary Report on Patentability, dated Mar. 31, 2020, issued in connection with International Application No. PCT/U.S. Pat. No. 2018053123, filed on Sep. 27, 2018, 12 pages. |
International Bureau, International Preliminary Report on Patentability, dated Mar. 31, 2020, issued in connection with International Application No. PCT/U.S. Pat. No. 2018053472, filed on Sep. 28, 2018, 8 pages. |
International Bureau, International Preliminary Report on Patentability, dated Mar. 31, 2020, issued in connection with International Application No. PCT/U.S. Pat. No. 2018053517, filed on Sep. 28, 2018, 10 pages. |
International Bureau, International Search Report and Written Opinion dated Nov. 10, 2020, issued in connection with International Application No. PCT/US2020/044250, filed on Jul. 30, 2020, 15 pages. |
International Bureau, International Search Report and Written Opinion dated Dec. 11, 2019, issued in connection with International Application No. PCT/US2019/052129, filed on Sep. 20, 2019, 18 pages. |
International Bureau, International Search Report and Written Opinion dated Nov. 13, 2018, issued in connection with International Application No. PCT/US2018/045397, filed on Aug. 6, 2018, 11 pages. |
International Bureau, International Search Report and Written Opinion dated Jan. 14, 2019, issued in connection with International Application No. PCT/U.S. Pat. No. 2018053472, filed on Sep. 28, 2018, 10 pages. |
International Bureau, International Search Report and Written Opinion dated Jul. 14, 2020, issued in connection with International Application No. PCT/US2020/017150, filed on Feb. 7, 2020, 24 pages. |
International Bureau, International Search Report and Written Opinion dated Jul. 14, 2020, issued in connection with International Application No. PCT/US2020/017150, filed on Feb. 7, 2020, 27 pages. |
International Bureau, International Search Report and Written Opinion dated Nov. 14, 2017, issued in connection with International Application No. PCT/US2017/045521, filed on Aug. 4, 2017, 10 pages. |
International Bureau, International Search Report and Written Opinion dated Jul. 17, 2019, issued in connection with International Application No. PCT/US2019/032934, filed on May 17, 2019, 17 pages. |
International Bureau, International Search Report and Written Opinion dated Nov. 18, 2019, issued in connection with International Application No. PCT/US2019/048558, filed on Aug. 28, 2019, 11 pages. |
International Bureau, International Search Report and Written Opinion dated Mar. 2, 2020, issued in connection with International Application No. PCT/U.S. Pat. No. 2019064907, filed on Dec. 6, 2019, 11 pages. |
International Bureau, International Search Report and Written Opinion dated Mar. 2, 2020, issued in connection with International Application No. PCT/US2019/064907, filed on Dec. 6, 2019, 9 pages. |
International Bureau, International Search Report and Written Opinion dated Sep. 21, 2020, issued in connection with International Application No. PCT/US2020/037229, filed on Jun. 11, 2020, 17 pages. |
International Bureau, International Search Report and Written Opinion dated Oct. 22, 2020, issued in connection with International Application No. PCT/US2020/044282, filed on Jul. 30, 2020, 15 pages. |
International Bureau, International Search Report and Written Opinion dated Apr. 23, 2021, issued in connection with International Application No. PCT/US2021/070007, filed on Jan. 6, 2021, 11 pages. |
International Bureau, International Search Report and Written Opinion dated Jul. 24, 2018, issued in connection with International Application No. PCT/US2018/019010, filed on Feb. 21, 2018, 12 pages. |
International Bureau, International Search Report and Written Opinion, dated Feb. 27, 2019, issued in connection with International Application No. PCT/US2018/053123, filed on Sep. 27, 2018, 16 pages. |
International Bureau, International Search Report and Written Opinion dated Sep. 27, 2019, issued in connection with International Application No. PCT/US2019/039828, filed on Jun. 28, 2019, 13 pages. |
International Bureau, International Search Report and Written Opinion dated Nov. 29, 2019, issued in connection with International Application No. PCT/US2019/053253, filed on Sep. 29, 2019, 14 pages. |
International Bureau, International Search Report and Written Opinion dated Sep. 4, 2019, issued in connection with International Application No. PCT/US2019/033945, filed on May 24, 2019, 8 pages. |
International Bureau, International Search Report and Written Opinion dated Aug. 6, 2020, issued in connection with International Application No. PCT/FR2019/000081, filed on May 24, 2019, 12 pages. |
International Bureau, International Search Report and Written Opinion dated Dec. 6, 2018, issued in connection with International Application No. PCT/US2018/050050, filed on Sep. 7, 2018, 9 pages. |
International Bureau, International Search Report and Written Opinion dated Oct. 6, 2017, issued in connection with International Application No. PCT/US2017/045551, filed on Aug. 4, 2017, 12 pages. |
International Bureau, International Search Report and Written Opinion dated Apr. 8, 2020, issued in connection with International Application No. PCT/US2019/067576, filed on Dec. 19, 2019, 12 pages. |
Advisory Action dated Jun. 10, 2020, issued in connection with U.S. Appl. No. 15/936,177, filed Mar. 26, 2018, 4 pages. |
Advisory Action dated Aug. 13, 2021, issued in connection with U.S. Appl. No. 16/271,550, filed Feb. 8, 2019, 4 pages. |
Advisory Action dated Apr. 23, 2021, issued in connection with U.S. Appl. No. 16/219,702, filed Dec. 13, 2018, 3 pages. |
Advisory Action dated Apr. 24, 2020, issued in connection with U.S. Appl. No. 15/948,541, filed Apr. 9, 2018, 4 pages. |
Advisory Action dated Jun. 9, 2020, issued in connection with U.S. Appl. No. 16/145,275, filed Sep. 28, 2018, 3 pages. |
Andra et al. Contextual Keyword Spotting in Lecture Video With Deep Convolutional Neural Network. 2017 International Conference on Advanced Computer Science and Information Systems, IEEE, Oct. 28, 2017, 6 pages. |
Anonymous: “What are the function of 4 Microphones on iPhone 6S/6S+?”, ETrade Supply, Dec. 24, 2015, XP055646381, Retrieved from the Internet: URL:https://www.etradesupply.com/blog/4-microphones-iphone-6s6s-for/[retrieved on Nov. 26, 2019]. |
Audhkhasi Kartik et al. End-to-end ASR-free keyword search from speech. 2017 IEEE International Conference on Acoustics, Speech and Signal Processing, Mar. 5, 2017, 7 pages. |
Australian Patent Office, Australian Examination Report Action dated Apr. 14, 2020, issued in connection with Australian Application No. 2019202257, 3 pages. |
Australian Patent Office, Australian Examination Report Action dated Apr. 7, 2021, issued in connection with Australian Application No. 2019333058, 2 pages. |
Australian Patent Office, Australian Examination Report Action dated Aug. 7, 2020, issued in connection with Australian Application No. 2019236722, 4 pages. |
Australian Patent Office, Examination Report dated Jun. 28, 2021, issued in connection with Australian Patent Application No. 2019395022, 2 pages. |
Bertrand et al. “Adaptive Distributed Noise Reduction for Speech Enhancement in Wireless Acoustic Sensor Networks” Jan. 2010, 4 pages. |
Canadian Patent Office, Canadian Examination Report dated Mar. 9, 2021, issued in connection with Canadian Application No. 3067776, 5 pages. |
Chinese Patent Office, Chinese Office Action and Translation dated Jul. 2, 2021, issued in connection with Chinese Application No. 201880077216.4, 22 pages. |
Chinese Patent Office, Chinese Office Action and Translation dated Mar. 30, 2021, issued in connection with Chinese Application No. 202010302650.7, 15 pages. |
Chinese Patent Office, First Office Action and Translation dated May 27, 2021, issued in connection with Chinese Application No. 201880026360.5, 15 pages. |
Chinese Patent Office, First Office Action and Translation dated Dec. 28, 2020, issued in connection with Chinese Application No. 201880072203.8, 11 pages. |
Chinese Patent Office, Second Office Action and Translation dated May 11, 2020, issued in connection with Chinese Application No. 201780061543.6, 17 pages. |
Chinese Patent Office, Second Office Action and Translation dated Mar. 31, 2020, issued in connection with Chinese Application No. 201780072651.3, 17 pages. |
Chinese Patent Office, Third Office Action and Translation dated Aug. 5, 2020, issued in connection with Chinese Application No. 201780072651.3, 10 pages. |
Chung et al. Empirical Evaluation of Gated Recurrent Neural Network on Sequence Modeling. Dec. 11, 2014, 9 pages. |
European Patent Office, European EPC Article 94.3 dated Feb. 23, 2021, issued in connection with European Application No. 17200837.7, 8 pages. |
European Patent Office, European EPC Article 94.3 dated Feb. 26, 2021, issued in connection with European Application No. 18789515.6, 8 pages. |
European Patent Office, European Extended Search Report dated Nov. 25, 2020, issued in connection with European Application No. 20185599.6, 9 pages. |
European Patent Office, European Extended Search Report dated Aug. 6, 2020, issued in connection with European Application No. 20166332.5, 10 pages. |
European Patent Office, European Office Action dated Jul. 1, 2020, issued in connection with European Application No. 17757075.1, 7 pages. |
European Patent Office, European Office Action dated Jan. 21, 2021, issued in connection with European Application No. 17792272.1, 7 pages. |
European Patent Office, European Office Action dated Sep. 23, 2020, issued in connection with European Application No. 18788976.1, 7 pages. |
European Patent Office, European Office Action dated Oct. 26, 2020, issued in connection with European Application No. 18760101.8, 4 pages. |
European Patent Office, European Office Action dated Sep. 9, 2020, issued in connection with European Application No. 18792656.3, 10 pages. |
European Patent Office, Examination Report dated Jul. 15, 2021, issued in connection with European Patent Application No. 19729968.8, 7 pages. |
European Patent Office, Extended Search Report dated May 16, 2018, issued in connection with European Patent Application No. 17200837.7, 11 pages. |
European Patent Office, Extended Search Report dated Jul. 25, 2019, issued in connection with European Patent Application No. 18306501.0, 14 pages. |
European Patent Office, Extended Search Report dated May 29, 2020, issued in connection with European Patent Application No. 19209389.6, 8 pages. |
Final Office Action dated Jul. 23, 2021, issued in connection with U.S. Appl. No. 16/439,046, filed Jun. 12, 2019, 12 pages. |
Final Office Action dated Feb. 10, 2021, issued in connection with U.S. Appl. No. 16/219,702, filed Dec. 13, 2018, 9 pages. |
Final Office Action dated Feb. 10, 2021, issued in connection with U.S. Appl. No. 16/402,617, filed May 3, 2019, 13 pages. |
Final Office Action dated Nov. 10, 2020, issued in connection with U.S. Appl. No. 16/600,644, filed Oct. 14, 2019, 19 pages. |
Final Office Action dated May 13, 2020, issued in connection with U.S. Appl. No. 16/153,530, filed Oct. 5, 2018, 20 pages. |
Final Office Action dated Jul. 15, 2021, issued in connection with U.S. Appl. No. 16/153,530, filed Oct. 5, 2018, 22 pages. |
Final Office Action dated Jun. 15, 2021, issued in connection with U.S. Appl. No. 16/819,755, filed Mar. 16, 2020, 12 pages. |
Final Office Action dated Oct. 15, 2020, issued in connection with U.S. Appl. No. 16/109,375, filed Aug. 22, 2018, 9 pages. |
Final Office Action dated May 18, 2020, issued in connection with U.S. Appl. No. 16/177,185, filed Oct. 31, 2018, 16 pages. |
Final Office Action dated May 21, 2020, issued in connection with U.S. Appl. No. 15/989,715, filed May 25, 2018, 21 pages. |
Final Office Action dated Feb. 22, 2021, issued in connection with U.S. Appl. No. 15/936,177, filed Mar. 26, 2018, 20 pages. |
Final Office Action dated Feb. 22, 2021, issued in connection with U.S. Appl. No. 16/213,570, filed Dec. 7, 2018, 12 pages. |
Final Office Action dated Jun. 22, 2020, issued in connection with U.S. Appl. No. 16/179,779, filed Nov. 2, 2018, 16 pages. |
Final Office Action dated Jun. 4, 2021, issued in connection with U.S. Appl. No. 16/168,389, filed Oct. 23, 2018, 38 pages. |
Final Office Action dated Jun. 8, 2021, issued in connection with U.S. Appl. No. 16/271,550, filed Feb. 8, 2019, 41 pages. |
Japanese Patent Office, Decision of Refusal and Translation dated Jun. 8, 2021, issued in connection with Japanese Patent Application No. 2019-073348, 5 pages. |
Japanese Patent Office, English Translation of Office Action dated Nov. 17, 2020, issued in connection with Japanese Application No. 2019-145039, 5 pages. |
Japanese Patent Office, English Translation of Office Action dated Aug. 27, 2020, issued in connection with Japanese Application No. 2019-073349, 6 pages. |
Japanese Patent Office, English Translation of Office Action dated Jul. 30, 2020, issued in connection with Japanese Application No. 2019-517281, 26 pages. |
Japanese Patent Office, Notice of Reasons for Refusal and Translation dated Jun. 22, 2021, issued in connection with Japanese Patent Application No. 2020-517935, 4 pages. |
Japanese Patent Office, Office Action and Translation dated Mar. 16, 2021, issued in connection with Japanese Patent Application No. 2020-506725, 7 pages. |
Japanese Patent Office, Office Action and Translation dated Nov. 17, 2020, issued in connection with Japanese Patent Application No. 2019-145039, 7 pages. |
Japanese Patent Office, Office Action and Translation dated Apr. 20, 2021, issued in connection with Japanese Patent Application No. 2020-513852, 9 pages. |
Japanese Patent Office, Office Action and Translation dated Feb. 24, 2021, issued in connection with Japanese Patent Application No. 2019-517281, 4 pages. |
Japanese Patent Office, Office Action and Translation dated Apr. 27, 2021, issued in connection with Japanese Patent Application No. 2020-518400, 10 pages. |
Japanese Patent Office, Office Action and Translation dated Aug. 27, 2020, issued in connection with Japanese Patent Application No. 2019-073349, 6 pages. |
Japanese Patent Office, Office Action and Translation dated Jul. 30, 2020, issued in connection with Japanese Patent Application No. 2019-517281, 6 pages. |
Japanese Patent Office, Office Action and Translation dated Jul. 6, 2020, issued in connection with Japanese Patent Application No. 2019-073348, 10 pages. |
Japanese Patent Office, Office Action and Translation dated Jul. 6, 2021, issued in connection with Japanese Patent Application No. 2019-073349, 6 pages. |
Johnson, “Implementing Neural Networks into Modem Technology,” IJCNN'99. International Joint Conference on Neural Networks. Proceedings [Cat. No. 99CH36339], Washington, DC, USA, 1999, pp. 1028-1032, vol. 2, doi: 10.1109/IJCNN.1999.831096. [retrieved on Jun. 22, 2020]. |
Joseph Szurley et al, “Efficient computation of microphone utility in a wireless acoustic sensor network with multi-channel Wiener filter based noise reduction”, 2012 IEEE International Conference On Acoustics, Speech and Signal Processing, Kyoto, Japan, Mar. 25-30, 2012, pp. 2657-2660, XP032227701, DOI: 10.1109/ICASSP .2012.6288463 ISBN: 978-1-4673-0045-2. |
Ketabdar et al. Detection of Out-of-Vocabulary Words in Posterior Based ASR. Proceedings of Interspeech 2007, Aug. 27, 2007, 4 pages. |
Kim et al. Character-Aware Neural Language Models. Retrieved from the Internet: URL: https://arxiv.org/pdf/1508.06615v3.pdf, Oct. 16, 2015, 9 pages. |
Korean Patent Office, Korean Examination Report and Translation dated Apr. 26, 2021, issued in connection with Korean Application No. 10-2021-7008937, 15 pages. |
Korean Patent Office, Korean Office Action and Translation dated Apr. 2, 2020, issued in connection with Korean Application No. 10-2020-7008486, 12 pages. |
Korean Patent Office, Korean Office Action and Translation dated Mar. 25, 2020, issued in connection with Korean Application No. 10-2019-7012192, 14 pages. |
Korean Patent Office, Korean Office Action and Translation dated Aug. 26, 2020, issued in connection with Korean Application No. 10-2019-7027640, 16 pages. |
Korean Patent Office, Korean Office Action and Translation dated Mar. 30, 2020, issued in connection with Korean Application No. 10-2020-7004425, 5 pages. |
Korean Patent Office, Korean Office Action and Translation dated Jan. 4, 2021, issued in connection with Korean Application No. 10-2020-7034425, 14 pages. |
Lei et al. Accurate and Compact Large Vocabulary Speech Recognition on Mobile Devices. Interspeech 2013, Aug. 25, 2013, 4 pages. |
Mesaros et al. Detection and Classification of Acoustic Scenes and Events: Outcome of the DCASE 2016 Challenge. IEEE/ACM Transactions on Audio, Speech, and Language Processing. Feb. 2018, 16 pages. |
Non-Final Office Action dated Jul. 12, 2021, issued in connection with U.S. Appl. No. 17/008,104, filed Aug. 31, 2020, 6 pages. |
Non-Final Office Action dated Jun. 18, 2021, issued in connection with U.S. Appl. No. 17/236,559, filed Apr. 21, 2021, 9 pages. |
Non-Final Office Action dated Dec. 21, 2020, issued in connection with U.S. Appl. No. 16/153,530, filed Oct. 5, 2018, 22 pages. |
Non-Final Office Action dated Jul. 22, 2021, issued in connection with U.S. Appl. No. 16/179,779, filed Nov. 2, 2018, 19 pages. |
Non-Final Office Action dated Apr. 23, 2021, issued in connection with U.S. Appl. No. 16/660,197, filed Oct. 22, 2019, 9 pages. |
Non-Final Office Action dated Jun. 25, 2021, issued in connection with U.S. Appl. No. 16/213,570, filed Dec. 7, 2018, 11 pages. |
Non-Final Office Action dated Jul. 8, 2021, issued in connection with U.S. Appl. No. 16/813,643, filed Mar. 9, 2020, 12 pages. |
Non-Final Office Action dated Dec. 9, 2020, issued in connection with U.S. Appl. No. 16/271,550, filed Feb. 8, 2019, 35 pages. |
Non-Final Office Action dated Jul. 9, 2021, issued in connection with U.S. Appl. No. 16/806,747, filed Mar. 2, 2020, 18 pages. |
Non-Final Office Action dated Jul. 1, 2020, issued in connection with U.S. Appl. No. 16/138,111, filed Sep. 21, 2018, 14 pages. |
Non-Final Office Action dated Aug. 11, 2021, issued in connection with U.S. Appl. No. 16/841,116, filed Apr. 6, 2020, 9 pages. |
Non-Final Office Action dated Feb. 11, 2021, issued in connection with U.S. Appl. No. 16/876,493, filed May 18, 2020, 16 pages. |
Non-Final Office Action dated Mar. 11, 2021, issued in connection with U.S. Appl. No. 16/834,483, filed Mar. 30, 2020, 11 pages. |
Non-Final Office Action dated Sep. 11, 2020, issued in connection with U.S. Appl. No. 15/989,715, filed May 25, 2018, 8 pages. |
Non-Final Office Action dated Sep. 11, 2020, issued in connection with U.S. Appl. No. 16/219,702, filed Dec. 13, 2018, 9 pages. |
Non-Final Office Action dated Apr. 12, 2021, issued in connection with U.S. Appl. No. 16/528,224, filed Jul. 31, 2019, 9 pages. |
Non-Final Office Action dated May 14, 2020, issued in connection with U.S. Appl. No. 15/948,541, filed Apr. 9, 2018, 8 pages. |
Non-Final Office Action dated Apr. 15, 2020, issued in connection with U.S. Appl. No. 16/138,111, filed Sep. 21, 2018, 15 pages. |
Non-Final Office Action dated Dec. 15, 2020, issued in connection with U.S. Appl. No. 17/087,423, filed Nov. 2, 2020, 7 pages. |
Non-Final Office Action dated Sep. 17, 2020, issued in connection with U.S. Appl. No. 16/600,949, filed Oct. 14, 2019, 29 pages. |
Non-Final Office Action dated Aug. 18, 2021, issued in connection with U.S. Appl. No. 16/845,946, filed Apr. 10, 2020, 14 pages. |
Non-Final Office Action dated Sep. 2, 2020, issued in connection with U.S. Appl. No. 16/290,599, filed Mar. 1, 2019, 17 pages. |
Number | Date | Country | |
---|---|---|---|
20200160847 A1 | May 2020 | US |