US11321397B2 - Composition engine for analytical models - Google Patents
Composition engine for analytical models Download PDFInfo
- Publication number
- US11321397B2 US11321397B2 US16/135,943 US201816135943A US11321397B2 US 11321397 B2 US11321397 B2 US 11321397B2 US 201816135943 A US201816135943 A US 201816135943A US 11321397 B2 US11321397 B2 US 11321397B2
- Authority
- US
- United States
- Prior art keywords
- analytical
- model
- composition
- analytical model
- models
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/903—Querying
- G06F16/9038—Presentation of query results
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/93—Document management systems
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
- G06F9/45533—Hypervisors; Virtual machine monitors
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N20/00—Machine learning
Definitions
- An analytical model is a data model that can be used to analyze various input data to identify objects, identify relationships, answer questions, and/or predict outcomes.
- Analytical models may include machine learning (ML) models and deep learning models that are built using machine learning techniques.
- ML machine learning
- the model builder in IBM Watson Studio® uses machine learning algorithms for building a model using training data to discover patterns in data, and construct mathematical models using these discoveries.
- the disclosed embodiments include a system, computer program product, and computer-implemented method for executing a composition of analytical models.
- the computer-implemented method creates analytical model composition definitions for a plurality of analytical models.
- the computer-implemented method receives analytical model definitions and an analytical model composition.
- the computer-implemented method binds the analytical model composition to the analytical model definitions.
- the computer-implemented method deploys the analytical model composition using the analytical model composition definitions.
- the computer-implemented method executes the analytical model composition and returns a result of the analytical model composition.
- FIG. 1 is a schematic diagram illustrating an analytical model composition system in accordance with an embodiment of the present disclosure.
- FIGS. 2A-2C illustrate examples of model compositions in text form in accordance with an embodiment of the present disclosure.
- FIG. 2D illustrates an example of a model composition in diagram form in accordance with an embodiment of the present disclosure.
- FIG. 3 is flowchart illustrating a process for creating analytical model composition definitions in accordance with an embodiment of the present disclosure.
- FIG. 4 is flowchart illustrating a process for executing a composition of analytical models in accordance with an embodiment of the present disclosure.
- FIG. 5 is a block diagram illustrating a hardware architecture of a system according to an embodiment of the present disclosure.
- a module or unit as referenced herein may comprise one or more hardware or electrical components such as electrical circuitry, processors, and memory that may be specially configured to perform a particular function.
- the memory may be volatile memory or non-volatile memory that stores data such as, but not limited to, computer executable instructions, machine code, and other various forms of data.
- the module or unit may be configured to use the data to execute one or more instructions to perform one or more tasks.
- a module may also refer to a particular set of functions, software instructions, or circuitry that is configured to perform a specific task.
- a module may comprise of software components such as, but not limited to, data access objects, service components, user interface components, application programming interface (API) components; hardware components such as electrical circuitry, processors, and memory; and/or a combination thereof.
- software components such as, but not limited to, data access objects, service components, user interface components, application programming interface (API) components; hardware components such as electrical circuitry, processors, and memory; and/or a combination thereof.
- API application programming interface
- computer executable instructions may be in any form including, but not limited to, machine code, assembly code, and high-level programming code written in any programming language.
- the term “communicates” means capable of sending and/or receiving data over a communication link.
- the communication link may include both wired and wireless links, and may be a direct link or may comprise of multiple links passing through one or more communication networks or network devices such as, but not limited to, routers, firewalls, servers, and switches.
- the communication networks may be any type of wired or wireless network.
- the networks may include private networks and/or public networks such as the Internet.
- the term communicates may also encompass internal communication between various components of a system and/or with an external input/output device such as a keyboard or display device.
- ML machine learning
- conditional branches or functions can be applied to the input or output of the analytical models during the execution of the sequence.
- This order of analytical models along with any conditional branches or functions is referred to herein as a composition.
- a first object recognition model can be used to identify hundreds of different objects, find their boundaries, and send the extracted portions of an image to specialized models that can, depending on the identified object, add more fine-grained attributes.
- an object recognition model is able to identify persons and cars, and other models can then identify a person's age and gender, or a vehicle's make and model; and a function can be used to average each model's prediction.
- model composition there is no language for model composition, and existing business process languages such as Business Process Execution Language (BPEL) cannot be used as ML models do not offer readily connectable inputs and outputs. Web service composition also doesn't address the deployment of the models. Accordingly, the present disclosure describes various embodiments for defining different types of ML models, compositions of ML models, adapters that allow these types to be composed into sequences or parallel branches, and an engine to bind and deploy the required models, and execute the model compositions.
- BPEL Business Process Execution Language
- the scope of the disclosed embodiments can be extended beyond analytical models to various analytical components.
- additional node types can be defined to execute actions that aren't ML inferences (e.g. image extraction from a video, image modification, natural language processing, and invocation of external services).
- actions that aren't ML inferences e.g. image extraction from a video, image modification, natural language processing, and invocation of external services.
- the disclosed embodiments can be used for other applications such as, but not limited to, video analysis, audio recognition, machine translation, sentiment analysis, weather prediction, and forecasting.
- Advantages of the disclosed embodiments include, but are not limited to, enabling users to easily create and modify compositions without writing code, and the same composition can be bound to different models to run in different environments (e.g. lightweight models may be used on the edge and more complex models run on the cloud using the same model composition).
- FIG. 1 is a schematic diagram illustrating an analytical model composition system 100 in accordance with an embodiment of the present disclosure.
- the analytical model composition system 100 includes an analytical model composition engine 102 .
- the analytical model composition engine 102 is configured to enable a user to define different types of ML models, compositions of ML models, create adapters that allow these types to be composed into sequences or parallel branches, bind and deploy the required models, and execute the model compositions.
- the analytical model composition engine 102 may include an analytical model composition definition module 104 , an analytical model statistics collection module 106 , an analytical model definition binding module 108 , and a deployment and execution module 110 .
- the analytical model composition definition module 104 is configured to enable a user to define the types of entities produced and consumed by the models, define the model types, and define the adapters between the model types.
- the types of entities produced and consumed by the models could be: video, image, bounding boxes, label, feature vector, and free-form text.
- Model types are groups of models with inputs and outputs of the same entity types.
- the visual recognition application may include an image classification model type, object recognition model type, identification model type, feature extraction model type, and tracking model type.
- the image classification model type takes an image as an input, and returns one or more labels with confidence scores.
- a label is an output or a result of the model.
- the image classification model may return a label for object B.
- the confidence score indicates the likelihood that the returned label is correct. For example, a 0.8 confidence may mean that model is 80% confident that the returned label is correct.
- Non-limiting examples of models that may belong to the image classification model type may include an age classifier model, gender classifier model, and car model classifier model.
- a model type can include another model type.
- an image classification type can include a color detection type.
- the object recognition model type can be configured to receive an image as an input and return a list of labels with boundaries and confidence scores.
- models belonging to the object recognition model type may include any object recognition model trained on the ImageNet dataset.
- ImageNet is a large image dataset designed for use in visual object recognition software currently containing over 14 million links to images that have been annotated to indicate what objects are pictured.
- the identification model type is used to perform various tasks including, but not limited to, labeling an image or sequence of images with a name, extracting text from the image, recognizing a face in the image, and/or generating text that describes the image.
- the identification model type may receive an image as an input and return a string of free-form text describing objects in the image.
- Models belonging to the identification model type may include vehicle plate reader model, face recognition model, and a text extractor model.
- a video identification model type may perform similar tasks using a video instead of an image as input.
- an activity model may generate high-level activity labels from a sequence of video (e.g., group of people dancing, unloading a vehicle, etc.).
- the feature extraction model type takes an image as an input, and returns a feature vector.
- a feature vector is an n-dimensional vector of numerical features that represent some object. For example, a feature vector can be used to identify dimensions for facial recognition.
- the tracking model type operates in the spatiotemporal domain and is used to track objects in real-world scenes.
- the tracking model type may take a sequence of images with detected objects as an input, and returns a set of object boundaries, where each boundary has an identifier (ID) unique to the image in which it occurs.
- ID identifier
- the analytical model composition definition module 104 is further configured to enable users to define the adapters between the model types.
- An adapter is an algorithm that converts the outputs of a model of type A into the inputs of a model of type B. For two different model types to be chained in sequence, an adapter that is compatible with their types is required to connect the two different model types.
- the visual recognition application may require an image classification to image classification adapter that connects a first model to a second model. In one embodiment, the second model is triggered only if the top label returned by the first model is equal to a certain value.
- Another example of an adapter is an object recognition to image classification adapter that connects a first model to a second model.
- the second model is triggered only if one of the labels returned by the first model is equal to a certain value, and the image is cropped to the boundaries of the recognized object before being passed to the model.
- the adapter algorithms can be scripts or code snippets that are executed by the disclosed composition engine.
- other functions that transform model outputs can be defined the same way (e.g., take the outputs of several models and average the results).
- the analytical model statistics collection module 106 is configured to receive model definitions such as, but not limited to, analytical model definitions 112 .
- a model definition is data that describes the attributes of a model.
- a model definition can take the form of a virtual machine (VM) image definition (e.g. a docker file).
- the model definition may include a set of resources and parameters required to deploy the model into a computing environment.
- attributes of a model definition may include tags and version numbers that allow users to have different models that perform the same task, metadata about the model inputs (e.g. shape of the images or feature vectors) and outputs (e.g. class labels), statistics about the model accuracy, hardware requirements, or performance, and data sets that can help produce the above statistics.
- the analytical model statistics collection module 106 is configured to deploy the model to collect statistics on the model using the data sets or test data provided with the model definition. If no test data is provided, the analytical model statistics collection module 106 can be configured to collects data from external libraries for use in gathering the model statistics. For example, the analytical model statistics collection module 106 can be configured to collect performance statistics of a car recognition model using the hardware available in the analytical model composition system 100 . In one embodiment, the analytical model statistics collection module 106 is configured to deploy the model on a VM, collect test data from ImageNet, and performs various load tests.
- the analytical model definition binding module 108 is configured to receive a model composition from a user such as, but not limited to, analytical model composition 114 .
- a model composition is a sequence or ordering of analytical models along with any conditional branches or functions. Analytical models in a model composition can be placed in series and/or in parallel.
- the analytical model composition 114 can be created by a user on the analytical model composition system 100 or can be created remotely and then transmitted to the analytical model composition system 100 .
- the model compositions can take the form of a text document (for example, a JavaScript Object Notation (JSON) document) or a diagram. Non-limiting examples of model compositions are described in FIGS. 2A-2D .
- the composition can reference specific model versions, or the model versions can be left open-ended to let the analytical model definition binding module 108 select the appropriate model binding.
- the analytical model definition binding module 108 is configured to bind the model composition to model definitions. For each model that is referenced in the model composition, if the model version is left open-ended, the analytical model composition engine 102 can be configured to review all the available versions and either select one or make recommendations to the user. For example, in some embodiments, recommendations are based on one or more of the following criteria: accuracy of each model or combined accuracy of multiple models, performance of each model composition, and cost of the system resources needed to deploy the model.
- the analytical model definition binding module 108 is configured to call the analytical model statistics collection module 106 to collect statistics on the entire model composition using different bindings (e.g., different model versions), by first deploying the composition and then running the composition using test data.
- the deployment and execution module 110 is configured to deploy the model composition.
- the deployment and execution module 110 deploys each model definition into a VM.
- Each VM provides a server, the model files, and the ML framework needed to run the model.
- the deployment and execution module 110 is then configured to execute the model composition.
- the analytical model composition engine 102 is available as a service or as an API. Whenever a model composition request is received, the analytical model composition engine 102 calls the deployed models (wrapped in a server, running on a VM) in the appropriate sequence, executing the code snippets that implement the model type adapters between each model call. The analytical model composition engine 102 returns a result at the end of the workflow.
- FIGS. 2A-2C illustrate examples of model compositions in text form in accordance with an embodiment of the present disclosure.
- the model compositions may be created by a user or other system, and submitted to the analytical model composition system 100 of FIG. 1 for creation and execution.
- model composition 120 includes both an identifier (composition1) and a name (Face composition). Alternatively, in some embodiments, the model composition 120 may only include an identifier or a name for identifying the model composition, as opposed to both as shown in the disclosed embodiment.
- the model composition 120 also includes a description of the model composition. For example, the model composition 120 is configured to tag face image with age, gender, and combine face images into an output file.
- the type description refers to the model type, which is image classification in the model composition 120 .
- the flow describes the sequence of the operation of the models. In the depicted embodiment, three model of type image classification, model id: face_age, model id: face_gender, and model id: face_combined are executed in parallel according to the model composition 120 .
- FIG. 2B illustrates a model composition 130 that includes a function within the model composition in accordance with an embodiment of the present disclosure.
- the model composition 130 has as an identifier of composition2 and is named age composition.
- the description of the model composition 130 is that it tags face image with age using several models.
- the model composition 130 is of type image classification.
- the description of the model composition 130 executes three image classification type models: face_age1, face_age2, and face_age3 in parallel branches.
- the output from each of the three models is then inputted into a function having an id: face_age_average_openwhisk that is configured to average the age results from the three models and return the average age.
- FIG. 2C illustrates a model composition 140 that includes a function within the model composition in accordance with an embodiment of the present disclosure.
- the model composition 140 has as an identifier of composition3 and is named object detection composition.
- the description of the model composition 140 is that it detects objects in images and tags them (i.e., labels the object).
- the model composition 140 is of type object recognition meaning that its input and output is defined by the object recognition model type.
- the flow of the model composition 140 is that it executes the persons_body_parts_vehicles object recognition model type to identify a person's body parts and to identify vehicles. The results of the persons_body_parts_vehicles object recognition model are then outputted to two adapters that are executed in parallel.
- an adapter is triggered only if the label returned by the persons_body_parts_vehicles object recognition model is equal to a certain value (i.e., “match label”). For example, if the label returned by the persons_body_parts_vehicles object recognition model matches the label of the first adapter (face), the first adaptor is configured to crop the face of a person from the images returned the persons_body_parts_vehicles object recognition model. Similarly, if the label returned by the persons_body_parts_vehicles object recognition model matches the label of the second adapter (car), the second adapter is configured to crop a car from the images returned the persons_body_parts_vehicles object recognition model. The cropped car image is then passed to two models in parallel. The first model is used to identify the car model in the image and the second model is used to read the license plate number of the vehicle.
- a certain value i.e., “match label”.
- FIG. 2D illustrates a generic example of a model composition 150 in diagram form in accordance with an embodiment of the present disclosure.
- the analytical model composition engine 102 is configured to convert the model composition 150 in diagram form to text form such as illustrated in FIGS. 2A-2C .
- the model composition 150 starts with three different models in parallel (analytical model A 154 , analytical model B 156 , and analytical model C 158 ). Each of the three models receive input file 152 as input data. For example, input file 152 may a set of images.
- Each of the three models is configured to output a particular result based on the input file 152 , which is then inputted into a function 160 .
- the function 160 may determine an average of the result or select the highest or lowest result from the outputs of the three models.
- the result of the function 160 is then inputted into condition 162 to determine if a particular condition is met. For example, if the condition is that a vehicle identified in an image is presumed to have been manufactured within the past 10 years then the result is passed to an analytical model E 164 for identifying the make and model of the vehicle, otherwise the result is passed to an analytical model F 166 for identifying the make and model of older vehicles.
- FIG. 3 is flowchart illustrating a process 300 for creating analytical model composition definitions in accordance with an embodiment of the present disclosure.
- the process 300 may be executed by a system such as, but not limited to, the analytical model composition system 100 in FIG. 1 .
- the process 300 begins, at step 302 , by defining the types of entities produced and consumed by the analytical models.
- the types of entities produced and consumed by the models could be: video, image, label, feature vector, and free-form text.
- the types of entities consumed by the models could be audio files or video/audio files, and the entities produced by the models could be extrapolated audio files of each individual speaker in the consumed filed, names of the speakers in the consumed file, labels of objects likely to produce the sounds heard in the consumed files. Still, other model types may consume an image file type and produce a numerical answer.
- Model types are groups of models with inputs and outputs of the same entity types.
- various model types can be defined such as an object recognition model type that receive an image as an input and returns a list of labels with boundaries and confidence scores as an output.
- the process 300 defines adapters between analytical model types.
- An adapter is an algorithm that converts the outputs of a model of type A into the inputs of a model of type B. For two models that have different outputs to inputs, an adapter that's compatible with their types is used to connect the models in series.
- FIG. 4 is flowchart illustrating a process 400 for executing a composition of analytical models in accordance with an embodiment of the present disclosure.
- the process 400 can be executed by a system such as, but not limited to, the analytical model composition system 100 in FIG. 1 .
- the process 400 begins, at step 402 , by creating analytical model composition definitions for a plurality of analytical models.
- the analytical model composition definitions are created using the process 300 described in FIG. 3 .
- the analytical model composition definitions may be created once and reused for various model compositions.
- an analytical model definition is data that describes the attributes of a model.
- the analytical model definition may or may not include model statistics such as, but not limited to, performance characteristics, accuracy, and cost.
- the analytical model definition can be received from a user or from other systems such as a model database.
- the process 400 collects analytical model statistics such as, but not limited to, model accuracy, hardware requirements, or performance.
- the process 400 may deploy the model to collect statistics on the model using the data sets or test data provided with the model definition or by using test data from external libraries.
- the process 400 receives an analytical model composition from a user or other requesting system.
- the analytical model composition can be received in various forms including text form (e.g., a text document or code) or in the form of a diagram.
- the diagram can be received in various formats such as, but not limited to, an image format, in a text document or a presentation document, or in a particular diagram format (e.g., an application for creating diagrams).
- the process 400 binds the analytical model composition to the analytical model definitions. Binding means that a particular model definition is selected or mapped to the analytical model composition for use in the model composition.
- the binding process may involve selecting a particular version of a model or a model that satisfies a particular characteristic such as, but not limited to, a performance or accuracy characteristic.
- the process 400 deploys the analytical model composition using the analytical model composition definitions created in step 402 .
- the process 400 deploys each model definition into a VM that provides the necessary files and framework required to run the model.
- the process 400 executes the analytical model composition.
- the process 400 returns the result of the analytical model composition.
- the result is presented on a display to the user, transmitted or returned to another system, and/or passed to another application.
- FIG. 5 is a block diagram illustrating a hardware architecture of a data processing system 500 according to an embodiment of the present disclosure in which aspects or all of the illustrative embodiments may be implemented.
- any of the components in the analytical model composition system 100 of FIG. 1 may be implemented using the data processing system 500 .
- the data processing system 500 may be configured to store and execute instructions for performing the process described in FIGS. 3 and 4 .
- the data processing system 500 employs a hub architecture including north bridge and memory controller hub (NB/MCH) 506 and south bridge and input/output (I/O) controller hub (SB/ICH) 510 .
- NB/MCH north bridge and memory controller hub
- I/O controller hub SB/ICH
- a computer bus such as bus 532 or bus 534 , may be implemented using any type of communication fabric or architecture that provides for a transfer of data between different components or devices attached to the fabric or architecture.
- network adapter 516 connects to SB/ICH 510 .
- PCI/PCIe devices may include, for example, Ethernet adapters, add-in cards, and personal computing (PC) cards for notebook computers. PCI uses a card bus controller, while PCIe does not.
- ROM 526 may be, for example, a flash basic input/output system (BIOS).
- BIOS basic input/output system
- HDD 512 and CD-ROM drive 514 connect to SB/ICH 510 through bus 534 .
- HDD 512 and CD-ROM drive 514 may use, for example, an integrated drive electronics (IDE) or serial advanced technology attachment (SATA) interface.
- IDE integrated drive electronics
- SATA serial advanced technology attachment
- HDD 512 may be replaced by other forms of data storage devices including, but not limited to, solid-state drives (SSDs).
- a super I/O (SIO) device 528 may be connected to SB/ICH 510 .
- SIO device 528 may be a chip on the motherboard that is configured to assist in performing less demanding controller functions for the SB/ICH 510 such as controlling a printer port, controlling a fan, and/or controlling the small light emitting diodes (LEDS) of the data processing system 500 .
- LEDS small light emitting diodes
- the data processing system 500 may include a single processor 502 or may include a plurality of processors 502 . Additionally, processor(s) 502 may have multiple cores. For example, in one embodiment, data processing system 500 may employ a large number of processors 502 that include hundreds or thousands of processor cores. In some embodiments, the processors 502 may be configured to perform a set of coordinated computations in parallel.
- An operating system is executed on the data processing system 500 using the processor(s) 502 .
- the operating system coordinates and provides control of various components within the data processing system 500 in FIG. 5 .
- Various applications and services may run in conjunction with the operating system.
- Instructions for the operating system, applications, and other data are located on storage devices, such as one or more HDD 512 , and may be loaded into main memory 504 for execution by processor(s) 502 .
- additional instructions or data may be stored on one or more external devices.
- the processes described herein for the illustrative embodiments may be performed by processor(s) 502 using computer usable program code, which may be located in a memory such as, for example, main memory 504 , ROM 526 , or in one or more peripheral devices.
- the present invention may be a system, a method, and/or a computer program product at any possible technical detail level of integration
- the computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention
- the computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device.
- the computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing.
- a non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random-access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing.
- RAM random-access memory
- ROM read-only memory
- EPROM or Flash memory erasable programmable read-only memory
- SRAM static random access memory
- CD-ROM compact disc read-only memory
- DVD digital versatile disk
- memory stick a floppy disk
- a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon
- a computer readable storage medium is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
- Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network.
- the network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers, and/or edge servers.
- a network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
- Computer readable program instructions for carrying out operations of the present invention may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, configuration data for integrated circuitry, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++, or the like, and procedural programming languages, such as the “C” programming language or similar programming languages.
- the computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
- the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
- electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.
- These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
- These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
- the computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented method, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
- each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s).
- the functions noted in the blocks may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Artificial Intelligence (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Evolutionary Computation (AREA)
- Medical Informatics (AREA)
- Computing Systems (AREA)
- Mathematical Physics (AREA)
- Computational Linguistics (AREA)
- Business, Economics & Management (AREA)
- General Business, Economics & Management (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- Image Analysis (AREA)
Abstract
Description
Claims (20)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US16/135,943 US11321397B2 (en) | 2018-09-19 | 2018-09-19 | Composition engine for analytical models |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US16/135,943 US11321397B2 (en) | 2018-09-19 | 2018-09-19 | Composition engine for analytical models |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| US20200089817A1 US20200089817A1 (en) | 2020-03-19 |
| US11321397B2 true US11321397B2 (en) | 2022-05-03 |
Family
ID=69772961
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US16/135,943 Active 2041-01-30 US11321397B2 (en) | 2018-09-19 | 2018-09-19 | Composition engine for analytical models |
Country Status (1)
| Country | Link |
|---|---|
| US (1) | US11321397B2 (en) |
Families Citing this family (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN111861932B (en) * | 2020-07-28 | 2022-05-17 | RealMe重庆移动通信有限公司 | Image distortion correction method and device and mobile terminal |
| US11367021B2 (en) * | 2020-10-05 | 2022-06-21 | Grid.ai, Inc. | System and method for heterogeneous model composition |
| US20220164696A1 (en) * | 2020-11-23 | 2022-05-26 | Capital One Services, Llc | Automatically training an analytical model |
Citations (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20130042195A1 (en) | 2011-08-08 | 2013-02-14 | Luda Svoyatsky | Managing Workflow of Multiple Dependent Processes |
| US20170098009A1 (en) * | 2015-10-02 | 2017-04-06 | Oracle International Corporation | Method for faceted visualization of a sparql query result set |
| US9762450B2 (en) | 2014-09-04 | 2017-09-12 | Accenture Global Services Limited | System architecture for cloud-platform infrastructure layouts |
| US20170262818A1 (en) * | 2015-06-19 | 2017-09-14 | Uptake Technologies, Inc. | Computer System and Method for Distributing Execution of a Predictive Model |
| US20170323089A1 (en) * | 2016-05-06 | 2017-11-09 | Enterpriseweb Llc | Systems and methods for domain-driven design and execution of modular and dynamic services, applications and processes |
| US20180129719A1 (en) * | 2016-11-07 | 2018-05-10 | Tableau Software, Inc. | Optimizing Execution of Data Transformation Flows |
| US20180365309A1 (en) * | 2016-09-26 | 2018-12-20 | Splunk Inc. | Automatic triage model execution in machine data driven monitoring automation apparatus |
| US20190042286A1 (en) * | 2017-08-07 | 2019-02-07 | Open Data Group Inc. | Analytic model execution engine with instrumentation for granular performance analysis for metrics and diagnostics for troubleshooting |
-
2018
- 2018-09-19 US US16/135,943 patent/US11321397B2/en active Active
Patent Citations (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20130042195A1 (en) | 2011-08-08 | 2013-02-14 | Luda Svoyatsky | Managing Workflow of Multiple Dependent Processes |
| US9762450B2 (en) | 2014-09-04 | 2017-09-12 | Accenture Global Services Limited | System architecture for cloud-platform infrastructure layouts |
| US9876684B2 (en) | 2014-09-04 | 2018-01-23 | Accenture Global Services Limited | System architecture for cloud-platform infrastructure layouts |
| US20170262818A1 (en) * | 2015-06-19 | 2017-09-14 | Uptake Technologies, Inc. | Computer System and Method for Distributing Execution of a Predictive Model |
| US20170098009A1 (en) * | 2015-10-02 | 2017-04-06 | Oracle International Corporation | Method for faceted visualization of a sparql query result set |
| US20170323089A1 (en) * | 2016-05-06 | 2017-11-09 | Enterpriseweb Llc | Systems and methods for domain-driven design and execution of modular and dynamic services, applications and processes |
| US20180365309A1 (en) * | 2016-09-26 | 2018-12-20 | Splunk Inc. | Automatic triage model execution in machine data driven monitoring automation apparatus |
| US20180129719A1 (en) * | 2016-11-07 | 2018-05-10 | Tableau Software, Inc. | Optimizing Execution of Data Transformation Flows |
| US20190042286A1 (en) * | 2017-08-07 | 2019-02-07 | Open Data Group Inc. | Analytic model execution engine with instrumentation for granular performance analysis for metrics and diagnostics for troubleshooting |
Non-Patent Citations (5)
| Title |
|---|
| "System and Method for the Efficient Extension of Workflow Systems with Case Handling Support," IPCOM000145902D, IBM, Jan. 31, 2007, 5 pages. |
| Anonymously, "Automated Text Parsing Communication Routing System," IPCOM000211865D, IBM, Oct. 21, 2011, 6 pages. |
| Caverlee, et al., "Workflow Management for Enterprise Transformation," Information Knowledge Systems Management 6, 2007, pp. 61-80. |
| Georgakopoulos, et al., "An Overview of Workflow Management: From Process Modeling to Workflow Automation Infrastructure," Distributed and Parallel Databases, 3, 1995, pp. 119-153. |
| Raghuveer, et al., "Method and System using High-Level Language for Web Knowledge Extraction," IPCOM000214913D, Defensive Publication, Yahoo!, Feb. 13, 2012, 7 pages. |
Also Published As
| Publication number | Publication date |
|---|---|
| US20200089817A1 (en) | 2020-03-19 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11416772B2 (en) | Integrated bottom-up segmentation for semi-supervised image segmentation | |
| US11188789B2 (en) | Detecting poisoning attacks on neural networks by activation clustering | |
| US11487963B2 (en) | Automatically determining whether an activation cluster contains poisonous data | |
| US11093707B2 (en) | Adversarial training data augmentation data for text classifiers | |
| US11538236B2 (en) | Detecting backdoor attacks using exclusionary reclassification | |
| US9619735B1 (en) | Pure convolutional neural network localization | |
| US11379718B2 (en) | Ground truth quality for machine learning models | |
| US11128668B2 (en) | Hybrid network infrastructure management | |
| US20220300837A1 (en) | Data mark classification to verify data removal | |
| US20210081831A1 (en) | Automatically Determining Poisonous Attacks on Neural Networks | |
| US20220405524A1 (en) | Optical character recognition training with semantic constraints | |
| US11270226B2 (en) | Hybrid learning-based ticket classification and response | |
| US11423307B2 (en) | Taxonomy construction via graph-based cross-domain knowledge transfer | |
| US11694443B2 (en) | Automatic identification of misleading videos using a computer network | |
| US12087064B2 (en) | Coarse-to-fine attention networks for light signal detection and recognition | |
| CN112070093B (en) | Method for generating image classification model, image classification method, device and equipment | |
| US10796203B2 (en) | Out-of-sample generating few-shot classification networks | |
| US11226832B2 (en) | Dynamic generation of user interfaces based on dialogue | |
| WO2022001232A1 (en) | Method and apparatus for question-and-answer data enhancement, computer device, and storage medium | |
| US20220044105A1 (en) | Training multimodal representation learning model on unnanotated multimodal data | |
| US20200134025A1 (en) | Augmentation of a Text Representation Model | |
| US20200106988A1 (en) | Behavioral influence system in socially collaborative tools | |
| US11321397B2 (en) | Composition engine for analytical models | |
| US11714637B1 (en) | User support content generation | |
| US11501071B2 (en) | Word and image relationships in combined vector space |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW YORK Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:PINEL, FLORIAN;BOBBITT, RUSSELL P.;SHU, CHIAO-FE;REEL/FRAME:046916/0091 Effective date: 20180918 |
|
| FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: FINAL REJECTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE AFTER FINAL ACTION FORWARDED TO EXAMINER |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED |
|
| STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
| FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |