JP7710965B2 - 情報処理装置、情報処理方法およびプログラム - Google Patents
情報処理装置、情報処理方法およびプログラムInfo
- Publication number
- JP7710965B2 JP7710965B2 JP2021186893A JP2021186893A JP7710965B2 JP 7710965 B2 JP7710965 B2 JP 7710965B2 JP 2021186893 A JP2021186893 A JP 2021186893A JP 2021186893 A JP2021186893 A JP 2021186893A JP 7710965 B2 JP7710965 B2 JP 7710965B2
- Authority
- JP
- Japan
- Prior art keywords
- model
- data
- input data
- information
- unit
- 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
Classifications
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B17/00—Systems involving the use of models or simulators of said systems
- G05B17/02—Systems involving the use of models or simulators of said systems electric
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B13/00—Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion
- G05B13/02—Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric
- G05B13/04—Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric involving the use of models or simulators
- G05B13/041—Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric involving the use of models or simulators in which a variable is automatically adjusted to optimise the performance
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B13/00—Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion
- G05B13/02—Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric
- G05B13/0265—Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric the criterion being a learning criterion
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B13/00—Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion
- G05B13/02—Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric
- G05B13/04—Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric involving the use of models or simulators
- G05B13/048—Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric involving the use of models or simulators using a predictor
Landscapes
- Engineering & Computer Science (AREA)
- Artificial Intelligence (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Automation & Control Theory (AREA)
- Health & Medical Sciences (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Evolutionary Computation (AREA)
- Medical Informatics (AREA)
- Software Systems (AREA)
- Testing And Monitoring For Control Systems (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Description
・過去に更新したモデルおよび更新の履歴(学習履歴)を記憶する機能
・新たなデータを用いて、記憶されたモデルそれぞれの評価値を算出する機能
・記憶されたモデルの中から最適なモデルを選択し、更新の対象とする機能
・一時的に意図しないデータが得られた期間を判定する機能
(A1)目的変数に対する各説明変数の影響度
(A2)指定モデルのパラメータのうち、指定モデルを更新するときに選択された対象モデルに対して変化したパラメータ
(A3)指定モデルの更新に用いられた1以上の入力データそれぞれが得られた期間(データ期間の履歴)
(A4)入力データが指定モデルの更新に用いられなかった期間を表す対象外期間
101 通信制御部
102 記憶制御部
103 受付部
104 予測部
105 評価部
106 選択部
107 更新部
111 生成部
112 表示制御部
121 記憶部
122 入力デバイス
123 ディスプレイ
200 管理システム
201 通信制御部
221 記憶部
300 ネットワーク
Claims (10)
- 出力データに対する影響度がそれぞれ算出される複数の変数を含む入力データを入力して前記出力データを出力するモデルであって、相互に異なるデータ期間に入力される1以上の第1入力データそれぞれを用いて更新されたモデルの識別情報を含む1以上の履歴情報を記憶部に記憶させる記憶制御部と、
前記履歴情報に含まれる識別情報で識別される1以上の前記モデルそれぞれについて、第2入力データを用いて前記出力データを予測する予測部と、
前記出力データに基づいて、前記モデルそれぞれの予測の精度を表す評価値を求める評価部と、
他のモデルより予測の精度が高いことを示す前記評価値を有するモデルを、前記第2入力データを用いた更新の対象とする対象モデルとして選択する選択部と、
前記対象モデルを初期値として、前記第2入力データを用いて更新後のパラメータを推定する転移学習により、前記対象モデルを更新する更新部と、
を備える情報処理装置。 - 前記モデルは、複数の説明変数を含む入力データを入力し、目的変数である出力データを出力する回帰モデルであり、
前記評価値は、平均二乗誤差、決定係数、および、平均絶対誤差のいずれかである、
請求項1に記載の情報処理装置。 - 前記記憶制御部は、前記履歴情報の数が閾値より大きい場合に、前記記憶部に記憶されている履歴情報の一部を削除する、
請求項1または2に記載の情報処理装置。 - 前記履歴情報のうち指定された前記履歴情報に含まれる識別情報で識別されるモデルである指定モデルの属性を表す属性情報を生成する生成部と、
前記属性情報を可視化する表示制御部と、をさらに備える、
請求項1から3のいずれか1項に記載の情報処理装置。 - 前記生成部は、前記影響度を前記属性情報として生成する、
請求項4に記載の情報処理装置。 - 前記生成部は、前記指定モデルのパラメータのうち、前記指定モデルを更新するときに選択された前記対象モデルに対して変化したパラメータを示す前記属性情報を生成する、
請求項4に記載の情報処理装置。 - 前記生成部は、前記データ期間を示す前記属性情報を生成する、
請求項4に記載の情報処理装置。 - 前記履歴情報は、前記モデルの更新に用いられた前記第1入力データの前記データ期間の履歴をさらに含み、
前記生成部は、前記履歴情報に含まれる前記データ期間の履歴に基づいて、前記第1入力データが前記指定モデルの更新に用いられなかった前記データ期間を表す対象外期間を示す前記属性情報を生成する、
請求項4に記載の情報処理装置。 - 情報処理装置で実行される情報処理方法であって、
出力データに対する影響度がそれぞれ算出される複数の変数を含む入力データを入力して前記出力データを出力するモデルであって、相互に異なるデータ期間に入力される1以上の第1入力データそれぞれを用いて更新されたモデルの識別情報を含む1以上の履歴情報を記憶部に記憶させる記憶制御ステップと、
前記履歴情報に含まれる識別情報で識別される1以上の前記モデルそれぞれについて、第2入力データを用いて前記出力データを予測する予測ステップと、
前記出力データに基づいて、前記モデルそれぞれの予測の精度を表す評価値を求める評価ステップと、
他のモデルより予測の精度が高いことを示す前記評価値を有するモデルを、前記第2入力データを用いた更新の対象とする対象モデルとして選択する選択ステップと、
前記対象モデルを初期値として、前記第2入力データを用いて更新後のパラメータを推定する転移学習により、前記対象モデルを更新する更新ステップと、
を含む情報処理方法。 - コンピュータに、
出力データに対する影響度がそれぞれ算出される複数の変数を含む入力データを入力して前記出力データを出力するモデルであって、相互に異なるデータ期間に入力される1以上の第1入力データそれぞれを用いて更新されたモデルの識別情報を含む1以上の履歴情報を記憶部に記憶させる記憶制御ステップと、
前記履歴情報に含まれる識別情報で識別される1以上の前記モデルそれぞれについて、第2入力データを用いて前記出力データを予測する予測ステップと、
前記出力データに基づいて、前記モデルそれぞれの予測の精度を表す評価値を求める評価ステップと、
他のモデルより予測の精度が高いことを示す前記評価値を有するモデルを、前記第2入力データを用いた更新の対象とする対象モデルとして選択する選択ステップと、
前記対象モデルを初期値として、前記第2入力データを用いて更新後のパラメータを推定する転移学習により、前記対象モデルを更新する更新ステップと、
を実行させるためのプログラム。
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2021186893A JP7710965B2 (ja) | 2021-11-17 | 2021-11-17 | 情報処理装置、情報処理方法およびプログラム |
| US17/898,697 US20230152759A1 (en) | 2021-11-17 | 2022-08-30 | Information processing apparatus, information processing method, and computer program product |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2021186893A JP7710965B2 (ja) | 2021-11-17 | 2021-11-17 | 情報処理装置、情報処理方法およびプログラム |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2023074114A JP2023074114A (ja) | 2023-05-29 |
| JP7710965B2 true JP7710965B2 (ja) | 2025-07-22 |
Family
ID=86324599
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2021186893A Active JP7710965B2 (ja) | 2021-11-17 | 2021-11-17 | 情報処理装置、情報処理方法およびプログラム |
Country Status (2)
| Country | Link |
|---|---|
| US (1) | US20230152759A1 (ja) |
| JP (1) | JP7710965B2 (ja) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP7696844B2 (ja) * | 2022-01-17 | 2025-06-23 | 株式会社日立ハイテク | 機械学習システム |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2015203936A (ja) | 2014-04-14 | 2015-11-16 | 株式会社日立製作所 | 状態監視装置 |
| JP2020170244A (ja) | 2019-04-01 | 2020-10-15 | 株式会社東芝 | 情報処理システム、情報処理装置、方法及びプログラム |
| JP2021071261A (ja) | 2019-10-31 | 2021-05-06 | 株式会社富士通ゼネラル | 空気調和システム |
| JP2021071932A (ja) | 2019-10-31 | 2021-05-06 | 横河電機株式会社 | 装置、方法およびプログラム |
| JP2021103596A (ja) | 2019-12-20 | 2021-07-15 | エヌ・ティ・ティ・コミュニケーションズ株式会社 | 学習装置、学習方法および学習プログラム |
Family Cites Families (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2020026643A1 (ja) * | 2018-08-03 | 2020-02-06 | ソニー株式会社 | 情報処理装置、情報処理方法及び情報処理プログラム |
| JP7059166B2 (ja) * | 2018-11-29 | 2022-04-25 | 株式会社東芝 | 情報処理装置、情報処理方法およびプログラム |
| US20200394527A1 (en) * | 2019-06-12 | 2020-12-17 | International Business Machines Corporation | Prediction model |
| TW202131240A (zh) * | 2019-10-16 | 2021-08-16 | 美商Pdf對策公司 | 藉由累積預測進行的機器學習變數選定及根本原因發現 |
| US20240256973A1 (en) * | 2021-05-19 | 2024-08-01 | Telefonaktiebolaget Lm Ericsson (Publ) | Training a machine learning model using a distributed machine learning process |
-
2021
- 2021-11-17 JP JP2021186893A patent/JP7710965B2/ja active Active
-
2022
- 2022-08-30 US US17/898,697 patent/US20230152759A1/en active Pending
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2015203936A (ja) | 2014-04-14 | 2015-11-16 | 株式会社日立製作所 | 状態監視装置 |
| JP2020170244A (ja) | 2019-04-01 | 2020-10-15 | 株式会社東芝 | 情報処理システム、情報処理装置、方法及びプログラム |
| JP2021071261A (ja) | 2019-10-31 | 2021-05-06 | 株式会社富士通ゼネラル | 空気調和システム |
| JP2021071932A (ja) | 2019-10-31 | 2021-05-06 | 横河電機株式会社 | 装置、方法およびプログラム |
| JP2021103596A (ja) | 2019-12-20 | 2021-07-15 | エヌ・ティ・ティ・コミュニケーションズ株式会社 | 学習装置、学習方法および学習プログラム |
Also Published As
| Publication number | Publication date |
|---|---|
| JP2023074114A (ja) | 2023-05-29 |
| US20230152759A1 (en) | 2023-05-18 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP7036697B2 (ja) | 監視システム及び監視方法 | |
| JP2020052714A5 (ja) | ||
| JP6984013B2 (ja) | 推定システム、推定方法及び推定プログラム | |
| JP2014206870A (ja) | プラントモデル管理装置及び方法 | |
| JP5413240B2 (ja) | イベント予測システムおよびイベント予測方法、ならびにコンピュータ・プログラム | |
| JP6718500B2 (ja) | 生産システムにおける出力効率の最適化 | |
| JP7534118B2 (ja) | 故障予兆システム | |
| JP5320985B2 (ja) | 予測システム、予測方法および予測プログラム | |
| JP6711323B2 (ja) | プロセスの異常状態診断方法および異常状態診断装置 | |
| JP2023052477A (ja) | データ処理方法およびデータ処理プログラム | |
| US11754985B2 (en) | Information processing apparatus, information processing method and computer program product | |
| JP7180692B2 (ja) | 推定装置、推定方法、及びプログラム | |
| JP7283485B2 (ja) | 推定装置、推定方法、及びプログラム | |
| JP2016045536A (ja) | 設計支援装置 | |
| JP7476136B2 (ja) | 情報処理装置、情報処理方法及びプログラム | |
| US11762562B2 (en) | Performance analysis apparatus and performance analysis method | |
| JP7710965B2 (ja) | 情報処理装置、情報処理方法およびプログラム | |
| JP7352378B2 (ja) | 製造制御装置、製造制御方法及びプログラム | |
| KR102124425B1 (ko) | 시계열 데이터 예측 모델 평가 방법 및 장치 | |
| JP2020071493A (ja) | 結果予測装置、結果予測方法、及びプログラム | |
| KR20160053977A (ko) | 모델 적응을 위한 장치 및 방법 | |
| JP7161379B2 (ja) | 推論装置 | |
| TW202441336A (zh) | 資訊處理方法、電腦程式及資訊處理裝置 | |
| US20250271823A1 (en) | Information processing device, information processing method, and computer program product | |
| JP7815979B2 (ja) | 機械学習モデル更新装置、機械学習モデル更新方法及び機械学習モデル更新プログラム |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20240226 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20240910 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20241015 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20241125 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20250304 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20250319 |
|
| 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: 20250610 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20250709 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 7710965 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |