The present disclosure relates generally to systems and methods for computer learning that can provide improved computer performance, features, and uses in speech recognition and allow for better usage on systems with limited capabilities.
Speech recognition is an inter-disciplinary field that develops methodologies and technologies that enables the recognition and translation of spoken language into text by computers. It incorporates knowledge and research in the linguistics, computer science, and electrical engineering fields.
The complexity, processing requirements, and the accuracy of a speech recognition system are affected by, among other things, the size of the system and the size of vocabulary involved in the system. Some applications only require a few words, while some others may require very large vocabulary. A continuous speech system operates on speech in which words are connected together. Consequently, it is more difficult to handle continuous speech. It is more challenging, compared to the scenario of isolated-word, to find the start and end points of words. The start and end of words are affected by the preceding and following words. The recognition of continuous speech is also affected by the rate of speech. Faster speech tends to be harder for recognition.
There is a desire to deploy machine learning applications, like speech recognition, on a number of devices and in a variety of settings. Preferably, to help deploy machine learning applications more broadly, it would be beneficial to use embedded applications on lower cost devices. However, given the typical processing, power, and/or memory constraints of such systems, it is extremely challenging to have applications provide good quality results. Compute limitations, memory limitations, and the like can dramatically affect latency, runtime, and final output quality.
Accordingly, what is needed are systems and methods that allow for more efficient storage model neural network components and more efficient computation of common operations used in neural networks.
References will be made to embodiments of the invention, examples of which may be illustrated in the accompanying figures. These figures are intended to be illustrative, not limiting. Although the invention is generally described in the context of these embodiments, it should be understood that it is not intended to limit the scope of the invention to these particular embodiments. Items in the figures are not to scale.
2 regularization (b), according to embodiments of the present disclosure.
and ∥σ
according to embodiments of the present disclosure.
In the following description, for purposes of explanation, specific details are set forth in order to provide an understanding of the invention. It will be apparent, however, to one skilled in the art that the invention can be practiced without these details. Furthermore, one skilled in the art will recognize that embodiments of the present invention, described below, may be implemented in a variety of ways, such as a process, an apparatus, a system, a device, or a method on a tangible computer-readable medium.
Components, or modules, shown in diagrams are illustrative of exemplary embodiments and are meant to avoid obscuring the invention. It shall also be understood that throughout this discussion that components may be described as separate functional units, which may comprise sub-units, but those skilled in the art will recognize that various components, or portions thereof, may be divided into separate components or may be integrated together, including integrated within a single system or component. It should be noted that functions or operations discussed herein may be implemented as components. Components may be implemented in software, hardware, or a combination thereof.
Furthermore, connections between components or systems within the figures are not intended to be limited to direct connections. Rather, data between these components may be modified, re-formatted, or otherwise changed by intermediary components. Also, additional or fewer connections may be used. It shall also be noted that the terms “coupled,” “connected,” or “communicatively coupled” shall be understood to include direct connections, indirect connections through one or more intermediary devices, and wireless connections.
Reference in the specification to “one embodiment,” “preferred embodiment,” “an embodiment,” or “embodiments” means that a particular feature, structure, characteristic, or function described in connection with the embodiment is included in at least one embodiment of the invention and may be in more than one embodiment. Also, the appearances of the above-noted phrases in various places in the specification are not necessarily all referring to the same embodiment or embodiments.
The use of certain terms in various places in the specification is for illustration and should not be construed as limiting. A service, function, or resource is not limited to a single service, function, or resource; usage of these terms may refer to a grouping of related services, functions, or resources, which may be distributed or aggregated.
The terms “include,” “including,” “comprise,” and “comprising” shall be understood to be open terms and any lists the follow are examples and not meant to be limited to the listed items. Any headings used herein are for organizational purposes only and shall not be used to limit the scope of the description or the claims. Each reference mentioned in this patent document is incorporate by reference herein in its entirety.
Furthermore, one skilled in the art shall recognize that: (1) certain steps may optionally be performed; (2) steps may not be limited to the specific order set forth herein; (3) certain steps may be performed in different orders; and (4) certain steps may be done concurrently.
It shall be noted that experiments and results provided herein are provided by way of illustration and were performed under specific conditions using a specific embodiment or embodiments; accordingly, neither these experiments nor their results shall be used to limit the scope of the disclosure of the current patent document.
For embedded applications of machine learning, it is desirable to seek models that are as accurate as possible given size and latency constraints at inference time. For many neural networks, the parameters and computation are concentrated in two basic building blocks:
These two building blocks are natural targets for efforts to reduce parameters and speed up models for embedded applications. Much work on this topic already exists in the literature, and a brief overview is provided in Section B.
In this patent document, some embodiments focus on the second category with at least two contributions:
These two topics are explored in Sections C and D, respectively. Although experiments were conducted and results were reported in the context of large-vocabulary continuous speech recognition (LVCSR) on embedded devices, the ideas and techniques are broadly applicable to other deep learning networks. Work on compressing any neural network for which large GEMMs dominate the parameters or computation time can benefit from the insights presented in this patent document.
The work in this document is related to that of Prabhavalkar et al. (On the compression of recurrent neural networks with an application to LVCSR acoustic modeling for embedded speech recognition, 2016 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pp. 5970-5974, hereinafter “Prabhavalkar”) (which is incorporated by reference herein in its entirety), where low-rank factored acoustic speech models are trained by warmstarting from a truncated singular value decomposition (SVD) of pre-trained weight matrices. This technique was also applied to speech recognition on mobile devices. In this document, a variational form of trace norm regularization is developed, and novel combinations of the variational trace norm regularization with a two-stage training technique are disclosed.
Low rank factorization of neural network weights in general has been the subject of many other works. Some other approaches to dense matrix compression include sparsity, hash-based parameter sharing, and other parameter-sharing schemes such as circulant, Toeplitz, or more generally low-displacement-rank matrices. Splitting activations into independent groups has also been explored. This is akin to using block-diagonal matrices.
Low rank factorization is a well-studied and effective technique for compressing large matrices. In Prabhavalkar, low-rank models are trained by first training a model with unfactored weight matrices (referred as stage 1), and then warmstarting a model with factored weight matrices from the truncated SVD of the unfactored model (referred as stage 2). The truncation is typically done by retaining only as many singular values as required to explain a specified percentage of the variance.
If the weight matrices from stage 1 had only a few nonzero singular values, then the truncated SVD used for warmstarting stage 2 would yield a much better or even error-free approximation of the stage 1 matrix. This suggests applying a sparsity-inducing 1 penalty on the vector of singular values during stage 1 training. This is known as trace norm regularization in the literature. Unfortunately, there is no known way of directly computing the trace norm and its gradients that would be computationally feasible in the context of large deep learning models. Instead, embodiments presented herein combine the two-stage training method with a variational trace norm regularization technique. Embodiments of this technique are described with more details in Section C.1 and experimental results are reported in Section C.2.
First some notations are introduced. ∥· denotes the trace norm of a matrix, that is, the sum of the singular values of the matrix. The trace norm is also referred to as the nuclear norm or the Schatten 1-norm in some literature. Furthermore, ∥·
denoted as the Frobenius norm of a matrix, is defined as:
∥A=√{square root over (TrAA*)}=√{square root over (Σi,j|Aij|2)} (1)
The Frobenius norm is identical to the Schatten 2-norm of a matrix, i.e. the 2 norm of the singular value vector of the matrix. The following lemma provides a variational characterization of the trace norm in terms of the Frobenius norm.
Lemma 1. Let W be an m×n matrix and denote by a its vector of singular values. Then:
where the minimum is taken over all U:M×min(m,n) and V:min(m,n)×n such that W=UV. Furthermore, if W=ŨΣ{tilde over (V)}* is a singular value decomposition of W, then equality holds in (2) for the choice U=Ũ√{square root over (Σ)} and V=√{square root over (Σ)}{tilde over (V)}*.
In one or more embodiments, a procedure to take advantage of this characterization is disclosed in the following. For each large GEMM in the model, replace the m×n weight matrix W by the product W=UV where U:m×min(m,n) and V:min(m,n)×n. Then use a loss function given by:
where λ is a hyperparameter controlling the strength of the approximate trace norm regularization. Minimizing the loss equation (3) is equivalent to minimizing the actual trace norm regularized loss:
(W)+λ∥W
(4)
Section C.2.1 shows empirically that use of the loss function (3) is indeed highly effective at reducing the trace norm of the weight matrices.
where λ is a hyperparameter controlling the strength of the trace norm regularization.
One modified embodiment to this is described in Section C.2.3, where it is shown that training the stage 1 model to convergence is not required before switching to stage 2. By making the transition earlier, training time can be substantially reduced.
In this section, the results of experiments related to trace norm regularization are reported. The baseline model is a forward-only Deep Speech 2 model embodiment (which is described in commonly-owned U.S. patent application Ser. No. 15/358,102 (Docket No. 28888-1990), filed on 21 Nov. 2016, entitled “END-TO-END SPEECH RECOGNITION,” and commonly-owned U.S. patent application Ser. No. 15/358,083 (Docket No. 28888-2078), filed on 21 Nov. 2016, entitled “DEPLOYED END-TO-END SPEECH RECOGNITION”), each document is incorporated by reference herein in its entirety and for all purposes) with some small modifications such as growing GRU dimensions. More details are given in Section F. The model is trained and evaluated on the widely used Wall Street Journal (WSJ) speech corpus.
In one or more embodiments of the present disclosure, the parameters and computation of the model used are dominated by three GRU layers and a fully connected layer. It is these four layers that are compressed through low-rank factorization. As described in Section F.2, in embodiments of factorization scheme, each GRU layer involves two matrix multiplications: a recurrent and a non-recurrent one. For a simple recurrent layer, we would write:
h
t
=f(Wnonrecxt+Wrecht-1) (6)
For a GRU layer, there are also weights for reset and update gates, which are grouped with the recurrent matrix. Details and the motivation for this split may be seen in Section F.2.
Since one focus here is on compressing acoustic models and not language models, the reported error metric is the character error rate (CER) rather than word error rate (WER). As the size and latency constraints vary widely across devices, whenever possible various techniques are compared by comparing their accuracy versus number of parameter trade-off curves. All CERs reported here were computed on a validation set separate from the training set.
In this section, the effects of training with the loss function in equation (3) are investigated. For simplicity, this is referred to as trace norm regularization.
As the WSJ corpus is relatively small at around 80 hours of speech, models tend to benefit substantially from regularization. To make comparisons fairer, unfactored models were also trained with an 2 regularization term and the hyperparameter space was searched just as exhaustively.
In one or more embodiments, for both trace norm and 2 regularization, separate λrec and λnonrec parameters are introduced for determining the strength of regularization for the recurrent and non-recurrent weight matrices respectively. In addition to λrec and λnonrec in initial experiments, the learning rate is also roughly tuned. Since the same learning rate was found to be optimal for nearly all experiments, it was used for all the experiments reported in this section. The dependence of final CER on λrec and λnonrec is shown in
2 regularization. Separate λrec and λnonrec values are seen to help for both trace norm and
2 regularization. However, for trace norm regularization, it appears better to fix λrec as a multiple of λnonrec rather than tuning the two parameters independently.
One of the first questions of interest is whether the loss function (3) is effective at reducing the trace norm. As the interest is in the relative concentration of singular values rather than their absolute magnitudes, the following non-dimensional metric was introduced.
Definition 1. Let W be a nonzero m×n matrix with d=min(m,n)≥2. Denote by σ the d-dimensional vector of singular values of W. Then, the nondimensional trace norm coefficient of W may be defined as follows:
It is shown in Section E that v is scale-invariant and ranges from 0 for rank 1 matrices to 1 for maximal-rank matrices with all singular values equal. Roughly speaking, the smaller v(W), the better W can be approximated by a low-rank matrix.
As shown in 2 regularization, according to embodiments of the present document. Graph (a) in
2 regularization also leads to small v values. However, from
As shown in 2-regularized models occasionally achieve low rank, this is observed only at relatively high CER's and only for some of the weights. It is also noted that some form of regularization is very important on this dataset. The unregularized baseline model (the diamond shape points in
In this section, results of stage 2 experiments warmstarted from either trace norm or 2 regularized stage 1 models are reported.
For each regularization type, the three best stage 1 models (in terms of final CER: all were below 6.8) were taken and the truncated SVD of their weights was used to initialize the weights of stage 2 models. By varying the threshold of variance explained for the SVD truncation, each stage 1 model resulted into multiple stage 2 models. In one or more embodiments, the stage 2 models were trained without regularization (i.e., λrec=λnonrec=0) and with the initial learning rate set to three times the final learning rate of the stage 1 model.
2 regularization exhibit similar accuracy versus number of parameter trade-offs. For comparison, some stage 2 models were also warmstarted from an unregularized stage 1 model. These models are seen to have significantly lower accuracies, accentuating the need for regularization on the WSJ corpus.
In the previous sections, the stage 1 models were trained for 40 epochs to full convergence and then the stage 2 models were trained for another 40 epochs, again to full convergence. Since the stage 2 models are drastically smaller than the stage 1 models, it takes less time to train them. Hence, shifting the stage 1 to stage 2 transition point to an earlier epoch could substantially reduce training time. This section shows that it is indeed possible to do so without hurting final accuracy.
Specifically, the stage 1 trace norm and 2 models from Section C.2.1 that resulted in the best stage 2 models in Section C.2.2 are taken. In those sections, the interests are in the parameters versus accuracy trade-off and each stage 1 model was used to warmstart a number of stage 2 models of different sizes. Instead, this section sets a fixed target of 3 M parameters and a fixed overall training budget of 80 epochs but varies the stage 1 to stage 2 transition epoch. In one or more embodiments, for each of the stage 2 runs, the learning rate, a hyper-parameter to tune neural networks training to define how quickly or how slowly to update network parameters, is initialized with the learning rate of the stage 1 model at the transition epoch (the last epoch in training the stage 1 model). Therefore, the learning rate follows the same schedule as if a single model had been trained for 80 epochs. As before, all regularization is disabled for stage 2.
In one or more embodiments, the 2 stage 1 model has 21.7 M parameters, whereas the trace norm stage 1 model at 29.8 M parameters is slightly larger due to the factorization. Since the stage 2 models have roughly 3 M parameters and the training time is approximately proportional to the number of parameters, stage 2 models train about 7× and 10× faster, respectively, than the
2 and trace norm stage 1 models. Consequently, large overall training time reductions can be achieved by reducing the number of epochs spent in stage 1 for both
2 and trace norm.
The results are shown in 2 regularization (610) used in stage 1. The dotted line indicates the transition epoch. Based on Graph (a) in
2 regularization. In the right panel, the convergence of CER is plotted when the transition epoch is 15. It is found that the trace norm model's CER is barely impacted by the transition whereas the
2 models see a huge jump in CER at the transition epoch. Furthermore, the plot suggests that a total of 60 epochs may have sufficed. However, the savings from reducing stage 2 epochs are negligible compared to the savings from reducing the transition epoch.
With low rank factorization techniques similar to those described in Section C, large vocabulary continuous speech recognition (LVCSR) models were able to be trained with acceptable numbers of parameters and acceptable loss of accuracy compared to a production server model (baseline). One or more embodiments for faster inference disclosed in Section D may be independent from the trace norm regularization disclosed in Section C. Due to long training cycles for the 10,000+ hours of speech used in this section, pre-trained models are used in this section. However, the techniques in this section are entirely agnostic to such differences. Table 1 shows the baseline along with three different compressed models with much lower number of parameters. The tier-3 model employs the techniques of Sections F.4 and F.3. Consequently, it runs significantly faster than the tier-1 model, even though they have a similar number of parameters. Unfortunately, this comes at the expense of some loss in accuracy.
Although low rank factorization significantly reduces the overall computational complexity of the presented LVCSR system, further optimization is still required to achieve real-time inference on mobile or embedded devices. One approach to speeding up the network is to use low-precision 8-bit integer representations for weight matrices and matrix multiplications (the GEMM operation in BLAS terminology). This type of quantization reduces both memory as well as computation requirements of the network while only introducing 2% to 4% relative increase in WER.
In one or more embodiments, to perform low precision matrix multiplications, the gemmlowp library was originally used, which provides state-of-the-art low precision GEMMs using unsigned 8-bit integer values. However, gemmlowp's approach is not efficient for small batch sizes. One presented application, LVCSR on embedded devices with single user, is dominated by low batch size GEMMs due to the sequential nature of recurrent layers and latency constraints. This can be demonstrated by looking at a simple RNN cell which has the form:
h
t
=f(Wxt+Uht-1) (8)
This cell contains two main GEMMs: The first, Uht-1, is sequential and requires a GEMM with batch size 1. The second, Wxt, can in principle be performed at higher batch sizes by batching across time. However, choosing too large batch sizes can significantly delay the output, as the system needs to wait for more future context. In practice, it was found that batch sizes higher than around 4 resulted in too high latencies, negatively impacting user experience.
In one or more of the tests, custom assembly kernels were implemented for the 64-bit ARM architecture (AArch64, also known as ARMv8 or ARM64) to further improve the performance of the GEMMs operations. The aforementioned strategies and methods in trace norm regularization may also be applicable in custom assembly kernels implementations.
In addition to low precision representation and customized ARM kernels, other approaches are explored to speed up the LVCSR system. These techniques are described in Section F.
Finally, by combining low rank factorization, some techniques from Section F, int8 quantization, and the farm kernels, as well as using smaller language models, a range of speech recognition models suitably tailored to various devices may be created. These are shown in Table 2.
In this section, some of the properties of the non-dimensional trace norm coefficient defined in Section C.1 are described.
Proposition 1. Let W, d, σ be as in Definition 1, then
Proof. Since W is assumed to be nonzero, at least one singular value is nonzero and hence ∥σ≠0. Property (i) is immediate from the scaling property ∥cσ∥=|c|·∥σ∥ satisfied by all norms.
To establish the other properties, observe that
The first inequality holds since singular values are nonnegative, and the inequality is strict unless σi or σj vanishes. The second inequality comes from an application of Jensen's inequality and is strict unless σi=σj. Thus, replacing (σi,σj) by (σi+σj,0) preserves ∥σ while increasing ∥σ
unless one or σi or σj is zero. Similarly, replacing (σi,σj) by
preserves ∥σ while decreasing ∥σ
unless σi=σj. By a simple argument by contradiction, it follows that the minima occur for σ=(σ10, . . . , 0), in which case v(W)=0 and the maxima occur for σ=(σ1, . . . , σ1), in which case v(W)=1.
In one or more embodiments, a better intuition can also be obtained about the minimum and maximum of v(W) by looking at the 2D case visualized in is kept constant to σ, ∥σ
can vary from σ to √{square root over (2)}σ. The minimum ∥σ
happens when either σi or σj are zero. For these values ∥σ
=∥σ
and as a result v(W)=0. Similarly, the maximum ∥σ
happens for σi=σj, resulting in v(W)=1.
In this Section, a few preliminary insights, which informed the choice of baseline model for the experiments reported in Sections C and D, are described.
Since the target domain is on-device streaming speech recognition with low latency, a focus was chosen on Deep Speech 2-like model embodiments with forward-only GRU layers.
Across several data sets and model architectures, it was consistently found that the sizes of the recurrent layers closer to the input could be shrunk without affecting accuracy much. A related phenomenon was observed in Prabhavalkar: When doing low-rank approximations of the acoustic model layers using SVD, the rank required to explain a fixed threshold of explained variance grows with distance from the input layer. Some SVD thresholding details are given in the Section F.1.1 below.
In one or more embodiments, to reduce the number of parameters of the baseline model and speed up experiments, growing GRU dimensions are adopted. Since the compression techniques presented herein will automatically reduce layers to a near-optimal size, these dimensions were not tuned, but a reasonable affine increasing scheme of 768, 1024, 1280 for the GRU dimensions was picked, and dimension 1536 for the final fully connected layer was picked.
Let M be a model several of whose parameters are in the form of large matrices:
Denoting the total number of other parameters of the model M by S, then the total number of parameters of the model M is:
size(M)=m1×n1+m2×n2+ . . . +mk×nk+S (10)
For low-rank factorization, each matrix Wi is replaced by the product UiVi of dimensions
Ui:mi×ri
Ui:ri×ni
Denote the model with these replacements made by L, then the total number of parameters of the model L is:
size(L)=(m1+n1)×r1+(m2+n2)×r2+ . . . . +(mk+nk)×rk+S (11)
By varying the rank ri≥1, the model size may be varied. The smallest model size that can be achieved (by taking ri=1 or all i) is:
Minsize(L)=m1+ . . . +mk+n1+ . . . +nk+S (12)
For each weight Wi of one or more weight matrix in a neural network model, an SVD decomposition Wi=AiΣiBi is implemented (905), wherein Ai is a mi×mi unitary matrix (referred a left unitary matrix), Bi is a ni×ni unitary matrix (referred a right unitary matrix), Σi is a mi×ni rectangular diagonal matrix with non-negative real numbers on the diagonal. The singular values are denoted by s1≥s2≥ . . . sq≥0, where q=min(mi,ni).
Given a threshold variable T, a low-rank approximation Ui(T)Vi(T) of Wi is obtained by:
Denote the model with low-rank approximation obtained according to threshold T by L(T).
Then finally the largest T* is picked (920) such that size(L(T*))≤P. Based on the picked largest T*, the finalized fraction of singular values to be retained is determined (925). Using the finalized retained singular values, a finalized low-rank approximation for Wi is obtained (930). The model L(T*) with the finalized low-rank approximation is used as the trained model or the output of this process (and is used to initialize the weights of stage 2 models, in the nomenclature of the paper).
In one or more embodiments, the Gated Recurrent Unit (GRU) architecture is employed for the recurrent layers, where the hidden state ht is computed as follows:
z
t=σ(Wzxt+Uzht-1+bz)
r
t=σ(Wrxt+Urht-1+br)
{tilde over (h)}
t
=f(Whxt+rt·Uhht-1+bh)
h
t=(1−zt)·ht-1+zt·{tilde over (h)}t (14)
where σ is the sigmoid function, z and r are update and reset gates respectively, Uz, Ur, Uh are the three recurrent weight matrices, and Wz, Wr, Wh are the three non-recurrent weight matrices.
In one or more embodiments, three ways of performing weight sharing are considered when doing low rank factorization of the 6 weight matrices:
Some have opted for the LSTM analog of completely joint factorization, as this choice has the most parameter sharing and thus the highest potential for compression of the model. However, in one or more embodiments of the present disclosure, partially joint factorization was used instead, largely for two reasons. First, in pilot experiments, it was found that the U and W matrices behave qualitatively quite differently during training. For example, on large data sets the W matrices may be trained from scratch in factored form, whereas factored U matrices need to be either warmstarted via SVD from a trained unfactored model or trained with a significantly lowered learning rate. Second, the U and W split is advantageous in terms of computational efficiency. For the non-recurrent W GEMM, there is no sequential time dependency and thus its inputs x may be batched across time.
Finally, the partially joint factorization was compared to the completely split factorization, and it was found that the former indeed led to better accuracy versus number of parameters trade-offs. Some results from this experiment are shown in Table 3.
While aspects of the present invention are described by way of example with reference to gated recurrent units (GRUs), one skilled in the art could readily apply these aspects to other types of recurrent neural networks, such as (by way of example and not limitation) plain RNNs or LSTMs.
Switching from 161-dimensional linear spectrograms to 80-dimensional mel spectrograms reduces the per-timestep feature dimension by roughly a factor of 2. Furthermore, and likely owing to this switch, the frequency-dimension size of the convolution filters could be reduced by a factor of 2. In combination, this means about a 4× reduction in compute for the first and second convolution layers, and a 2× reduction in compute for the first GRU layer.
On the WSJ corpus as well as an internal dataset of around 1,000 hours of speech, little impact on accuracy from making this change were observed, and hence it was adopted for all experiments in Section C.
Gram-CTC is a recently proposed extension to CTC for training models that output variable-size grams as opposed to single characters (by Liu et al., Gram-CTC: Automatic unit selection and target decomposition for sequence labelling, arXiv preprint arXiv:1703.00096, 2017, and in commonly-owned U.S. patent application Ser. No. 15/698,593 (Docket No. 28888-2107), filed on 7 Sep. 2017, entitled “SYSTEMS AND METHODS FOR AUTOMATIC UNIT SELECTION AND TARGET DECOMPOSITION FOR SEQUENCE LABELLING”; each aforementioned document is incorporated by reference herein in its entirety and for all purposes). Using Gram-CTC, the time stride in the second convolution layer was able to be increased by a factor of 2 with little to no loss in CER, though the number of filters in that same convolution layer is doubled to compensate. The net effect is a roughly 2× speedup for the second and third GRU layers, which are the largest. This speed up more than makes up for the size increase in the softmax layer and the slightly more complex language model decoding when using Gram-CTC. However, for a given target accuracy, it is found that Gram-CTC models could not be shrunk as much as CTC models by means of low rank factorization. That is, the net effect of this technique is to increase model size in exchange for reduced latency.
Shown in
The baseline model is a Deep Speech 2 model embodiment with three forward-GRU layers of dimension 2560, as described in Amodei et al. (Deep Speech 2: End-to-end speech recognition in English and Mandarin, 2016 International Conference on Machine Learning, pp. 173-182, and in commonly-owned U.S. patent application Ser. No. 15/358,102 (Docket No. 28888-1990), filed on 21 Nov. 2016, entitled “END-TO-END SPEECH RECOGNITION”, and commonly-owned U.S. patent application Ser. No. 15/358,083 (Docket No. 28888-2078), filed on 21 Nov. 2016, entitled “DEPLOYED END-TO-END SPEECH RECOGNITION”; each aforementioned document is incorporated by reference herein in its entirety and for all purposes). This is the same baseline model used in the experiments of Narang et al. (Exploring sparsity in recurrent neural networks, 2017 International Conference on Learning Representations (ICLR), which is incorporated by reference herein in its entirety and for all purposes), from which paper the sparse data points in the plot were also obtained. Shown also are versions of the baseline model but with the GRU dimension scaled down to 1536 and 1024. Overall, models with low-rank factorizations on all non-recurrent and recurrent weight matrices are seen to provide the best CER vs parameters trade-off. All the low rank models use growing GRU dimensions and the partially split form of low-rank factorization, as discussed in Sections F.1 and F.2. The models labeled fast in addition use Gram-CTC as described in Section F.4 and mel features and reduced convolution filter sizes as described in Section F.3.
As this was more of a preliminary comparison to some past experiments, the setup was not perfectly controlled and some models were, for example, trained for more epochs than others. It is suspected that, given more effort and similar adjustments like growing GRU dimensions, the sparse models could be made competitive with the low-rank models. Even so, given the computational advantage of the low-rank approach over unstructured sparsity, one or more embodiments are focused on the former. This does not, of course, rule out the potential usefulness of other, more structured forms of sparsity in the embedded setting.
In one or more embodiments, compressing and reducing the inference latency of LVCSR speech recognition models were addressed. To better compress models, a trace norm regularization technique was introduced and its potential for faster and more consistent training of low rank models on the WSJ speech corpus was demonstrated. To reduce latency at inference time, the importance of optimizing for low batch sizes was demonstrated and optimized kernels were released for the ARM64 platform. Finally, by combining the various techniques in this patent document, an effective path towards production-grade on-device speech recognition was demonstrated on a range of embedded devices
In one or more embodiments, aspects of the present patent document may be directed to, may include, or may be implemented on one or more information handling systems/computing systems. A computing system may include any instrumentality or aggregate of instrumentalities operable to compute, calculate, determine, classify, process, transmit, receive, retrieve, originate, route, switch, store, display, communicate, manifest, detect, record, reproduce, handle, or utilize any form of information, intelligence, or data. For example, a computing system may be or may include a personal computer (e.g., laptop), tablet computer, phablet, personal digital assistant (PDA), smart phone, smart watch, smart package, server (e.g., blade server or rack server), a network storage device, camera, or any other suitable device and may vary in size, shape, performance, functionality, and price. The computing system may include random access memory (RAM), one or more processing resources such as a central processing unit (CPU) or hardware or software control logic, ROM, and/or other types of memory. Additional components of the computing system may include one or more disk drives, one or more network ports for communicating with external devices as well as various input and output (I/O) devices, such as a keyboard, a mouse, touchscreen and/or a video display. The computing system may also include one or more buses operable to transmit communications between the various hardware components.
As illustrated in
A number of controllers and peripheral devices may also be provided, as shown in
In the illustrated system, all major system components may connect to a bus 1216, which may represent more than one physical bus. However, various system components may or may not be in physical proximity to one another. For example, input data and/or output data may be remotely transmitted from one physical location to another. In addition, programs that implement various aspects of the invention may be accessed from a remote location (e.g., a server) over a network. Such data and/or programs may be conveyed through any of a variety of machine-readable medium including, but are not limited to: magnetic media such as hard disks, floppy disks, and magnetic tape; optical media such as CD-ROMs and holographic devices; magneto-optical media; and hardware devices that are specially configured to store or to store and execute program code, such as application specific integrated circuits (ASICs), programmable logic devices (PLDs), flash memory devices, and ROM and RAM devices.
Aspects of the present invention may be encoded upon one or more non-transitory computer-readable media with instructions for one or more processors or processing units to cause steps to be performed. It shall be noted that the one or more non-transitory computer-readable media shall include volatile and non-volatile memory. It shall be noted that alternative implementations are possible, including a hardware implementation or a software/hardware implementation. Hardware-implemented functions may be realized using ASIC(s), programmable arrays, digital signal processing circuitry, or the like. Accordingly, the “means” terms in any claims are intended to cover both software and hardware implementations. Similarly, the term “computer-readable medium or media” as used herein includes software and/or hardware having a program of instructions embodied thereon, or a combination thereof. With these implementation alternatives in mind, it is to be understood that the figures and accompanying description provide the functional information one skilled in the art would require to write program code (i.e., software) and/or to fabricate circuits (i.e., hardware) to perform the processing required.
It shall be noted that embodiments of the present invention may further relate to computer products with a non-transitory, tangible computer-readable medium that have computer code thereon for performing various computer-implemented operations. The media and computer code may be those specially designed and constructed for the purposes of the present invention, or they may be of the kind known or available to those having skill in the relevant arts. Examples of tangible computer-readable media include, but are not limited to: magnetic media such as hard disks, floppy disks, and magnetic tape; optical media such as CD-ROMs and holographic devices; magneto-optical media; and hardware devices that are specially configured to store or to store and execute program code, such as application specific integrated circuits (ASICs), programmable logic devices (PLDs), flash memory devices, and ROM and RAM devices. Examples of computer code include machine code, such as produced by a compiler, and files containing higher level code that are executed by a computer using an interpreter. Embodiments of the present invention may be implemented in whole or in part as machine-executable instructions that may be in program modules that are executed by a processing device. Examples of program modules include libraries, programs, routines, objects, components, and data structures. In distributed computing environments, program modules may be physically located in settings that are local, remote, or both.
One skilled in the art will recognize no computing system or programming language is critical to the practice of the present invention. One skilled in the art will also recognize that a number of the elements described above may be physically and/or functionally separated into sub-modules or combined together.
It will be appreciated to those skilled in the art that the preceding examples and embodiments are exemplary and not limiting to the scope of the present disclosure. It is intended that all permutations, enhancements, equivalents, combinations, and improvements thereto that are apparent to those skilled in the art upon a reading of the specification and a study of the drawings are included within the true spirit and scope of the present disclosure. It shall also be noted that elements of any claims may be arranged differently including having multiple dependencies, configurations, and combinations.
This application claims the priority benefit under 35 USC § 119(e) to U.S. Prov. Pat. App. Ser. No. 62/576,470 (Docket No. 28888-2177P), filed on 24 Oct. 2017, entitled “SYSTEMS AND METHODS FOR TRACE NORM REGULARIZATION AND FASTER INFERENCE FOR EMBEDDED SPEECH RECOGNITION RNNS”, and listing Markus Kliegl, Siddharth Goyal, Kexin Zhao, Kavya Srinet, and Mohammad Shoeybi as inventors. The aforementioned patent document is incorporated by reference herein in its entirety.
Number | Date | Country | |
---|---|---|---|
62576470 | Oct 2017 | US |