SlideShare una empresa de Scribd logo
1 de 48
Descargar para leer sin conexión
AIST AIRC machine learning team
Masashi Tsubaki
(3 )
( )
[Tsubaki, Tomii, and Sese, 2018 in Bioinformatics]
[Tsubaki and Mizoguchi, 2018 in Journal of physical chemistry letters]
AIST AIRC machine learning team
Masashi Tsubaki
AIST AIRC machine learning team
1 ( )
Masashi Tsubaki
🤭 🤐 🤫
1
publish … ( )
( )
AIST AIRC machine learning team
Masashi Tsubaki
https://github.com/masashitsubaki
( !)
AIST AIRC machine learning team
GitHub ( SMILES )
Masashi Tsubaki
https://github.com/masashitsubaki/molecularGNN_smiles
GNN
CC(=O)OC1=CC=CC=C1C(=O)O
SMILES
SMILES
(※ SMILES RDKit )
(e.g., or not)
AIST AIRC machine learning team
SMILES
Masashi Tsubaki
(SMILES 0 or 1)
(SMILES )
(※GitHub )
AIST AIRC machine learning team
GitHub ( )
Masashi Tsubaki
Atom x y z
O 0.03 0.98 0.008
H 0.06 0.02 0.002
H 0.87 1.30 0.0007
Water molecule
GNN
(e.g., )
https://github.com/masashitsubaki/molecularGNN_3Dstructure
AIST AIRC machine learning team
Masashi Tsubaki
Molecular property types
Data index
Each atom and its 3D coordinate
in the molecule CH4
Properties in order of the above types
In the following, each data is
described with the same format
( README)
AIST AIRC machine learning team
Masashi Tsubaki
( )
bash train.sh
train.sh
AIST AIRC machine learning team
bash train.sh (Google colab )
Masashi Tsubaki
AIST AIRC machine learning team
(QM9 )
Masashi Tsubaki
dataset: QM9_under14atoms
property: U0(kcal/mol)
dim: 200
layer_hidden: 6
layer_output: 6
batch_train: 32
batch_test: 32
learning_rate: 1e-3
decay of learning rate: 0.99
interval of decay: 10
iteration: 3000
1.9 kcal/mol
1.0 kcal/mol
AIST AIRC machine learning team
Masashi Tsubaki
data_train public data_test in house
dataset 2
(e.g., ) (e.g., )
AIST AIRC machine learning team
preprocess.py train.py ( )
Masashi Tsubaki
( )
AIST AIRC machine learning team
Masashi Tsubaki
DeepChem
Schnet
Chainer chemistry
kGCN
AIST AIRC machine learning team
Masashi Tsubaki
tsubaki.masashi@aist.go.jp
GitHub 🙇
…
🙇
AIST AIRC machine learning team
Masashi Tsubaki
https://github.com/masashitsubaki
( !)
[Tsubaki, Tomii, and Sese, 2018 in Bioinformatics]
[Tsubaki and Mizoguchi, 2018 in Journal of physical chemistry letters]
AIST AIRC machine learning team
Masashi Tsubaki
😅
🤔 COOH
( )
1
0
1 (e.g., )
( or not)
AIST AIRC machine learning team
( + )
Masashi Tsubaki
(e.g., )
AIST AIRC machine learning team
Masashi Tsubaki
🤖 ( or not)
( )
( ) (end-to-end)
( )
Graph neural network (GNN)
[Scarselli+ 09; Kearnes+ 16]
(1)
( )
(2) (or )
( )
(3)
( )
O C
H
H
AIST AIRC machine learning team
Masashi Tsubaki
: GNN
NN ( )
( transition propagation( ) message passing )
O C
H
H
AIST AIRC machine learning team
Masashi Tsubaki
: GNN
x
(`+1)
i = x
(`)
i +
X
j
f(x
(`)
j )
e.g, ReLu(Wx+b)
NN
(4)
(5)
sum
or not
( )
AIST AIRC machine learning team
Masashi Tsubaki
O C
H
H
sum
or not
(NN ) end-to-end
AIST AIRC machine learning team
Masashi Tsubaki
O C
H
H
PyTorch-like code
AIST AIRC machine learning team
( )
Masashi Tsubaki
C
O
H
fif 1 else 0
H
[Tsubaki, Tomii, and Sese, 2018 in Bioinformatics]
[Tsubaki and Mizoguchi, 2018 in Journal of physical chemistry letters]
AIST AIRC machine learning team
Masashi Tsubaki
or not
GNN
GNN assumption
( )
Masashi Tsubaki
AIST AIRC machine learning team
Masashi Tsubaki
AIST AIRC machine learning team
β-lactam
Masashi Tsubaki
AIST AIRC machine learning team
👍
x1
x2
xM
r
(e.g., r=2)
Masashi Tsubaki
x
(`+1)
i = x
(`)
i +
X
j
f(x
(`)
j )
i-th fingerprint
vector
Neighboring fingerprint
vector
fingerprint based-GNN
AIST AIRC machine learning team
β-lactam
Fingerprint vectors
Masashi Tsubaki
( GitHub)
AIST AIRC machine learning team
https://github.com/masashitsubaki/CPI_prediction
fingerprint-GNN CNN
Masashi Tsubaki
(human C.elegans)
AIST AIRC machine learning team
( …)
Dataset: Human
Radius of subgraphs (fingerprints): 2
Amino acid n-gram :3
Dimensionality :10
Layer of GNN: 3
Window size of n-gram :5
Layer of CNN: 3
Learning rate: 1e-4
Decay of learning rate: 0.5
Interval of decay: 10
Dataset: C.elegans
Radius of subgraphs (fingerprints): 2
Amino acid n-gram :3
Dimensionality :10
Layer of GNN: 3
Window size of n-gram :5
Layer of CNN: 3
Learning rate: 1e-4
Decay of learning rate: 0.5
Interval of decay: 10
Liu et al., 2015 -
(highly credible negative samples)
Masashi Tsubaki
AIST AIRC machine learning team
... some reports even above 0.99 AUC on standard benchmarks…
Masashi Tsubaki
AIST AIRC machine learning team
( )
…
[Tsubaki, Tomii, and Sese, 2018 in Bioinformatics]
[Tsubaki and Mizoguchi, 2018 in Journal of physical chemistry letters]
AIST AIRC machine learning team
Masashi Tsubaki
AIST AIRC machine learning team
Masashi Tsubaki
Atom x y z
O 0.03 0.98 0.008
H 0.06 0.02 0.002
H 0.87 1.30 0.0007
3
( )
-9.24 eV
Water molecule ( …)
( …)
( …)
AIST AIRC machine learning team
Nature comm PRL ( …)
Masashi Tsubaki
( )
AIST AIRC machine learning team
Masashi Tsubaki
( …)
( )
O C
H
H
※
AIST AIRC machine learning team
Masashi Tsubaki
Schnet( )
i
x
(`+1)
i =
X
j
e j d2
ij f(x
(`)
j )
j
( …)
( )
AIST AIRC machine learning team
Masashi Tsubaki
Gaussian
( )
=
O
H
H
f
⌘
exp
⇣
2
※
AIST AIRC machine learning team
Masashi Tsubaki
(※QM9 29 130k )
QM9 14 (15k )
( )
AIST AIRC machine learning team
Masashi Tsubaki
QM9 14 (10k )
1.0
Chemical accuracy
1.90 kcal/mol
AIST AIRC machine learning team
Masashi Tsubaki
1 ( )
1.24 kcal/mol
GNN
( …)
1.90 kcal/mol
1.0
AIST AIRC machine learning team
Masashi Tsubaki
New!
GNN ( )
AIST AIRC machine learning team
( )
Masashi Tsubaki
14 15
New!
AIST AIRC machine learning team
Masashi Tsubaki
Atom x y z
O 0.03 0.98 0.008
H 0.06 0.02 0.002
H 0.87 1.30 0.0007
( )
=
1
-9.24 eV
Water molecule
=
etc…
…
( )
🤭
AIST AIRC machine learning team
Masashi Tsubaki
SchNOrb extends the deep tensor neural network SchNet to represent electronic
wavefunctions, ...model uses about 93 million parameters to predict a large Hamiltonian…
AIST AIRC machine learning team
Masashi Tsubaki
https://github.com/masashitsubaki
tsubaki.masashi@aist.go.jp

Más contenido relacionado

La actualidad más candente

PCAの最終形態GPLVMの解説
PCAの最終形態GPLVMの解説PCAの最終形態GPLVMの解説
PCAの最終形態GPLVMの解説弘毅 露崎
 
Optuna Dashboardの紹介と設計解説 - 2022/12/10 Optuna Meetup #2
Optuna Dashboardの紹介と設計解説 - 2022/12/10 Optuna Meetup #2Optuna Dashboardの紹介と設計解説 - 2022/12/10 Optuna Meetup #2
Optuna Dashboardの紹介と設計解説 - 2022/12/10 Optuna Meetup #2Preferred Networks
 
汎用なNeural Network Potential「Matlantis」を使った新素材探索_浅野_JACI先端化学・材料技術部会 高選択性反応分科会主...
汎用なNeural Network Potential「Matlantis」を使った新素材探索_浅野_JACI先端化学・材料技術部会 高選択性反応分科会主...汎用なNeural Network Potential「Matlantis」を使った新素材探索_浅野_JACI先端化学・材料技術部会 高選択性反応分科会主...
汎用なNeural Network Potential「Matlantis」を使った新素材探索_浅野_JACI先端化学・材料技術部会 高選択性反応分科会主...Matlantis
 
Matlantis™のニューラルネットワークポテンシャルPFPの適用範囲拡張
Matlantis™のニューラルネットワークポテンシャルPFPの適用範囲拡張Matlantis™のニューラルネットワークポテンシャルPFPの適用範囲拡張
Matlantis™のニューラルネットワークポテンシャルPFPの適用範囲拡張Preferred Networks
 
グラフニューラルネットワークとグラフ組合せ問題
グラフニューラルネットワークとグラフ組合せ問題グラフニューラルネットワークとグラフ組合せ問題
グラフニューラルネットワークとグラフ組合せ問題joisino
 
PFP:材料探索のための汎用Neural Network Potential_中郷_20220422POLセミナー
PFP:材料探索のための汎用Neural Network Potential_中郷_20220422POLセミナーPFP:材料探索のための汎用Neural Network Potential_中郷_20220422POLセミナー
PFP:材料探索のための汎用Neural Network Potential_中郷_20220422POLセミナーMatlantis
 
深層学習の数理
深層学習の数理深層学習の数理
深層学習の数理Taiji Suzuki
 
機械学習モデルの判断根拠の説明(Ver.2)
機械学習モデルの判断根拠の説明(Ver.2)機械学習モデルの判断根拠の説明(Ver.2)
機械学習モデルの判断根拠の説明(Ver.2)Satoshi Hara
 
PFP:材料探索のための汎用Neural Network Potential - 2021/10/4 QCMSR + DLAP共催
PFP:材料探索のための汎用Neural Network Potential - 2021/10/4 QCMSR + DLAP共催PFP:材料探索のための汎用Neural Network Potential - 2021/10/4 QCMSR + DLAP共催
PFP:材料探索のための汎用Neural Network Potential - 2021/10/4 QCMSR + DLAP共催Preferred Networks
 
Active Learning 入門
Active Learning 入門Active Learning 入門
Active Learning 入門Shuyo Nakatani
 
Graph Neural Networks
Graph Neural NetworksGraph Neural Networks
Graph Neural Networkstm1966
 
【メタサーベイ】数式ドリブン教師あり学習
【メタサーベイ】数式ドリブン教師あり学習【メタサーベイ】数式ドリブン教師あり学習
【メタサーベイ】数式ドリブン教師あり学習cvpaper. challenge
 
論文紹介「A Perspective View and Survey of Meta-Learning」
論文紹介「A Perspective View and Survey of Meta-Learning」論文紹介「A Perspective View and Survey of Meta-Learning」
論文紹介「A Perspective View and Survey of Meta-Learning」Kota Matsui
 
時系列予測にTransformerを使うのは有効か?
時系列予測にTransformerを使うのは有効か?時系列予測にTransformerを使うのは有効か?
時系列予測にTransformerを使うのは有効か?Fumihiko Takahashi
 
Swin Transformer (ICCV'21 Best Paper) を完璧に理解する資料
Swin Transformer (ICCV'21 Best Paper) を完璧に理解する資料Swin Transformer (ICCV'21 Best Paper) を完璧に理解する資料
Swin Transformer (ICCV'21 Best Paper) を完璧に理解する資料Yusuke Uchida
 
機械学習 入門
機械学習 入門機械学習 入門
機械学習 入門Hayato Maki
 
KDD Cup 2021 時系列異常検知コンペ 参加報告
KDD Cup 2021 時系列異常検知コンペ 参加報告KDD Cup 2021 時系列異常検知コンペ 参加報告
KDD Cup 2021 時系列異常検知コンペ 参加報告GentaYoshimura
 
モデル高速化百選
モデル高速化百選モデル高速化百選
モデル高速化百選Yusuke Uchida
 
[DL輪読会]Reward Augmented Maximum Likelihood for Neural Structured Prediction
[DL輪読会]Reward Augmented Maximum Likelihood for Neural Structured Prediction[DL輪読会]Reward Augmented Maximum Likelihood for Neural Structured Prediction
[DL輪読会]Reward Augmented Maximum Likelihood for Neural Structured PredictionDeep Learning JP
 

La actualidad más candente (20)

PCAの最終形態GPLVMの解説
PCAの最終形態GPLVMの解説PCAの最終形態GPLVMの解説
PCAの最終形態GPLVMの解説
 
Optuna Dashboardの紹介と設計解説 - 2022/12/10 Optuna Meetup #2
Optuna Dashboardの紹介と設計解説 - 2022/12/10 Optuna Meetup #2Optuna Dashboardの紹介と設計解説 - 2022/12/10 Optuna Meetup #2
Optuna Dashboardの紹介と設計解説 - 2022/12/10 Optuna Meetup #2
 
汎用なNeural Network Potential「Matlantis」を使った新素材探索_浅野_JACI先端化学・材料技術部会 高選択性反応分科会主...
汎用なNeural Network Potential「Matlantis」を使った新素材探索_浅野_JACI先端化学・材料技術部会 高選択性反応分科会主...汎用なNeural Network Potential「Matlantis」を使った新素材探索_浅野_JACI先端化学・材料技術部会 高選択性反応分科会主...
汎用なNeural Network Potential「Matlantis」を使った新素材探索_浅野_JACI先端化学・材料技術部会 高選択性反応分科会主...
 
Matlantis™のニューラルネットワークポテンシャルPFPの適用範囲拡張
Matlantis™のニューラルネットワークポテンシャルPFPの適用範囲拡張Matlantis™のニューラルネットワークポテンシャルPFPの適用範囲拡張
Matlantis™のニューラルネットワークポテンシャルPFPの適用範囲拡張
 
グラフニューラルネットワークとグラフ組合せ問題
グラフニューラルネットワークとグラフ組合せ問題グラフニューラルネットワークとグラフ組合せ問題
グラフニューラルネットワークとグラフ組合せ問題
 
PFP:材料探索のための汎用Neural Network Potential_中郷_20220422POLセミナー
PFP:材料探索のための汎用Neural Network Potential_中郷_20220422POLセミナーPFP:材料探索のための汎用Neural Network Potential_中郷_20220422POLセミナー
PFP:材料探索のための汎用Neural Network Potential_中郷_20220422POLセミナー
 
深層学習の数理
深層学習の数理深層学習の数理
深層学習の数理
 
機械学習モデルの判断根拠の説明(Ver.2)
機械学習モデルの判断根拠の説明(Ver.2)機械学習モデルの判断根拠の説明(Ver.2)
機械学習モデルの判断根拠の説明(Ver.2)
 
PFP:材料探索のための汎用Neural Network Potential - 2021/10/4 QCMSR + DLAP共催
PFP:材料探索のための汎用Neural Network Potential - 2021/10/4 QCMSR + DLAP共催PFP:材料探索のための汎用Neural Network Potential - 2021/10/4 QCMSR + DLAP共催
PFP:材料探索のための汎用Neural Network Potential - 2021/10/4 QCMSR + DLAP共催
 
Active Learning 入門
Active Learning 入門Active Learning 入門
Active Learning 入門
 
Graph Neural Networks
Graph Neural NetworksGraph Neural Networks
Graph Neural Networks
 
BlackBox モデルの説明性・解釈性技術の実装
BlackBox モデルの説明性・解釈性技術の実装BlackBox モデルの説明性・解釈性技術の実装
BlackBox モデルの説明性・解釈性技術の実装
 
【メタサーベイ】数式ドリブン教師あり学習
【メタサーベイ】数式ドリブン教師あり学習【メタサーベイ】数式ドリブン教師あり学習
【メタサーベイ】数式ドリブン教師あり学習
 
論文紹介「A Perspective View and Survey of Meta-Learning」
論文紹介「A Perspective View and Survey of Meta-Learning」論文紹介「A Perspective View and Survey of Meta-Learning」
論文紹介「A Perspective View and Survey of Meta-Learning」
 
時系列予測にTransformerを使うのは有効か?
時系列予測にTransformerを使うのは有効か?時系列予測にTransformerを使うのは有効か?
時系列予測にTransformerを使うのは有効か?
 
Swin Transformer (ICCV'21 Best Paper) を完璧に理解する資料
Swin Transformer (ICCV'21 Best Paper) を完璧に理解する資料Swin Transformer (ICCV'21 Best Paper) を完璧に理解する資料
Swin Transformer (ICCV'21 Best Paper) を完璧に理解する資料
 
機械学習 入門
機械学習 入門機械学習 入門
機械学習 入門
 
KDD Cup 2021 時系列異常検知コンペ 参加報告
KDD Cup 2021 時系列異常検知コンペ 参加報告KDD Cup 2021 時系列異常検知コンペ 参加報告
KDD Cup 2021 時系列異常検知コンペ 参加報告
 
モデル高速化百選
モデル高速化百選モデル高速化百選
モデル高速化百選
 
[DL輪読会]Reward Augmented Maximum Likelihood for Neural Structured Prediction
[DL輪読会]Reward Augmented Maximum Likelihood for Neural Structured Prediction[DL輪読会]Reward Augmented Maximum Likelihood for Neural Structured Prediction
[DL輪読会]Reward Augmented Maximum Likelihood for Neural Structured Prediction
 

Más de STAIR Lab, Chiba Institute of Technology

リアクティブプログラミングにおける時変値永続化の試み (第2回ステアラボソフトウェア技術セミナー)
リアクティブプログラミングにおける時変値永続化の試み (第2回ステアラボソフトウェア技術セミナー)リアクティブプログラミングにおける時変値永続化の試み (第2回ステアラボソフトウェア技術セミナー)
リアクティブプログラミングにおける時変値永続化の試み (第2回ステアラボソフトウェア技術セミナー)STAIR Lab, Chiba Institute of Technology
 
制約解消によるプログラム検証・合成 (第1回ステアラボソフトウェア技術セミナー)
制約解消によるプログラム検証・合成 (第1回ステアラボソフトウェア技術セミナー)制約解消によるプログラム検証・合成 (第1回ステアラボソフトウェア技術セミナー)
制約解消によるプログラム検証・合成 (第1回ステアラボソフトウェア技術セミナー)STAIR Lab, Chiba Institute of Technology
 
企業化する大学と、公益化する企業。そして、人工知能の社会実装に向けて。(ステアラボ人工知能シンポジウム)
企業化する大学と、公益化する企業。そして、人工知能の社会実装に向けて。(ステアラボ人工知能シンポジウム)企業化する大学と、公益化する企業。そして、人工知能の社会実装に向けて。(ステアラボ人工知能シンポジウム)
企業化する大学と、公益化する企業。そして、人工知能の社会実装に向けて。(ステアラボ人工知能シンポジウム)STAIR Lab, Chiba Institute of Technology
 
画像キャプションと動作認識の最前線 〜データセットに注目して〜(第17回ステアラボ人工知能セミナー)
画像キャプションと動作認識の最前線 〜データセットに注目して〜(第17回ステアラボ人工知能セミナー)画像キャプションと動作認識の最前線 〜データセットに注目して〜(第17回ステアラボ人工知能セミナー)
画像キャプションと動作認識の最前線 〜データセットに注目して〜(第17回ステアラボ人工知能セミナー)STAIR Lab, Chiba Institute of Technology
 
文法および流暢性を考慮した頑健なテキスト誤り訂正 (第15回ステアラボ人工知能セミナー)
文法および流暢性を考慮した頑健なテキスト誤り訂正 (第15回ステアラボ人工知能セミナー)文法および流暢性を考慮した頑健なテキスト誤り訂正 (第15回ステアラボ人工知能セミナー)
文法および流暢性を考慮した頑健なテキスト誤り訂正 (第15回ステアラボ人工知能セミナー)STAIR Lab, Chiba Institute of Technology
 
多腕バンディット問題: 定式化と応用 (第13回ステアラボ人工知能セミナー)
多腕バンディット問題: 定式化と応用 (第13回ステアラボ人工知能セミナー)多腕バンディット問題: 定式化と応用 (第13回ステアラボ人工知能セミナー)
多腕バンディット問題: 定式化と応用 (第13回ステアラボ人工知能セミナー)STAIR Lab, Chiba Institute of Technology
 
Computer Vision meets Fashion (第12回ステアラボ人工知能セミナー)
Computer Vision meets Fashion (第12回ステアラボ人工知能セミナー)Computer Vision meets Fashion (第12回ステアラボ人工知能セミナー)
Computer Vision meets Fashion (第12回ステアラボ人工知能セミナー)STAIR Lab, Chiba Institute of Technology
 
高次元空間におけるハブの出現 (第11回ステアラボ人工知能セミナー)
高次元空間におけるハブの出現 (第11回ステアラボ人工知能セミナー)高次元空間におけるハブの出現 (第11回ステアラボ人工知能セミナー)
高次元空間におけるハブの出現 (第11回ステアラボ人工知能セミナー)STAIR Lab, Chiba Institute of Technology
 
知識グラフの埋め込みとその応用 (第10回ステアラボ人工知能セミナー)
知識グラフの埋め込みとその応用 (第10回ステアラボ人工知能セミナー)知識グラフの埋め込みとその応用 (第10回ステアラボ人工知能セミナー)
知識グラフの埋め込みとその応用 (第10回ステアラボ人工知能セミナー)STAIR Lab, Chiba Institute of Technology
 
時系列ビッグデータの特徴自動抽出とリアルタイム将来予測(第9回ステアラボ人工知能セミナー)
時系列ビッグデータの特徴自動抽出とリアルタイム将来予測(第9回ステアラボ人工知能セミナー)時系列ビッグデータの特徴自動抽出とリアルタイム将来予測(第9回ステアラボ人工知能セミナー)
時系列ビッグデータの特徴自動抽出とリアルタイム将来予測(第9回ステアラボ人工知能セミナー)STAIR Lab, Chiba Institute of Technology
 
Stair Captions and Stair Actions(ステアラボ人工知能シンポジウム2017)
Stair Captions and Stair Actions(ステアラボ人工知能シンポジウム2017)Stair Captions and Stair Actions(ステアラボ人工知能シンポジウム2017)
Stair Captions and Stair Actions(ステアラボ人工知能シンポジウム2017)STAIR Lab, Chiba Institute of Technology
 
最近の重要な論文の紹介 - テキストとの対応付けによる映像の理解に関連して(ステアラボ人工知能シンポジウム2017)
最近の重要な論文の紹介 - テキストとの対応付けによる映像の理解に関連して(ステアラボ人工知能シンポジウム2017)最近の重要な論文の紹介 - テキストとの対応付けによる映像の理解に関連して(ステアラボ人工知能シンポジウム2017)
最近の重要な論文の紹介 - テキストとの対応付けによる映像の理解に関連して(ステアラボ人工知能シンポジウム2017)STAIR Lab, Chiba Institute of Technology
 
視覚×言語の最前線(ステアラボ人工知能シンポジウム2017)
視覚×言語の最前線(ステアラボ人工知能シンポジウム2017)視覚×言語の最前線(ステアラボ人工知能シンポジウム2017)
視覚×言語の最前線(ステアラボ人工知能シンポジウム2017)STAIR Lab, Chiba Institute of Technology
 
自然言語処理分野の最前線(ステアラボ人工知能シンポジウム2017)
自然言語処理分野の最前線(ステアラボ人工知能シンポジウム2017)自然言語処理分野の最前線(ステアラボ人工知能シンポジウム2017)
自然言語処理分野の最前線(ステアラボ人工知能シンポジウム2017)STAIR Lab, Chiba Institute of Technology
 
ヒューマンコンピュテーションのための専門家発見(ステアラボ人工知能シンポジウム2017)
ヒューマンコンピュテーションのための専門家発見(ステアラボ人工知能シンポジウム2017)ヒューマンコンピュテーションのための専門家発見(ステアラボ人工知能シンポジウム2017)
ヒューマンコンピュテーションのための専門家発見(ステアラボ人工知能シンポジウム2017)STAIR Lab, Chiba Institute of Technology
 
深層学習を利用した映像要約への取り組み(第7回ステアラボ人工知能セミナー)
深層学習を利用した映像要約への取り組み(第7回ステアラボ人工知能セミナー)深層学習を利用した映像要約への取り組み(第7回ステアラボ人工知能セミナー)
深層学習を利用した映像要約への取り組み(第7回ステアラボ人工知能セミナー)STAIR Lab, Chiba Institute of Technology
 
Higher-order Factorization Machines(第5回ステアラボ人工知能セミナー)
Higher-order Factorization Machines(第5回ステアラボ人工知能セミナー)Higher-order Factorization Machines(第5回ステアラボ人工知能セミナー)
Higher-order Factorization Machines(第5回ステアラボ人工知能セミナー)STAIR Lab, Chiba Institute of Technology
 
群衆の知を引き出すための機械学習(第4回ステアラボ人工知能セミナー)
群衆の知を引き出すための機械学習(第4回ステアラボ人工知能セミナー)群衆の知を引き出すための機械学習(第4回ステアラボ人工知能セミナー)
群衆の知を引き出すための機械学習(第4回ステアラボ人工知能セミナー)STAIR Lab, Chiba Institute of Technology
 

Más de STAIR Lab, Chiba Institute of Technology (20)

リアクティブプログラミングにおける時変値永続化の試み (第2回ステアラボソフトウェア技術セミナー)
リアクティブプログラミングにおける時変値永続化の試み (第2回ステアラボソフトウェア技術セミナー)リアクティブプログラミングにおける時変値永続化の試み (第2回ステアラボソフトウェア技術セミナー)
リアクティブプログラミングにおける時変値永続化の試み (第2回ステアラボソフトウェア技術セミナー)
 
制約解消によるプログラム検証・合成 (第1回ステアラボソフトウェア技術セミナー)
制約解消によるプログラム検証・合成 (第1回ステアラボソフトウェア技術セミナー)制約解消によるプログラム検証・合成 (第1回ステアラボソフトウェア技術セミナー)
制約解消によるプログラム検証・合成 (第1回ステアラボソフトウェア技術セミナー)
 
企業化する大学と、公益化する企業。そして、人工知能の社会実装に向けて。(ステアラボ人工知能シンポジウム)
企業化する大学と、公益化する企業。そして、人工知能の社会実装に向けて。(ステアラボ人工知能シンポジウム)企業化する大学と、公益化する企業。そして、人工知能の社会実装に向けて。(ステアラボ人工知能シンポジウム)
企業化する大学と、公益化する企業。そして、人工知能の社会実装に向けて。(ステアラボ人工知能シンポジウム)
 
メテオサーチチャレンジ報告 (2位解法)
メテオサーチチャレンジ報告 (2位解法)メテオサーチチャレンジ報告 (2位解法)
メテオサーチチャレンジ報告 (2位解法)
 
画像キャプションと動作認識の最前線 〜データセットに注目して〜(第17回ステアラボ人工知能セミナー)
画像キャプションと動作認識の最前線 〜データセットに注目して〜(第17回ステアラボ人工知能セミナー)画像キャプションと動作認識の最前線 〜データセットに注目して〜(第17回ステアラボ人工知能セミナー)
画像キャプションと動作認識の最前線 〜データセットに注目して〜(第17回ステアラボ人工知能セミナー)
 
文法および流暢性を考慮した頑健なテキスト誤り訂正 (第15回ステアラボ人工知能セミナー)
文法および流暢性を考慮した頑健なテキスト誤り訂正 (第15回ステアラボ人工知能セミナー)文法および流暢性を考慮した頑健なテキスト誤り訂正 (第15回ステアラボ人工知能セミナー)
文法および流暢性を考慮した頑健なテキスト誤り訂正 (第15回ステアラボ人工知能セミナー)
 
多腕バンディット問題: 定式化と応用 (第13回ステアラボ人工知能セミナー)
多腕バンディット問題: 定式化と応用 (第13回ステアラボ人工知能セミナー)多腕バンディット問題: 定式化と応用 (第13回ステアラボ人工知能セミナー)
多腕バンディット問題: 定式化と応用 (第13回ステアラボ人工知能セミナー)
 
Computer Vision meets Fashion (第12回ステアラボ人工知能セミナー)
Computer Vision meets Fashion (第12回ステアラボ人工知能セミナー)Computer Vision meets Fashion (第12回ステアラボ人工知能セミナー)
Computer Vision meets Fashion (第12回ステアラボ人工知能セミナー)
 
高次元空間におけるハブの出現 (第11回ステアラボ人工知能セミナー)
高次元空間におけるハブの出現 (第11回ステアラボ人工知能セミナー)高次元空間におけるハブの出現 (第11回ステアラボ人工知能セミナー)
高次元空間におけるハブの出現 (第11回ステアラボ人工知能セミナー)
 
知識グラフの埋め込みとその応用 (第10回ステアラボ人工知能セミナー)
知識グラフの埋め込みとその応用 (第10回ステアラボ人工知能セミナー)知識グラフの埋め込みとその応用 (第10回ステアラボ人工知能セミナー)
知識グラフの埋め込みとその応用 (第10回ステアラボ人工知能セミナー)
 
JSAI Cup2017報告会
JSAI Cup2017報告会JSAI Cup2017報告会
JSAI Cup2017報告会
 
時系列ビッグデータの特徴自動抽出とリアルタイム将来予測(第9回ステアラボ人工知能セミナー)
時系列ビッグデータの特徴自動抽出とリアルタイム将来予測(第9回ステアラボ人工知能セミナー)時系列ビッグデータの特徴自動抽出とリアルタイム将来予測(第9回ステアラボ人工知能セミナー)
時系列ビッグデータの特徴自動抽出とリアルタイム将来予測(第9回ステアラボ人工知能セミナー)
 
Stair Captions and Stair Actions(ステアラボ人工知能シンポジウム2017)
Stair Captions and Stair Actions(ステアラボ人工知能シンポジウム2017)Stair Captions and Stair Actions(ステアラボ人工知能シンポジウム2017)
Stair Captions and Stair Actions(ステアラボ人工知能シンポジウム2017)
 
最近の重要な論文の紹介 - テキストとの対応付けによる映像の理解に関連して(ステアラボ人工知能シンポジウム2017)
最近の重要な論文の紹介 - テキストとの対応付けによる映像の理解に関連して(ステアラボ人工知能シンポジウム2017)最近の重要な論文の紹介 - テキストとの対応付けによる映像の理解に関連して(ステアラボ人工知能シンポジウム2017)
最近の重要な論文の紹介 - テキストとの対応付けによる映像の理解に関連して(ステアラボ人工知能シンポジウム2017)
 
視覚×言語の最前線(ステアラボ人工知能シンポジウム2017)
視覚×言語の最前線(ステアラボ人工知能シンポジウム2017)視覚×言語の最前線(ステアラボ人工知能シンポジウム2017)
視覚×言語の最前線(ステアラボ人工知能シンポジウム2017)
 
自然言語処理分野の最前線(ステアラボ人工知能シンポジウム2017)
自然言語処理分野の最前線(ステアラボ人工知能シンポジウム2017)自然言語処理分野の最前線(ステアラボ人工知能シンポジウム2017)
自然言語処理分野の最前線(ステアラボ人工知能シンポジウム2017)
 
ヒューマンコンピュテーションのための専門家発見(ステアラボ人工知能シンポジウム2017)
ヒューマンコンピュテーションのための専門家発見(ステアラボ人工知能シンポジウム2017)ヒューマンコンピュテーションのための専門家発見(ステアラボ人工知能シンポジウム2017)
ヒューマンコンピュテーションのための専門家発見(ステアラボ人工知能シンポジウム2017)
 
深層学習を利用した映像要約への取り組み(第7回ステアラボ人工知能セミナー)
深層学習を利用した映像要約への取り組み(第7回ステアラボ人工知能セミナー)深層学習を利用した映像要約への取り組み(第7回ステアラボ人工知能セミナー)
深層学習を利用した映像要約への取り組み(第7回ステアラボ人工知能セミナー)
 
Higher-order Factorization Machines(第5回ステアラボ人工知能セミナー)
Higher-order Factorization Machines(第5回ステアラボ人工知能セミナー)Higher-order Factorization Machines(第5回ステアラボ人工知能セミナー)
Higher-order Factorization Machines(第5回ステアラボ人工知能セミナー)
 
群衆の知を引き出すための機械学習(第4回ステアラボ人工知能セミナー)
群衆の知を引き出すための機械学習(第4回ステアラボ人工知能セミナー)群衆の知を引き出すための機械学習(第4回ステアラボ人工知能セミナー)
群衆の知を引き出すための機械学習(第4回ステアラボ人工知能セミナー)
 

Último

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 

Último (20)

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 

グラフ構造データに対する深層学習〜創薬・材料科学への応用とその問題点〜 (第26回ステアラボ人工知能セミナー)

  • 1.
  • 2. AIST AIRC machine learning team Masashi Tsubaki (3 ) ( )
  • 3. [Tsubaki, Tomii, and Sese, 2018 in Bioinformatics] [Tsubaki and Mizoguchi, 2018 in Journal of physical chemistry letters] AIST AIRC machine learning team Masashi Tsubaki
  • 4. AIST AIRC machine learning team 1 ( ) Masashi Tsubaki 🤭 🤐 🤫 1 publish … ( ) ( )
  • 5. AIST AIRC machine learning team Masashi Tsubaki https://github.com/masashitsubaki ( !)
  • 6. AIST AIRC machine learning team GitHub ( SMILES ) Masashi Tsubaki https://github.com/masashitsubaki/molecularGNN_smiles GNN CC(=O)OC1=CC=CC=C1C(=O)O SMILES SMILES (※ SMILES RDKit ) (e.g., or not)
  • 7. AIST AIRC machine learning team SMILES Masashi Tsubaki (SMILES 0 or 1) (SMILES ) (※GitHub )
  • 8. AIST AIRC machine learning team GitHub ( ) Masashi Tsubaki Atom x y z O 0.03 0.98 0.008 H 0.06 0.02 0.002 H 0.87 1.30 0.0007 Water molecule GNN (e.g., ) https://github.com/masashitsubaki/molecularGNN_3Dstructure
  • 9. AIST AIRC machine learning team Masashi Tsubaki Molecular property types Data index Each atom and its 3D coordinate in the molecule CH4 Properties in order of the above types In the following, each data is described with the same format ( README)
  • 10. AIST AIRC machine learning team Masashi Tsubaki ( ) bash train.sh train.sh
  • 11. AIST AIRC machine learning team bash train.sh (Google colab ) Masashi Tsubaki
  • 12. AIST AIRC machine learning team (QM9 ) Masashi Tsubaki dataset: QM9_under14atoms property: U0(kcal/mol) dim: 200 layer_hidden: 6 layer_output: 6 batch_train: 32 batch_test: 32 learning_rate: 1e-3 decay of learning rate: 0.99 interval of decay: 10 iteration: 3000 1.9 kcal/mol 1.0 kcal/mol
  • 13. AIST AIRC machine learning team Masashi Tsubaki data_train public data_test in house dataset 2 (e.g., ) (e.g., )
  • 14. AIST AIRC machine learning team preprocess.py train.py ( ) Masashi Tsubaki ( )
  • 15. AIST AIRC machine learning team Masashi Tsubaki DeepChem Schnet Chainer chemistry kGCN
  • 16. AIST AIRC machine learning team Masashi Tsubaki tsubaki.masashi@aist.go.jp GitHub 🙇 …
  • 17. 🙇 AIST AIRC machine learning team Masashi Tsubaki https://github.com/masashitsubaki ( !)
  • 18. [Tsubaki, Tomii, and Sese, 2018 in Bioinformatics] [Tsubaki and Mizoguchi, 2018 in Journal of physical chemistry letters] AIST AIRC machine learning team Masashi Tsubaki
  • 19. 😅 🤔 COOH ( ) 1 0 1 (e.g., ) ( or not) AIST AIRC machine learning team ( + ) Masashi Tsubaki (e.g., )
  • 20. AIST AIRC machine learning team Masashi Tsubaki 🤖 ( or not) ( ) ( ) (end-to-end) ( ) Graph neural network (GNN) [Scarselli+ 09; Kearnes+ 16]
  • 21. (1) ( ) (2) (or ) ( ) (3) ( ) O C H H AIST AIRC machine learning team Masashi Tsubaki : GNN
  • 22. NN ( ) ( transition propagation( ) message passing ) O C H H AIST AIRC machine learning team Masashi Tsubaki : GNN x (`+1) i = x (`) i + X j f(x (`) j ) e.g, ReLu(Wx+b) NN (4) (5)
  • 23. sum or not ( ) AIST AIRC machine learning team Masashi Tsubaki O C H H
  • 24. sum or not (NN ) end-to-end AIST AIRC machine learning team Masashi Tsubaki O C H H
  • 25. PyTorch-like code AIST AIRC machine learning team ( ) Masashi Tsubaki C O H fif 1 else 0 H
  • 26. [Tsubaki, Tomii, and Sese, 2018 in Bioinformatics] [Tsubaki and Mizoguchi, 2018 in Journal of physical chemistry letters] AIST AIRC machine learning team Masashi Tsubaki
  • 27. or not GNN GNN assumption ( ) Masashi Tsubaki AIST AIRC machine learning team
  • 28. Masashi Tsubaki AIST AIRC machine learning team
  • 29. β-lactam Masashi Tsubaki AIST AIRC machine learning team
  • 30. 👍 x1 x2 xM r (e.g., r=2) Masashi Tsubaki x (`+1) i = x (`) i + X j f(x (`) j ) i-th fingerprint vector Neighboring fingerprint vector fingerprint based-GNN AIST AIRC machine learning team β-lactam Fingerprint vectors
  • 31. Masashi Tsubaki ( GitHub) AIST AIRC machine learning team https://github.com/masashitsubaki/CPI_prediction fingerprint-GNN CNN
  • 32. Masashi Tsubaki (human C.elegans) AIST AIRC machine learning team ( …) Dataset: Human Radius of subgraphs (fingerprints): 2 Amino acid n-gram :3 Dimensionality :10 Layer of GNN: 3 Window size of n-gram :5 Layer of CNN: 3 Learning rate: 1e-4 Decay of learning rate: 0.5 Interval of decay: 10 Dataset: C.elegans Radius of subgraphs (fingerprints): 2 Amino acid n-gram :3 Dimensionality :10 Layer of GNN: 3 Window size of n-gram :5 Layer of CNN: 3 Learning rate: 1e-4 Decay of learning rate: 0.5 Interval of decay: 10 Liu et al., 2015 - (highly credible negative samples)
  • 33. Masashi Tsubaki AIST AIRC machine learning team ... some reports even above 0.99 AUC on standard benchmarks…
  • 34. Masashi Tsubaki AIST AIRC machine learning team ( ) …
  • 35. [Tsubaki, Tomii, and Sese, 2018 in Bioinformatics] [Tsubaki and Mizoguchi, 2018 in Journal of physical chemistry letters] AIST AIRC machine learning team Masashi Tsubaki
  • 36. AIST AIRC machine learning team Masashi Tsubaki Atom x y z O 0.03 0.98 0.008 H 0.06 0.02 0.002 H 0.87 1.30 0.0007 3 ( ) -9.24 eV Water molecule ( …) ( …) ( …)
  • 37. AIST AIRC machine learning team Nature comm PRL ( …) Masashi Tsubaki ( )
  • 38. AIST AIRC machine learning team Masashi Tsubaki ( …) ( ) O C H H ※
  • 39. AIST AIRC machine learning team Masashi Tsubaki Schnet( ) i x (`+1) i = X j e j d2 ij f(x (`) j ) j ( …) ( )
  • 40. AIST AIRC machine learning team Masashi Tsubaki Gaussian ( ) = O H H f ⌘ exp ⇣ 2 ※
  • 41. AIST AIRC machine learning team Masashi Tsubaki (※QM9 29 130k ) QM9 14 (15k ) ( )
  • 42. AIST AIRC machine learning team Masashi Tsubaki QM9 14 (10k ) 1.0 Chemical accuracy 1.90 kcal/mol
  • 43. AIST AIRC machine learning team Masashi Tsubaki 1 ( ) 1.24 kcal/mol GNN ( …) 1.90 kcal/mol 1.0
  • 44. AIST AIRC machine learning team Masashi Tsubaki New! GNN ( )
  • 45. AIST AIRC machine learning team ( ) Masashi Tsubaki 14 15 New!
  • 46. AIST AIRC machine learning team Masashi Tsubaki Atom x y z O 0.03 0.98 0.008 H 0.06 0.02 0.002 H 0.87 1.30 0.0007 ( ) = 1 -9.24 eV Water molecule = etc… … ( ) 🤭
  • 47. AIST AIRC machine learning team Masashi Tsubaki SchNOrb extends the deep tensor neural network SchNet to represent electronic wavefunctions, ...model uses about 93 million parameters to predict a large Hamiltonian…
  • 48. AIST AIRC machine learning team Masashi Tsubaki https://github.com/masashitsubaki tsubaki.masashi@aist.go.jp