1. 1
9月8日 基調講演: Valliappa Lakshmanan 氏 (Google, Director
for Data Analytics and AI Solutions on Google Cloud)
“Machine Learning Design Patterns in Industry”
産業界における機械学習デザインパターン
https://ses.sigse.jp/2021/
2021年9月6日
29. 説明可能な予測 Explainable Predictions
• 問題: 予測の説明困難
• 解決: シンプルなモデル採用、予測結果における説明など
29
原 聡, 私のブックマーク: 機械学習における解釈性, 人工知能 33(5), 2018
原 聡, 私のブックマーク: 説明可能AI, 人工知能 34(4), 2019
AI ・機械学習 グループ, アドバンス・トップエスイー 最先端ソフトウェアゼミ成果発表, 2019
https://www.topse.jp/images/%E6%A9%9F%E6%A2%B0%E5%AD%A6%E7%BF%92%E3%82%BC%E3%83%9F.pdf
分類 概要 例
大域的説
明
近似モ
デル
決定木(Born Again
Trees)
ルール(defragTrees)
局所的説
明
根拠 特徴量(LIME)
データ(influence)
深層学習
モデルの
説明
特に画
像認識
モデル
の根拠
注目領域のハイライト
(SmoothGrad)
説明文生成(Visual
Explanations)
説明可能
なモデル
設計
説明可
能モデ
ル
シンプルなモデルの採用
ルールセット
(Interpretable decision
sets)
短時間
using 19990914 build on win98
using the new account wizard if I
add multiple accounts with the
same server…
長時間
this mean the problem was with
their web page and its cool now or
we still need to figure out what the
actual bug was and fix that…
Y. Noyori, H. Washizaki, et al., “Extracting features related
to bug fixing time of bug reports by deep learning and
gradient-based visualization,” 2021 IEEE International
Conference on Artificial Intelligence and Computer
Applications
例: バグレポートの修正時間予測
の深層学習モデルの説明
『機械学習デザインパターン ―データ準備、モデル構築、MLOpsの実践上の問題と解決』Lakshmananら著, 鷲崎ら訳, オライリージャパン, 202129