JP7443609B1 - Learning devices, learning methods and learning programs - Google Patents
Learning devices, learning methods and learning programs Download PDFInfo
- Publication number
- JP7443609B1 JP7443609B1 JP2023133001A JP2023133001A JP7443609B1 JP 7443609 B1 JP7443609 B1 JP 7443609B1 JP 2023133001 A JP2023133001 A JP 2023133001A JP 2023133001 A JP2023133001 A JP 2023133001A JP 7443609 B1 JP7443609 B1 JP 7443609B1
- Authority
- JP
- Japan
- Prior art keywords
- history
- autopilot
- learning
- model
- processing device
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 34
- 238000004519 manufacturing process Methods 0.000 claims abstract description 20
- 238000012545 processing Methods 0.000 abstract description 103
- 238000010586 diagram Methods 0.000 abstract description 11
- 230000006870 function Effects 0.000 description 6
- 238000004891 communication Methods 0.000 description 5
- 230000010365 information processing Effects 0.000 description 5
- 239000000126 substance Substances 0.000 description 5
- 239000002994 raw material Substances 0.000 description 4
- 230000006866 deterioration Effects 0.000 description 3
- 238000010801 machine learning Methods 0.000 description 3
- 238000012549 training Methods 0.000 description 3
- 238000004364 calculation method Methods 0.000 description 2
- 238000012217 deletion Methods 0.000 description 2
- 230000037430 deletion Effects 0.000 description 2
- 238000012544 monitoring process Methods 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 2
- 239000007787 solid Substances 0.000 description 2
- 238000013528 artificial neural network Methods 0.000 description 1
- 230000006399 behavior Effects 0.000 description 1
- 239000003054 catalyst Substances 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 239000000284 extract Substances 0.000 description 1
- 239000007788 liquid Substances 0.000 description 1
- 238000005259 measurement Methods 0.000 description 1
- 238000010295 mobile communication Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000012946 outsourcing Methods 0.000 description 1
- 238000007781 pre-processing Methods 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
- 239000010454 slate Substances 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
Images
Landscapes
- Testing And Monitoring For Control Systems (AREA)
Abstract
【課題】模倣学習においてJIT法による逐次学習に適する学習データを用い、モデルの精度の向上を図る。【解決手段】処理装置10は、製品の生産工程における状況を表す説明変数と、生産工程における機器の操作を表す目的変数との組み合わせである履歴を収集する収集部132と、履歴に、自動操作であるか否かを示すオートパイロットフラグを少なくとも付与して履歴DB121に登録する登録部133と、履歴DB121に登録された履歴から、少なくとも、現時刻よりも所定期間以前のオートパイロットフラグが自動操作ではない第1の履歴を取得する取得部134と、取得部134によって取得された履歴を用いて、説明変数から目的変数を出力するモデルを更新する更新部135と、を有する。【選択図】図2The present invention aims to improve model accuracy in imitation learning by using learning data suitable for sequential learning using the JIT method. A processing device 10 includes a collection unit 132 that collects a history that is a combination of an explanatory variable that represents a situation in a product production process and a target variable that represents an operation of equipment in the production process; A registration unit 133 adds at least an autopilot flag indicating whether or not the automatic operation is performed and registers it in the history DB 121, and from the history registered in the history DB 121, at least the autopilot flag for a predetermined period earlier than the current time is automatically operated. and an updating unit 135 that uses the history acquired by the acquisition unit 134 to update a model that outputs an objective variable from an explanatory variable. [Selection diagram] Figure 2
Description
本発明は、学習装置、学習方法及び学習プログラムに関する。 The present invention relates to a learning device, a learning method, and a learning program.
従来、人間の行動を機械学習モデルに学習させ、当該モデルを用いて人間又はロボット等に動作を教示する模倣学習という技術が知られている。 2. Description of the Related Art Conventionally, a technique called imitation learning is known in which human behavior is learned by a machine learning model, and the model is used to teach motion to humans, robots, or the like.
また、観測されたデータを大量に蓄積しておき、蓄積されたデータの中から要求点の近傍のデータを抽出し、当該抽出したデータを用いてモデルの逐次学習を行うJust-In-Time(JIT)法という技術が知られている(例えば、非特許文献1を参照)。 Also, just-in-time (just-in-time), which accumulates a large amount of observed data, extracts data near the required point from the accumulated data, and sequentially trains the model using the extracted data. A technique called the JIT method is known (for example, see Non-Patent Document 1).
ここで、例えば化学プラントにおいては、時間の経過に応じて、機器の経年劣化、触媒の劣化、生産ロード計画の変更等の環境の変化が生じる。 For example, in a chemical plant, changes in the environment occur over time, such as deterioration of equipment over time, deterioration of catalysts, and changes in production load plans.
これに対し、化学プラントにおけるオペレータによる機器の操作を学習する模倣学習にJIT法を適用して、モデルを環境の変化に適応させることが考えられる。 On the other hand, it is conceivable to apply the JIT method to imitation learning that learns the operation of equipment by operators in chemical plants to adapt the model to changes in the environment.
模倣学習を行うモデルによるプラントの運転支援システムが提案されている。例えば、化学プラントにおいて実際にオペレータが行った操作をモデルに学習させることで、模倣学習を行う。具体的には、モデルは、特定の工程において、過去にオペレータが投入した原材料の投入量を学習する。そして、モデルは、操作推奨値として原材料の投入量を出力する。オペレータは、モデルの出力に従って原材料の投入量を設定することで、過去のオペレータの操作を模倣することができる。 A plant operation support system using a model that performs imitation learning has been proposed. For example, imitation learning is performed by having a model learn operations actually performed by an operator at a chemical plant. Specifically, the model learns the input amounts of raw materials input by operators in the past in a particular process. The model then outputs the raw material input amount as a recommended operation value. Operators can imitate past operator operations by setting raw material inputs according to the model's output.
そして、このような模倣学習を行うモデルを用いて、プラントの運転支援だけでなく、操作のオートパイロットが可能になる。 Using a model that performs such imitation learning, it becomes possible not only to support plant operation but also to autopilot operations.
ここで、プラントの操作のオートパイロット中においても、操作のデータが蓄積される。しかしながら、オートパイロット中のデータは、オートパイロットのためにモデルが出力した操作に対するものであり、オートパイロット中のデータでモデルを逐次学習を行っても、今のモデルの補強に留まる。このため、オートパイロット中のデータを用いて逐次学習を行うと、モデルの精度が劣化するおそれがあり、実際のプラントの状況が変わった場合に対応できない。 Here, operation data is accumulated even during autopilot operation of the plant. However, the data in the autopilot is for operations output by the model for the autopilot, and even if the model is sequentially trained using the data in the autopilot, it will only reinforce the current model. For this reason, if sequential learning is performed using data from the autopilot, the accuracy of the model may deteriorate, making it impossible to respond to changes in actual plant conditions.
本発明は、上記に鑑みてなされたものであって、模倣学習においてJIT法による逐次学習に適する学習データを用い、モデルの精度の向上を図ることができる学習装置、学習方法及び学習プログラムを提供することを目的とする。 The present invention has been made in view of the above, and provides a learning device, a learning method, and a learning program that can improve the accuracy of a model by using learning data suitable for sequential learning using the JIT method in imitation learning. The purpose is to
上述した課題を解決し、目的を達成するために、学習装置は、製品の生産工程における状況を表す説明変数と、前記生産工程における機器の操作を表す目的変数との組み合わせである履歴を収集する収集部と、前記履歴に、制御装置による自動操作であるか否かを示す第1の付与情報を少なくとも付与してデータベースに登録する登録部と、前記データベースに登録された履歴から、少なくとも、現時刻よりも所定期間以前の前記第1の付与情報が前記制御装置による自動操作ではない第1の履歴を取得する取得部と、前記取得部によって取得された履歴を用いて、前記説明変数から前記目的変数を出力するモデルを更新する更新部と、を有することを特徴とする。 In order to solve the above-mentioned problems and achieve the purpose, the learning device collects a history that is a combination of explanatory variables representing the situation in the product production process and objective variables representing the operation of equipment in the production process. a collection unit; a registration unit that adds at least first attached information indicating whether or not the operation is automatic by a control device to the history and registers it in a database; an acquisition unit that acquires a first history in which the first given information for a predetermined period before time is not an automatic operation by the control device; The present invention is characterized by comprising an updating unit that updates a model that outputs a target variable.
本発明によれば、模倣学習においてJIT法による逐次学習に適する学習データを用い、モデルの精度の向上を図る。 According to the present invention, in imitation learning, learning data suitable for sequential learning using the JIT method is used to improve the accuracy of a model.
以下に、本願に係る学習装置、学習方法及び学習プログラムの実施形態を図面に基づいて詳細に説明する。なお、本発明は、以下に説明する実施形態により限定されるものではない。 Embodiments of a learning device, a learning method, and a learning program according to the present application will be described in detail below based on the drawings. Note that the present invention is not limited to the embodiments described below.
[実施の形態]
[実施の形態の構成]
まず、図1を用いて、プラント運用システムについて説明する。プラント運用システム1は、プラントにおける製品の生産工程の管理及び制御を行うためのシステムである。プラントには、化学製品を生産するための化学プラントが含まれる。
[Embodiment]
[Configuration of embodiment]
First, the plant operation system will be explained using FIG. The plant operation system 1 is a system for managing and controlling product production processes in a plant. Plants include chemical plants for producing chemical products.
図1に示すように、処理装置10、端末装置20及びプラントシステム30を有する。
As shown in FIG. 1, it has a
処理装置10は、模倣学習を行うためのモデル(機械学習モデル)に関する処理を行う。処理装置10は学習装置として機能することができる。
The
また、処理装置10及びプラントシステム30は、ネットワークを介して互いにデータ通信ができるように接続されている。例えば、ネットワークはインターネット及びイントラネットである。処理装置10は、オペレータ(操作者)等から設定された所定のオートパイロット(自動操作)条件を満たし、オペレータからオートパイロット開始を指示された場合には、モデルを用いた、プラントシステム30のオートパイロット制御を行う。
Furthermore, the
プラントシステム30は、生産工程で使用される機器及び分散制御システム(DCS:Distributed Control System)を含むものであってもよい。例えば、機器は、反応器、冷却器、気液分離器等である。
The
端末装置20は、パーソナルコンピュータ、タブレット型端末及びスマートフォン等の情報処理装置、または、プラントの機器を操作するための専用の端末である。
The
オペレータは、端末装置20を介してプラントシステム30に含まれる機器を操作するユーザである。また、オペレータは、処理装置10からオートパイロットの開始が可能になったことが提示されると、処理装置10にオートパイロット開始を指示してもよい。オペレータは、処理装置10からオートパイロットの停止が提示されると、処理装置10にオートパイロット停止を指示する。なお、処理装置10において使用されるモデルは、システム管理者等によって適宜管理される。
The operator is a user who operates equipment included in the
図1に基づき、プラント運用システム1の各装置の処理を説明する。 Based on FIG. 1, processing of each device of the plant operation system 1 will be explained.
端末装置20は、オペレータの操作に応じて、プラントシステム30の機器を操作する(ステップS1)。例えば、端末装置20は、操作により、機器内の温度、機器内の圧力、生産工程における生産量の目標値、機器に投入する原料の量等を設定する。
The
プラントシステム30は、端末装置20からの操作に従い稼働する(ステップS2)。そして、プラントシステム30は、稼働の履歴を処理装置10に送信する(ステップS3)。
The
例えば、履歴には、プラントシステム30の各所に設置されたセンサのセンサ値、端末装置20からの操作によって設定された設定値が含まれる。また、履歴は、各レコードに時刻(タイムスタンプ)が付された時系列データであってもよい。
For example, the history includes sensor values of sensors installed at various locations in the
端末装置20は、オペレータの操作に応じて、オートパイロット条件を送信する(ステップS4)。オートパイロット条件は、モデルの予測値と、実測値との誤差を基に設定される。例えば、オートパイロット条件は、モデルの予測値と実測値との誤差が所定回数にわたって所定の閾値未満であることや、モデルの予測値と実測値との誤差の直近所定回数の平均が所定の閾値未満であることである。オートパイロット条件は、システム管理者等によって設定されたものでもよい。
The
処理装置10は、プラントシステム30から収集した履歴に、処理装置10によるオートパイロットであるか否かを示すオートパイロットフラグ(第1の付与情報)を少なくとも付与する。そして、処理装置10は、機器の操作がオペレータによる手動操作である履歴には手動操作であることを示す手動操作フラグ(第2の付与情報)を付与する。そして、処理装置10は、各履歴を履歴データベース(DB)に登録する。
The
続いて、処理装置10は、モデルの学習(例えば、機械学習)のために使用する学習データを履歴の中から取得し、例えば重みを付与して、モデルの学習を行い、モデルを使った推論を行う(ステップS5)。
Next, the
この際、処理装置10は、少なくとも、オートパイロットフラグ及び手動操作フラグを参照して、履歴DBに格納された履歴から、モデルの学習データを取得する。具体的には、処理装置10は、学習データとして、過去の履歴群から、現時刻(推論時刻)よりも所定期間以前であり、かつ、オートパイロットフラグが「OFF」である第1の履歴を取得する。そして、処理装置10は、学習データとして、過去の履歴群から、オートパイロットフラグが「ON」であり、かつ、手動操作フラグが「ON」である第2の履歴を取得する。
At this time, the
処理装置10は、オートパイロット条件を用いて、処理装置10によるオートパイロットの可否を判定する。処理装置10の各処理の詳細については後述する。
The
さらに、処理装置10は、推論結果及びオートパイロット実施判定結果を示すガイダンス画面21をオペレータの端末装置20に提示する(ステップS6)。処理装置10は、オートパイロット条件を満たす場合には、ガイダンス画面21に、オートパイロットの開始が可能になったことを表示する。端末装置20から、処理装置10にオートパイロット開始が指示されると(ステップS7)、処理装置10は、モデルを用いた、プラントシステム30のオートパイロット制御を行う(ステップS8)。
Furthermore, the
また、処理装置10は、オートパイロットを実施中、オートパイロット条件を満たさない場合には、ガイダンス画面21に、オートパイロットの停止指示を表示する。端末装置20から、オートパイロット停止が指示されると(ステップS7)、処理装置10は、プラントシステム30のオートパイロット制御を停止する。そして、端末装置20は、オペレータの操作に応じて、プラントシステム30の機器を操作する(ステップS1)。
Furthermore, when the autopilot condition is not satisfied during the autopilot operation, the
ここで、モデルは、オペレータの操作内容を模倣学習により学習する。そのため、モデルによる推論結果として得られる操作内容に従うことで、他のオペレータが操作を模倣することができる。 Here, the model learns the contents of the operator's operations by imitation learning. Therefore, other operators can imitate the operation by following the operation details obtained as a result of inference by the model.
図2を用いて、処理装置10について詳細に説明する。図2は、実施の形態に係る処理装置10の構成例を示す図である。
The
図2に示すように、処理装置10は、通信部11、記憶部12及び制御部13を有する。
As shown in FIG. 2, the
通信部11は、ネットワークを介して、他の装置との間でデータ通信を行う。例えば、通信部11はNIC(Network Interface Card)である。 The communication unit 11 performs data communication with other devices via the network. For example, the communication unit 11 is a NIC (Network Interface Card).
記憶部12は、HDD(Hard Disk Drive)、SSD(Solid State Drive)、光ディスク等の記憶装置である。なお、記憶部12は、RAM(Random Access Memory)、フラッシュメモリ、NVSRAM(Non Volatile Static Random Access Memory)等のデータを書き換え可能な半導体メモリであってもよい。 The storage unit 12 is a storage device such as an HDD (Hard Disk Drive), an SSD (Solid State Drive), or an optical disc. Note that the storage unit 12 may be a data-rewritable semiconductor memory such as a RAM (Random Access Memory), a flash memory, or an NVSRAM (Non Volatile Static Random Access Memory).
記憶部12は、処理装置10で実行されるOS(Operating System)や各種プログラムを記憶する。記憶部12は、履歴DB121及びモデル情報122を記憶する。
The storage unit 12 stores an OS (Operating System) and various programs executed by the
履歴DB121は、プラントシステム30から提供された履歴を含む情報である。例えば、履歴DBは、毎分レコードが蓄積される。図3は、履歴DB121の例を示す図である。図3に示すように、履歴DB121は、時刻(time)、オペレータ(operator)、状況(situation)、実施内容(operation)等の説明変数リスト、目的変数である設定値を含む。また、履歴DB121は、重みを含んでもよい。また、履歴DB121の履歴には、オートパイロットフラグ及び/または手動操作フラグが付与されている。さらに、履歴DB121の履歴には、手動操作前後フラグ(第3の付与情報)が付与されている。
The
時刻は、操作実施時刻を示す。状況の項目は、第1温度、第2温度、第1流量の項目を有する。状況の項目は、第1圧力、第2圧力、生産工程で発生する気体の濃度等を含んでもよい。 The time indicates the time at which the operation is performed. The status item includes items of first temperature, second temperature, and first flow rate. The status items may include the first pressure, the second pressure, the concentration of gas generated in the production process, and the like.
第1温度、第2温度、第1圧力、第2圧力及び第1流量は、それぞれプラントシステム30の各所に設置されたセンサのセンサ値である。
The first temperature, second temperature, first pressure, second pressure, and first flow rate are sensor values of sensors installed at various locations in the
第1温度、第2温度、第1圧力、第2圧力及び第1流量は、モデルの説明変数であって、製品の生産工程における状況を表す説明変数の一例である。 The first temperature, second temperature, first pressure, second pressure, and first flow rate are explanatory variables of the model, and are examples of explanatory variables that represent the situation in the product production process.
なお、時刻は、第1温度、第2温度、第1圧力、第2圧力、流量及び気体濃度が取得された日時を示すタイムスタンプである。 Note that the time is a timestamp indicating the date and time when the first temperature, second temperature, first pressure, second pressure, flow rate, and gas concentration were acquired.
実施内容(operation)は、例えば、端末装置20からの操作によって設定される設定値である。設定値は、実際に設定された値を正規化した値であってもよい。また、設定値は、モデルの目的変数に相当する。
The implementation details (operation) are, for example, setting values set by an operation from the
設定値は、モデルの目的変数であって、生産工程における機器の操作を表す目的変数の一例である。 The set value is an objective variable of the model, and is an example of an objective variable that represents the operation of equipment in the production process.
オートパイロットフラグは、処理装置10(制御装置)によるオートパイロットオートパイロット)であるか否かを示す。オートパイロットフラグが「ON」である場合には、処理装置10によるオートパイロット実施が「ON」である場合に得られた履歴である。オートパイロットフラグが「OFF」である場合には、処理装置10によるオートパイロット実施が「OFF」である場合に得られた履歴である。
The autopilot flag indicates whether or not the processing device 10 (control device) is an autopilot (autopilot). When the autopilot flag is "ON", this is the history obtained when the autopilot implementation by the
手動操作フラグは、機器の操作がオペレータによる手動操作であることを示す。手動操作フラグが「ON」である場合には、オペレータによる手動操作である場合に得られた履歴である。 The manual operation flag indicates that the device is operated manually by an operator. When the manual operation flag is "ON", this is the history obtained when the manual operation was performed by an operator.
手動操作前後フラグは、手動操作フラグが付与された履歴の前後所定期間(例えば、w分)内の履歴に付与されるフラグである。前後所定期間は、機器の運転状況や、これまでの履歴の各値の推移等を基に設定され、適宜更新される。 The manual operation flag before and after is a flag that is attached to the history within a predetermined period (for example, w minutes) before and after the history to which the manual operation flag is attached. The preceding and succeeding predetermined periods are set based on the operating status of the equipment, changes in each value in the past history, etc., and are updated as appropriate.
例えば、図3には、時刻「13:21:01」における第1温度が「102.1℃」であり、第2温度が「102.8℃」であり、第1流量が「311.5m3/s」であり、実施内容(operation)が「203.5」であることが示されている。オートパイロットフラグとして「OFF」が付与されており、手動操作前後フラグとして「ON」が付与されている(セルC1-9)。この履歴は、オペレータにより手動操作が行われた時刻の前後所定期間の履歴である。 For example, in FIG. 3, the first temperature at time "13:21:01" is "102.1°C", the second temperature is "102.8°C", and the first flow rate is "311.5 m 3 /s". Yes, and the operation content is "203.5". "OFF" is assigned as the autopilot flag, and "ON" is assigned as the manual operation before/after flag (cell C1-9). This history is a history for a predetermined period before and after the time when the manual operation was performed by the operator.
例えば、図3には、時刻「13:23:01」における第1温度が「101.5℃」であり、第2温度が「102.3℃」であり、第1流量が「311.4m3/s」であり、実施内容(operation)が「206.3」であることが示されている。オートパイロットフラグとして「OFF」が付与されており、手動操作フラグとして「ON」が付与されている(セルC3-8)。この履歴は、オペレータにより手動操作が行われた場合の履歴である。 For example, in FIG. 3, the first temperature at time "13:23:01" is "101.5°C", the second temperature is "102.3°C", and the first flow rate is "311.4 m 3 /s". Yes, and the operation content is "206.3". "OFF" is assigned as the autopilot flag, and "ON" is assigned as the manual operation flag (cell C3-8). This history is a history of manual operations performed by the operator.
また、例えば、図3には、時刻「15:33:01」における第1温度が「102.5℃」であり、第2温度が「103.3℃」であり、第1流量が「311.4m3/s」であり、実施内容(operation)が「206.3」であることが示されている。オートパイロットフラグとして「ON」が付与されており、手動操作フラグとして「ON」が付与されている(セルC9-8)。この履歴は、オートパイロット中に手動操作が行われた場合、すなわち、オートパイロット利用中に、オペレータがモデルにより計算された予測値を手動で上書きした場合の履歴である。 For example, in FIG. 3, the first temperature at the time "15:33:01" is "102.5°C", the second temperature is "103.3°C", and the first flow rate is "311.4 m 3 /s". ”, indicating that the operation is “206.3”. "ON" is assigned as the autopilot flag, and "ON" is assigned as the manual operation flag (cell C9-8). This history is a history when a manual operation is performed during autopilot, that is, when an operator manually overwrites a predicted value calculated by a model while using autopilot.
モデル情報122は、モデルを構築するためのパラメータ等の情報である。例えば、モデルがニューラルネットワークである場合、モデル情報122は、各層の重み及びバイアスである。さらに、モデル情報122は、前処理の順番、移動平均処理における窓幅(ウィンドウサイズ)等のパラメータを含む。 The model information 122 is information such as parameters for constructing a model. For example, if the model is a neural network, the model information 122 is the weights and biases of each layer. Furthermore, the model information 122 includes parameters such as the order of preprocessing and the window width (window size) in moving average processing.
制御部13は、処理装置10全体を制御する。制御部13は、例えば、CPU(Central Processing Unit)、MPU(Micro Processing Unit)、GPU(Graphics Processing Unit)等の電子回路や、ASIC(Application Specific Integrated Circuit)、FPGA(Field Programmable Gate Array)等の集積回路である。
The
また、制御部13は、各種の処理手順を規定したプログラムや制御データを格納するための内部メモリを有し、内部メモリを用いて各処理を実行する。また、制御部13は、各種のプログラムが動作することにより各種の処理部として機能する。
Further, the
例えば、制御部13は、受付部131、収集部132、登録部133、取得部134、更新部135、推論部136、判定部137、表示制御部138及びオートパイロット制御部139を有する。図4を用いて、処理装置10の各機能部の処理を説明する。図4は、処理装置10の処理を説明する図である。
For example, the
受付部131は、例えば、端末装置20から、オートパイロット条件を受け付ける。受付部131は、オートパイロット条件を新規に受け付けるほか、オートパイロット条件の修正、削除(一部削除を含む)も受け付ける。受付部131は、端末装置20から、オートパイロットの開始指示、オートパイロットの停止指示を受け付ける。
The
収集部132は、プラントシステム30における稼働の履歴を収集し(図4の(1))、収集した履歴を登録部133に出力する。履歴は、説明変数と目的変数との組み合わせである。収集部132は、各履歴が、手動操作によるものかオートパイロットによるものかを示す情報も収集する。 The collection unit 132 collects the history of operation in the plant system 30 ((1) in FIG. 4), and outputs the collected history to the registration unit 133. History is a combination of explanatory variables and objective variables. The collecting unit 132 also collects information indicating whether each history is caused by manual operation or by autopilot.
登録部133は、プラントシステム30に対するオートパイロットのON状態またはOFF状態を収集する(図4の(2))。登録部133は、オートパイロット制御部139から、プラントシステム30に対するオートパイロットのON状態またはOFF状態の更新情報を収集する。
The registration unit 133 collects the ON state or OFF state of the autopilot for the plant system 30 ((2) in FIG. 4). The registration unit 133 collects update information on the ON state or OFF state of the autopilot for the
そして、登録部133は、手動操作によるものかオートパイロットによるものかを示す情報、オートパイロットのONまたはOFF状態を示す情報を基に、各履歴の、オートパイロットフラグを「ON」または「OFF」にする。また、登録部133は、機器の操作がオペレータによる手動操作である履歴には手動操作フラグを「ON」とする(例えば、図3のセルC3-8,C9-8,C10-8)。また、登録部133は、履歴のうち、手動操作フラグ「ON」の履歴の前後所定期間内の履歴の手動操作前後フラグを「ON」とする(例えば、図3のセルC1-9,C2-9,C4-9,C5-9,C8-9,C11-9)。 Then, the registration unit 133 sets the autopilot flag of each history to "ON" or "OFF" based on the information indicating whether the operation was performed manually or by the autopilot, and the information indicating the ON or OFF state of the autopilot. Make it. Further, the registration unit 133 sets a manual operation flag to "ON" for a history in which the device was operated manually by an operator (for example, cells C3-8, C9-8, and C10-8 in FIG. 3). In addition, the registration unit 133 sets the manual operation flag before and after the history within a predetermined period before and after the history with the manual operation flag "ON" out of the history (for example, cells C1-9 and C2- in FIG. 3). 9, C4-9, C5-9, C8-9, C11-9).
登録部133は、フラグ付きの履歴を履歴DB121に登録する(図4の(3))。 The registration unit 133 registers the flagged history in the history DB 121 ((3) in FIG. 4).
取得部134は、履歴DB121に含まれる履歴の中から、履歴の各フラグを参照し、説明変数と指定された説明変数との距離に基づいて、学習データとして使用する類似履歴を取得する(図4の(4))。取得部134は、履歴DB121に含まれる履歴の中から、説明変数と指定された説明変数との距離に加え、重みを基に類似履歴を取得してもよい。
The acquisition unit 134 refers to each flag of the history from among the histories included in the
取得部134は、履歴検索キー(説明変数及び/または目的変数)が指定されると、この履歴検索キーに類似する過去の履歴群を、履歴DB121から取得する。取得部134は、履歴検索キー(例えば、現在の状況を示す説明変数)と近い状況で収集された過去の履歴群(説明変数、目的変数)として、履歴DB121から取得する。
When a history search key (explanatory variable and/or objective variable) is specified, the acquisition unit 134 acquires a past history group similar to this history search key from the
指定された説明変数を要求点と呼ぶ。例えば、要求点は、所定の時刻における説明変数(履歴DB121の各センサ値に相当)である。なお、要求点における目的変数(設定値)は未知であってもよい。 The specified explanatory variable is called a required point. For example, the required point is an explanatory variable (corresponding to each sensor value in the history DB 121) at a predetermined time. Note that the objective variable (set value) at the request point may be unknown.
ここで、JIT法では、多次元ベクトルである訓練用のデータ(本実施形態の履歴DB121に相当)と多次元ベクトルである要求点とのユークリッド距離を基に過去の履歴群が取得される。例えば、取得部134は、JIT法を用いて、計算されたユークリッド距離が小さいk(kは整数)個のレコードであるk最近傍(k-NN:k Nearest Neighbors)を取得する。なお、訓練用のデータと要求点との距離は、ユークリッド距離に限られず、例えばマハラノビス距離及びコサイン類似度等であってもよい。
Here, in the JIT method, a past history group is acquired based on the Euclidean distance between training data (corresponding to the
また、取得部134は、訓練用のデータと要求点との距離だけでなく、履歴DB121の重みを参照してレコードを取得してもよい。ここでは、重みが大きいほど取得対象として望ましいデータである場合、例えば、取得部134は、履歴DB121の中から、k最近傍であって、かつ重みが大きいデータを優先して取得する。
Further, the acquisition unit 134 may acquire records by referring not only to the distance between the training data and the request point but also to the weight in the
さらに、取得部134は、履歴に付与された各フラグを参照し、取得した過去の履歴群をさらに選別して、学習データである類似履歴を取得する。 Further, the acquisition unit 134 refers to each flag attached to the history, further selects the acquired past history group, and acquires similar history that is learning data.
取得部134は、過去の履歴群から、現時刻(推論時刻)よりも所定期間以前(直近H時間(例えば12時間)以前)であり、かつ、オートパイロットフラグが「OFF」である第1の履歴を取得する。図3の例の場合、取得部134は、現時刻(例えば、16:00:00)よりも直近12時間以前であり、かつ、オートパイロットフラグが「OFF」である履歴B11を、第1の履歴として取得する。 From the past history group, the acquisition unit 134 acquires a first signal that is a predetermined period earlier than the current time (inferred time) (before the latest H hours (for example, 12 hours)) and whose autopilot flag is "OFF". Get history. In the case of the example in FIG. 3, the acquisition unit 134 acquires the history B11 that is 12 hours earlier than the current time (for example, 16:00:00) and whose autopilot flag is "OFF" in the first Obtain as history.
これによって、取得部134は、オートパイロットフラグと時刻とを基に、オートパイロット中の履歴を学習データから除外し、オペレータの手動による履歴のみを取得することができる。なお、H時間は、オペレータによる操作間隔等を基に設定される。 Thereby, the acquisition unit 134 can exclude the history during autopilot from the learning data based on the autopilot flag and time, and can acquire only the history manually created by the operator. Note that the H time is set based on the operator's operation interval and the like.
そして、取得部134は、過去の履歴群から、オートパイロットフラグが「ON」であり、かつ、手動操作フラグが「ON」である第2の履歴を取得する。図3の例の場合、取得部134は、オートパイロットフラグが「ON」であり、かつ、手動操作フラグが「ON」である履歴群B12を、第2の履歴として取得する。 Then, the acquisition unit 134 acquires a second history in which the autopilot flag is "ON" and the manual operation flag is "ON" from the past history group. In the example of FIG. 3, the acquisition unit 134 acquires the history group B12 in which the autopilot flag is "ON" and the manual operation flag is "ON" as the second history.
これによって、取得部134は、オートパイロット利用中に、オペレータが干渉して、モデルにより計算された予測値を手動で上書きした場合の履歴を学習データに含めることができる。この履歴は、これまでなかった状況時における履歴であると考えられるため、モデルの学習に含めることが望ましい。なお、第2の履歴取得の際には、第1の履歴取得時の、現時刻よりも所定期間以前である条件は、OFFとする。 Thereby, the acquisition unit 134 can include in the learning data a history in the case where an operator intervenes and manually overwrites the predicted value calculated by the model while using the autopilot. Since this history is considered to be the history of a situation that has never existed before, it is desirable to include it in model learning. Note that when acquiring the second history, the condition that the time is a predetermined period earlier than the current time at the time of acquiring the first history is set to OFF.
また、取得部134は、過去の履歴群から、オートパイロットフラグが「ON」であり、かつ、手動操作前後フラグが「ON」である第3の履歴を取得する。図3の例の場合、取得部134は、オートパイロットフラグが「ON」であり、かつ、手動操作前後フラグが「ON」である履歴群B15,B16を、第3の履歴として取得する。取得部134は、オペレータの手動操作による履歴の前後の履歴を学習データに含めることで、オペレータの手動操作に関する学習の補強を可能とする。 The acquisition unit 134 also acquires a third history in which the autopilot flag is "ON" and the manual operation before/after manual operation flag is "ON" from the past history group. In the example of FIG. 3, the acquisition unit 134 acquires the history groups B15 and B16 in which the autopilot flag is "ON" and the manual operation before and after manual operation flags are "ON" as the third history. The acquisition unit 134 makes it possible to reinforce learning regarding the operator's manual operations by including the history before and after the history of the operator's manual operations in the learning data.
更新部135は、取得部134によって取得された学習データを用いて、説明変数から目的変数を出力するモデルの学習を行い(図4の(5))、モデルを更新する(図4の(6))。 The update unit 135 uses the learning data acquired by the acquisition unit 134 to learn a model that outputs an objective variable from explanatory variables ((5) in FIG. 4), and updates the model ((6) in FIG. )).
更新部135は、モデル情報122から構築したモデルに、説明変数を入力することにより計算された目的変数と、取得部134によって絞り込まれた学習データに含まれる目的変数との差分を表す目的関数を計算し、該目的関数が小さくなるように、学習の終了条件を満たすまでモデルのパラメータ、すなわちモデル情報122を繰り返し更新する。 The update unit 135 generates an objective function that represents the difference between the objective variable calculated by inputting the explanatory variables into the model constructed from the model information 122 and the objective variable included in the learning data narrowed down by the acquisition unit 134. The parameters of the model, that is, the model information 122, are repeatedly updated until the learning termination condition is satisfied so that the objective function becomes smaller.
なお、学習データに重みが付与されている場合には、付与された重みで学習データを学習する。 Note that if weights are assigned to the learning data, the learning data is learned using the assigned weights.
例えば、更新部135は、第2の履歴を、第1の履歴よりも高い重要度で用いる。或いは、更新部は、第3の履歴については、他の履歴(例えば、第1の履歴)よりも高い重要度で用いてもよい。例えば、更新部135は、第1の履歴に対し、第2の履歴及び第3の履歴の重要度を高く設定する。典型的には、第2の履歴と第3の履歴は同一の重要度が設定される。重要度は、例えば二乗誤差の和(平均)を最小にするようにパラメータを更新する手法を使う場合、単純な和や平均を用いるのではなく、第2の履歴及び/または第3の履歴に重みを付与した重み付き平均を使うなどにより設定することができる。履歴に付与される重みは、例えば、各履歴の種別や、第2の履歴と第3の履歴との時間間隔等に応じて、予め設定される。 For example, the update unit 135 uses the second history with higher importance than the first history. Alternatively, the updating unit may use the third history with a higher degree of importance than other histories (for example, the first history). For example, the update unit 135 sets the importance of the second history and the third history to be higher than the first history. Typically, the same importance level is set for the second history and the third history. For example, when using a method of updating parameters to minimize the sum (average) of squared errors, the importance is determined based on the second history and/or the third history, rather than using a simple sum or average. It can be set by using a weighted average. The weight given to the history is set in advance, for example, depending on the type of each history, the time interval between the second history and the third history, and the like.
推論部136は、更新後のモデル情報122から構築したモデルに、予測用の説明変数を入力することにより目的変数を計算する。すなわち、推論部136は推論処理を行う(図4の(7))。推論された目的変数は、例えば、状況から予測される操作内容である。
The
判定部137は、オートパイロット条件を用いて、オートパイロットの実施の可否を判定する(図4の(8))。判定部137は、モデルが予測した目的変数と実測値との誤差に基づく計算結果が、オートパイロット条件を満たす場合には、オートパイロットの実施開始が可能であると判定する。判定部137は、モデルが予測した目的変数と実測値との誤差に基づく計算結果が、オートパイロット条件を満たさない場合には、オートパイロットの実施が不可能であると判定する。
The determining
表示制御部138は、推論された目的変数(例えば、操作内容)とともに、オートパイロット実施判定結果を示すガイダンス画面21を、端末装置20に表示させる。これによって、表示制御部138は、推論結果及びオートパイロット実施判定結果をオペレータに提示する。
The
例えば、表示制御部138は、オートパイロットの実施開始が可能であると判定された場合には、オートパイロットの実施開始が可能であることを示す提示内容と、オートパイロットの実施開始の指示ボタンとを含むガイダンス画面を、端末装置20に表示させる。
For example, when it is determined that it is possible to start implementing the autopilot, the
オートパイロット制御部139は、端末装置20からオートパイロットの開始を指示された場合には、モデルを用いた、プラントシステム30のオートパイロット制御を行う(図4の(10))。
When the autopilot control unit 139 is instructed to start the autopilot from the
或いは、表示制御部138は、オートパイロットの実施開始が不可能であると判定された場合には、オートパイロットの停止指示と、オートパイロットの停止ボタンとを含むガイダンス画面を、端末装置20に表示させる。
Alternatively, if it is determined that the autopilot cannot be started, the
オートパイロット制御部139は、端末装置20からオートパイロットの停止を指示されることで、プラントシステム30のオートパイロット制御を停止し、オペレータによる手動操作に切り替える(図4の(9))。
When the autopilot control unit 139 is instructed to stop the autopilot from the
[実施の形態の処理]
図5を用いて実施の形態における処理手順を説明する。図5は、実施の形態における処理の手順を示すフローチャートである。
[Processing of embodiment]
The processing procedure in the embodiment will be explained using FIG. 5. FIG. 5 is a flowchart showing the processing procedure in the embodiment.
図5に示すように、まず、処理装置10は、プラントシステム30における稼働の履歴を収集する(ステップS11)。処理装置10は、各履歴が、手動操作によるものかオートパイロットによるものかを示す情報も収集する。また、処理装置10は、プラントシステム30に対するオートパイロットのON状態またはOFF状態を収集する。
As shown in FIG. 5, the
続いて、処理装置10は、履歴が手動操作によるものかオートパイロットによるものかを示す情報、オートパイロットのONまたはOFF状態を示す情報を基に、各履歴に、オートパイロットフラグ、手動操作フラグ及び手動操作前後フラグを付与し、履歴DB121に登録する(ステップS12)。
Subsequently, the
処理装置10は、履歴DB121に含まれる履歴の中から、履歴の各フラグを参照し、説明変数と指定された説明変数との距離に基づいて、学習データである類似履歴として取得する(ステップS13)。処理装置10は、過去の履歴群から、現時刻よりも所定期間以前であり、かつ、オートパイロットフラグが「OFF」である第1の履歴、オートパイロットフラグが「ON」であり、かつ、手動操作フラグが「ON」である第2の履歴、及び/または、オートパイロットフラグが「ON」であり、かつ、手動操作前後フラグが「ON」である第3の履歴を取得する。
The
処理装置10は、学習データを用いて、説明変数から目的変数を出力するモデルの学習を行い(ステップS14)、モデルを更新する(ステップS15)。
The
処理装置10は、更新後のモデル情報122から構築したモデルに、予測用の説明変数(例えば、第1温度、第2温度、第1流量など)を入力することにより目的変数(例えば、操作内容)を推論する(ステップS16)。
The
処理装置10は、オートパイロット条件を用いて、オートパイロットの実施の可否を判定する(ステップS17)。
The
処理装置10は、オートパイロットの実施開始が可能であると判定した場合(ステップS17:Yes)、オートパイロットの実施開始が可能であることを示す提示内容と、オートパイロットの実施開始の指示ボタンとを含むガイダンス画面を、端末装置20に表示させる。そして、処理装置10は、端末装置20からオートパイロットの開始を指示された場合には、モデルを用いた、プラントシステム30のオートパイロット制御を行う(ステップS18)。
When the
処理装置10は、オートパイロットの実施開始が不可能であると判定した場合(ステップS17:No)、オートパイロットの停止指示と、オートパイロットの停止ボタンとを含むガイダンス画面を、端末装置20に表示させる。処理装置10は、端末装置20からオートパイロットの停止を指示された場合には、プラントシステム30のオートパイロット制御を停止し、オペレータによる手動操作の切り替え、或いは、手動操作を継続する(ステップS19)。
When the
[実施の形態の効果]
このように、実施の形態に係る処理装置10は、例えばプラントシステム30から、製品の生産工程における状況を表す説明変数と、前記生産工程における機器の操作を表す目的変数との組み合わせである履歴を収集する。そして、処理装置10は、履歴に、オートパイロットフラグを少なくとも付与し、手動操作フラグを付与して履歴DB121に登録する。
[Effects of embodiment]
In this way, the
処理装置10は、履歴DB121に登録された履歴から、少なくとも、現時刻よりも所定期間以前であり、かつ、オートパイロットフラグが「OFF」である第1の履歴を取得する。処理装置10は、オートパイロットフラグが「ON」であり、かつ、手動操作フラグが「ON」である第2の履歴を取得する。
From the histories registered in the
処理装置10は、取得した第1の履歴及び第2の履歴を用いて、説明変数から目的変数を出力するモデルを更新する。このように、処理装置10は、オートパイロット中の履歴を学習データから除外し、オペレータの手動による履歴のみを用いてモデルを更新するため、モデルの精度劣化を防止することができる。そして、処理装置10は、オートパイロット利用中に、オペレータが干渉して、モデルにより計算された予測値を手動で上書きした場合の履歴を学習データに含めることで、これまでなかったオペレータの操作内容をモデルに学習させることができる。
The
このため、処理装置10は、模倣学習においてJIT法による逐次学習に適する第1の履歴及び第2の履歴を学習データとして用いることで、モデルの精度向上を図ることができる。
Therefore, the
さらに、処理装置10は、モデル更新の際に、第2の履歴を、第1の履歴よりも高い重要度で用いることによって、これまでなかったオペレータの操作内容を、特に重要な履歴としてモデルに学習させることができ、モデルの精度向上を図ることができる。
Furthermore, when updating the model, the
また、処理装置10は、さらに、オートパイロットフラグが「ON」であり、かつ、手動操作前後フラグが「ON」である第3の履歴を用いてモデルを更新する。このため、処理装置10は、オートパイロット中であるが手動操作の前後のオペレータが監視している時間帯の履歴を学習データに含めることで、オペレータの手動操作に関する学習を補強し、モデルの精度の向上を図ることができる。モデル更新の際に、第3の履歴を、他の履歴よりも高い重要度で用いることによって、オートパイロット中であるが手動操作の前後のオペレータが監視している時間帯の操作内容を、特に重要な履歴としてモデルに学習させることができ、モデルの精度向上を図ることができる。
Furthermore, the
したがって、処理装置10は、オートパイロット中においても、学習に適した履歴のみを用いて、モデルを更新することができるため、モデルの推論精度を向上させることができる。特に、処理装置10は、模倣学習においてJIT法による逐次学習に適する学習データを用いてモデル更新を行うため、オートパイロットを適用した場合であっても、プラントシステム30の適切な操作と、モデルの精度向上とを並行して実現することができる。
Therefore, even during autopilot, the
[システム構成等]
また、図示した各装置の各構成要素は機能概念的なものであり、必ずしも物理的に図示のように構成されていることを要しない。すなわち、各装置の分散及び統合の具体的形態は図示のものに限られず、その全部又は一部を、各種の負荷や使用状況等に応じて、任意の単位で機能的又は物理的に分散又は統合して構成することができる。さらに、各装置にて行われる各処理機能は、その全部又は任意の一部が、CPU(Central Processing Unit)及び当該CPUにて解析実行されるプログラムにて実現され、あるいは、ワイヤードロジックによるハードウェアとして実現され得る。なお、プログラムは、CPUだけでなく、GPU等の他のプロセッサによって実行されてもよい。
[System configuration, etc.]
Further, each component of each device shown in the drawings is functionally conceptual, and does not necessarily need to be physically configured as shown in the drawings. In other words, the specific form of distributing and integrating each device is not limited to what is shown in the diagram, and all or part of the devices may be functionally or physically distributed or integrated in arbitrary units depending on various loads and usage conditions. Can be integrated and configured. Furthermore, each processing function performed by each device is realized in whole or in part by a CPU (Central Processing Unit) and a program that is analyzed and executed by the CPU, or by hardware using wired logic. It can be realized as Note that the program may be executed not only by the CPU but also by another processor such as a GPU.
また、本実施形態において説明した各処理のうち、自動的に行われるものとして説明した処理の全部又は一部を手動的に行うこともでき、あるいは、手動的に行われるものとして説明した処理の全部又は一部を公知の方法で自動的に行うこともできる。この他、上記文書中や図面中で示した処理手順、制御手順、具体的名称、各種のデータやパラメータを含む情報については、特記する場合を除いて任意に変更することができる。 Further, among the processes described in this embodiment, all or part of the processes described as being performed automatically can be performed manually, or the processes described as being performed manually can be performed manually. All or part of this can also be performed automatically using known methods. In addition, information including processing procedures, control procedures, specific names, and various data and parameters shown in the above documents and drawings may be changed arbitrarily, unless otherwise specified.
[プログラム]
一実施形態として、処理装置10は、パッケージソフトウェアやオンラインソフトウェアとして上記の学習処理を実行する学習プログラムを所望のコンピュータにインストールさせることによって実装できる。例えば、上記の学習プログラムを情報処理装置に実行させることにより、情報処理装置を処理装置10として機能させることができる。ここで言う情報処理装置には、デスクトップ型又はノート型のパーソナルコンピュータが含まれる。また、その他にも、情報処理装置には、タブレット型端末、スマートフォン、携帯電話機やPHS(Personal Handyphone System)等の移動体通信端末、さらには、PDA(Personal Digital Assistant)等のスレート端末等がその範疇に含まれる。
[program]
As one embodiment, the
また、処理装置10は、ユーザが使用する端末装置をクライアントとし、当該クライアントに上記の学習処理に関するサービスを提供するサーバとして実装することもできる。例えば、サーバは、要求点の指定を入力とし、学習済みのモデルを出力とする学習サービスを提供するサーバ装置として実装される。この場合、サーバは、Webサーバとして実装することとしてもよいし、アウトソーシングによって上記の学習処理に関するサービスを提供するクラウドとして実装することとしてもかまわない。
Furthermore, the
図6は、プログラムを実行するコンピュータの一例を示す図である。コンピュータ1000は、例えば、メモリ1010、CPU1020を有する。また、コンピュータ1000は、ハードディスクドライブインタフェース1030、ディスクドライブインタフェース1040、シリアルポートインタフェース1050、ビデオアダプタ1060、ネットワークインタフェース1070を有する。これらの各部は、バス1080によって接続される。
FIG. 6 is a diagram showing an example of a computer that executes a program.
メモリ1010は、ROM(Read Only Memory)1011及びRAM(Random Access Memory)1012を含む。ROM1011は、例えば、BIOS(Basic Input Output System)等のブートプログラムを記憶する。ハードディスクドライブインタフェース1030は、ハードディスクドライブ1090に接続される。ディスクドライブインタフェース1040は、ディスクドライブ1100に接続される。例えば磁気ディスクや光ディスク等の着脱可能な記憶媒体が、ディスクドライブ1100に挿入される。シリアルポートインタフェース1050は、例えばマウス1110、キーボード1120に接続される。ビデオアダプタ1060は、例えばディスプレイ1130に接続される。
The
ハードディスクドライブ1090は、例えば、OS1091、アプリケーションプログラム1092、プログラムモジュール1093、プログラムデータ1094を記憶する。すなわち、処理装置10の各処理を規定するプログラムは、コンピュータにより実行可能なコードが記述されたプログラムモジュール1093として実装される。プログラムモジュール1093は、例えばハードディスクドライブ1090に記憶される。例えば、処理装置10における機能構成と同様の処理を実行するためのプログラムモジュール1093が、ハードディスクドライブ1090に記憶される。なお、ハードディスクドライブ1090は、SSD(Solid State Drive)により代替されてもよい。
The hard disk drive 1090 stores, for example, an
また、上述した実施形態の処理で用いられる設定データは、プログラムデータ1094として、例えばメモリ1010やハードディスクドライブ1090に記憶される。そして、CPU1020は、メモリ1010やハードディスクドライブ1090に記憶されたプログラムモジュール1093やプログラムデータ1094を必要に応じてRAM1012に読み出して、上述した実施形態の処理を実行する。
Furthermore, the setting data used in the processing of the embodiment described above is stored as
なお、プログラムモジュール1093やプログラムデータ1094は、ハードディスクドライブ1090に記憶される場合に限らず、例えば着脱可能な記憶媒体に記憶され、ディスクドライブ1100等を介してCPU1020によって読み出されてもよい。あるいは、プログラムモジュール1093及びプログラムデータ1094は、ネットワーク(LAN(Local Area Network)、WAN(Wide Area Network)等)を介して接続された他のコンピュータに記憶されてもよい。そして、プログラムモジュール1093及びプログラムデータ1094は、他のコンピュータから、ネットワークインタフェース1070を介してCPU1020によって読み出されてもよい。
Note that the
1 プラント運用システム
10 処理装置
20 端末装置
30 プラントシステム
11 通信部
12 記憶部
13 制御部
121 履歴DB
122 モデル情報
131 受付部
132 収集部
133 登録部
134 取得部
135 更新部
136 推論部
137 判定部
138 表示制御部
139 オートパイロット制御部
1
122
Claims (5)
前記履歴に、制御装置による自動操作であるか否かを示す第1の付与情報を少なくとも付与してデータベースに登録する登録部と、
前記データベースに登録された履歴から、少なくとも、現時刻よりも所定期間以前の前記第1の付与情報が前記制御装置による自動操作ではない第1の履歴を取得する取得部と、
前記取得部によって取得された履歴を用いて、前記説明変数から前記目的変数を出力するモデルを更新する更新部と、
を有することを特徴とする学習装置。 a collection unit that collects a history that is a combination of an explanatory variable that represents a situation in a product production process and a target variable that represents an operation of equipment in the production process;
a registration unit that adds at least first addition information indicating whether or not the operation is automatic by a control device to the history and registers it in a database;
an acquisition unit that acquires at least a first history in which the first given information for a predetermined period before the current time is not an automatic operation by the control device, from the history registered in the database;
an updating unit that uses the history acquired by the acquisition unit to update a model that outputs the objective variable from the explanatory variable;
A learning device characterized by having.
前記取得部は、前記データベースに登録された履歴から、前記制御装置による自動操作であることを示す前記第1の付与情報が付与された履歴であって、前記第3の付与情報が付与された第3の履歴を取得することを特徴とする請求項1に記載の学習装置。 The registration unit adds third attached information to a history within a predetermined period before and after a history in which the operation of the device is a manual operation by an operator, among the history,
The acquisition unit acquires a history to which the first added information indicating that the operation is automatic by the control device is added, from the history registered in the database, and to which the third added information is added. The learning device according to claim 1, wherein a third history is acquired.
製品の生産工程における状況を表す説明変数と、前記生産工程における機器の操作を表す目的変数との組み合わせである履歴を収集する工程と、
前記履歴に、制御装置による自動操作であるか否かを示す第1の付与情報を少なくとも付与してデータベースに登録する工程と、
前記データベースに登録された履歴から、少なくとも、現時刻よりも所定期間以前の前記第1の付与情報が前記制御装置による自動操作ではない第1の履歴を取得する工程と、
前記取得する工程において取得された履歴を用いて、前記説明変数から前記目的変数を出力するモデルを更新する工程と、
を含んだことを特徴とする学習方法。 A learning method executed by a learning device, comprising:
a step of collecting a history that is a combination of explanatory variables representing the situation in the product production process and objective variables representing the operation of equipment in the production process;
Adding at least first added information indicating whether or not the operation is automatic by a control device to the history and registering it in a database;
from the history registered in the database, acquiring at least a first history in which the first given information is not automatically operated by the control device for a predetermined period before the current time;
updating a model that outputs the objective variable from the explanatory variable using the history acquired in the acquiring step;
A learning method characterized by including.
前記履歴に、制御装置による自動操作であるか否かを示す第1の付与情報を少なくとも付与してデータベースに登録するステップと、
前記データベースに登録された履歴から、少なくとも、現時刻よりも所定期間以前の前記第1の付与情報が前記制御装置による自動操作ではない第1の履歴を取得するステップと、
前記取得するステップにおいて取得された履歴を用いて、前記説明変数から前記目的変数を出力するモデルを更新するステップと、
をコンピュータに実行させるための学習プログラム。 collecting a history that is a combination of an explanatory variable representing the situation in a product production step and a target variable representing the operation of equipment in the production step;
Adding at least first added information indicating whether or not the operation is automatic by a control device to the history and registering it in a database;
from the history registered in the database, acquiring at least a first history in which the first given information for a predetermined period before the current time is not an automatic operation by the control device;
updating a model that outputs the objective variable from the explanatory variable using the history acquired in the acquiring step;
A learning program for making a computer execute
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2023133001A JP7443609B1 (en) | 2022-10-28 | 2023-08-17 | Learning devices, learning methods and learning programs |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2022173728A JP7335414B1 (en) | 2022-10-28 | 2022-10-28 | LEARNING DEVICE, LEARNING METHOD AND LEARNING PROGRAM |
JP2023133001A JP7443609B1 (en) | 2022-10-28 | 2023-08-17 | Learning devices, learning methods and learning programs |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2022173728A Division JP7335414B1 (en) | 2022-10-28 | 2022-10-28 | LEARNING DEVICE, LEARNING METHOD AND LEARNING PROGRAM |
Publications (2)
Publication Number | Publication Date |
---|---|
JP7443609B1 true JP7443609B1 (en) | 2024-03-05 |
JP2024064997A JP2024064997A (en) | 2024-05-14 |
Family
ID=87764123
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2022173728A Active JP7335414B1 (en) | 2022-10-28 | 2022-10-28 | LEARNING DEVICE, LEARNING METHOD AND LEARNING PROGRAM |
JP2023133001A Active JP7443609B1 (en) | 2022-10-28 | 2023-08-17 | Learning devices, learning methods and learning programs |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2022173728A Active JP7335414B1 (en) | 2022-10-28 | 2022-10-28 | LEARNING DEVICE, LEARNING METHOD AND LEARNING PROGRAM |
Country Status (1)
Country | Link |
---|---|
JP (2) | JP7335414B1 (en) |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2020166421A (en) | 2019-03-28 | 2020-10-08 | 日立造船株式会社 | Information processing device, information processing method, information processing program, and waste incineration plant |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5259797B2 (en) * | 2011-09-05 | 2013-08-07 | 株式会社東芝 | Learning type process abnormality diagnosis device and operator judgment estimation result collection device |
-
2022
- 2022-10-28 JP JP2022173728A patent/JP7335414B1/en active Active
-
2023
- 2023-08-17 JP JP2023133001A patent/JP7443609B1/en active Active
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2020166421A (en) | 2019-03-28 | 2020-10-08 | 日立造船株式会社 | Information processing device, information processing method, information processing program, and waste incineration plant |
Also Published As
Publication number | Publication date |
---|---|
JP2024064827A (en) | 2024-05-14 |
JP7335414B1 (en) | 2023-08-29 |
JP2024064997A (en) | 2024-05-14 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP7394805B2 (en) | Computer system and method for dynamic construction and online deployment of behavior-centered first-principles process models for predictive analysis | |
JP7461440B2 (en) | COMPUTER SYSTEM AND METHOD FOR PERFORMING ROOT CAUSE ANALYSIS AND BUILDING PREDICTION MODELS FOR THE OCCURRENCE OF RARE EVENTS IN PLANT-WIDE OPERATIONS - Patent application | |
JP6942790B2 (en) | Information processing device and information processing method | |
US11288577B2 (en) | Deep long short term memory network for estimation of remaining useful life of the components | |
JP2018195308A (en) | Method and system for data-based optimization of performance indicators in process and manufacturing industries | |
JP6985833B2 (en) | Data processing equipment, control systems, data processing methods and programs | |
US20210216386A1 (en) | Time-sequential data diagnosis device, additional learning method, and recording medium | |
JPH1074188A (en) | Data learning device and plant controller | |
KR102660544B1 (en) | Control apparatus, controller, control system, control method and control program | |
JP2023106037A (en) | Driving assist system, driving assist method, and program | |
JP2019021032A (en) | Simulation device and simulation method | |
CN116796961A (en) | Engineering project management method, equipment and computer readable storage medium | |
JP2023106043A (en) | Driving assist system, driving assist method, and program | |
JP7443609B1 (en) | Learning devices, learning methods and learning programs | |
JP7400064B1 (en) | Learning devices, learning methods and learning programs | |
EP3620997A1 (en) | Transfer learning of machine-learning models using knowledge graph database | |
JP2017091485A (en) | Monitoring support device, monitoring support method, and program | |
JP7483827B1 (en) | Learning device, learning method, and learning program | |
CN114417549B (en) | Digital twin object field data processing system based on super computer | |
CN110298476A (en) | Energy consumption prediction technique, device, computer equipment and storage medium | |
JP7513798B2 (en) | Learning device, learning method, and learning program | |
JP7506208B1 (en) | Information processing device, information processing method, and information processing program | |
Qi et al. | Remaining useful life prediction of rolling element bearings based on unscented Kalman filter | |
JP2023173391A (en) | Analysis device, analysis method, and analysis program | |
US20230081471A1 (en) | Information processing device, information processing method, and non-transitory computer readable medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20230817 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20240130 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20240221 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 7443609 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |