A facility for optimizing machine learning models is described. The facility obtains a description of a machine learning model and a hardware target for the machine learning model. The facility obtains optimization result data from a repository of optimization result data. The facility optimizes the machine learning model for the hardware target based on the optimization result data.
|
14. One or more storage devices collectively storing a machine learning model retrieval and optimization result data structure, none of the storage devices constituting a transitory propagating signal per se, the data structure comprising:
information specifying a machine learning model, including a model type of the machine learning model;
information specifying a hardware target of the machine learning model, the information specifying the hardware target including an indication of hardware upon which the machine learning model is to be deployed; and
information specifying optimization result data, the optimization result data being associated with one or more hardware targets and one or more model types wherein the optimization result data reflects a level of consumption of hardware resources resulting from changing one or more machine learning models;
information specifying second optimization result data,
such that, the information specifying optimization result data and the hardware target are used to change software code that defines the machine learning model, and
the information specifying the second optimization result data is obtained by evaluating the performance of the changed machine learning model on hardware specified by the hardware target.
7. A system to obtain a plurality of machine learning models and optimize the plurality of machine learning models, the system comprising:
an optimization result data repository configured to store optimization logs containing optimization result data for machine learning models; and
a computing device configured to:
obtain an indication of one or more machine learning models and one or more model types each corresponding to a machine learning model of the one or more machine learning models; and
for each machine learning model:
identify a hardware target of the machine learning model, wherein the hardware target includes an indication of hardware upon which the machine learning model is to be deployed;
retrieve optimization result data from the repository based on the identified hardware target and the model type that corresponds to the machine learning model, the retrieved optimization result data reflecting a level of consumption of hardware resources resulting from changing one or more machine learning models;
changing software code used to implement the machine learning model for optimized operation on hardware specified by the identified hardware target, based on the hardware target and the retrieved optimization result data;
obtain second optimization result data by evaluating the performance of the optimized machine learning model on hardware indicated by the identified hardware target, the second optimization result data including an indication of the hardware target and the model type; and
store the second optimization result data in the optimization result data repository.
1. One or more instances of computer-readable media collectively having contents configured to cause a computing device to obtain a plurality of machine learning models and optimize the plurality of machine learning models, none of the instances of computer-readable media constituting a transitory propagating signal per se, the method comprising:
obtaining a plurality of machine learning models, including obtaining a description of each machine learning model of the plurality of machine learning models; and
for each machine learning model of the plurality of machine learning models:
identifying a hardware target of the machine learning model, wherein the hardware target includes an indication of hardware upon which the machine learning model is to be deployed;
identifying a model type of the machine learning model based on the description of the machine learning model;
retrieving optimization result data from a repository of optimization result data based on the identified hardware target and the model type, the retrieved optimization result data reflecting a level of consumption of hardware resources resulting from changing one or more machine learning models;
changing the machine learning model for optimized operation on hardware specified by the identified hardware target, based on the hardware target and the retrieved optimization result data, wherein changing the machine learning model comprises changing one or more of:
software code associated with one or more operators used by the machine learning model; or
software code associated with one or more partitions of the machine learning model;
obtaining additional optimization result data by evaluating the performance of the optimized machine learning model on hardware indicated by the hardware target, the additional optimization result data including an indication of the hardware target and the model type; and
storing the additional optimization result data within the repository of optimization result data.
2. The one or more instances of computer-readable media of
accessing a model repository, the machine learning model repository including a second plurality of machine learning models, wherein the obtained plurality of machine learning models includes at least a subset of the second plurality of machine learning models.
3. The one or more instances of computer-readable media of
periodically accessing a plurality of model repositories, each model repository including one or more machine learning models; and
for each model repository of the plurality of model repositories:
obtaining a second plurality of machine learning models included in the model repository, wherein the obtained plurality of machine learning models includes at least a subset of the second plurality of machine learning models.
4. The one or more instances of computer-readable media of
5. The one or more instances of computer-readable media of
6. The one or more instances of computer-readable media of
for each machine learning model of the plurality of machine learning models:
identify a second hardware target of the machine learning model;
retrieve second optimization result data from a repository of optimization result data;
obtain second additional optimization result data by optimizing the machine learning model based on the second hardware target and the retrieved second optimization result data; and
store the second additional optimization result data within the repository of optimization result data.
8. The system of
9. The system of
10. The system of
11. The system of
12. The system of
13. The system of
for each machine learning model:
identify a second hardware target of the machine learning model;
retrieve third optimization result data from the repository;
obtain fourth optimization result data regarding the machine learning model by optimizing the machine learning model based on the retrieved third optimization result data and the second hardware target; and
store the fourth optimization result data in the optimization result data repository.
15. The data structure of
16. The data structure of
17. The data structure of
information specifying training data for the machine learning model.
18. The data structure of
19. The data structure of
|
This patent application claims priority from U.S. provisional patent application Ser. No. 63/120,017 filed on Dec. 1, 2020 and entitled “OPTIMIZING MACHINE LEARNING MODELS”.
In cases where the present application conflicts with a document incorporated by reference, the present application controls.
Machine learning models are increasingly used to provide artificial intelligence for data analytics, software applications, etc. As models become larger or more complex, the resource cost to use the model increases. Additionally, each model may run differently on different hardware, such that a model which operates efficiently on a certain device type will require more resources and operate less efficiently on a different device type.
The inventors have recognized that it would be of great benefit to developers, data scientists, etc., to optimize their machine learning models to allow the models to operate efficiently when deployed. The inventors have also determined that it would be beneficial to automate the process of optimizing machine learning models to allow users of the machine learning models to target a variety of device types.
One method of optimizing existing machine learning models uses Apache TVM, a machine learning model compiler, described in Chen, et al., in “TVM: An Automated End-to-End Optimizing Compiler for Deep Learning”, 13th USENIX Symposium on Operating Systems Design and Implementation, Oct. 5, 2018, which is hereby incorporated by reference in its entirety. In cases where the present application conflicts with a document incorporated by reference, the present application controls.
TVM operates by obtaining a description of a machine learning model to be optimized (a “subject model”) in the form of a machine learning exchange format such as CoreML, ONNX, etc. TVM then transforms the description into a computational graph representation of the model and generates code for each operator in the graph. It then identifies possible code implementations for each operator for a given hardware target. A machine learning model is used to find the best code implementations for each operator. These are used to create a deployable optimized machine learning model.
The inventors have recognized a variety of disadvantages of using TVM to optimize a subject model. First, TVM performs the entire optimization process from the beginning every time it is used to optimize a subject model without “learning” from previous optimizations. This means TVM must optimize a subject model with a similar structure to a previously optimized model without using the optimization of the previously optimized model as a starting point. Second, while TVM allows a user to optimize a subject model for a specific device type, its user must acquire every piece of hardware, such as GPUs, CPUs, mobile devices, microcontrollers, etc., that the user plans to target, and manually test models compiled by TVM on each of these hardware targets.
In response to recognizing these disadvantages, the inventors have conceived and reduced to practice a software and/or hardware facility for optimizing machine learning models (“the facility”). By using past data from model optimizations as a starting point, the facility enables a user to obtain an optimized version of a subject model more quickly than by using TVM on its own by using past data from model optimization as a starting point. The facility additionally allows a user to obtain an optimized version of a subject model for different hardware targets without requiring the user to obtain or operate the hardware on their own.
In the present application, references to “optimizing,” “optimization,” “optimize,” etc. means improving or seeking to improve the efficiency of aspects of a model. As a result, optimization can occur even if the facility fails to identify a more efficient implementation of the model or of aspects of the model, or the most efficient possible implementation of the model or aspects of the model.
In some embodiments, the facility obtains a description of a subject model from its designer. In some embodiments, the description of the subject model is in the form of a machine learning exchange format such as CoreML, ONNX, etc. In some embodiments, the facility obtains a trained subject model. In some embodiments, the facility obtains training data for a subject model. In some embodiments, as part of optimizing the subject model, the facility trains the subject model. In some embodiments, where the facility receives a trained subject model, the facility verifies that the optimized subject model produces a similar result to the un-optimized subject model. In some embodiments, the facility receives the weights used by the subject model. In some embodiments, as part of optimizing the subject model the subject model optimizes the weights, such as by pruning weights close to zero. In some embodiments, the facility trains and optimizes the subject model concurrently.
In some embodiments, the facility stores, or “logs,” optimization result data produced while optimizing a subject model. In some embodiments, the optimization result data includes data indicating optimizations for specific operators used by machine learning models. In some embodiments, the optimization result data includes data indicating the type of model the optimization result data is related to. In some embodiments, the optimization result data includes data indicating the hardware that the optimization result data is related to.
In some embodiments, the facility obtains machine learning models from sources including machine learning repositories, or “model zoos,” such as the ONNX model zoo, MXNet Model Zoo, etc. In some embodiments, the facility optimizes models retrieved from machine learning repositories. In some embodiments, the facility logs optimization result data produced from optimizing the models retrieved from machine learning model repositories. In some embodiments, the facility optimizes a subject model by using the optimization result data as a starting point for optimizing the subject model. In some embodiments, the optimization result data that the facility uses to optimize a subject model includes optimization result data from one or more models determined by the facility to be similar to the subject model.
In some embodiments, the facility manages a “device farm” in which target devices of a variety of types are used to test the execution of candidate implementations of the subject model. In some embodiments, the facility chooses one or more of these target devices to optimize the subject model based on comparing the device's hardware and the hardware target of the subject model.
In some embodiments, the facility uses a tracker to manage the state of the target devices in the device farm. In some embodiments, the tracker obtains diagnostic data related to each of the target devices, such as an IP address, device uptime, and other device health metrics. In some embodiments, the tracker removes devices from an active device pool, a list indicating active devices, based on the diagnostic data. In some embodiments, the facility optimizes the subject model by using devices designated as an active device as indicated by the active device pool. In some embodiments, the tracker determines whether a device with the specified hardware target can be used to optimize a subject model. In some embodiments, the tracker indicates to the facility that a device with the specified hardware target cannot be used by the facility.
In some embodiments, the facility communicates directly with a device when optimizing a subject model. In some embodiments, the facility provides the device with code representing a portion of the subject model, and receives an indication of the device's performance when running the portion of the subject model, such as total execution time. In some embodiments, the code representing a portion of the subject model is pre-compiled. In some embodiments, the facility compiles the code representing a portion of the subject model before providing the device with the code. In some embodiments, the facility provides the device with configuration parameters along with the portion of the subject model. In some embodiments, the device performance includes the time required to run the code representing a portion of the subject model. In some embodiments, the device reports its performance when running the code to the tracker. In some embodiments, the tracker is configured to manage running code on a plurality of devices for a plurality of subject models. In some embodiments, if a device does not report the performance of a subject model after a predetermined period of time, the tracker assigns the task of measuring performance of the subject model to another device.
In some embodiments, the facility uses the tracker to distribute multiple optimizations of the subject model, or of portions of the subject model, to multiple devices in order to test each optimization. In some embodiments, the code provided to the device is idempotent, and can be rerun multiple times to obtain additional data regarding the device performance when running the code. In some embodiments, the tracker can communicate with any device using a predetermined communication protocol, such as TCP/IP, HTTP, etc. In some embodiments, the tracker assigns code representing portions of the subject model to the plurality of device based on the first devices available, i.e. “first come, first served.” In some embodiments, when assigning code to a device, the tracker employs a scheduling algorithm which takes into account multiple factors, such as the expected time to execute the code, the status of the user, the pending workload for multiple users, etc.
By performing in some or all of the ways described above, the facility is able to quickly and reliably optimize the performance of subject models submitted by users, with limited input and control from those users.
Also, the facility improves the functioning of computer or other hardware, such as by reducing the dynamic display area, processing, storage, and/or data transmission resources needed to perform a certain task, thereby enabling the task to be permitted by less capable, capacious, and/or expensive hardware devices, and/or be performed with lesser latency, and/or preserving more of the conserved resources for use in performing other tasks. For example, by applying optimizations for machine learning models similar to the subject model, the facility is able to quickly and efficiently optimize the subject model to increase its performance on a specified hardware target, enabling that hardware target available to perform more model evaluations in a given period of time than it otherwise could. Additionally, the facility is able to reduce the amount of processing resources required to optimize the subject model by using shortcuts, such as applying optimizations for machine learning models similar to the subject model.
The one or more user devices 205 transmit data describing a machine learning model to the optimization server 201. The one or more user devices 205 receive data indicating an optimized machine learning model from the optimization server 201.
The one or more independent model repositories 207 include machine learning models accessible by the facility. In some embodiments, one or more of the machine learning repositories 207 are available to the public, and/or operated by a different entity than the facility. In some embodiments, the facility accesses the machine learning model repositories to obtain data describing one or more machine learning models. In some embodiments, the machine learning model repositories are “model zoos.” Model zoos are typically repositories which include one or more machine learning models, which may have already been trained. The machine learning models included in model zoos are generally available to use, download, etc., for members of the public with access to the model zoo. Members of the public with access to the model zoo may also be able to upload their own machine learning models to the model zoo. Additionally, machine learning models included in model zoos may have already been trained for specific purposes, such as analyzing medical data, analyzing images, analyzing text or speech, etc. The model zoo may also include the training data used to train the machine learning models included within the model zoo.
In some embodiments, the data describing a machine learning model includes a description, or “definition”, of the machine learning model, such as “deep learning model,” “recursive neural network for sentence recognition,” etc. In some embodiments, the data describing a machine learning model includes a hardware target of the machine learning model. In some embodiments, the data describing a machine learning model includes training data for the machine learning model. In some embodiments, the data describing a machine learning model includes weights for the machine learning model.
In some embodiments, the facility includes a list of users. In some embodiments, each user has a user type, status, etc. In some embodiments, a user can upload machine learning models to the facility to optimize the machine learning models. In some embodiments, the facility prioritizes the optimization of a machine learning model based on at least one of the user type, status, etc., of a user associated with the machine learning model.
In some embodiments, the tracker keeps a list of devices which are active (an “active device pool”). In some embodiments, the tracker assigns an implementation of a portion of a machine learning model, to a device only if the device is included in the active device pool. In some embodiments, the tracker determines whether it has received diagnostic data from a device within a predetermined period of time. In some embodiments, the tracker removes a device from the active device pool based on a determination that the tracker has not received diagnostic data within the predetermined period of time.
While
Returning to
Returning to
At act 605 the facility applies the obtained optimization result data to each of the partitions of the machine learning model to optimize the partitions. In some embodiments, the partitions of the machine learning model may be optimized in different ways or by using different optimization result data. At act 606, the facility applies additional optimizations to each of the partitions. In some embodiments, the additional optimizations include changing the code implementation used by the partition. In some embodiments, the additional optimizations include changing the weights of the variables used by the machine learning model.
At act 607, the facility generates additional optimization result data based on the additional optimizations for each partition. In some embodiments, the facility generates the additional optimization data by executing the partition of the machine learning model on a device which has the same hardware as the received hardware target. In some embodiments, the facility utilizes a device farm to generate the additional optimization data. In some embodiments, acts 606 and 607 are repeated with different additional optimizations, and the additional optimization data is used to choose a code implementation of the partition.
At act 608, the facility stores the additional optimization result data in the optimization result repository for similar machine learning models. At act 609, the facility generates an optimized machine learning model based on the optimized partitions and the process ends. In some embodiments, after the process to optimize a machine learning model is complete, the facility presents an optimized model list screen.
In some embodiments, where the facility has received training data, the facility trains the machine learning model after optimizing it. In some embodiments, the facility optimizes the machine learning model again after it has been trained. In some embodiments, where the facility obtains test data for the machine learning model, the facility applies the test data to the machine learning model before optimizing the machine learning model and after optimizing the machine learning model to determine whether there is a change in the output of the machine learning model. In some embodiments, the facility determines whether the change in the output of the machine learning model has exceeded a predetermined threshold. In some embodiments, where the change in the output of the machine learning model has exceeded a predetermined threshold, the facility undoes the optimization of the machine learning model and optimizes the machine learning model in a different manner to the original optimization.
Those skilled in the art will appreciate that the acts shown in
At act 1303, the facility obtains diagnostic data from each identified device. In some embodiments, each device is configured to transmit diagnostic data to the facility periodically. In some embodiments, the facility determines that a device is not active when the device has not sent diagnostic data to the facility within a predetermined period of time. In some embodiments, the diagnostic data includes device information data, such as the data stored in the device information data table depicted in
Returning to
At act 1305, the facility receives optimization result data related to the implementation of a portion of the machine learning model from each identified device that received an implementation of a portion of the machine learning model. In some embodiments, where the facility has not received the optimization result data after a predetermined period of time, the facility marks the device as available to receive another implementation of a portion of the machine learning model. In some embodiments, the facility receives an indication from a device that the device did not fully execute the implementation of a portion of the machine learning model. In some embodiments, the device attempts to fully execute the implementation of a portion of the machine learning model if the device was unable to fully execute the implementation.
The various embodiments described above can be combined to provide further embodiments. All of the U.S. patents, U.S. patent application publications, U.S. patent applications, foreign patents, foreign patent applications and non-patent publications referred to in this specification and/or listed in the Application Data Sheet are incorporated herein by reference, in their entirety. Aspects of the embodiments can be modified, if necessary to employ concepts of the various patents, applications and publications to provide yet further embodiments.
These and other changes can be made to the embodiments in light of the above-detailed description. In general, in the following claims, the terms used should not be construed to limit the claims to the specific embodiments disclosed in the specification and the claims, but should be construed to include all possible embodiments along with the full scope of equivalents to which such claims are entitled. Accordingly, the claims are not limited by the disclosure.
Moreau, Thierry, Knight, Jason, Wang, An, Ceze, Luis Henrique, Chang, Adelbert, Welsh, Matthew, Roesch, Jared, Chen, Tianqi, Piszczek, Michal, McHarg, Andrew, Haynes, Fletcher
Patent | Priority | Assignee | Title |
Patent | Priority | Assignee | Title |
11216752, | Dec 01 2020 | OctoML, Inc. | Optimizing machine learning models |
9269057, | Dec 11 2013 | GOOGLE LLC | Using specialized workers to improve performance in machine learning |
9442696, | Jan 16 2014 | The Math Works, Inc. | Interactive partitioning and mapping of an application across multiple heterogeneous computational devices from a co-simulation design environment |
20130268466, | |||
20150242760, | |||
20160110657, | |||
20160300156, | |||
20170103267, | |||
20180260687, | |||
20180267499, | |||
20180284703, | |||
20180314945, | |||
20190043487, | |||
20190050751, | |||
20190156246, | |||
20190220783, | |||
20190391796, | |||
20200065772, | |||
20200074230, | |||
20200082247, | |||
20200250515, | |||
20200311520, | |||
20200372307, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Feb 16 2021 | WANG, AN | OCTOML, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 057124 | /0638 | |
Feb 16 2021 | CEZE, LUIS HENRIQUE | OCTOML, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 057124 | /0638 | |
Feb 17 2021 | CHEN, TIANQI | OCTOML, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 057124 | /0638 | |
Feb 17 2021 | WELSH, MATTHEW | OCTOML, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 057124 | /0638 | |
Feb 19 2021 | MCHARG, ANDREW | OCTOML, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 057124 | /0638 | |
Feb 19 2021 | PISZCZEK, MICHAL | OCTOML, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 057124 | /0638 | |
Feb 19 2021 | HAYNES, FLETCHER | OCTOML, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 057124 | /0638 | |
Feb 19 2021 | CHANG, ADELBERT | OCTOML, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 057124 | /0638 | |
Feb 19 2021 | MOREAU, THIERRY | OCTOML, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 057124 | /0638 | |
Feb 19 2021 | ROESCH, JARED | OCTOML, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 057124 | /0638 | |
Feb 22 2021 | KNIGHT, JASON | OCTOML, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 057124 | /0638 | |
Feb 23 2021 | OctoML, Inc. | (assignment on the face of the patent) | / |
Date | Maintenance Fee Events |
Feb 23 2021 | BIG: Entity status set to Undiscounted (note the period is included in the code). |
Mar 04 2021 | SMAL: Entity status set to Small. |
Date | Maintenance Schedule |
Jan 30 2027 | 4 years fee payment window open |
Jul 30 2027 | 6 months grace period start (w surcharge) |
Jan 30 2028 | patent expiry (for year 4) |
Jan 30 2030 | 2 years to revive unintentionally abandoned end. (for year 4) |
Jan 30 2031 | 8 years fee payment window open |
Jul 30 2031 | 6 months grace period start (w surcharge) |
Jan 30 2032 | patent expiry (for year 8) |
Jan 30 2034 | 2 years to revive unintentionally abandoned end. (for year 8) |
Jan 30 2035 | 12 years fee payment window open |
Jul 30 2035 | 6 months grace period start (w surcharge) |
Jan 30 2036 | patent expiry (for year 12) |
Jan 30 2038 | 2 years to revive unintentionally abandoned end. (for year 12) |