JP7589804B2 - 情報処理装置、変換方法およびプログラム - Google Patents
情報処理装置、変換方法およびプログラム Download PDFInfo
- Publication number
- JP7589804B2 JP7589804B2 JP2023515972A JP2023515972A JP7589804B2 JP 7589804 B2 JP7589804 B2 JP 7589804B2 JP 2023515972 A JP2023515972 A JP 2023515972A JP 2023515972 A JP2023515972 A JP 2023515972A JP 7589804 B2 JP7589804 B2 JP 7589804B2
- Authority
- JP
- Japan
- Prior art keywords
- data
- estimation result
- explanation
- explanatory
- information processing
- 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
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N20/00—Machine learning
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N5/00—Computing arrangements using knowledge-based models
- G06N5/04—Inference or reasoning models
- G06N5/045—Explanation of inference; Explainable artificial intelligence [XAI]; Interpretable artificial intelligence
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N99/00—Subject matter not provided for in other groups of this subclass
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- Physics & Mathematics (AREA)
- Computing Systems (AREA)
- Medical Informatics (AREA)
- Artificial Intelligence (AREA)
- Data Mining & Analysis (AREA)
- Evolutionary Computation (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Computational Linguistics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
図2は、説明変換処理のアルゴリズムの一例を示す図である。情報処理装置10は、説明データ変換部13において、図2に示すアルゴリズムを用いて、第一の説明データを第二の説明データに変換する。
x=x+ε
g2=IG(x)
ans=(g2-g1)/ε
ans=ans/x
ans=IG(x)
ans=ans/x
情報処理装置10は、例えば、コンピュータに、本実施の形態で説明する処理内容を記述したプログラムを実行させることにより実現可能である。なお、この「コンピュータ」は、物理マシンであってもよいし、クラウド上の仮想マシンであってもよい。仮想マシンを使用する場合、ここで説明する「ハードウェア」は仮想的なハードウェアである。
本明細書には、少なくとも下記の各項に記載した情報処理装置、変換方法およびプログラムが記載されている。
(第1項)
機械学習モデルの推定結果を示す推定結果データと、前記推定結果を説明するための第一の説明データと、を取得する推定結果取得部と、
前記推定結果データに基づいて、前記第一の説明データを第二の説明データに変換する説明データ変換部と、を備える、
情報処理装置。
(第2項)
前記説明データ変換部は、前記推定結果データがバイアス項を含むか否かを判定し、前記バイアス項を含む場合には、摂動を含む前記第二の説明データに変換する、
第1項に記載の情報処理装置。
(第3項)
前記説明データ変換部は、前記バイアス項を含まない場合には、前記機械学習モデルに入力させたクエリデータにゼロ成分が含まれるか否かを判定し、前記ゼロ成分が含まれる場合には、前記摂動を含む前記第二の説明データに変換する、
第2項に記載の情報処理装置。
(第4項)
前記機械学習モデルは、活性化関数がReLUであるニューラルネットワークである、
第1項から第3項のいずれか1項に記載の情報処理装置。
(第5項)
前記第一の説明データは、IG(Integrated Gradient)による説明データであって、
前記第二の説明データは、VG(Vanilla Gradient)による説明データである、
第1項から第4項のいずれか1項に記載の情報処理装置。
(第6項)
コンピュータが実行する方法であって、
機械学習モデルの推定結果を示す推定結果データと、前記推定結果を説明するための第一の説明データと、を取得するステップと、
前記推定結果データに基づいて、前記第一の説明データを第二の説明データに変換するステップと、を備える、
変換方法。
(第7項)
コンピュータを第1項から第5項のいずれか1項に記載の情報処理装置における各部として機能させるためのプログラム。
10 情報処理装置
11 クエリ送信部
12 推定結果取得部
13 説明データ変換部
14 出力部
20 サーバ装置
21 クエリ取得部
22 推定部
23 推定結果出力部
24 深層学習モデル
1000 ドライブ装置
1001 記録媒体
1002 補助記憶装置
1003 メモリ装置
1004 CPU
1005 インタフェース装置
1006 表示装置
1007 入力装置
1008 出力装置
Claims (6)
- 機械学習モデルの推定結果を示す推定結果データと、前記推定結果を説明するための第一の説明データと、を取得する推定結果取得部と、
前記推定結果データに基づいて、前記第一の説明データを第二の説明データに変換する説明データ変換部と、を備え、
前記説明データ変換部は、前記推定結果データがバイアス項を含むか否かを判定し、前記バイアス項を含む場合には、前記第一の説明データを、摂動を含む前記第二の説明データに変換する、
情報処理装置。 - 前記説明データ変換部は、前記バイアス項を含まない場合には、前記機械学習モデルに入力させたクエリデータにゼロ成分が含まれるか否かを判定し、前記ゼロ成分が含まれる場合には、前記第一の説明データを、前記摂動を含む前記第二の説明データに変換する、
請求項1に記載の情報処理装置。 - 前記機械学習モデルは、活性化関数がReLUであるニューラルネットワークである、
請求項1又は2に記載の情報処理装置。 - 前記第一の説明データは、IG(Integrated Gradient)による説明データであって、
前記第二の説明データは、VG(Vanilla Gradient)による説明データである、
請求項1から3のいずれか1項に記載の情報処理装置。 - コンピュータが実行する変換方法であって、
機械学習モデルの推定結果を示す推定結果データと、前記推定結果を説明するための第一の説明データと、を取得するステップと、
前記推定結果データに基づいて、前記第一の説明データを第二の説明データに変換する説明データ変換ステップと、を備え、
前記説明データ変換ステップにおいて、前記推定結果データがバイアス項を含むか否かを判定し、前記バイアス項を含む場合には、前記第一の説明データを、摂動を含む前記第二の説明データに変換する、
変換方法。 - コンピュータを請求項1から4のいずれか1項に記載の情報処理装置における各部として機能させるためのプログラム。
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/JP2021/016289 WO2022224401A1 (ja) | 2021-04-22 | 2021-04-22 | 情報処理装置、変換方法およびプログラム |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPWO2022224401A1 JPWO2022224401A1 (ja) | 2022-10-27 |
| JP7589804B2 true JP7589804B2 (ja) | 2024-11-26 |
Family
ID=83722208
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2023515972A Active JP7589804B2 (ja) | 2021-04-22 | 2021-04-22 | 情報処理装置、変換方法およびプログラム |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US20240256969A1 (ja) |
| JP (1) | JP7589804B2 (ja) |
| WO (1) | WO2022224401A1 (ja) |
Family Cites Families (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| DE10356399B4 (de) * | 2003-12-03 | 2006-06-14 | Ontoprise Gmbh | Datenverarbeitungssystem |
| US20150142717A1 (en) * | 2013-11-19 | 2015-05-21 | Microsoft Corporation | Providing reasons for classification predictions and suggestions |
| US10824959B1 (en) * | 2016-02-16 | 2020-11-03 | Amazon Technologies, Inc. | Explainers for machine learning classifiers |
| EP3767543B1 (en) * | 2019-07-17 | 2025-09-17 | Robert Bosch GmbH | Device and method for operating a neural network |
| US11790278B2 (en) * | 2020-01-31 | 2023-10-17 | Salesforce.Com, Inc. | Determining rationale for a prediction of a machine learning based model |
| US12530616B2 (en) * | 2021-01-26 | 2026-01-20 | Oracle International Corporation | Machine learning traceback-enabled decision rationales as models for explainability |
| US12481899B2 (en) * | 2021-12-27 | 2025-11-25 | At&T Intellectual Property I, L.P. | Automated machine learning model explanation generation |
-
2021
- 2021-04-22 WO PCT/JP2021/016289 patent/WO2022224401A1/ja not_active Ceased
- 2021-04-22 US US18/554,672 patent/US20240256969A1/en active Pending
- 2021-04-22 JP JP2023515972A patent/JP7589804B2/ja active Active
Non-Patent Citations (1)
| Title |
|---|
| SMILKOV, Daniel et al.,"SmoothGrad: removing noise by adding noise",arXiv.org [online],arXiv:1706.03825v1,米国,Cornell University,2017年,[検索日 2021.05.28], インターネット:<URL: https://arxiv.org/pdf/1706.03825v1.pdf> |
Also Published As
| Publication number | Publication date |
|---|---|
| US20240256969A1 (en) | 2024-08-01 |
| WO2022224401A1 (ja) | 2022-10-27 |
| JPWO2022224401A1 (ja) | 2022-10-27 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP2994858B1 (en) | Inferring entity attribute values | |
| US8243988B1 (en) | Clustering images using an image region graph | |
| US11429892B2 (en) | Recommending sequences of content with bootstrapped reinforcement learning | |
| JP6378855B1 (ja) | 画像検索システム、画像検索方法およびプログラム | |
| JP2012118977A (ja) | 文書類似性計算の機械学習に基づく最適化およびカスタマイズのための方法およびシステム | |
| CN106776673A (zh) | 多媒体文档概括 | |
| US20180247183A1 (en) | Method and system for generative model learning, and recording medium | |
| US20180174072A1 (en) | Method and system for predicting future states of a datacenter | |
| CN111062431A (zh) | 图像聚类方法、图像聚类装置、电子设备及存储介质 | |
| WO2016200408A1 (en) | Hybrid classification system | |
| WO2025039385A1 (zh) | 一种预测模型的训练方法、装置、存储介质及电子设备 | |
| CN113033346B (zh) | 文本检测方法、装置和电子设备 | |
| JP5890340B2 (ja) | 画像分類装置及び画像分類プログラム | |
| JP7589804B2 (ja) | 情報処理装置、変換方法およびプログラム | |
| US20180176108A1 (en) | State information completion using context graphs | |
| WO2011016281A2 (ja) | ベイジアンネットワーク構造学習のための情報処理装置及びプログラム | |
| CN116824609B (zh) | 文档版式检测方法、装置和电子设备 | |
| WO2021166231A1 (ja) | シナリオ生成装置、シナリオ生成方法、及びコンピュータ読み取り可能な記録媒体 | |
| CN107622048B (zh) | 一种文本模式识别方法及系统 | |
| US20230401246A1 (en) | System and methods for streaming string similarity and pattern matching | |
| JP7387521B2 (ja) | 論述構造推定方法、論述構造推定装置、および論述構造推定プログラム | |
| JP2024101325A (ja) | 期待値計算方法、期待値計算装置及びプログラム | |
| JP5646664B2 (ja) | 画像照合装置及び画像照合方法 | |
| CN113850395A (zh) | 一种数据处理方法及系统 | |
| JP6280859B2 (ja) | 行動ネットワーク情報抽出装置、行動ネットワーク情報抽出方法及び行動ネットワーク情報抽出プログラム |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20230714 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20240604 |
|
| RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7422 Effective date: 20240701 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20240805 |
|
| 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: 20241015 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20241028 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 7589804 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
| R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |