WO2019163823A1 - Information processing system - Google Patents

Information processing system Download PDF

Info

Publication number
WO2019163823A1
WO2019163823A1 PCT/JP2019/006319 JP2019006319W WO2019163823A1 WO 2019163823 A1 WO2019163823 A1 WO 2019163823A1 JP 2019006319 W JP2019006319 W JP 2019006319W WO 2019163823 A1 WO2019163823 A1 WO 2019163823A1
Authority
WO
WIPO (PCT)
Prior art keywords
learning
model
unit
data
function
Prior art date
Application number
PCT/JP2019/006319
Other languages
French (fr)
Japanese (ja)
Inventor
敏弥 河崎
Original Assignee
株式会社Abeja
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by 株式会社Abeja filed Critical 株式会社Abeja
Priority to JP2019542650A priority Critical patent/JP6689507B2/en
Publication of WO2019163823A1 publication Critical patent/WO2019163823A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning

Definitions

  • FIG. 3 is a diagram illustrating an example of a learning job progress confirmation screen.
  • the learning job progress status confirmation screen of the example of FIG. 3 is displayed on the output unit 17 of FIG. This also applies to the example of FIG. 4 and the example of FIG. 5 described later.
  • the user assigns each of a plurality of learning jobs to one learning definition (Job Definition) for learning executed by the learning unit 14 (FIG. 2). They can be executed independently of each other.
  • the learning definition is, for example, Ver. 11 or Ver.
  • the learning definition of a predetermined version corresponds to the above-mentioned “one learning definition”.
  • function (2) The characteristics of function (2) are described below. Conventionally, local development requires manual operation such as directory management. On the other hand, the source code of the model in which the data set, code, parameter, and log used for learning are version-controlled is linked on the cloud by the function (2). As a result, the learning result and the source code can be managed separately, so that the license problem can be solved. Furthermore, function (2) can manage software copyright and model rights separately.
  • Function (2) has the basicity that it is important for the platform to clarify the right relationship between the source code created by the developer who is the user (user) and the learning result generated on the cloud. .
  • Function (3) provides preprocessing of input / output data while hiding it from the user (user).
  • Function (3) is a mechanism for making the user program and the execution environment independent.
  • the function (3) is HTTP (Hypertext Transfer Protocol).
  • Function (3) can be event driven on the cloud.
  • Function (3) can be performed on the edge device. Function (3) can reduce the man-hours of the developer as one user.
  • function (4) a billing plan function (hereinafter referred to as “function (4)”) according to the degree of achievement of model learning will be described.
  • Function (4) is that it is difficult to predict in advance how much accuracy will be achieved in “how much time” for model learning in machine learning / deep learning. It is possible to solve the problem of wanting to suppress the problem.
  • the function (4) can achieve the following effects.
  • the operations “open” and “commit” are defined as follows in the model learning in the cloud. “Open” represents the start of learning. “Commit” represents that learning is completed and a model is created from the learning result.
  • the function (4) charges the model learning at the time of “open” and “commit”, and keeps the price at the time of “open” lower than the price at the time of “commit”. The (user) can achieve an effect that the cost until learning is completed can be reduced.
  • Function (4) is that in the process of machine learning / deep learning model learning shifting to the cloud, it is considered that the user's awareness of the GPU 14 itself becomes obsolete, and the charging system corresponding to the GPU 14 is no longer used. Should come.
  • function (5) can be switched instantaneously on a UI (User Interface).
  • Function (5) can compare the accuracy between different versions by sending one or more test data sets as requests to each endpoint. In function (5), the accuracy comparison is visualized, and the best one can be selected as the primary.
  • the accuracy of the model is important as an index in the machine learning / deep learning API.
  • Function (5) can use multiple versions of accuracy comparison results under the same conditions for Blue / Green deployment.
  • Function (5) has the basicity that, as described above, the accuracy of the model is important in the API of machine learning / deep learning, and general Blue / Green deployment is not sufficient.
  • function (6) having a Web API confirmation interface (hereinafter referred to as “function (6)”) will be described.
  • Function (6) indicates that the input and output results including the teacher data of the machine learning / deep learning model are consistent with the unstructured text data of the inference result and the teacher data. Can solve the problem of wanting to confirm.
  • the function (6) can achieve the following effects.
  • a confirmation interface that can be used in the Web browser can be prepared. This interface is divided into an input data drawing area and an output data drawing area, and each can be scrolled independently. Thereby, the visibility is improved while maintaining the ease of comparing the input image and the output.
  • the following data (a) to (c) can be used as input data.
  • C Images and teacher data (unstructured text data) stored in the data lake. Here, when there is teacher data of data (c), the unstructured text data is analyzed and superimposed on the image as a color-coded rectangle to improve visibility.
  • unstructured text data or an image can be acquired as an inference result.
  • the image is drawn as it is.
  • the unstructured text data is analyzed and superimposed on the image as a color-coded rectangle. Since the function (6) can provide these interfaces, an effect of facilitating comparison between input and output can be achieved.
  • function (7) a function for managing the same model for each application using the concept of deployment (hereinafter referred to as “function (7)”) will be described.
  • Function (7) has the feature that it is divided for each store and for each edge.
  • Function (7) can solve the problem that it is difficult to manage different settings and capacities for each application, although it is desired to reuse the same model for different applications. As a result, the function (7) can execute a certain model on a plurality of infrastructures, and can achieve the effect that the scale of the infrastructure and the program settings necessary for execution can be managed in units of “deployment”. .
  • Function (7) has the basicity that it is important because the performance and settings of the same model need to be changed in response to different requests in the SaaS service or the like.
  • function (8) a function for automatically saving an inference request (raw data) and an inference response (inference result) (hereinafter referred to as “function (8)”) will be described.
  • Function (8) is not inferred and finished, but later confirms that the inference result is correct. Therefore, as a learning data for improving accuracy, other requests for inference (raw data) and inference The response (inference result) is stored automatically.
  • Function (9) has a feature of graphing whether the accuracy of the inferred result satisfies the intended standard, and sending an alert if the accuracy is not satisfied.
  • Function (10) can display a label indicating what the image is classified as a result of inferring the image and a thumbnail of the image. In addition to classification, segmentation and bounding boxes are also supported.
  • the function (10) can solve the following problems. That is, in a case where it is impossible to measure whether the inferred result is correct numerically, it is necessary to check the accuracy by checking with human eyes. It is necessary to save the data and check the data for easy confirmation.
  • the function (10) can produce an effect that development and workflow for checking data are unnecessary.
  • function (11) the function of checking the true value of the inference result (hereinafter referred to as function (11)) will be described.
  • function (11) The features of function (11) are described below. That is, in a case where it cannot be measured numerically whether the inferred result is correct, it is necessary to check the accuracy by checking with human eyes. Annotation is manually performed on a part of the data obtained by sampling the inferred result, and the true value is checked.
  • the function (11) can solve the problem of how to check the accuracy in a case where it is impossible to numerically determine whether the inferred result is correct. As a result, the function (11) can bring about an effect that it is possible to reduce the assignment and management cost of the person for checking the true value.
  • the series of processes described above can be executed by hardware or can be executed by software.
  • the functional configuration of FIG. 2 is merely an example and is not particularly limited. That is, it is sufficient that the machine learning management operation system has a function capable of executing the above-described series of processes as a whole.
  • the configuration of the machine learning management operation system is not particularly limited to the example of FIG. What functional blocks are used for the implementation is not particularly limited to the example of FIG. Further, the location of the functional block is not particularly limited to that shown in FIG.
  • the machine learning management operation system may include a server and a client. In this case, each functional block of the information processing apparatus 1 in FIG. 1 may be distributed to the server or the client and transferred.
  • one functional block may be constituted by hardware alone, software alone, or a combination thereof.
  • a recording medium including such a program is not only constituted by a removable medium (not shown) distributed separately from the apparatus main body in order to provide a program to the user, but is also pre-installed in the apparatus main body. And a recording medium provided to the user.
  • the step of describing the program recorded on the recording medium is not limited to the processing performed in time series along the order, but is not necessarily performed in time series, either in parallel or individually.
  • the process to be executed is also included.
  • the term “system” means an overall apparatus configured by a plurality of devices, a plurality of means, and the like.
  • an information processing system to which the present invention is applied is Data input means for inputting learning data (for example, the learning data input unit 101 in FIG. 2); Learning method input means for inputting a learning method (for example, the learning method input unit 102 in FIG. 2); Learning condition selection means (for example, the learning condition selection unit 103 in FIG. 2) for selecting the predetermined learning data input by the data input means and the predetermined set of learning methods input by the learning method input means; , Learning means (for example, the learning unit 104 in FIG.
  • Employment determination means for example, the employment determination unit 105 in FIG. 2 for determining whether to adopt or not adopt the result of learning performed by the learning means;
  • An inference input means for inputting an inference method (for example, the inference input unit 106 in FIG. 2);
  • a task of managing one or more of the model versions by combining the learning result determined by the adoption determination unit and the inference method input by the inference input unit into a model version Model management means for example, model management unit 107 in FIG.
  • Execution selection means associated with the model management means, an execution selection means for selecting a model version and execution environment managed by the model management means (for example, the execution selection unit 108 in FIG. 2); Execution selection means (for example, the execution execution unit 109 in FIG. 2) that executes the model version selected by the execution selection means in the execution environment selected by the execution selection means; Is provided.
  • DESCRIPTION OF SYMBOLS 1 ... Information processing apparatus, 11 ... CPU, 14 ... GPU, 101 ... Learning data input part, 102 ... Learning method input part, 103 ... Learning condition selection part, 104 ... ⁇ Learning unit, 105... Adoption decision unit, 106 .. inference input unit, 107... Model management unit, 108... Execution selection unit, 109.
  • DB 300, 400 ... model DB, 500 ... execution environment data DB

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Medical Informatics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Artificial Intelligence (AREA)
  • Stored Programmes (AREA)

Abstract

The objective of the present invention is to simplify the management of a machine learning model. A learning data input unit 101 receives an input of learning data. A learning method input unit 102 receives an input of a learning method. A learning condition selection unit 103 selects a set comprising a prescribed data and a prescribed learning method. A learning unit 104 uses the data and/or learning method selected by the learning condition selection unit 103 to carry out learning. An adoption determination unit 105 determines whether to adopt or not adopt a learning result output by the learning unit 104. An inference input unit 106 receives an input of an inference method. A model management unit 107 combines an adopted result and an inference method and sets a model version, and prepares one or more model versions for each task managing the same. An execution selection unit 108 linked to the model management unit 107 selects an execution environment and a model version managed by the model management unit 107, and an execution implementation unit 109 executes the model version in the execution environment.

Description

情報処理システムInformation processing system
 本発明は、情報処理システムに関する。 The present invention relates to an information processing system.
 従来より、様々な分野で機械学習が利用されている。機械学習とは、具体的に、複数のデータを用いて反復的に学習し、そこに潜むパターンをコンピュータが見つけ出すことができる。そして、機械学習を利用した技術が提案されている(例えば特許文献1参照)。 Conventionally, machine learning has been used in various fields. Specifically, the machine learning is a method in which a plurality of pieces of data are used for repetitive learning, and a computer can find a pattern hidden in the learning. And the technique using machine learning is proposed (for example, refer to patent documents 1).
特開2016-192007号公報Japanese Unexamined Patent Publication No. 2016-192007
 しかしながら、上述の特許文献1に記載の技術を含む従来技術のみでは、データの収集状況に応じてモデルを更新したり、様々な実行環境で動かすという運用が困難であった。 However, with only the conventional technology including the technology described in Patent Document 1 described above, it has been difficult to update the model according to the data collection status or to operate in various execution environments.
 本発明は、このような状況に鑑みてなされたものであり、機械学習のモデル管理を容易にすることを目的とする。 The present invention has been made in view of such a situation, and an object thereof is to facilitate model management of machine learning.
 上記目的を達成するため、本発明の一態様の情報処理システムは、
 学習データを入力するデータ入力手段と、
 学習方法を入力する学習方法入力手段と、
 前記データ入力手段により入力された所定の前記学習データと、前記学習方法入力手段により入力された所定の前記学習方法の組を選択する学習条件選択手段と、
 前記学習条件選択手段により選択された前記学習データを含むデータ又は学習方法の少なくともいずれか一方を用いて学習を実行する学習手段と、
 前記学習手段により実行された学習の結果の採用又は不採用を決定する採用決定手段と、
 推論方法を入力する推論入力手段と、
 前記採用決定手段により採用が決定された前記学習の結果と、前記推論入力手段により入力された前記推論方法とを組にしてモデルバージョンとし、前記モデルバージョンを1つ又はそれ以上を、管理するタスク毎に用意するモデル管理手段と、
 前記モデル管理手段に紐づいた実行選択手段であって、当該モデル管理手段の管理するモデルバージョンと実行環境を選択する実行選択手段と、
 前記実行選択手段により選択された前記実行環境において、前記実行選択手段により選択された前記モデルバージョンを実行させる実行選択手段と、
 を備える。
In order to achieve the above object, an information processing system according to one embodiment of the present invention includes:
Data input means for inputting learning data;
Learning method input means for inputting a learning method;
Learning condition selection means for selecting the predetermined learning data input by the data input means and the predetermined learning method set input by the learning method input means;
Learning means for performing learning using at least one of data including the learning data selected by the learning condition selection means or a learning method;
Adopting decision means for deciding whether to adopt or not adopt the result of learning performed by the learning means;
An inference input means for inputting an inference method;
A task of managing one or more of the model versions by combining the learning result determined by the adoption determination unit and the inference method input by the inference input unit into a model version Model management means prepared for each,
Execution selection means associated with the model management means, execution selection means for selecting a model version and execution environment managed by the model management means;
Execution selection means for executing the model version selected by the execution selection means in the execution environment selected by the execution selection means;
Is provided.
 本発明によれば、機械学習のモデル管理を容易にすることができる。 According to the present invention, machine learning model management can be facilitated.
本発明の情報処理システムの一実施形態としての機械学習管理運用システムのハードウェア構成を示すブロック図である。It is a block diagram which shows the hardware constitutions of the machine learning management operation system as one Embodiment of the information processing system of this invention. 図1の機能的構成の一例を示す機能ブロック図である。It is a functional block diagram which shows an example of a functional structure of FIG. 学習ジョブ進行状況確認画面の一例を示す図である。It is a figure which shows an example of a learning job progress status confirmation screen. 学習ジョブ進行状況確認画面の図3とは異なる例を示す図である。It is a figure which shows the example different from FIG. 3 of a learning job progress status confirmation screen. 学習ジョブ進行状況確認画面の図3及び図4とは異なる例を示す図である。FIG. 5 is a diagram illustrating an example different from FIGS. 3 and 4 of a learning job progress status confirmation screen. モデルのバージョン管理画面の一例を示す図である。It is a figure which shows an example of the version management screen of a model. モデルのバージョン管理画面の図6とは異なる例を示す図である。It is a figure which shows the example different from FIG. 6 of the version management screen of a model. モデルのバージョン管理画面の図6及び図7とは異なる例を示す図である。It is a figure which shows the example different from FIG.6 and FIG.7 of the version management screen of a model. モデルのバージョン管理画面の図6乃至図8とは異なる例を示す図である。It is a figure which shows the example different from FIG. 6 thru | or FIG. 8 of the model version management screen.
 以下、本発明の実施形態について、図面を用いて説明する。 Hereinafter, embodiments of the present invention will be described with reference to the drawings.
 図1は、本発明の情報処理システムの一実施形態としての機械学習管理運用システムのハードウェア構成例を示すブロック図である。
 機械学習管理運用システムは、サーバとクライアント等ネットワークを介する複数台の情報装置により構成される実施形態等、各種各様な実施形態を取ることができる。ただし、以下説明の便宜上、本実施形態では、機械学習管理運用システムは、図1に示す情報処理装置で構成されるものとして説明する。
FIG. 1 is a block diagram showing a hardware configuration example of a machine learning management operation system as an embodiment of an information processing system of the present invention.
The machine learning management operation system can take various various embodiments such as an embodiment constituted by a plurality of information devices via a network such as a server and a client. However, for convenience of explanation, in the present embodiment, the machine learning management operation system will be described as being configured by the information processing apparatus shown in FIG.
 情報処理装置1は、CPU(Central Processing Unit)11と、ROM(Read Only Memory)12と、RAM(Random Access Memory)13と、GPU(Graphics Processing Unit)14と、バス15と、入出力インターフェース16と、出力部17と、入力部18と、記憶部19と、通信部20と、ドライブ21とを備えている。 The information processing apparatus 1 includes a CPU (Central Processing Unit) 11, a ROM (Read Only Memory) 12, a RAM (Random Access Memory) 13, a GPU (Graphics Processing Unit) 14, a bus 15, and an input / output interface 16. An output unit 17, an input unit 18, a storage unit 19, a communication unit 20, and a drive 21.
 CPU11及びGPU14は、ROM12に記録されているプログラム、又は、記憶部19からRAM13にロードされたプログラムに従って各種の処理を実行する。
 RAM13には、CPU11又はGPU14が各種の処理を実行する上において必要なデータ等も適宜記憶される。
The CPU 11 and the GPU 14 execute various processes according to a program recorded in the ROM 12 or a program loaded from the storage unit 19 to the RAM 13.
The RAM 13 appropriately stores data necessary for the CPU 11 or the GPU 14 to execute various processes.
 CPU11、ROM12、RAM13、及びGPU14は、バス15を介して相互に接続されている。このバス15にはまた、入出力インターフェース16も接続されている。入出力インターフェース16には、出力部17、入力部18、記憶部19、通信部20、及びドライブ21が接続されている。 The CPU 11, the ROM 12, the RAM 13, and the GPU 14 are connected to each other via the bus 15. An input / output interface 16 is also connected to the bus 15. An output unit 17, an input unit 18, a storage unit 19, a communication unit 20, and a drive 21 are connected to the input / output interface 16.
 出力部17は液晶ディスプレイ等で構成され、各種情報を出力する。
 入力部18は、各種ハードウェア鉛等で構成され、各種情報を入力する。
 記憶部19は、DRAM(Dynamic Random Access Memory)等で構成され、各種データを記憶する。
 通信部20は、インターネットを含むネットワークNを介して他の装置との間で行う通信を制御する。
The output unit 17 is composed of a liquid crystal display or the like and outputs various information.
The input unit 18 is composed of various hardware leads and the like, and inputs various information.
The memory | storage part 19 is comprised by DRAM (Dynamic Random Access Memory) etc., and memorize | stores various data.
The communication unit 20 controls communication performed with other devices via the network N including the Internet.
 ドライブ21は、必要に応じて設けられる。ドライブ21には磁気ディスク、光ディスク、光磁気ディスク、或いは半導体メモリ等よりなる、リムーバブルメディア31が適宜装着される。ドライブ21によってリムーバブルメディア31から読み出されたプログラムは、必要に応じて記憶部19にインストールされる。またリムーバブルメディア31は、記憶部19に記憶されている各種データも、記憶部19と同様に記憶することができる。 The drive 21 is provided as necessary. A removable medium 31 made of a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is appropriately attached to the drive 21. The program read from the removable medium 31 by the drive 21 is installed in the storage unit 19 as necessary. The removable medium 31 can also store various data stored in the storage unit 19 in the same manner as the storage unit 19.
 図2は、機械学習管理運用システム(図1の情報処理装置1)の機能的構成の一例を示す機能ブロック図である。 FIG. 2 is a functional block diagram showing an example of a functional configuration of the machine learning management operation system (information processing apparatus 1 in FIG. 1).
 図2の情報処理装置1のCPU11やGPU14においては、学習データ入力部101と、学習方法入力部102と、学習条件選択部103と、学習部104と、採用決定部105と、推論入力部106と、モデル管理部107と、実行選択部108と、実行実施部109とが機能する。
 また、図1の学習処理装置の記憶部19においては、学習データが記憶される学習データDB200と、モデルの各バージョンが記憶されるモデルDB300及びモデルDB400と、実行環境データが記憶される実行環境データDB500とが設けられる。
2, the learning data input unit 101, the learning method input unit 102, the learning condition selection unit 103, the learning unit 104, the employment determination unit 105, and the inference input unit 106 are included. The model management unit 107, the execution selection unit 108, and the execution execution unit 109 function.
Further, in the storage unit 19 of the learning processing apparatus of FIG. 1, a learning data DB 200 in which learning data is stored, a model DB 300 and a model DB 400 in which each model version is stored, and an execution environment in which execution environment data is stored A data DB 500 is provided.
 学習データ入力部101は、例えば学習対象を被写体に含む画像及びその学習対象に関する情報を含むデータ等学習に用いるデータ(以下、「学習データ」と呼ぶ)を入力する。学習データは、学習データDB200に記憶される。 Learning data input unit 101 inputs data used for learning (hereinafter referred to as “learning data”) such as an image including a learning target as a subject and data including information related to the learning target. The learning data is stored in the learning data DB 200.
 学習方法入力部102は、学習方法を入力する。 The learning method input unit 102 inputs a learning method.
 学習条件選択部103は、所定のデータ(学習データDB200に記憶された1以上の学習データのうち、ユーザにより選択されたデータを含む)と学習方法の組を選択する。 Learning condition selection unit 103 selects a set of predetermined data (including data selected by the user from one or more learning data stored in learning data DB 200) and a learning method.
 学習部104は、学習条件選択部103により選択されたデータ又は学習方法の少なくともいずれか一方を用いて学習を実行する。 The learning unit 104 performs learning using at least one of the data selected by the learning condition selection unit 103 and the learning method.
 採用決定部105は、学習部104により出力された学習結果の採用又は不採用を決定する。 The hiring decision unit 105 decides whether or not to adopt the learning result output by the learning unit 104.
 推論入力部106は、推論方法を入力する。 The inference input unit 106 inputs an inference method.
 モデル管理部107は、採用決定部105により決定された学習結果と、推論入力部106により入力された推論方法を組にしてモデルバージョンとし、前記モデルバージョンを1つ又はそれ以上を管理するタスク毎に用意する。
 即ち、図2の例では、モデルDB300やモデルDB400の夫々は、所定の1つのタスクについて、1つ又はそれ以上のモデルバージョン(図2の例ではいずれも3つのモデルバージョン)を記憶する。そこで、モデル管理部107は、このようなモデルDB300やモデルDB400等のタスク毎のモデルDBを用いて、各モデルバージョンをタスク毎に管理することもできる。
The model management unit 107 sets the learning result determined by the adoption determination unit 105 and the inference method input by the inference input unit 106 as a model version, and manages each of the model versions for one or more tasks. Prepare to.
That is, in the example of FIG. 2, each of the model DB 300 and the model DB 400 stores one or more model versions (all three model versions in the example of FIG. 2) for a predetermined task. Therefore, the model management unit 107 can also manage each model version for each task using the model DB for each task such as the model DB 300 and the model DB 400.
 モデル管理部107に紐づいた実行選択部108は、当該モデル管理部107の管理するモデルバージョンと実行環境を選択する。 The execution selection unit 108 associated with the model management unit 107 selects a model version and an execution environment managed by the model management unit 107.
 実行実施部109は、実行環境において前記モデルバージョンを実行させる。 The execution execution unit 109 executes the model version in the execution environment.
 このように、本発明が適用される機械学習管理運用システムは、次に示す課題を解決することができ、その結果として、次に示す効果を奏することができる。
 即ち、データの収集状況に応じてモデルを更新したり、様々な実行環境で動かすという運用が従来大変であったという課題が存在した。
 本発明が適用される機械学習管理運用システムは、モデル管理の容易化を図ることができるため、このような課題を解決可能である、という効果を奏することができる。
As described above, the machine learning management operation system to which the present invention is applied can solve the following problems, and as a result, the following effects can be achieved.
That is, there has been a problem that the operation of updating the model according to the data collection status or operating in various execution environments has been difficult in the past.
Since the machine learning management operation system to which the present invention is applied can facilitate the model management, it is possible to achieve an effect that such a problem can be solved.
 換言すると、本発明が適用される機械学習管理運用システムは、タスク毎の学習結果のバージョンと、実行環境の両方をクラウド上で一元的に管理することができるので、このような課題を解決可能である、という効果を奏することができる。 In other words, the machine learning management operation system to which the present invention is applied can manage both the version of the learning result for each task and the execution environment in a centralized manner on the cloud, and can solve such problems. The effect that it is.
 機械学習はそれ自体が利益を生み出すものではなく、導入現場で施策を打ったりして効果検証をすることが重要である。即ち、機械学習自体の精度は参考程度の情報である。ここで、バージョンと実行環境を対にして管理しておくことで、機械学習のどのモデルが、実際にどのように顧客の価値につながったかが紐付けられる。前記参考程度の情報しか分からないバージョン管理機構と、実行環境を選択する機構の夫々が有している個別の効果からは、直接的には上記効果は類推できるものではなく、これらが有機的に結びつくことによってはじめて、上記効果は実感できるものである。 Machine learning is not a profit in itself, but it is important to verify its effectiveness by taking measures at the site of introduction. In other words, the accuracy of machine learning itself is information for reference. Here, by managing the version and the execution environment in pairs, it is linked which model of machine learning actually leads to the customer's value. From the individual effects of the version management mechanism that only knows information of the reference level and the mechanism that selects the execution environment, the above effects cannot be directly inferred. The above effect can be realized only by connecting.
 図3は、学習ジョブ進行状況確認画面の一例を示す図である。
 図3の例の学習ジョブ進行状況確認画面は、図1の出力部17に表示される。なお、この点は、後述する図4の例及び図5の例でも同様である。
 ユーザは、図3の例の学習ジョブ進行状況確認画面を用いることで、学習部14(図2)で実行される学習についてのひとつの学習定義(Job Definition)にたいして、複数の学習ジョブの夫々を相互に独立して個別に実行することができる。
 ここで、学習定義は、例えばVer.11やVer.12等の複数のバージョンで管理されており、所定のバージョンの学習定義が上述の「ひとつの学習定義」に相当する。
 学習ジョブには、学習部104で学習が実行される際に用いられるもの、即ち、学習条件選択部103により選択されたデータ又は学習方法の少なくともいずれか一方が含まれている。
 ユーザは、図3の例の学習ジョブ進行状況確認画面を用いることで、複数のジョブの夫々について、「ステータス」、「コメント」、「実行ユーザ」、「進行状況」、「対応する学習定義のバージョン」、「任意で定義した項目と数値」、「経過時間」、「実行開始日時」、「ジョブ実行時のログ」、「学習状況詳細確認」の確認、及び「学習結果のダウンロード」をすることができる。
FIG. 3 is a diagram illustrating an example of a learning job progress confirmation screen.
The learning job progress status confirmation screen of the example of FIG. 3 is displayed on the output unit 17 of FIG. This also applies to the example of FIG. 4 and the example of FIG. 5 described later.
By using the learning job progress confirmation screen in the example of FIG. 3, the user assigns each of a plurality of learning jobs to one learning definition (Job Definition) for learning executed by the learning unit 14 (FIG. 2). They can be executed independently of each other.
Here, the learning definition is, for example, Ver. 11 or Ver. The learning definition of a predetermined version corresponds to the above-mentioned “one learning definition”.
The learning job includes data used when learning is executed by the learning unit 104, that is, at least one of data selected by the learning condition selection unit 103 and a learning method.
By using the learning job progress confirmation screen in the example of FIG. 3, the user can select “status”, “comment”, “execution user”, “progress”, “corresponding learning definition” for each of the plurality of jobs. "Version", "Optionally defined items and values", "Elapsed time", "Execution start date", "Job execution log", "Learning status details confirmation" confirmation, and "Learning result download" be able to.
 図4は、学習ジョブ進行状況確認画面の図3とは異なる例を示す図である。
 図4の例の学習ジョブ進行状況確認画面は、図3の例の学習ジョブ進行状況確認画面のうち下側の「Main」に相当するものであるが、図3の例とは異なる状況(実行ユーザがコメントを記載している状況)のものである。
 例えば実行ユーザは、図4の例の学習ジョブ進行状況確認画面を用いることで、各学習ジョブの夫々にコメントを残すことができる。その結果、機械学習管理運用システム(図1の情報処理装置1)は、当該学習ジョブを実行した経緯や結果へのコメントを記録することができる。一定期間をおいてからの確認、又は実行ユーザ以外のユーザが学習ジョブを調査するときに有用である。
FIG. 4 is a diagram showing an example different from FIG. 3 of the learning job progress status confirmation screen.
The learning job progress confirmation screen in the example of FIG. 4 corresponds to “Main” on the lower side of the learning job progress confirmation screen of the example of FIG. 3, but is different from the example in FIG. The situation where the user is writing comments).
For example, the execution user can leave a comment for each learning job by using the learning job progress confirmation screen in the example of FIG. As a result, the machine learning management and operation system (the information processing apparatus 1 in FIG. 1) can record the background of execution of the learning job and comments on the results. This is useful when confirmation after a certain period of time or when a user other than the executing user investigates a learning job.
 図5は、学習ジョブ進行状況確認画面の図3及び図4とは異なる例を示す図である。
 図5の例の学習ジョブ進行状況確認画面は、図3の例の学習ジョブ進行状況確認画面のうち下側の「Main」に相当するものであるが、図3及び図4の各例とは異なる状況(実行ユーザがコメントを記載している状況)のものである。
 ユーザは、図5の例の学習ジョブ進行状況確認画面を用いること(特に同図の太線枠で囲まれている箇所を視認すること)で、「任意で定義した項目と数値」、「ステータス」、及び「進行状況」の指標により、複数ある学習ジョブのうちからもっとも効果が高いと思われる学習ジョブを選択し、又は順序づけをして、それらを図1の出力部17に表示する機能を機械学習管理運用システム(図1の情報処理装置1)に発揮させることができる。
FIG. 5 is a diagram showing an example different from FIGS. 3 and 4 of the learning job progress confirmation screen.
The learning job progress confirmation screen in the example of FIG. 5 corresponds to “Main” on the lower side of the learning job progress confirmation screen of the example of FIG. 3, but each of the examples in FIGS. It is in a different situation (a situation where the executing user writes a comment).
By using the learning job progress confirmation screen shown in the example of FIG. 5 (particularly by visually recognizing the portion surrounded by the thick line frame in FIG. 5), the “arbitrarily defined items and numerical values” and “status” are displayed. And a function of selecting or ordering learning jobs that are considered to be most effective from a plurality of learning jobs, and displaying them on the output unit 17 in FIG. The learning management and operation system (the information processing apparatus 1 in FIG. 1) can be exhibited.
 図6は、モデルのバージョン管理画面の一例を示す図である。
 図6の例のモデルのバージョン管理画面は、図1の出力部17に表示される。なお、この点は、後述する図7の例及び図8の例でも同様である。
 ユーザは、図6の例のモデルのバージョン管理画面を用いることで、モデル管理部107により管理されている(モデルDB300やモデルDB400等に記憶されている)モデルバージョンの更新履歴及び更新毎に使用したソースコードを管理できる。ユーザは、モデルバージョンの夫々の更新において、そのバージョン番号(Version)及び、更新時のコメントを記録させることができる。ユーザは、コメントに、更新の経緯や、デプロイした結果のメモ等記録させることができる。
FIG. 6 is a diagram illustrating an example of a model version management screen.
The model version management screen of the example of FIG. 6 is displayed on the output unit 17 of FIG. This also applies to the example of FIG. 7 and the example of FIG. 8 described later.
The user uses the model version management screen (stored in the model DB 300, the model DB 400, etc.) managed by the model management unit 107 by using the model version management screen in the example of FIG. Managed source code. The user can record the version number (Version) and the comment at the time of update in each update of the model version. The user can record the history of the update and the memo of the deployment result in the comment.
 図7は、モデルのバージョン管理画面の図6とは異なる例を示す図である。
 図7の例のモデルのバージョン確認画面は、図6の例のモデルのバージョン管理画面のうち右上の領域に相当するものであるが、図6の例とは異なる状況(ユーザが新たなモデルバージョンの作成を所望している状況)のものである。
 ユーザは、図7の例のモデルのバージョン管理画面において、“Create Version“のソフトウェアボタンを押下操作することにより、新たなモデルバージョン(モデルの新規バージョン)を作成することができる。
FIG. 7 is a diagram showing an example different from FIG. 6 of the model version management screen.
The model version confirmation screen of the example of FIG. 7 corresponds to the upper right area of the model version management screen of the example of FIG. 6, but is in a different situation from the example of FIG. In a situation where it is desired to create
The user can create a new model version (new version of the model) by pressing the “Create Version” software button on the model version management screen in the example of FIG.
 図8は、モデルのバージョン管理画面の図6及び図7とは異なる例を示す図である。
 上述の図7の例のモデルのバージョン管理画面において、“Create Version“のソフトウェアボタンの押下操作がなされると、図1の出力部17に表示される画面が、図8の例のモデルのバージョン管理画面に遷移する。
 ユーザは、図8の例のモデルのバージョン管理画面を用いることで、新たなモデルバージョン(モデルの新規バージョン)の作成(その指示操作)ができると共に、「バージョン番号(Version)」や「利用する実行環境」の設定その他の設定を指定できる。
FIG. 8 is a diagram showing an example different from FIGS. 6 and 7 of the model version management screen.
When the “Create Version” software button is pressed on the model version management screen of the example of FIG. 7 described above, the screen displayed on the output unit 17 of FIG. 1 displays the version of the model of the example of FIG. Transition to the management screen.
The user can create a new model version (a new version of the model) by using the model version management screen in the example of FIG. 8 (instruction operation thereof), and can also use “version number (Version)” and “use”. Execution environment settings and other settings can be specified.
 図9は、モデルのバージョン管理画面の図6乃至図8とは異なる例を示す図である。
 図9の例のモデルバージョン管理画面は、図8の例のモデルのバージョン管理画面のうち下側の領域に相当するものである。換言すると、ユーザは、新たなモデルバージョン(モデルの新規バージョン)の作成(その指示操作)をしている際に、スクロール操作等をすることで、図1の出力部17に表示される画面を、図8の例のモデルのバージョン管理画面から図9の例のモデルのバージョン管理画面に遷移させることができる。
 ユーザは、図9の例のモデルのバージョン管理画面において、“Source Code”の下方の灰色の領域に対して、ソースコード(アイコン)をドラッグ&ドロップさせる操作をするか、又は、選択ダイアログから該当ファイル(ソースコード)を選択する操作をすることができる。
FIG. 9 is a diagram showing an example different from FIGS. 6 to 8 of the model version management screen.
The model version management screen in the example of FIG. 9 corresponds to the lower area of the model version management screen in the example of FIG. In other words, when the user is creating a new model version (a new version of the model) (instructing operation thereof), the user can display the screen displayed on the output unit 17 of FIG. 1 by performing a scroll operation or the like. The model version management screen in the example of FIG. 8 can be changed to the model version management screen of the example in FIG.
The user performs an operation of dragging and dropping the source code (icon) on the gray area below “Source Code” on the version management screen of the model in the example of FIG. An operation to select a file (source code) can be performed.
 以上、本発明の情報処理システムの一実施形態としての機械学習管理運用システムについて説明した。機械学習管理運用システムは、次の(1)のような情報処理システムに適用されたり、又は次の(2)乃至(11)の夫々のような各種機能を有するようにすることもできる。
(1)クラウドでのモデル学習のデータを利用したAIコンサルティング推薦システム。
(2)学習結果と共にモデルのソースコードを独立して管理する機能。
(3)Super Awesome Model Platform(samp)の機能。
(4)モデル学習の達成度に応じた課金プランの機能。
(5)精度改善を保証したBlue/Greenデプロイメントの機能。
(6)Web API(Application Programming Interface)の確認用インターフェースを有する機能。
(7)同じモデルをデプロイメントという概念を用いて、用途毎に管理する機能。
(8)推論のリクエスト(生データ)と推論のレスポンス(推論結果)を自動保存的に保存する機能。
(9)推論結果に関しての可視化(モニタリング、グラフ化)、及びアラートの機能。
(10)推論結果の可視化の機能。
(11)推論結果の真値チェックの機能。
The machine learning management operation system as an embodiment of the information processing system of the present invention has been described above. The machine learning management and operation system can be applied to an information processing system such as the following (1) or can have various functions such as the following (2) to (11).
(1) AI consulting recommendation system using model learning data in the cloud.
(2) A function for independently managing the source code of the model together with the learning result.
(3) Function of Super Awesome Model Platform (samp).
(4) A billing plan function according to the achievement of model learning.
(5) Blue / Green deployment function that guarantees accuracy improvement.
(6) A function having a confirmation interface for Web API (Application Programming Interface).
(7) A function for managing the same model for each application using the concept of deployment.
(8) A function for automatically saving an inference request (raw data) and an inference response (inference result).
(9) Visualization (monitoring, graphing) and alert functions regarding inference results.
(10) Inference result visualization function.
(11) A function for checking the true value of the inference result.
 (1)クラウドでのモデル学習のデータを利用したAIコンサルティング推薦システム(以下、単に「推薦システム」と略記する)の特徴について、以下に記載する。
 推薦システムは、クラウドのみで完結しているので、ユーザの行動履歴を把握できている。
 例えば、これくらいのデータとこれくらいのカテゴリに対して、これくらいの精度しか出てないのはおかしい、となった場合に、推薦システムは、コンサルタントに相談しよう、とユーザに推薦することができる。
 ユーザは、推薦システムを利用することで、ソースコードを解析して利用しているネットワーク等がわかる。
 推薦システムは、チャットボットと比較しての独創性があるものである。
 推薦システムは、そこから適切なコンサルティングを推薦できる。
 推薦システムは、行動履歴に応じて、困ったポイントをあらかじめ理解した状態でコンサルタントに依頼を出すことができる。
 推薦システムは、日本、インド、US、世界各国に対応できる。
(1) Features of an AI consulting recommendation system (hereinafter simply referred to as “recommendation system”) using model learning data in the cloud are described below.
Since the recommendation system is completed only in the cloud, the user's action history can be grasped.
For example, if it is strange that only this level of accuracy is available for this amount of data and this category, the recommendation system can recommend the user to consult the consultant. .
By using the recommendation system, the user can understand the network used by analyzing the source code.
The recommendation system has originality compared to a chatbot.
The recommendation system can recommend appropriate consulting from there.
The recommendation system can issue a request to the consultant with understanding the troubled points in advance according to the action history.
The recommendation system can be used in Japan, India, the US and countries around the world.
 推薦システムは、機械学習/深層学習のノウハウがないと、学習を実行しても思ったように精度を達成できない、という課題を解決することができる。
 その結果、推薦システムは、ユーザの行動履歴及びモデルの学習に用いるソースコードを解析することにより、適切なタイミングで適切なAIコンサルティングを推薦することが可能になる、という効果を奏することができる。
The recommendation system can solve the problem that without the know-how of machine learning / deep learning, even if learning is executed, accuracy cannot be achieved as expected.
As a result, the recommendation system can produce an effect that it is possible to recommend an appropriate AI consulting at an appropriate timing by analyzing the user behavior history and the source code used for learning the model.
 ここで、従来において、コンサルティングとのチャンネルを提供するチャットボットのようなソリューションがあったに過ぎない。これに対して、推薦システムは、クラウド上に保管された行動履歴やソースコードを解析した結果から推薦する仕組みを有するものである。 Here, in the past, there was only a solution like a chatbot that provided a channel with consulting. On the other hand, the recommendation system has a mechanism for making a recommendation based on an analysis result of action history and source code stored on the cloud.
 推薦システムは、機械学習/深層学習の需要にたいして、ノウハウをもつ企業は少ないため、効率的なコンサルティングの必要性は非常に高い、という基本性を有している。 The recommendation system has the basicity that the need for efficient consulting is very high because there are few companies with know-how for the demand of machine learning / deep learning.
 また、推薦システムにおいて、コンサルティングとのコンタクトをとるためになんらかのチャンネル(Webインターフェースやメール等)は顕在化しているはずである。 Also, in the recommendation system, some channels (Web interface, e-mail, etc.) should have become apparent in order to contact consulting.
 次に、(2)学習結果と共にモデルのソースコードを独立して管理する機能(以下、「機能(2)」と呼ぶ)について説明する。 Next, (2) a function (hereinafter referred to as “function (2)”) that independently manages the source code of the model together with the learning result will be described.
 機能(2)の特徴について、以下に記載する。
 従来において、ローカルでの開発だとディレクトリによる管理等、手運用になってしまう。
 これに対して、機能(2)により、学習に使用したデータセット、コード、パラメータ、ログがバージョン管理されたモデルのソースコードがクラウド上で紐づけられている。
 その結果、学習結果とソースコードを別管理できるので、ライセンスの問題を解決できる。
 さらに、機能(2)は、ソフトウェア著作権とモデルの権利を分けて管理できる。
The characteristics of function (2) are described below.
Conventionally, local development requires manual operation such as directory management.
On the other hand, the source code of the model in which the data set, code, parameter, and log used for learning are version-controlled is linked on the cloud by the function (2).
As a result, the learning result and the source code can be managed separately, so that the license problem can be solved.
Furthermore, function (2) can manage software copyright and model rights separately.
 機能(2)は、モデル学習の結果として生成される成果物(ネットワークの重み等)と推論を実行するソースコードの権利関係は異なる可能性がある、という課題を解決することができる。
 その結果、機能(2)は、モデル学習の結果として生成される成果物と推論を実行するソースコードを別々のコンポーネントとして管理することで、夫々に異なる権利/ランセンスを適用できる、という効果を奏することができる。
The function (2) can solve the problem that there is a possibility that the right relationship between the product (such as network weight) generated as a result of the model learning and the source code for executing the inference may be different.
As a result, the function (2) has the effect that different rights / licenses can be applied to each by managing the product generated as a result of the model learning and the source code for executing the inference as separate components. be able to.
 機能(2)は、利用者(ユーザ)である開発者の作成したソースコードと、クラウド上で生成された学習結果の権利関係を明確にすることはプラットフォームにとって重要である、という基本性を有する。 Function (2) has the basicity that it is important for the platform to clarify the right relationship between the source code created by the developer who is the user (user) and the learning result generated on the cloud. .
 機能(2)は、ソースコードと学習結果の取り扱いを見れば分かる、という顕現性を有している。 Function (2) has the obviousness that can be understood by looking at the handling of source code and learning results.
 次に、(3)Super Awesome Model Platform(samp)の機能(以下、「機能(3)」と呼ぶ)について説明する。 Next, the function of (3) Super Awesome Model Platform (samp) (hereinafter referred to as “function (3)”) will be described.
 機能(3)の特徴について、以下に記載する。
 機能(3)は、入出力データの前処理を利用者(ユーザ)から隠蔽して提供している。
 機能(3)は、ユーザのプログラムと実行環境を独立にするための仕組みである。
 機能(3)は、HTTP(Hypertext Transfer Protocol)である。
 機能(3)は、クラウド上でのイベント駆動できる。
 機能(3)は、エッジデバイス上での実行できる。
 機能(3)は、一ユーザとしての開発者の作業工数の削減ができる。
The characteristics of function (3) are described below.
Function (3) provides preprocessing of input / output data while hiding it from the user (user).
Function (3) is a mechanism for making the user program and the execution environment independent.
The function (3) is HTTP (Hypertext Transfer Protocol).
Function (3) can be event driven on the cloud.
Function (3) can be performed on the edge device.
Function (3) can reduce the man-hours of the developer as one user.
 次に、(4)モデル学習の達成度に応じた課金プランの機能(以下、「機能(4)」と呼ぶ)について説明する。 Next, (4) a billing plan function (hereinafter referred to as “function (4)”) according to the degree of achievement of model learning will be described.
 機能(4)の特徴について、以下に記載する。
 機能(4)は、機械学習クラウドオンリーの新しい効果を有する。
 機能(4)は、学習結果に満足できない場合はコミットをしないことでコスト削減できる。
 機能(4)は、学習に時間がかかる場合は延長できる。
 機能(4)は、最終的にキャンセルすることもできる。
The characteristics of function (4) are described below.
Function (4) has a new effect of machine learning cloud only.
The function (4) can reduce the cost by not committing when the learning result is not satisfied.
Function (4) can be extended if learning takes time.
Function (4) can finally be canceled.
 機能(4)は、機械学習/深層学習におけるモデルの学習については「どれくらいの時間」で「どれくらいの精度」が達成できるかが事前に予測困難であり、十分な精度が出ないうちはできるだけコストを抑えたい、という課題を解決することができる。 Function (4) is that it is difficult to predict in advance how much accuracy will be achieved in “how much time” for model learning in machine learning / deep learning. It is possible to solve the problem of wanting to suppress the problem.
 その結果、機能(4)は、次のような効果を奏することができる。
 即ち、クラウドでのモデル学習において「オープン」と「コミット」という操作を以下のように定義するものとする。
 「オープン」は、学習の開始を表すものとする。「コミット」は、学習を完了し、学習結果からモデルを作成することを表すものとする。
 この場合、機能(4)は、モデル学習の課金を「オープン」時と「コミット」時に課金されるようにし、「オープン」時の価格を「コミット」時の価格よりも低く抑えることで、顧客(ユーザ)は学習が完了するまでのコストを削減することができる、という効果を奏することができる。
As a result, the function (4) can achieve the following effects.
In other words, the operations “open” and “commit” are defined as follows in the model learning in the cloud.
“Open” represents the start of learning. “Commit” represents that learning is completed and a model is created from the learning result.
In this case, the function (4) charges the model learning at the time of “open” and “commit”, and keeps the price at the time of “open” lower than the price at the time of “commit”. The (user) can achieve an effect that the cost until learning is completed can be reduced.
 ここで、従来において、モデルの学習においては、インフラストラクチャーとして使用するGPUの性能/利用時間によって課金するのが一般的であった。これに対して、機能(4)は、モデル学習の達成度を定義し、それに応じて課金する方式という新しいものである。 Here, conventionally, in model learning, it is common to charge based on the performance / usage time of a GPU used as an infrastructure. On the other hand, the function (4) is a new method of defining the degree of achievement of model learning and charging according to it.
 機能(4)は、機械学習/深層学習のモデル学習がクラウドにシフトする過程においては、GPU14を利用者が意識すること自体が陳腐化すると考えられ、GPU14に応じた課金体系は利用されなくなってくるはずである。 Function (4) is that in the process of machine learning / deep learning model learning shifting to the cloud, it is considered that the user's awareness of the GPU 14 itself becomes obsolete, and the charging system corresponding to the GPU 14 is no longer used. Should come.
 機能(4)は、課金プランを確認するという顕現性を有している。 Function (4) has the obviousness of confirming the billing plan.
 次に、(5)精度改善を保証したBlue/Greenデプロイメントの機能(以下、「機能(5)」と呼ぶ)について説明する。 Next, (5) Blue / Green deployment function (hereinafter referred to as “function (5)”) that guarantees accuracy improvement will be described.
 機能(5)の特徴について、以下に記載する。
 機能(5)は、UI(User Interface)上で瞬時に切り替えることができる。
 機能(5)は、ひとつ或いは複数のテストデータセットを各エンドポイントにリクエストとして送ることで、異なるバージョン間の精度比較ができる。
 機能(5)は、精度比較は可視化されており、ベストなものをプライマリーとして選択できる。
The features of function (5) are described below.
The function (5) can be switched instantaneously on a UI (User Interface).
Function (5) can compare the accuracy between different versions by sending one or more test data sets as requests to each endpoint.
In function (5), the accuracy comparison is visualized, and the best one can be selected as the primary.
 機能(5)は、新しいバージョンのAPIにアップデートするときは、以前のバージョンのAPIよりも精度が改善されていることを確認した上で瞬時にアップデート(Blue/Greenデプロイメントによるゼロダウンタイムリリース)したい、という課題を解決することができる。
 その結果、機能(5)は、APIのアップデート時に、同一のデータセットを用いて、現行バージョンと新バージョンの精度の比較をすることができる。比較結果を確認しながら、新バージョンに切り替えるかどうかを決定できる、という効果を奏することができる。
For function (5), when updating to a new version of the API, confirm that the accuracy has been improved over the previous version of the API, and then immediately update (zero downtime release with Blue / Green deployment) Can solve the problem.
As a result, the function (5) can compare the accuracy of the current version and the new version using the same data set when updating the API. While confirming the comparison result, there is an effect that it is possible to determine whether to switch to the new version.
 ここで、一般的なWebサービスとは異なり、機械学習/深層学習のAPIにおいてはモデルの精度が指標として重要である。
 機能(5)は、同一条件下における複数バージョンの精度比較結果をBlue/Greenデプロイメントに用いることができる。
Here, unlike general Web services, the accuracy of the model is important as an index in the machine learning / deep learning API.
Function (5) can use multiple versions of accuracy comparison results under the same conditions for Blue / Green deployment.
 機能(5)は、上で述べたとおり、機械学習/深層学習のAPIにおいてはモデルの精度が重要であり、一般的なBlue/Greenデプロイメントだけでは十分ではない、という基本性を有する。 Function (5) has the basicity that, as described above, the accuracy of the model is important in the API of machine learning / deep learning, and general Blue / Green deployment is not sufficient.
 機能(5)は、WebAPIのデプロイ方法で確認できる、という顕現性を有する。 Function (5) has the obviousness that it can be confirmed by the WebAPI deployment method.
 次に、(6)Web APIの確認用インターフェースを有する機能(以下、「機能(6)」と呼ぶ)について説明する。 Next, the function (6) having a Web API confirmation interface (hereinafter referred to as “function (6)”) will be described.
 機能(6)の特徴について、以下に記載する。
 機能(6)のインターフェースは、入力画像と出力の比較のしやすさを維持しつつ、視認性を上げるために夫々の描画領域を独立させている。
 機能(6)は、入力画像の加工ができる。
 機能(6)は、アノテーションサービスと紐づいているデータレイクのファイルを入力等に使える。
 機能(6)は、結果と比較もできる。
 機能(6)は、出力結果を解析してbounding boxを入力画像に重ねたり、出力を工夫できる。
The characteristics of function (6) are described below.
The interface of the function (6) maintains the ease of comparing the input image and the output, and makes each drawing area independent in order to increase the visibility.
Function (6) can process the input image.
Function (6) can use a data lake file associated with the annotation service for input.
Function (6) can also be compared with the results.
The function (6) can analyze the output result and superimpose the bounding box on the input image or devise the output.
 機能(6)は、機械学習/深層学習モデルの教師データを含む入力と出力の結果が整合していることを、教師データと推論の結果の非構造化テキストデータを照合するのではなく、視覚的に確認したい、という課題を解決することができる。 Function (6) indicates that the input and output results including the teacher data of the machine learning / deep learning model are consistent with the unstructured text data of the inference result and the teacher data. Can solve the problem of wanting to confirm.
 その結果、機能(6)は、次のような効果を奏することができる。
 機能(6)により、Webブラウザで利用可能な確認用のインターフェースが用意できる。
 このインターフェースは、入力データ描画エリアと出力データ描画エリアの分かれており、夫々を独立してスクロール可能である。これによって、入力画像と出力の比較のしやすさを維持しつつ、視認性を上げている。
 入力データとしては以下のデータ(a)乃至(c)が利用可能である。
 (a)プラットフォームに組み込まれたサンプル画像。
 (b)アップロードした画像。
 (c)データレイクに保存された画像と教師データ(非構造化テキストデータ)。
 ここで、データ(c)の教師データがある場合は、非構造化テキストデータを解析して、色分けされた矩形として画像に重ね合わせることで視認性を向上させる。
 出力データとしては非構造化テキストデータ又は画像を推論結果として取得することができる。
 その場合、画像の場合はそのまま描画する。また、非構造化テキストデータを解析し、色分けされた矩形として画像に重ね合わせる。
 機能(6)は、これらのインターフェースを提供することができるので、入力と出力の比較が容易になるという効果を奏することができる。
As a result, the function (6) can achieve the following effects.
With the function (6), a confirmation interface that can be used in the Web browser can be prepared.
This interface is divided into an input data drawing area and an output data drawing area, and each can be scrolled independently. Thereby, the visibility is improved while maintaining the ease of comparing the input image and the output.
The following data (a) to (c) can be used as input data.
(A) A sample image incorporated in the platform.
(B) Uploaded image.
(C) Images and teacher data (unstructured text data) stored in the data lake.
Here, when there is teacher data of data (c), the unstructured text data is analyzed and superimposed on the image as a color-coded rectangle to improve visibility.
As output data, unstructured text data or an image can be acquired as an inference result.
In that case, the image is drawn as it is. Also, the unstructured text data is analyzed and superimposed on the image as a color-coded rectangle.
Since the function (6) can provide these interfaces, an effect of facilitating comparison between input and output can be achieved.
 機能(6)は、入力の教師データ/画像及びAPIの出力の非構造化テキストデータを自動で解析して画像データとして描画するインターフェースは他に類を見ないものである。 Function (6) is unique in the interface that automatically analyzes input teacher data / images and unstructured text data output from the API and renders them as image data.
 機能(6)は、デプロイしたWeb APIの確認を容易にすることは重要という基本性を有する。 Function (6) has the basicity that it is important to facilitate confirmation of deployed Web API.
 機能(6)は、インターフェースなので確認可能という顕現性を有する。 Function (6) has the obviousness that it can be confirmed because it is an interface.
 次に、(7)同じモデルをデプロイメントという概念を用いて、用途毎に管理する機能(以下、「機能(7)」と呼ぶ)について説明する。 Next, (7) a function for managing the same model for each application using the concept of deployment (hereinafter referred to as “function (7)”) will be described.
 機能(7)は、店舗ごと、エッジ毎に分けられるという特徴を有している。 Function (7) has the feature that it is divided for each store and for each edge.
 機能(7)は、同一のモデルを異なる用途に使い回したいが、用途毎に異なる設定やキャパシティを管理するのは困難である、という課題を解決することができる。
 その結果、機能(7)は、あるモデルを複数のインフラストラクチャー上で実行でき、実行に必要なインフラストラクチャーの規模やプログラムの設定を「デプロイメント」という単位で管理できる、という効果を奏することができる。
Function (7) can solve the problem that it is difficult to manage different settings and capacities for each application, although it is desired to reuse the same model for different applications.
As a result, the function (7) can execute a certain model on a plurality of infrastructures, and can achieve the effect that the scale of the infrastructure and the program settings necessary for execution can be managed in units of “deployment”. .
 機能(7)は、SaaSサービス等では異なる要求に応じて、同一のモデルの性能や設定を変更する必要があるため重要である、という基本性を有する。 Function (7) has the basicity that it is important because the performance and settings of the same model need to be changed in response to different requests in the SaaS service or the like.
 機能(7)は、開発者が設定するものなので分かる、という顕現性を有する。 Function (7) has the obviousness of being understood because it is set by the developer.
 次に、(8)推論のリクエスト(生データ)と推論のレスポンス(推論結果)を自動保存的に保存する機能(以下、「機能(8)」と呼ぶ)について説明する。 Next, (8) a function for automatically saving an inference request (raw data) and an inference response (inference result) (hereinafter referred to as “function (8)”) will be described.
 機能(8)は、推論して終了ではなく、後ほど推論結果が正しいのか確認するため、精度を向上させるための学習用データとして、その他精度向上させる用途として推論のリクエスト(生データ)と推論のレスポンス(推論結果)を自動保存的に保存する、という特徴を有する。 Function (8) is not inferred and finished, but later confirms that the inference result is correct. Therefore, as a learning data for improving accuracy, other requests for inference (raw data) and inference The response (inference result) is stored automatically.
 機能(8)は、次のような課題を解決することができる。
 即ち、推論は、100%の精度が出るわけでも、100%正しいわけでもない。そのため、推論したデータと結果を確認しないと正しい精度を測ることができない。さらに精度を向上させるアクションも難しい。あとから精度をチェックするための仕組みが必要となる。
 機能(8)は、このような課題を解決することができるので、推論した結果を自動的に保存することで、あとから簡単に精度のチェックができる、という効果を奏することができる。
Function (8) can solve the following problems.
That is, inference is neither 100% accurate nor 100% correct. Therefore, the correct accuracy cannot be measured unless the inferred data and results are confirmed. Furthermore, the action to improve accuracy is also difficult. A mechanism for checking accuracy later is required.
Since the function (8) can solve such a problem, the accuracy can be easily checked later by automatically storing the inferred result.
 次に、(9)推論結果に関しての可視化(モニタリング、グラフ化)、及びアラートの機能(以下、「機能(9)」と呼ぶ)について説明する。 Next, (9) Visualization (monitoring, graphing) regarding the inference result and alert function (hereinafter referred to as “function (9)”) will be described.
 機能(9)は、推論した結果の精度が意図した基準を満たしているのかグラフ化し、満たしていない場合はアラートを送信する、という特徴を有している。 Function (9) has a feature of graphing whether the accuracy of the inferred result satisfies the intended standard, and sending an alert if the accuracy is not satisfied.
 機能(9)は、次のような課題を解決することができる。
 即ち、推論を行う外部環境で一定水準を満たさないケースが起こりうる。例えばカメラで人数カウントを行う場合、カメラ設置環境の証明を変えるだけでも精度に大きく関わり精度が下がる場合がある。その場合は異常検知して対処する必要がある。
 機能(9)は、このような課題を解決することができるので、異常にいち早く検知し、対処することができる、という効果を奏することができる。
Function (9) can solve the following problems.
That is, there may be a case where the external environment for inference does not satisfy a certain level. For example, when counting the number of people with a camera, changing the proof of the camera installation environment may greatly affect the accuracy and reduce the accuracy. In that case, it is necessary to detect the abnormality and take action.
Since the function (9) can solve such a problem, it is possible to obtain an effect that an abnormality can be detected and dealt with promptly.
 次に、(10)推論結果の可視化の機能(以下、「機能(10)」と呼ぶ)について説明する。 Next, (10) the inference result visualization function (hereinafter referred to as “function (10)”) will be described.
 機能(10)は、画像を推論した結果、この画像は何と分類したのかというラベルと画像をサムネイル表示できる。分類以外に、セグメンテーションやバウンディングボックス等も対応する、という特徴を有している。 Function (10) can display a label indicating what the image is classified as a result of inferring the image and a thumbnail of the image. In addition to classification, segmentation and bounding boxes are also supported.
 機能(10)は、次のような課題を解決することができる。
 即ち、推論した結果が正しいのかを数値では測れないケースにおいて、人の目で確認し精度をチェックする必要になる。確認しやすいようにデータの保存とデータのチェックが必要になる。
 機能(10)は、データのチェックを行うための開発やワークフローが不要になる、という効果を奏することができる。
The function (10) can solve the following problems.
That is, in a case where it is impossible to measure whether the inferred result is correct numerically, it is necessary to check the accuracy by checking with human eyes. It is necessary to save the data and check the data for easy confirmation.
The function (10) can produce an effect that development and workflow for checking data are unnecessary.
 次に、(11)推論結果の真値チェックの機能(以下、機能(11)と呼ぶ)について説明する。 Next, (11) the function of checking the true value of the inference result (hereinafter referred to as function (11)) will be described.
 機能(11)の特徴について、以下に記載する。
 即ち、推論した結果が正しいのかを数値では測れないケースにおいて、人の目で確認し精度をチェックする必要がある。推論した結果をサンプリングした一部のデータに対して人手のアノテーション代行を行い、真値をチェックする。
The features of function (11) are described below.
That is, in a case where it cannot be measured numerically whether the inferred result is correct, it is necessary to check the accuracy by checking with human eyes. Annotation is manually performed on a part of the data obtained by sampling the inferred result, and the true value is checked.
 機能(11)は、推論した結果が正しいのかを数値では測れないケースにおいて、どのように精度を確認するのか、という課題を解決することができる。
 その結果、機能(11)は、真値チェックするための人のアサイン、管理コストを下げることができる、という効果を奏することができる。
The function (11) can solve the problem of how to check the accuracy in a case where it is impossible to numerically determine whether the inferred result is correct.
As a result, the function (11) can bring about an effect that it is possible to reduce the assignment and management cost of the person for checking the true value.
 以上本発明の一実施形態について説明したが、本発明は、上述の実施形態に限定されるものではなく、本発明の目的を達成できる範囲での変形、改良等は本発明に含まれるものである。 Although one embodiment of the present invention has been described above, the present invention is not limited to the above-described embodiment, and modifications, improvements, and the like within a scope that can achieve the object of the present invention are included in the present invention. is there.
 例えば、上述した一連の処理は、ハードウェアにより実行させることもできるし、ソフトウェアにより実行させることもできる。
 換言すると、図2の機能的構成は例示に過ぎず、特に限定されない。
 即ち、上述した一連の処理を全体として実行できる機能が機械学習管理運用システムに備えられていれば足り、機械学習管理運用システムの構成は特に図1の例に限定されず、かつ、この機能を実現するためにどのような機能ブロックを用いるのかは特に図2の例に限定されない。また、機能ブロックの存在場所も、図2に特に限定されず、任意でよい。例えば、機械学習管理運用システムはサーバとクライアントとを含む構成としてもよく、この場合、図1の情報処理装置1の各機能ブロックをサーバ又はクライアントに分散させて移譲させてもよい。
 また、1つの機能ブロックは、ハードウェア単体で構成してもよいし、ソフトウェア単体で構成してもよいし、それらの組み合わせで構成してもよい。
For example, the series of processes described above can be executed by hardware or can be executed by software.
In other words, the functional configuration of FIG. 2 is merely an example and is not particularly limited.
That is, it is sufficient that the machine learning management operation system has a function capable of executing the above-described series of processes as a whole. The configuration of the machine learning management operation system is not particularly limited to the example of FIG. What functional blocks are used for the implementation is not particularly limited to the example of FIG. Further, the location of the functional block is not particularly limited to that shown in FIG. For example, the machine learning management operation system may include a server and a client. In this case, each functional block of the information processing apparatus 1 in FIG. 1 may be distributed to the server or the client and transferred.
In addition, one functional block may be constituted by hardware alone, software alone, or a combination thereof.
 また例えば、一連の処理をソフトウェアにより実行させる場合には、そのソフトウェアを構成するプログラムが、コンピュータ等にネットワークや記録媒体からインストールされる。
 コンピュータは、専用のハードウェアに組み込まれているコンピュータであってもよい。
 また、コンピュータは、各種のプログラムをインストールすることで、各種の機能を実行することが可能なコンピュータ、例えばサーバの他汎用のスマートフォンやパーソナルコンピュータであってもよい。
For example, when a series of processing is executed by software, a program constituting the software is installed in a computer or the like from a network or a recording medium.
The computer may be a computer incorporated in dedicated hardware.
The computer may be a computer capable of executing various functions by installing various programs, for example, a general-purpose smartphone or personal computer other than a server.
 また例えば、このようなプログラムを含む記録媒体は、ユーザにプログラムを提供するために装置本体とは別に配布される図示せぬリムーバブルメディアにより構成されるだけでなく、装置本体にあらかじめ組み込まれた状態でユーザに提供される記録媒体等で構成される。 Further, for example, a recording medium including such a program is not only constituted by a removable medium (not shown) distributed separately from the apparatus main body in order to provide a program to the user, but is also pre-installed in the apparatus main body. And a recording medium provided to the user.
 なお、本明細書において、記録媒体に記録されるプログラムを記述するステップは、その順序に沿って時系列的に行われる処理はもちろん、必ずしも時系列的に処理されなくとも、並列的或いは個別に実行される処理をも含むものである。
 また、本明細書において、システムの用語は、複数の装置や複数の手段等より構成される全体的な装置を意味するものとする。
In the present specification, the step of describing the program recorded on the recording medium is not limited to the processing performed in time series along the order, but is not necessarily performed in time series, either in parallel or individually. The process to be executed is also included.
Further, in the present specification, the term “system” means an overall apparatus configured by a plurality of devices, a plurality of means, and the like.
 以上を換言すると、本発明が適用される情報処理システムは、次のような構成を有していれば足り、各種各様な実施の形態を取ることができる。
 即ち、本発明が適用される情報処理システムは、
 学習データを入力するデータ入力手段(例えば図2の学習データ入力部101)と、
 学習方法を入力する学習方法入力手段(例えば図2の学習方法入力部102)と、
 前記データ入力手段により入力された所定の前記学習データと、前記学習方法入力手段により入力された所定の前記学習方法の組を選択する学習条件選択手段(例えば図2の学習条件選択部103)と、
 前記学習条件選択手段により選択された前記学習データを含むデータ又は学習方法の少なくともいずれか一方を用いて学習を実行する学習手段(例えば図2の学習部104)と、
 前記学習手段により実行された学習の結果の採用又は不採用を決定する採用決定手段(例えば図2の採用決定部105)と、
 推論方法を入力する推論入力手段(例えば図2の推論入力部106)と、
 前記採用決定手段により採用が決定された前記学習の結果と、前記推論入力手段により入力された前記推論方法とを組にしてモデルバージョンとし、前記モデルバージョンを1つ又はそれ以上を、管理するタスク毎に用意するモデル管理手段(例えば図2のモデル管理部107)と、
 前記モデル管理手段に紐づいた実行選択手段であって、当該モデル管理手段の管理するモデルバージョンと実行環境を選択する実行選択手段(例えば図2の実行選択部108)と、
 前記実行選択手段により選択された前記実行環境において、前記実行選択手段により選択された前記モデルバージョンを実行させる実行選択手段(例えば図2の実行実施部109)と、
 を備える。
In other words, an information processing system to which the present invention is applied only needs to have the following configuration, and can take various embodiments.
That is, an information processing system to which the present invention is applied is
Data input means for inputting learning data (for example, the learning data input unit 101 in FIG. 2);
Learning method input means for inputting a learning method (for example, the learning method input unit 102 in FIG. 2);
Learning condition selection means (for example, the learning condition selection unit 103 in FIG. 2) for selecting the predetermined learning data input by the data input means and the predetermined set of learning methods input by the learning method input means; ,
Learning means (for example, the learning unit 104 in FIG. 2) that performs learning using at least one of the data including the learning data selected by the learning condition selection means and the learning method;
Employment determination means (for example, the employment determination unit 105 in FIG. 2) for determining whether to adopt or not adopt the result of learning performed by the learning means;
An inference input means for inputting an inference method (for example, the inference input unit 106 in FIG. 2);
A task of managing one or more of the model versions by combining the learning result determined by the adoption determination unit and the inference method input by the inference input unit into a model version Model management means (for example, model management unit 107 in FIG. 2) prepared for each,
Execution selection means associated with the model management means, an execution selection means for selecting a model version and execution environment managed by the model management means (for example, the execution selection unit 108 in FIG. 2);
Execution selection means (for example, the execution execution unit 109 in FIG. 2) that executes the model version selected by the execution selection means in the execution environment selected by the execution selection means;
Is provided.
 1・・・情報処理装置、11・・・CPU、14・・・GPU、101・・・学習データ入力部、102・・・学習方法入力部、103・・・学習条件選択部、104・・・学習部、105・・・採用決定部、106・・・推論入力部、107・・・モデル管理部、108・・・実行選択部、109・・・実行実施部、200・・・学習データDB、300,400・・・モデルDB、500・・・実行環境データDB DESCRIPTION OF SYMBOLS 1 ... Information processing apparatus, 11 ... CPU, 14 ... GPU, 101 ... Learning data input part, 102 ... Learning method input part, 103 ... Learning condition selection part, 104 ...・ Learning unit, 105... Adoption decision unit, 106 .. inference input unit, 107... Model management unit, 108... Execution selection unit, 109. DB, 300, 400 ... model DB, 500 ... execution environment data DB

Claims (1)

  1.  学習データを入力するデータ入力手段と、
     学習方法を入力する学習方法入力手段と、
     前記データ入力手段により入力された所定の前記学習データと、前記学習方法入力手段により入力された所定の前記学習方法の組を選択する学習条件選択手段と、
     前記学習条件選択手段により選択された前記学習データを含むデータ又は学習方法の少なくともいずれか一方を用いて学習を実行する学習手段と、
     前記学習手段により実行された学習の結果の採用又は不採用を決定する採用決定手段と、
     推論方法を入力する推論入力手段と、
     前記採用決定手段により採用が決定された前記学習の結果と、前記推論入力手段により入力された前記推論方法とを組にしてモデルバージョンとし、前記モデルバージョンを1つ又はそれ以上を、管理するタスク毎に用意するモデル管理手段と、
     前記モデル管理手段に紐づいた実行選択手段であって、当該モデル管理手段の管理するモデルバージョンと実行環境を選択する実行選択手段と、
     前記実行選択手段により選択された前記実行環境において、前記実行選択手段により選択された前記モデルバージョンを実行させる実行選択手段と、
     を備える情報処理システム。
    Data input means for inputting learning data;
    Learning method input means for inputting a learning method;
    Learning condition selection means for selecting the predetermined learning data input by the data input means and the predetermined learning method set input by the learning method input means;
    Learning means for performing learning using at least one of data including the learning data selected by the learning condition selection means or a learning method;
    Adopting decision means for deciding whether to adopt or not adopt the result of learning performed by the learning means;
    An inference input means for inputting an inference method;
    A task of managing one or more of the model versions by combining the learning result determined by the adoption determination unit and the inference method input by the inference input unit into a model version Model management means prepared for each,
    Execution selection means associated with the model management means, execution selection means for selecting a model version and execution environment managed by the model management means;
    Execution selection means for executing the model version selected by the execution selection means in the execution environment selected by the execution selection means;
    An information processing system comprising:
PCT/JP2019/006319 2018-02-20 2019-02-20 Information processing system WO2019163823A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019542650A JP6689507B2 (en) 2018-02-20 2019-02-20 Information processing system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2018-028235 2018-02-20
JP2018028235 2018-02-20

Publications (1)

Publication Number Publication Date
WO2019163823A1 true WO2019163823A1 (en) 2019-08-29

Family

ID=67688294

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2019/006319 WO2019163823A1 (en) 2018-02-20 2019-02-20 Information processing system

Country Status (2)

Country Link
JP (2) JP6689507B2 (en)
WO (1) WO2019163823A1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021060940A (en) * 2019-10-09 2021-04-15 株式会社日立製作所 Operation assisting system and method
JP7285417B1 (en) 2022-03-04 2023-06-02 株式会社エクサウィザーズ Information processing method, information processing system and program
KR20230101855A (en) 2020-11-10 2023-07-06 도쿄엘렉트론가부시키가이샤 Model management system, model management method and model management program
KR20240049620A (en) 2021-08-31 2024-04-16 도쿄엘렉트론가부시키가이샤 Information processing method, information processing device, and substrate processing system
KR20240058131A (en) 2021-08-31 2024-05-03 도쿄엘렉트론가부시키가이샤 Information processing methods, information processing devices, and information processing systems

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2022210017A1 (en) * 2021-03-31 2022-10-06 日本電気株式会社 Ai analysis system, usage charge calculation method, and recording medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018010475A (en) * 2016-07-13 2018-01-18 富士通株式会社 Machine learning management program, machine learning management device and machine learning management method

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018010475A (en) * 2016-07-13 2018-01-18 富士通株式会社 Machine learning management program, machine learning management device and machine learning management method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"Operate machine learning models in production environment with TensorFlow Serving", FREEE DEVELOPERS BLOG, 23 December 2017 (2017-12-23), XP055633108, Retrieved from the Internet <URL:https://developers.freee.co.jp/entry/serve-ml-model-by-tensorflow-serving> [retrieved on 20190419] *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021060940A (en) * 2019-10-09 2021-04-15 株式会社日立製作所 Operation assisting system and method
KR20230101855A (en) 2020-11-10 2023-07-06 도쿄엘렉트론가부시키가이샤 Model management system, model management method and model management program
KR20240049620A (en) 2021-08-31 2024-04-16 도쿄엘렉트론가부시키가이샤 Information processing method, information processing device, and substrate processing system
KR20240058131A (en) 2021-08-31 2024-05-03 도쿄엘렉트론가부시키가이샤 Information processing methods, information processing devices, and information processing systems
JP7285417B1 (en) 2022-03-04 2023-06-02 株式会社エクサウィザーズ Information processing method, information processing system and program
WO2023166803A1 (en) * 2022-03-04 2023-09-07 株式会社エクサウィザーズ Information processing method, information processing system, and program
JP2023129109A (en) * 2022-03-04 2023-09-14 株式会社エクサウィザーズ Information processing method, information processing system and program

Also Published As

Publication number Publication date
JPWO2019163823A1 (en) 2020-04-09
JP6689507B2 (en) 2020-04-28
JP2020113319A (en) 2020-07-27
JP7281427B2 (en) 2023-05-25

Similar Documents

Publication Publication Date Title
JP6689507B2 (en) Information processing system
US9740479B2 (en) Complexity reduction of user tasks
US9141345B2 (en) Simplified user controls for authoring workflows
KR101312446B1 (en) Analysis apparatus and method for usability of mobile application using user bebavior log
US20080270197A1 (en) Project status calculation algorithm
JP2018067286A (en) Model validity confirmation system and method
EP2608031A1 (en) Project management charting
WO2021049365A1 (en) Information processing device, information processing method, and program
Ahrens et al. Improving requirements specification use by transferring attention with eye tracking data
US20150302535A1 (en) Method and system for visualizing competency based learning data in decision making dashboards
Vasilecas et al. Analysis of using resources in business process modeling and simulation
JP6395852B2 (en) Business situation management system and business situation management method
JP2006235872A (en) Project management apparatus
US20140089224A1 (en) Modeling an enterprise
Jespersen Dashboard design guidelines for improved evidence based decision making in public health in developing countries
JP6299579B2 (en) Program, information processing apparatus, and evaluation method
Janes Non-distracting, continuous collection of software development process data
KR101698422B1 (en) Apparatus and Method for design of process map by the IWOD
Weber et al. Measuring and explaining cognitive load during design activities: A fine-grained approach
JP5098632B2 (en) Activity management device, activity management system, and activity management program
Malik Appsheet vs React Native: evaluation of performance and development of Android Apps
US10515330B2 (en) Real time visibility of process lifecycle
Sellier et al. Managing requirements inter-dependency for software product line derivation
US20230021249A1 (en) Dynamically generating platform resources by guiding user responses
KR102444933B1 (en) Electronic apparatus and controlling method thereof

Legal Events

Date Code Title Description
ENP Entry into the national phase

Ref document number: 2019542650

Country of ref document: JP

Kind code of ref document: A

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19757369

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19757369

Country of ref document: EP

Kind code of ref document: A1