This specification relates to machine learning real-time applications, and more specifically, to improving machine learning models for portable devices and real-time applications by reducing model size and computational footprint of the machine learning models and keeping same accuracy.
Machine learning has wide applicability in a variety of domains, including computer vision, speech recognition, machine translation, social network filtering, playing board and video games, medical diagnosis, and many other domains. A machine learning model, such as an artificial neural network (ANN), is a network of simple units (neurons) which receive input, change their internal states (activation) according to that input, and produce output depending on the input and the activation. The network is formed by connecting the output of certain neurons to the input of other neurons through a directed, weighted graph. The weights as well as the functions that compute the activations are gradually modified by an iterative learning process according to a predefined learning rule until predefined convergence is achieved. There are many variants of machine learning models and different learning paradigms. A convolutional neural network (CNN) is a class of feed-forward networks, composed of one or more convolutional layers with fully connected layers (corresponding to those of an ANN). A CNN has tied weights and pooling layers and can be trained with standard backward propagation. Deep learning models, such as VGG16 and different types of ResNet, are large models containing more than one hidden layer that can produce analysis results comparable to human experts, which make them attractive candidates for many real-world applications.
Neural network models typically have a few thousand to a few million units and millions of parameters. Deeper and high-accuracy CNNs require considerable computing resources, making them less practical for real-time applications or deployment on portable devices with limited battery life, memory, and processing power. The existing state-of-the-art solutions for deploying large neural network models (e.g., deep learning models) for various applications focus on two approaches, model reduction and hardware upgrades. Model reduction that focuses on reducing the complexity of the model structure often compromises the model's accuracy drastically, while hardware upgrades are limited by practical cost and energy consumption concerns. Therefore, improved techniques for producing effective, lightweight machine learning models are needed.
This disclosure describes a technique for producing a high-accuracy, lightweight machine learning model with adaptive bit-widths for the parameters of different layers of the model. Specifically, the conventional training phase is modified to promote parameters of each layer of the model toward integer values within an 8-bit range. After the training phase is completed, the obtained float-precision model (e.g., FP32 precision) optionally goes through a pruning process to produce a slender, sparse network. In addition, the full-precision model (e.g., the original trained model or the pruned model) is converted into a reduced adaptive bit-width model through non-uniform quantization, e.g., converting the FP32 parameters to their quantized counterparts with respective reduced bit-widths that have been identified through multiple rounds of testing using a calibration data set. Specifically, the calibration data set is forward propagated through a quantized version of the data model with different combinations of bit-widths for different layers, until a suitable combination of reduced bit-widths (e.g., a combination of a set of minimum bit-widths) that produce an acceptable level of model accuracy (e.g., with below a threshold amount of information loss, or with a minimum amount of information loss) is identified. The reduced adaptive bit-width model is then deployed (e.g., on a portable electronic device) to perform predefined tasks.
In one aspect, a method of providing an adaptive bit-width neural network model on a computing device, comprising: obtaining a first neural network model that includes a plurality of layers, wherein each layer of the plurality of layers has a respective set of parameters, and each parameter is expressed with a level of data precision that corresponds to an original bit-width of the first neural network model; reducing a footprint of the first neural network model on the computing device by using respective reduced bit-widths for storing the respective sets of parameters of different layers of the first neural network model, wherein: preferred values of the respective reduced bit-widths are determined through multiple iterations of forward propagation through the first neural network model using a validation data set while each of two or more layers of the first neural network model is expressed with different degrees of quantization corresponding to different reduced bit-widths until a predefined information loss threshold is met by respective response statistics of the two or more layers; and generating a reduced neural network model that includes the plurality of layers, wherein each layer of two or more the plurality of layers includes a respective set of quantized parameters, and each quantized parameter is expressed with the preferred values of the respective reduced bit-widths for the layer as determined through the multiple iterations.
In accordance with some embodiments, an electronic device includes one or more processors, and memory storing one or more programs; the one or more programs are configured to be executed by the one or more processors and the one or more programs include instructions for performing or causing performance of the operations of any of the methods described herein. In accordance with some embodiments, a non-transitory computer readable storage medium has stored therein instructions, which, when executed by an electronic device, cause the device to perform or cause performance of the operations of any of the methods described herein. In accordance with some embodiments, an electronic device includes: means for performing or causing performance of the operations of any of the methods described herein. In accordance with some embodiments, an information processing apparatus, for use in an electronic device, includes means for performing or causing performance of the operations of any of the methods described herein.
The details of one or more implementations of the subject matter described in this specification are set forth in the accompanying drawings and the description below. Other features, aspects, and advantages of the subject matter will become apparent from the description, the drawings, and the claims.
Reference will now be made in detail to embodiments, examples of which are illustrated in the accompanying drawings. In the following detailed description, numerous specific details are set forth in order to provide a thorough understanding of the various described embodiments. However, it will be apparent to one of ordinary skill in the art that the various described embodiments may be practiced without these specific details. In other instances, well-known methods, procedures, components, circuits, and networks have not been described in detail so as not to unnecessarily obscure aspects of the embodiments.
It will also be understood that, although the terms first, second, etc. are, in some instances, used herein to describe various elements, these elements should not be limited by these terms. These terms are only used to distinguish one element from another. For example, a first layer could be termed a second layer, and, similarly, a layer could be termed a first layer, without departing from the scope of the various described embodiments. The first layer and the second layer are both layers of the model, but they are not the same layer, unless the context clearly indicates otherwise.
The terminology used in the description of the various described embodiments herein is for the purpose of describing particular embodiments only and is not intended to be limiting. As used in the description of the various described embodiments and the appended claims, the singular forms “a,” “an,” and “the” are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will also be understood that the term “and/or” as used herein refers to and encompasses any and all possible combinations of one or more of the associated listed items. It will be further understood that the terms “includes,” “including,” “comprises,” and/or “comprising,” when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
As used herein, the term “if” is, optionally, construed to mean “when” or “upon” or “in response to determining” or “in response to detecting,” depending on the context. Similarly, the phrase “if it is determined” or “if [a stated condition or event] is detected” is, optionally, construed to mean “upon determining” or “in response to determining” or “upon detecting [the stated condition or event]” or “in response to detecting [the stated condition or event],” depending on the context.
As shown in
In some embodiments, during training, integer (INT) weight regularization and 8-bit quantization techniques are applied to push the values of the full-precision parameters of the deep learning model 106 toward their corresponding integer values, and reduce the value ranges of the parameters such that they fall within the dynamic range of a predefined reduced maximum bit-width (e.g., 8 bits). More details regarding the INT weight regularization and the 8-bit quantization techniques are described later in this specification.
In some embodiments, the training is performed using a model structure and training rules that are tailored to the specific application and input data. For example, if the learning model is for use in a speech recognition system, speech samples (e.g., raw spectral grams or linear filter-bank features) and corresponding text are used as training data for the deep learning model. In some embodiments, if the learning model is for use in computer vision, images or features and corresponding categories are used as training data for the learning model. In some embodiments, if the learning model is for use in spam detection or content filtering, content and corresponding content categories are used as training data for the learning model. A person skilled in the art would be able to select a suitable learning model structure and suitable training data in light of the applications, and in the interest of brevity, the examples are not exhaustively enumerated herein.
In some embodiments, once predefined convergence is achieved through the iterative training process, a full-precision learning model 106′ is generated. Each layer of the model 106′ has a corresponding set of parameters (e.g., a set of weights for connecting the units in the present layer to a next layer adjacent to the present layer, and optionally a set of one or more bias terms that is applied in the function connecting the two layers). At this point, all of the parameters are expressed with an original level of precision (e.g., FP32) that corresponds to an original bit-width (e.g., 32 bits) of the learning model 106. It is noted that, even though 8-bit quantization is applied to the parameters and intermediate results in the forward pass of the training process, a float-precision compensation scalar is added to the original bias term to change the gradients in the backward pass, and a resulting model 106′ still has all its parameters expressed in the original full-precision, but with a smaller dynamic range corresponding to the reduced bit-width (e.g., 8 bits) used in the forward pass. In addition, the input also remains in their full-precision form during the training process.
As shown in
As shown in
As shown in
In some embodiments, the processing units 202 include one or more microprocessors, such as a single core or multi-core microprocessor. In some embodiments, the processing units 202 include one or more general purpose processors. In some embodiments, the processing units 202 include one or more special purpose processors. In some embodiments, the processing units 202 include one or more server computers, personal computers, mobile devices, handheld computers, tablet computers, or one of a wide variety of hardware platforms that contain one or more processing units and run on various operating systems.
In some embodiments, the memory 204 includes high-speed random access memory, such as DRAM, SRAM, DDR RAM or other random access solid state memory devices. In some embodiments the memory 204 includes non-volatile memory, such as one or more magnetic disk storage devices, optical disk storage devices, flash memory devices, or other non-volatile solid state storage devices. In some embodiments, the memory 204 includes one or more storage devices remotely located from the processing units 202. The memory 204, or alternately the non-volatile memory device(s) within the memory 204, comprises a computer readable storage medium.
In some embodiments, the I/O interface 206 couples input/output devices, such as displays, a keyboards, touch screens, speakers, and microphones, to the I/O module 214 of the speech recognition system 200. The I/O interface 206, in conjunction with the I/O module 214, receive user inputs (e.g., voice input, keyboard inputs, touch inputs, etc.) and process them accordingly. The I/O interface 206 and the user interface module 214 also present outputs (e.g., sounds, images, text, etc.) to the user according to various program instructions implemented on the model generation system 200.
In some embodiments, the network communications interface 208 includes wired communication port(s) and/or wireless transmission and reception circuitry. The wired communication port(s) receive and send communication signals via one or more wired interfaces, e.g., Ethernet, Universal Serial Bus (USB), FIREWIRE, etc. The wireless circuitry receives and sends RF signals and/or optical signals from/to communications networks and other communications devices. The wireless communications may use any of a plurality of communications standards, protocols and technologies, such as GSM, EDGE, CDMA, TDMA, Bluetooth, Wi-Fi, VoIP, Wi-MAX, or any other suitable communication protocol. The network communications interface 208 enables communication between the model generation system 200 with networks, such as the Internet, an intranet and/or a wireless network, such as a cellular telephone network, a wireless local area network (LAN) and/or a metropolitan area network (MAN), and other devices. The communications module 216 facilitates communications between the model generation system 200 and other devices (e.g., the model deployment system 300) over the network communications interface 208.
In some embodiments, the operating system 202 (e.g., Darwin, RTXC, LINUX, UNIX, OS X, WINDOWS, or an embedded operating system such as VxWorks) includes various software components and/or drivers for controlling and managing general system tasks (e.g., memory management, storage device control, power management, etc.) and facilitates communications between various hardware, firmware, and software components.
In some embodiments, the model generation system 200 is implemented on a standalone computer system. In some embodiments, the model generation system 200 is distributed across multiple computers. In some embodiments, some of the modules and functions of the model generation system 200 are located on a first set of computers and some of the modules and functions of the model generation system 200 are located on a second set of computers distinct from the first set of computers; and the two sets of computers communicate with each other through one or more networks.
It should be noted that the model generation system 200 shown in
As shown in
In addition, as shown in
In some embodiments, the processing units 302 include one or more microprocessors, such as a single core or multi-core microprocessor. In some embodiments, the processing units 302 include one or more general purpose processors. In some embodiments, the processing units 302 include one or more special purpose processors. In some embodiments, the processing units 302 include one or more server computers, personal computers, mobile devices, handheld computers, tablet computers, or one of a wide variety of hardware platforms that contain one or more processing units and run on various operating systems.
In some embodiments, the memory 304 includes high-speed random access memory, such as DRAM, SRAM, DDR RAM or other random access solid state memory devices. In some embodiments the memory 304 includes non-volatile memory, such as one or more magnetic disk storage devices, optical disk storage devices, flash memory devices, or other non-volatile solid state storage devices. In some embodiments, the memory 304 includes one or more storage devices remotely located from the processing units 302. The memory 304, or alternately the non-volatile memory device(s) within the memory 304, comprises a computer readable storage medium.
In some embodiments, the I/O interface 306 couples input/output devices, such as displays, a keyboards, touch screens, speakers, and microphones, to the I/O module 314 of the model deployment system 300. The I/O interface 306, in conjunction with the I/O module 314, receive user inputs (e.g., voice input, keyboard inputs, touch inputs, etc.) and process them accordingly. The I/O interface 306 and the user interface module 314 also present outputs (e.g., sounds, images, text, etc.) to the user according to various program instructions implemented on the model deployment system 300.
In some embodiments, the network communications interface 308 includes wired communication port(s) and/or wireless transmission and reception circuitry. The wired communication port(s) receive and send communication signals via one or more wired interfaces, e.g., Ethernet, Universal Serial Bus (USB), FIREWIRE, etc. The wireless circuitry receives and sends RF signals and/or optical signals from/to communications networks and other communications devices. The wireless communications may use any of a plurality of communications standards, protocols and technologies, such as GSM, EDGE, CDMA, TDMA, Bluetooth, Wi-Fi, VoIP, Wi-MAX, or any other suitable communication protocol. The network communications interface 308 enables communication between the model deployment system 300 with networks, such as the Internet, an intranet and/or a wireless network, such as a cellular telephone network, a wireless local area network (LAN) and/or a metropolitan area network (MAN), and other devices. The communications module 316 facilitates communications between the model deployment system 300 and other devices (e.g., the model generation system 200) over the network communications interface 308.
In some embodiments, the operating system 302 (e.g., Darwin, RTXC, LINUX, UNIX, OS X, WINDOWS, or an embedded operating system such as VxWorks) includes various software components and/or drivers for controlling and managing general system tasks (e.g., memory management, storage device control, power management, etc.) and facilitates communications between various hardware, firmware, and software components.
In some embodiments, the model deployment system 300 is implemented on a standalone computer system. In some embodiments, the model deployment system 300 is distributed across multiple computers. In some embodiments, some of the modules and functions of the model generation system 300 are located on a first set of computers and some of the modules and functions of the model generation system 300 are located on a second set of computers distinct from the first set of computers; and the two sets of computers communicate with each other through one or more networks. It should be noted that the model deployment system 300 shown in
As shown in
The training process typically includes two steps, forward propagation and backward propagation, that are repeated multiple times until a predefined convergence condition is met. In the forward propagation, the set of weights for different layers are applied to the input data and intermediate results from the previous layers. In the backward propagation, the margin of error of the output is measured, and the weights are adjusted accordingly to decrease the error. The activation function can be linear, rectified linear unit, sigmoid, hyperbolic tangent, or other types.
Conventionally, a network bias term b is added to the sum of the weighted outputs from the previous layer before the activation function is applied. The network bias provides the necessary perturbation that helps that network to avoid over fitting the training data. Below is a sample of workflow of a conventional neural network:
The training starts with the following components:
Input: image In×m, Output: label Bk×1, and Model: L-layer neural network.
Each layer i of the L-layer neural network is described as
y
p×q=g(Wp*q×xq×1+bp×1),
where y is a layer response vector, W is weight matrix, x is an input vector, g(x)=max(0,x) is an activation function and b is a bias vector. (Note that p and q are the dimensions of the layer and will be different in different layers).
The result of the training includes: Network weight parameters W for each layer, the network bias parameter b for each layer.
In the present disclosure, in accordance with some embodiments, an integer (INT) weight regularization term is added to the weights W of each layer, where Wi is the weights of layer i, and └Wi┘ is the element-wise integer portions of the weights Wi. With this regularization, the training will take the decimals of the weights as penalty, and this can push all the full-precision (e.g., FP32) weights in the network toward their corresponding integer values after the training.
In addition, an 8-bit uniform quantization is performed on all the weights and intermediate results in the forward propagation through the network. A full-precision (e.g., FP32) compensation scalar is selected to adjust the value range of the weights, such that the value range of the weights are well represented by a predefined maximum bit-width (e.g., 8 bits). In general, 8-bit is a relatively generous bit-width to preserve the salient information of the weight distributions. This quantization will change the gradients in the backward pass to constrain the weight value ranges for the different layers. This quantization bit-width is used later as the maximum allowed reduced bit-width for the reduced adaptive bit-width model.
Below is a sample training process with the integer weight regularization and the 8-bit uniform quantization added.
In this training process, we also start with the following components:
Input: image In×m, Output: label Bk×1, and Model: L-layer neural network.
(x) represents the uniform quantization. (x)=└x/Xmax┘*127*(Xmax/127.0), where Xmax is the current maximal boundary value of x (the whole layer response), which will be updated in the training phase.
The result of the training includes: Network weight parameters W for each layer, the network bias parameter b for each layer, expressed in full-precision (e.g., single-precision floating point) format. These results differ from the results of the conventional training as described earlier. The full-precision parameters (e.g., weights W and bias b) are pushed toward their nearest integers, with minimal compromise in model accuracy. In order to avoid large information loss, the value range of the integer values is constrained through the 8-bit forward quantization. Before the uniform quantization, the bias term in the convolution layer and fully-connected layer are harmful to the compactness of the network. It is proposed that bias item in the convolutional neural network will not decrease the entire network accuracy. When applying the 8-bit uniform quantization to the weight parameters, the weight parameters are still expressed in full-precision format, but the total number of such response levels are bound by 28−1, with half in the positive and half in the negative. In each iteration of the training phase, this quantization function is applied in each layer in the forward pass. The backward propagation still uses the full-precision numbers for learnable parameter updating. Therefore, with the compensation parameter Xmax, the range of the weight integer values is effectively constrained.
After the convergence condition is met (e.g., when res has converged), a full-precision trained learning model (e.g., model 106′) is obtained. This model has high accuracy, and high complexity, and has a large footprint (e.g., computation, power consumption, memory usage, etc.) when testing real-world data.
In some embodiments, network pruning is used to reduce the network complexity. Conventionally, a threshold weight is set. Only weights that are above the threshold are kept unchanged, and weights that below the threshold weight are set to zero, and the connections corresponding to the zero weight are removed from the network. Neurons that are not connected to any other neurons (e.g., due to removal of one or more connections) are effectively removed from the network, resulting in a more compact and sparse learning model. The conventional pruning technique is forced and results in significant information loss, and greatly compromises the model accuracy.
In the present disclosure, a validation dataset is used to perform reinforcement learning, which tests the accuracy of modified versions of the original full-precision trained model (e.g., model 106′) with different combinations of a subset of the connections between the layers. The problem is treated as a weight selection game and reinforcement learning is applied to search for the optimal solution (e.g., optimal combination of connections) that balances both the desire for better model accuracy and model compactness. In some embodiments, the measure of pruning effectiveness Q is the sum of network accuracy (e.g., as measured by the Jensen-Shannon Divergence of the layer responses between the original model and the model with reduced connections) and reciprocal of total connection count. The result of the reinforcement learning is a subset of the more valuable weights in the network. In some embodiments, during each iteration of the reinforcement learning, one connection is removed from the network, or one previously removed connection is added back to the network. The network accuracy is evaluated after each iteration. After training is performed for a while, a slender network with sparse weights (and neurons) will emerge.
The result of the network pruning process includes: Network weight parameters Wr for each layer, the network bias parameter br for each layer, expressed in full-precision floating point format.
In some embodiments, after the pruned slender full-precision model (e.g., model 106″) goes through an adaptive quantization process to produce the reduced, adaptive bit-width slender INT model (e.g., model 112). The adaptive bit-width of the model refers to the characteristic that the respective bit-width for storing the set of parameters (e.g., weights and bias) for each layer of the model is specifically selected for that set of parameters (e.g., in accordance with the distribution and range of the parameters). Specifically, the validation data set is used as input in a forward pass through the pruned slender full-precision network (e.g., model 106″), and the statistical distribution of the response values in each layer is collected. Then different configurations of bit-width and layer combinations are prepared as candidates for evaluation. For each candidate model, the validation data set is used as input in a forward pass through the candidate model, and the statistical distribution of the response values in each layer is collected. Then, the candidate is evaluated based on the amount of information loss that has resulted from the quantization applied to the candidate model. In some embodiments, Jensen-Shannon divergence between the two statistical distributions for each layer (or for the model as a whole) is used to identify the optimal bit-widths with the least information loss for that layer. In some embodiments, the quantization candidates are generated by using different combinations of bit-widths for all the layers; instead, the weights from different layers are clustered based on their values, and the quantization candidates are generated by using different combinations of bit-widths for all the clusters.
In some embodiments, instead of using linear or uniform quantization on the model parameters for each layer of the model, non-linear quantization is applied to the full-precision parameters of the different layers. Conventional linear quantization does not take into account the distribution of the parameter values, and results in large information losses. With non-uniform quantization (e.g., logarithmic quantization) on the full-precision parameters, more quantization levels are given to sub-levels with larger values, and leads to a reduction in quantization errors. Logarithmic quantization can be expressed in the following formula:
which quantizes x in the interval [0, Xmax] with R levels. Note that the sign └.┘ means finding the largest integer which is no more than the number inside (e.g., a number with FP32 precision). For example, if we set Xmax=105.84 and R=15, we will have y(x) in {0, 26.4600, 41.9381, 52.9200, 61.4382, 68.3981, 74.2826, 79.3800, 83.8762, 87.8982, 91.5366, 94.8581, 97.9136, 100.7426, 103.3763, 105.8400}. Compared with uniform quantization, this non-uniform scheme will distribute more quantization levels for sub-intervals with larger value. In adaptive quantization, Xmax is learned under a predefined information loss criterion, not the actual largest value for the interval. Another step taken in practice is that the actual value range may be in [Xmin, Xmax], Xmin is subtracted from Xmax to normalize its range to be consistent with the above discussion.
As discussed above, in some embodiments, the predefined measure of information loss is the Jensen-Shannon Divergence that measures the difference between two statistical distributions. In this case, the statistical distributions are the collection of full layer responses for all layers (or in respective layers) in the full-precision trained model (e.g., model 106′ or 106″), and the quantized candidate model with a particular combination of bit-widths for its layers. Jensen-Shannon Divergence is expressed in the following formula:
JSD(P∥Q)=½D(P∥M)+½D(Q∥M)
where M=½(P+Q), note that P and Q are two independent data distributions (e.g., the distribution of layer responses for the same layer (or all layers) in the original model and the candidate model). D(P∥Q) is the Kullback-Leibler divergence from Q to P, which can be calculated by:
Note that the Kullback-Leibler divergence is not symmetrical. Smaller the JSD value corresponds to smaller information loss. The candidate selection is based on constraining the information loss under a predefined threshold, or to find a combination of bit-widths that produces the minimum information loss.
In some embodiments, a calibration data set is used as input in a forward propagation pass through the different candidate models (e.g., with different bit-width combinations for the parameters (e.g., weights and bias) of the different layers, and for the intermediate results (e.g., layer responses)).
In the following sample process to select the optimal combinations of bit-widths for the different layers, S is a calibration data set, Statistics—i is the statistical distribution of the i-th layer response. Qnon(x, qb) is the non-uniform quantization function, R is the number of quantization levels. qb is the bit-width used for the quantization.
In a sample adaptive bit-width non-uniform quantization process, the base model is either the full-precision trained model 106′ or the pruned slender full precision model 106″, with their respective sets of weights Wi (or Wri) and bias bi (or bri) for each layer i of the full-precision model.
The result of the above process is the set of quantized weights Wopt,i with the optimal quantization bit-width(s) for each layer i, and the set of quantized bias bopt,i with the optimal quantization bit-width(s) for each layer i. The adaptive bit-width model 112 is thus obtained. In addition, the optimal quantization bit-width for the layer response qb2 is also obtained.
In the model deployment phase, the reduced, adaptive bit-width model obtained according to the methods described above (e.g., model 112) is used on a model deployment system (e.g., a portable electronic device) to produce an output (e.g., result 118) corresponding to a real-world input (e.g., test data 114). In the testing phase, the model parameters are kept in the quantized format, and the intermediate results are quantized in accordance with the optimal quantization bit-width qb2 identified during the quantization process (and provided to the model deployment system with the reduced model). (Too Concrete), as shown in the example process below:
The above model is much more compact than the original full precision trained model (e.g., model 116′), and the computation is performed using integers as opposed to floating point values, which further reduces the computation footprint and improves the speed of the calculations. Furthermore, certain hardware features can be exploited to further speedup the matrix manipulations/computations with the reduced bit-widths and use of integer representations. In some embodiments, the bit-width selection can be further constrained (e.g., even numbers for bit-width only) to be more compatible with the hardware (e.g., memory structure) used on the deployment system.
The process 500 provides an adaptive bit-width neural network model on a computing device. At the computing device, wherein the computing device has one or more processors and memory: the device obtains (502) a first neural network model (e.g., a trained full-precision model 160′, or a pruned full-precision model 160″) that includes a plurality of layers, wherein each layer of the plurality of layers (e.g., one or more convolution layers, a pooling layer, an activation layer, etc.) has a respective set of parameters (e.g., a set of weights for coupling the layer and its next layer, a set of network bias parameters for the layer, etc.), and each parameter is expressed with a level of data precision (e.g., as a single-precision floating point value) that corresponds to an original bit-width (e.g., 32-bit or other hardware-specific bit-widths) of the first neural network model (e.g., each parameter occupies a first number of bits (e.g., occupying 32 bits, as a 32 bits Floating Point number) in the memory of the computing device).
The device reduces (504) a footprint (e.g., memory and computation cost) of the first neural network model on the computing device (e.g., both during storage, and, optionally, during deployment of the model) by using respective reduced bit-widths for storing the respective sets of parameters of different layers of the first neural network model, wherein: preferred values (e.g., optimal bit-width values that have been identified using the techniques described herein) of the respective reduced bit-widths are determined through multiple iterations of forward propagation through the first neural network model using a validation data set while each of two or more layers of the first neural network model is expressed with different degrees of quantization corresponding to different reduced bit-widths until a predefined information loss threshold (e.g., as measured by the Jensen-Shannon Divergence described herein) is met by respective response statistics of the two or more layers.
The device generates (506) a reduced neural network model (e.g., model 112) that includes the plurality of layers, wherein each layer of two or more the plurality of layers includes a respective set of quantized parameters (e.g., quantized weights and bias parameters), and each quantized parameter is expressed with the preferred values of the respective reduced bit-widths for the layer as determined through the multiple iterations. In some embodiments, the reduced neural network model is deployed on a portable electronic device, wherein the portable electronic device processes real-world data to generate predicative results in accordance with the reduced model, and wherein the intermediate results produced during the data processing is quantized in accordance with an optimal reduced bit-width provided to the portable electronic device by the computing device.
In some embodiments, a first layer (e.g., i=2) of the plurality of layers in the reduced neural network model (e.g., model 112) has a first reduced bit-width (e.g., 4-bit) that is smaller than the original bit-width (e.g., 32-bit) of the first neural network model, a second layer (e.g., i=3) of the plurality of layers in the reduced neural network model (e.g., model 112) has a second reduced bit-width (e.g., 6-bit) that is smaller than the original bit-width of the first neural network model, and the first reduced bit-width is distinct from the second reduced bit-width in the reduced neural network model.
In some embodiments, to reduce the footprint of the first neural network includes: for a first layer of the two or more layers that has a first set of parameters (e.g., a set of weights and bias(es)) expressed with the level of data precision corresponding to the original bit-width of the first neural network model: the computing device collects a respective baseline statistical distribution of activation values for the first layer (e.g., statistics_i) as the validation data set is forward propagated as input through the first neural network model, while the respective sets of parameters of the plurality of layers are expressed with the original bit-width (e.g., 32-bit) of the first neural network model; the computing device collects a respective modified statistical distribution of activation values for the first layer (e.g., statq,i) as the validation data set is forward propagated as input through the first neural network model, while the respective set of parameters of the first layer are expressed with a first reduced bit-width (e.g., Wq,i and bq,i) that are smaller than the original bit-width of the first neural network model; determining a predefined divergence (e.g., Inf_tmp=InformationLoss (statq,I , statistics_i)) between the respective modified statistical distribution of activation values for the first layer and the respective baseline statistical distribution of activation values for the first layer; and the computing device identifies a minimum value of the first reduced bit-width for which a reduction in the predefined divergence due to a further reduction of bit-width for the first layer is below a predefined threshold.
In some embodiments, expressing the respective set of parameters of the first layer with the first reduced bit-width includes performing non-uniform quantization (e.g., logarithmic quantization Qnon( . . . )) on the respective set of parameters of the first layer to generate a first set of quantized parameters for the first layer, and a maximal boundary value (e.g., Xmax) for the non-uniform quantization of the first layer is selected based on the baseline statistical distribution of activation values for the first layer during each forward propagation through the first layer.
In some embodiments, obtaining the first neural network model that includes the plurality of layers includes: during training of the first neural network: for a first layer of the two or more layers that has a first set of parameters expressed with the level of data precision corresponding to the original bit-width of the first neural network model: obtaining an integer regularization term (e.g., RIi) corresponding to the first layer (e.g., layer i) in accordance with a difference between a first set of weights (e.g., Wi) that corresponds to the first layer and integer portions of the first set of weights (e.g., └Wi┘) (e.g., RIi=½∥Wi−└Wi┘∥2); and adding the integer regularization term (e.g., RIi) to a bias term during forward propagation through the first layer (with the 8-bit uniform quantization applied to the weights and the bias term) such that gradients during backward propagation through the first layer are altered to push values of the first set of parameters toward integer values.
In some embodiments, obtaining the first neural network model that includes the plurality of layers includes: during training of the first neural network: for the first layer of the two or more layers that has a first set of parameters expressed with the level of data precision corresponding to the original bit-width of the first neural network model, performing uniform quantization on the first set of parameters with a predefined reduced bit-width (e.g., 8-bit) that is smaller than the original bit-width of the first neural network model during the forward propagation through the first layer.
In some embodiments, obtaining the first neural network model that includes the plurality of layers includes: during training of the first neural network: for the first layer of the two or more layers that has a first set of parameters expressed with the level of data precision corresponding to the original bit-width of the first neural network model, forgoing performance of the uniform quantization on the first set of parameters with the predefined reduced bit-width during the backward propagation through the first layer.
The example process 500 merely covers some aspects of the methods and techniques described herein. Other details and combinations are provided in other parts of this specification. In the interest of brevity, the details and combinations are not repeated or exhaustively enumerated here.
It should be understood that the particular order in which the operations have been described is merely an example and is not intended to indicate that the described order is the only order in which the operations could be performed. One of ordinary skill in the art would recognize various ways to reorder the operations described herein. The operations in the information processing methods described above are, optionally implemented by running one or more functional modules in information processing apparatus such as general purpose processors or application specific chips.
The foregoing description, for purpose of explanation, has been described with reference to specific embodiments. However, the illustrative discussions above are not intended to be exhaustive or to limit the invention to the precise forms disclosed. Many modifications and variations are possible in view of the above teachings. The embodiments were chosen and described in order to best explain the principles of the invention and its practical applications, to thereby enable others skilled in the art to best use the invention and various described embodiments with various modifications as are suited to the particular use contemplated.