SlideShare a Scribd company logo
1 of 34
Hyo Eun Lee
Network Science Lab
Dept. of Biotechnology
The Catholic University of Korea
E-mail: gydnsml@gmail.com
2023.08.15
Bioinformatics 2022
1
 Introduction
• Previous Research
• Purpose and Goal
 Method
• Representation of drug CS
• Method of global feature extracting
• BF feature learning module
• Strategies of information integration
 Experimental
• Dataset
• Baseline models and Evaluation criteria
 Results
 Conclusion
2
1. Introduction
Previous Research
• Combining drugs can lead to synergistic therapeutic effects
, but can also have side effects such as patient death due to potential interactions
• Traditional clinical experimentation methods are time-consuming and cumbersome
• DDI prediction models need to evolve to simplify the detection process and reduce
experimental complexity
3
1. Introduction
Previous Research
• Previous DDI prediction methods can be separated into
heterogeneous network-based method and homogeneous network-based method
• A homogeneous network-based method considers only one type of node and edge
, which limits its inductive capability and prediction performance
• The heterogeneous network-based method overcomes the limitations of homogeneous
networks by considering different types of nodes and edges
• Recently, KG was also proposed to use data integration
and federation techniques to represent complex relationships between objects
• However, focusing on just simple data fusion, triple truths, can limit inductive capability
4
1. Introduction
Purpose and Goal
• Proposing a deep learning framework called DeepLGF
to predict drug-drug interactions (DDIs) by aggregating local-global multi-information
based on biomedical knowledge graph (BKG)
• Propose an embedding method that includes chemical structure (CS) and
biological function (BF) as well as interactions with other biological entities
• Constructed a drug-receptor graph to fully train the BFs
and used BFGNN to generate drug embedding vectors
• Integrate multiple information without losing the ability to induce
, but make full use of the unique characteristics of BKGs as local information
5
1. Introduction
Purpose and Goal
6
2. Method
Representation of drug CS
• Extract features embedded in the drug structure using a method similar to the text embedding
method
• Propose a PB-DBOW method similar to PV-DBOW to predict words within a document
embedding vector.
7
2. Method
Representation of drug CS
• PB-DBOW is based on skip-grams to compute the embedding vector through the weight matrix
of the center word
ℎ𝑐 = 𝑤𝑇
𝑥𝑐
• The loss function maximizes the probability of occurrence across the N context words for each
center word
𝐸 = log 𝑝 𝑣𝑜 𝑣𝑐 = 𝑢𝑜
𝑇ℎ𝑐 − log
𝑖∈𝑁
exp 𝑢𝑖
𝑇
ℎ𝑐
• Similarly, the method proposed in this paper learns to maximize the probability of a center word
occurring in sentences
𝐸 = log 𝑝 𝑣𝑜 𝑠𝑒𝑛𝑡𝑐 = 𝑢𝑜
𝑇
ℎ𝑐 − log
𝑖∈𝑁
exp 𝑢𝑖
𝑇
ℎ𝑐
8
2. Method
Method of global feature extracting
• Using ComplEX, favorable for capturing antisymmetric relationships
, to obtain feature embedding vectors for associations between biological entities using BKGs
• Global representations can be learned through direct connections or potential flows
between nodes
9
2. Method
Method of global feature extracting
• BKG Definitions
𝐺𝐾𝐺 = ℎ, 𝑟, 𝑡 ℎ, 𝑡 𝜖 𝐸, 𝑟 𝜖 𝑅 }
• Calculate the probability that an interaction exists between two objects
using relation adjacent matrices using a scoring function and a sigmoid function
𝑃 𝑌ℎ𝑖,𝑟𝑖,𝑡𝑖
= 1 = 𝜎(𝜙(𝑟𝑖, ℎ𝑖, 𝑡𝑖; 𝛩))
𝜙 𝑟𝑖, ℎ𝑖, 𝑡𝑖; 𝛩 = 𝑅𝑒
𝑘=1
𝐾
𝑤𝑟𝑘𝑒ℎ𝑘𝑒𝑡𝑘
𝐿𝑜𝑠𝑠 = min 𝑖
𝑁
log 1 + exp −𝑌ℎ𝑖,𝑟𝑖,𝑡𝑖
𝜙 𝑟𝑖, ℎ𝑖, 𝑡𝑖; 𝛩 + 𝜆||𝛩||2
2
10
2. Method
BF feature learning module
• Propose BFGNN to leverage BF information to provide local details
and improve feature learning representation
• Different datasets have different amounts of BF information, so you need to build different
networks to extract features
11
2. Method
BF feature learning module
12
2. Method
BF feature learning module
• Map the drug-receptor matrix through an initial function
𝑓 ∶ 𝑉 → 𝑅𝑑
• A heterogeneous network can be used to generate feature A
𝑎𝑣 =
𝑟 ∈𝑅 𝑢∈(𝑁,(𝑣))
𝜎(𝑊
𝑐 𝜎 𝑊
𝑟𝑓 𝑢 + 𝑏𝑟 ∙ 𝜆𝑢,𝑣,𝑟 + 𝑏𝑐)
𝜆𝑢,𝑣,𝑟 =
𝑒 𝑢, 𝑣, 𝑟
𝑢∈(𝑁,(𝑣)) 𝑒 𝑢, 𝑣, 𝑟
𝑔 𝑣 =
𝜎 𝑊′𝑐𝑜𝑛𝑐𝑎𝑡 𝑓 𝑣 , 𝑎𝑣 + 𝑏′
𝜎 𝑊′𝑐𝑜𝑛𝑐𝑎𝑡 𝑓 𝑣 , 𝑎𝑣 + 𝑏′
2
min 𝐿𝑜𝑠𝑠 = min
𝑟 ∈𝑅 𝑣,𝑢∈𝑉
𝑒 𝑣, 𝑢, 𝑟 − 𝑔 𝑢 𝑇𝐺𝑟𝐻𝑟
𝑇𝑔(𝑣) 2
13
2. Method
Strategies of information integration
1. Directly connecting-based
𝑓𝑖 = 𝑐𝑜𝑛𝑐𝑎𝑡𝑒𝑛𝑎𝑡𝑒 𝑢𝑖, 𝑣𝑖, 𝑤𝑖
2. Crossing matrix-based
𝐶𝑖
′
= 𝑢𝑖 ⊗ 𝑣𝑖
𝐶𝑖 = 𝐶𝑖
′
⊗ 𝑤𝑖
3. Average-based
𝑓𝑖 = 𝑎𝑣𝑒𝑟𝑎𝑔𝑒 𝑢𝑖, 𝑣𝑖, 𝑤𝑖 =
𝑢𝑖 + 𝑣𝑖 + 𝑤𝑖
3
4. Self-attention-based
𝜃′ = 𝐴𝑡𝑡𝑒𝑛𝑡𝑖𝑜𝑛 𝑄, 𝐾, 𝑉 = 𝑠𝑜𝑓𝑡𝑚𝑎𝑥
𝑄𝐾𝑇
𝑑𝑘
𝑉
14
3. Experimental
Data set
• DrugBank
: Online database, comprehensive resource containing chemical, pharmacological and
pharmaceutical data
• SMILES - used as drug CS information
• Biological heterogeneous associations
- extract BF information, including protein targets, enzymes, transporters, and carriers
• DRKG
: Comprehensive BKG used for DDI prediction with BKG and for drug discovery and drug
repurposing
• used to extract information about GI, drug-drug interactions, drug-target interactions
, and other biomedical entities and relationships
15
3. Experimental
Data set
• To avoid the label leakage problem, we chose 28 edge types and 12 nodes
16
3. Experimental
Data set
• Since different heterogeneous networks need to be constructed depending on the BF
information, the dataset is divided into four main categories.
17
3. Experimental
Data set
• Paper tests performance on three prediction tasks
• 𝑇𝑘𝑘 : randomly select pairwise drugs
• 𝑇𝑘𝑛 : predicting interactions between known drugs
and new drugs
• 𝑇𝑛𝑛 : predicting interactions between new drugs
18
3. Experimental
Evaluation criteria
𝐴𝑐𝑐. =
𝑇𝑃 + 𝑇𝑁
𝑇𝑁 + 𝑇𝑃 + 𝐹𝑁 + 𝐹𝑃
𝑃𝑟𝑒𝑐. =
𝑇𝑃
𝑇𝑃 + 𝐹𝑃
𝑆𝑒𝑛. =
𝑇𝑃
𝑇𝑃 + 𝐹𝑁
𝐹1 =
2 × 𝑃𝑟𝑒𝑐. × 𝑆𝑒𝑛.
𝑃𝑟𝑒𝑐. +𝑆𝑒𝑛
𝑀𝐶𝐶 =
𝑇𝑃 × 𝑇𝑁 − 𝐹𝑃 × 𝐹𝑁
(𝑇𝑃 + 𝐹𝑃) × (𝑇𝑁 + 𝐹𝑁) × (𝑇𝑁 + 𝐹𝑃) × (𝑇𝑃 + 𝐹𝑁)
19
4. Results
Assessment of prediction ability
20
4. Results
Assessment of prediction ability
21
4. Results
Ablation experiments
22
4. Results
Comparison of different methods for extracting GI
23
4. Results
Comparison of machine learning classifiers
24
4. Results
Comparison of other methods
25
4. Results
Comparison of other methods
26
4. Results
Evaluation of prediction on 𝑻𝒌𝒏 and 𝑻𝒏𝒏 tasks
27
4. Results
Evaluation of prediction on 𝑻𝒌𝒏 and 𝑻𝒏𝒏 tasks
28
4. Results
Case studies: cannabidiol, cisplatin and dexamethasone
29
4. Results
Case studies: cannabidiol, cisplatin and dexamethasone
30
4. Results
Case studies: cannabidiol, cisplatin and dexamethasone
31
4. Results
Case studies: cannabidiol, cisplatin and dexamethasone
32
5. Conclusion
Conclusion
• A deep learning framework called DeepLGF is proposed for predicting potential drug-drug
interactions (DDIs) by fully utilizing local-global information.
• The framework combines natural language processing, graph neural networks, and
knowledge graph embedding methods to extract local and global features from biomedical
knowledge graphs.
• The authors also design four aggregation methods to fuse local-global features and
achieve advanced embedding of drugs.
• The performance of DeepLGF is evaluated based on several prediction tasks and datasets,
and the results show that DeepLGF outperforms state-of-the-art models.
• DeepLGF performs remarkably well and can be applied to a variety of prediction tasks,
making it promising for predicting potential DDIs in drug development and clinical
applications, this paper concludes.
NS-CUK Journal club: H.E.Lee, Review on " A biomedical knowledge graph-based method for drug–drug interactions prediction through combining local and global features with deep neural networks", Bioinformatics 2022

More Related Content

Similar to NS-CUK Journal club: H.E.Lee, Review on " A biomedical knowledge graph-based method for drug–drug interactions prediction through combining local and global features with deep neural networks", Bioinformatics 2022

NS-CUK Journal club: HELee, Review on "Graph embedding on biomedical networks...
NS-CUK Journal club: HELee, Review on "Graph embedding on biomedical networks...NS-CUK Journal club: HELee, Review on "Graph embedding on biomedical networks...
NS-CUK Journal club: HELee, Review on "Graph embedding on biomedical networks...ssuser4b1f48
 
Drug design based on bioinformatic tools
Drug design based on bioinformatic toolsDrug design based on bioinformatic tools
Drug design based on bioinformatic toolsSujeethKrishnan
 
An interactive approach to multiobjective clustering of gene expression patterns
An interactive approach to multiobjective clustering of gene expression patternsAn interactive approach to multiobjective clustering of gene expression patterns
An interactive approach to multiobjective clustering of gene expression patternsRavi Kumar
 
Retrosynthesis tutorial v2
Retrosynthesis tutorial v2Retrosynthesis tutorial v2
Retrosynthesis tutorial v2Wonjun Jeong
 
Performance analysis of linkage learning techniques
Performance analysis of linkage learning techniquesPerformance analysis of linkage learning techniques
Performance analysis of linkage learning techniqueseSAT Publishing House
 
Performance analysis of linkage learning techniques in genetic algorithms
Performance analysis of linkage learning techniques in genetic algorithmsPerformance analysis of linkage learning techniques in genetic algorithms
Performance analysis of linkage learning techniques in genetic algorithmseSAT Journals
 
cadd-191129134050 (1).pptx
cadd-191129134050 (1).pptxcadd-191129134050 (1).pptx
cadd-191129134050 (1).pptxNoorelhuda2
 
DRUG TARGETS AND DRUG DESIGNING.pptx
DRUG TARGETS AND DRUG DESIGNING.pptxDRUG TARGETS AND DRUG DESIGNING.pptx
DRUG TARGETS AND DRUG DESIGNING.pptxHumaRao8
 
Computer aided drug design Fragment Based Drug Design/ Medicinal Chemistry, I...
Computer aided drug design Fragment Based Drug Design/ Medicinal Chemistry, I...Computer aided drug design Fragment Based Drug Design/ Medicinal Chemistry, I...
Computer aided drug design Fragment Based Drug Design/ Medicinal Chemistry, I...SourajyotiGoswami
 
Structure based drug design- kiranmayi
Structure based drug design- kiranmayiStructure based drug design- kiranmayi
Structure based drug design- kiranmayiKiranmayiKnv
 
protein design, principles and examples.pptx
protein design, principles and examples.pptxprotein design, principles and examples.pptx
protein design, principles and examples.pptxGopiChand121
 
2014 Gene expressionmicroarrayclassification usingPCA–BEL.
2014 Gene expressionmicroarrayclassification usingPCA–BEL.2014 Gene expressionmicroarrayclassification usingPCA–BEL.
2014 Gene expressionmicroarrayclassification usingPCA–BEL.Ehsan Lotfi
 
H.B.Kim, Review on "DeeperGCN: ALL You Need to Train Deeper GCN", arXiv e-pri...
H.B.Kim, Review on "DeeperGCN: ALL You Need to Train Deeper GCN", arXiv e-pri...H.B.Kim, Review on "DeeperGCN: ALL You Need to Train Deeper GCN", arXiv e-pri...
H.B.Kim, Review on "DeeperGCN: ALL You Need to Train Deeper GCN", arXiv e-pri...ssuser2624f71
 
Computational Biology Methods for Drug Discovery_Phase 1-5_November 2015
Computational Biology Methods for Drug Discovery_Phase 1-5_November 2015Computational Biology Methods for Drug Discovery_Phase 1-5_November 2015
Computational Biology Methods for Drug Discovery_Phase 1-5_November 2015Mathew Varghese
 
Researc-paper_Project Work Phase-1 PPT (21CS09).pptx
Researc-paper_Project Work Phase-1 PPT (21CS09).pptxResearc-paper_Project Work Phase-1 PPT (21CS09).pptx
Researc-paper_Project Work Phase-1 PPT (21CS09).pptxAdityaKumar993506
 
Using open bioactivity data for developing machine-learning prediction models...
Using open bioactivity data for developing machine-learning prediction models...Using open bioactivity data for developing machine-learning prediction models...
Using open bioactivity data for developing machine-learning prediction models...Sunghwan Kim
 

Similar to NS-CUK Journal club: H.E.Lee, Review on " A biomedical knowledge graph-based method for drug–drug interactions prediction through combining local and global features with deep neural networks", Bioinformatics 2022 (20)

Master's Thesis Presentation
Master's Thesis PresentationMaster's Thesis Presentation
Master's Thesis Presentation
 
NS-CUK Journal club: HELee, Review on "Graph embedding on biomedical networks...
NS-CUK Journal club: HELee, Review on "Graph embedding on biomedical networks...NS-CUK Journal club: HELee, Review on "Graph embedding on biomedical networks...
NS-CUK Journal club: HELee, Review on "Graph embedding on biomedical networks...
 
Drug design based on bioinformatic tools
Drug design based on bioinformatic toolsDrug design based on bioinformatic tools
Drug design based on bioinformatic tools
 
An interactive approach to multiobjective clustering of gene expression patterns
An interactive approach to multiobjective clustering of gene expression patternsAn interactive approach to multiobjective clustering of gene expression patterns
An interactive approach to multiobjective clustering of gene expression patterns
 
Retrosynthesis tutorial v2
Retrosynthesis tutorial v2Retrosynthesis tutorial v2
Retrosynthesis tutorial v2
 
Performance analysis of linkage learning techniques
Performance analysis of linkage learning techniquesPerformance analysis of linkage learning techniques
Performance analysis of linkage learning techniques
 
Performance analysis of linkage learning techniques in genetic algorithms
Performance analysis of linkage learning techniques in genetic algorithmsPerformance analysis of linkage learning techniques in genetic algorithms
Performance analysis of linkage learning techniques in genetic algorithms
 
cadd-191129134050 (1).pptx
cadd-191129134050 (1).pptxcadd-191129134050 (1).pptx
cadd-191129134050 (1).pptx
 
DRUG TARGETS AND DRUG DESIGNING.pptx
DRUG TARGETS AND DRUG DESIGNING.pptxDRUG TARGETS AND DRUG DESIGNING.pptx
DRUG TARGETS AND DRUG DESIGNING.pptx
 
Computer aided drug design Fragment Based Drug Design/ Medicinal Chemistry, I...
Computer aided drug design Fragment Based Drug Design/ Medicinal Chemistry, I...Computer aided drug design Fragment Based Drug Design/ Medicinal Chemistry, I...
Computer aided drug design Fragment Based Drug Design/ Medicinal Chemistry, I...
 
Structure based drug design- kiranmayi
Structure based drug design- kiranmayiStructure based drug design- kiranmayi
Structure based drug design- kiranmayi
 
Autodock review ppt
Autodock review pptAutodock review ppt
Autodock review ppt
 
protein design, principles and examples.pptx
protein design, principles and examples.pptxprotein design, principles and examples.pptx
protein design, principles and examples.pptx
 
2014 Gene expressionmicroarrayclassification usingPCA–BEL.
2014 Gene expressionmicroarrayclassification usingPCA–BEL.2014 Gene expressionmicroarrayclassification usingPCA–BEL.
2014 Gene expressionmicroarrayclassification usingPCA–BEL.
 
Computer aided drug designing (cadd)
Computer aided drug designing (cadd)Computer aided drug designing (cadd)
Computer aided drug designing (cadd)
 
H.B.Kim, Review on "DeeperGCN: ALL You Need to Train Deeper GCN", arXiv e-pri...
H.B.Kim, Review on "DeeperGCN: ALL You Need to Train Deeper GCN", arXiv e-pri...H.B.Kim, Review on "DeeperGCN: ALL You Need to Train Deeper GCN", arXiv e-pri...
H.B.Kim, Review on "DeeperGCN: ALL You Need to Train Deeper GCN", arXiv e-pri...
 
3D QSAR
3D QSAR3D QSAR
3D QSAR
 
Computational Biology Methods for Drug Discovery_Phase 1-5_November 2015
Computational Biology Methods for Drug Discovery_Phase 1-5_November 2015Computational Biology Methods for Drug Discovery_Phase 1-5_November 2015
Computational Biology Methods for Drug Discovery_Phase 1-5_November 2015
 
Researc-paper_Project Work Phase-1 PPT (21CS09).pptx
Researc-paper_Project Work Phase-1 PPT (21CS09).pptxResearc-paper_Project Work Phase-1 PPT (21CS09).pptx
Researc-paper_Project Work Phase-1 PPT (21CS09).pptx
 
Using open bioactivity data for developing machine-learning prediction models...
Using open bioactivity data for developing machine-learning prediction models...Using open bioactivity data for developing machine-learning prediction models...
Using open bioactivity data for developing machine-learning prediction models...
 

More from ssuser4b1f48

NS-CUK Seminar: V.T.Hoang, Review on "GOAT: A Global Transformer on Large-sca...
NS-CUK Seminar: V.T.Hoang, Review on "GOAT: A Global Transformer on Large-sca...NS-CUK Seminar: V.T.Hoang, Review on "GOAT: A Global Transformer on Large-sca...
NS-CUK Seminar: V.T.Hoang, Review on "GOAT: A Global Transformer on Large-sca...ssuser4b1f48
 
NS-CUK Seminar: J.H.Lee, Review on "Graph Propagation Transformer for Graph R...
NS-CUK Seminar: J.H.Lee, Review on "Graph Propagation Transformer for Graph R...NS-CUK Seminar: J.H.Lee, Review on "Graph Propagation Transformer for Graph R...
NS-CUK Seminar: J.H.Lee, Review on "Graph Propagation Transformer for Graph R...ssuser4b1f48
 
NS-CUK Seminar: H.B.Kim, Review on "Cluster-GCN: An Efficient Algorithm for ...
NS-CUK Seminar: H.B.Kim,  Review on "Cluster-GCN: An Efficient Algorithm for ...NS-CUK Seminar: H.B.Kim,  Review on "Cluster-GCN: An Efficient Algorithm for ...
NS-CUK Seminar: H.B.Kim, Review on "Cluster-GCN: An Efficient Algorithm for ...ssuser4b1f48
 
NS-CUK Seminar: H.E.Lee, Review on "Weisfeiler and Leman Go Neural: Higher-O...
NS-CUK Seminar: H.E.Lee,  Review on "Weisfeiler and Leman Go Neural: Higher-O...NS-CUK Seminar: H.E.Lee,  Review on "Weisfeiler and Leman Go Neural: Higher-O...
NS-CUK Seminar: H.E.Lee, Review on "Weisfeiler and Leman Go Neural: Higher-O...ssuser4b1f48
 
NS-CUK Seminar:V.T.Hoang, Review on "GRPE: Relative Positional Encoding for G...
NS-CUK Seminar:V.T.Hoang, Review on "GRPE: Relative Positional Encoding for G...NS-CUK Seminar:V.T.Hoang, Review on "GRPE: Relative Positional Encoding for G...
NS-CUK Seminar:V.T.Hoang, Review on "GRPE: Relative Positional Encoding for G...ssuser4b1f48
 
NS-CUK Seminar: J.H.Lee, Review on "Learnable Structural Semantic Readout for...
NS-CUK Seminar: J.H.Lee, Review on "Learnable Structural Semantic Readout for...NS-CUK Seminar: J.H.Lee, Review on "Learnable Structural Semantic Readout for...
NS-CUK Seminar: J.H.Lee, Review on "Learnable Structural Semantic Readout for...ssuser4b1f48
 
Aug 22nd, 2023: Case Studies - The Art and Science of Animation Production)
Aug 22nd, 2023: Case Studies - The Art and Science of Animation Production)Aug 22nd, 2023: Case Studies - The Art and Science of Animation Production)
Aug 22nd, 2023: Case Studies - The Art and Science of Animation Production)ssuser4b1f48
 
Aug 17th, 2023: Case Studies - Examining Gamification through Virtual/Augment...
Aug 17th, 2023: Case Studies - Examining Gamification through Virtual/Augment...Aug 17th, 2023: Case Studies - Examining Gamification through Virtual/Augment...
Aug 17th, 2023: Case Studies - Examining Gamification through Virtual/Augment...ssuser4b1f48
 
Aug 10th, 2023: Case Studies - The Power of eXtended Reality (XR) with 360°
Aug 10th, 2023: Case Studies - The Power of eXtended Reality (XR) with 360°Aug 10th, 2023: Case Studies - The Power of eXtended Reality (XR) with 360°
Aug 10th, 2023: Case Studies - The Power of eXtended Reality (XR) with 360°ssuser4b1f48
 
Aug 8th, 2023: Case Studies - Utilizing eXtended Reality (XR) in Drones)
Aug 8th, 2023: Case Studies - Utilizing eXtended Reality (XR) in Drones)Aug 8th, 2023: Case Studies - Utilizing eXtended Reality (XR) in Drones)
Aug 8th, 2023: Case Studies - Utilizing eXtended Reality (XR) in Drones)ssuser4b1f48
 
NS-CUK Seminar: J.H.Lee, Review on "Learnable Structural Semantic Readout for...
NS-CUK Seminar: J.H.Lee, Review on "Learnable Structural Semantic Readout for...NS-CUK Seminar: J.H.Lee, Review on "Learnable Structural Semantic Readout for...
NS-CUK Seminar: J.H.Lee, Review on "Learnable Structural Semantic Readout for...ssuser4b1f48
 
NS-CUK Seminar: H.E.Lee, Review on "Gated Graph Sequence Neural Networks", I...
NS-CUK Seminar: H.E.Lee,  Review on "Gated Graph Sequence Neural Networks", I...NS-CUK Seminar: H.E.Lee,  Review on "Gated Graph Sequence Neural Networks", I...
NS-CUK Seminar: H.E.Lee, Review on "Gated Graph Sequence Neural Networks", I...ssuser4b1f48
 
NS-CUK Seminar:V.T.Hoang, Review on "Augmentation-Free Self-Supervised Learni...
NS-CUK Seminar:V.T.Hoang, Review on "Augmentation-Free Self-Supervised Learni...NS-CUK Seminar:V.T.Hoang, Review on "Augmentation-Free Self-Supervised Learni...
NS-CUK Seminar:V.T.Hoang, Review on "Augmentation-Free Self-Supervised Learni...ssuser4b1f48
 
NS-CUK Seminar: H.E.Lee, Review on "PTE: Predictive Text Embedding through L...
NS-CUK Seminar: H.E.Lee,  Review on "PTE: Predictive Text Embedding through L...NS-CUK Seminar: H.E.Lee,  Review on "PTE: Predictive Text Embedding through L...
NS-CUK Seminar: H.E.Lee, Review on "PTE: Predictive Text Embedding through L...ssuser4b1f48
 
NS-CUK Seminar: H.B.Kim, Review on "Inductive Representation Learning on Lar...
NS-CUK Seminar: H.B.Kim,  Review on "Inductive Representation Learning on Lar...NS-CUK Seminar: H.B.Kim,  Review on "Inductive Representation Learning on Lar...
NS-CUK Seminar: H.B.Kim, Review on "Inductive Representation Learning on Lar...ssuser4b1f48
 
NS-CUK Seminar: H.E.Lee, Review on "PTE: Predictive Text Embedding through L...
NS-CUK Seminar: H.E.Lee,  Review on "PTE: Predictive Text Embedding through L...NS-CUK Seminar: H.E.Lee,  Review on "PTE: Predictive Text Embedding through L...
NS-CUK Seminar: H.E.Lee, Review on "PTE: Predictive Text Embedding through L...ssuser4b1f48
 
NS-CUK Seminar: J.H.Lee, Review on "Relational Self-Supervised Learning on Gr...
NS-CUK Seminar: J.H.Lee, Review on "Relational Self-Supervised Learning on Gr...NS-CUK Seminar: J.H.Lee, Review on "Relational Self-Supervised Learning on Gr...
NS-CUK Seminar: J.H.Lee, Review on "Relational Self-Supervised Learning on Gr...ssuser4b1f48
 
NS-CUK Seminar: H.B.Kim, Review on "metapath2vec: Scalable representation le...
NS-CUK Seminar: H.B.Kim,  Review on "metapath2vec: Scalable representation le...NS-CUK Seminar: H.B.Kim,  Review on "metapath2vec: Scalable representation le...
NS-CUK Seminar: H.B.Kim, Review on "metapath2vec: Scalable representation le...ssuser4b1f48
 
NS-CUK Seminar: H.E.Lee, Review on "Graph Star Net for Generalized Multi-Tas...
NS-CUK Seminar: H.E.Lee,  Review on "Graph Star Net for Generalized Multi-Tas...NS-CUK Seminar: H.E.Lee,  Review on "Graph Star Net for Generalized Multi-Tas...
NS-CUK Seminar: H.E.Lee, Review on "Graph Star Net for Generalized Multi-Tas...ssuser4b1f48
 
NS-CUK Seminar: V.T.Hoang, Review on "Namkyeong Lee, et al. Relational Self-...
NS-CUK Seminar:  V.T.Hoang, Review on "Namkyeong Lee, et al. Relational Self-...NS-CUK Seminar:  V.T.Hoang, Review on "Namkyeong Lee, et al. Relational Self-...
NS-CUK Seminar: V.T.Hoang, Review on "Namkyeong Lee, et al. Relational Self-...ssuser4b1f48
 

More from ssuser4b1f48 (20)

NS-CUK Seminar: V.T.Hoang, Review on "GOAT: A Global Transformer on Large-sca...
NS-CUK Seminar: V.T.Hoang, Review on "GOAT: A Global Transformer on Large-sca...NS-CUK Seminar: V.T.Hoang, Review on "GOAT: A Global Transformer on Large-sca...
NS-CUK Seminar: V.T.Hoang, Review on "GOAT: A Global Transformer on Large-sca...
 
NS-CUK Seminar: J.H.Lee, Review on "Graph Propagation Transformer for Graph R...
NS-CUK Seminar: J.H.Lee, Review on "Graph Propagation Transformer for Graph R...NS-CUK Seminar: J.H.Lee, Review on "Graph Propagation Transformer for Graph R...
NS-CUK Seminar: J.H.Lee, Review on "Graph Propagation Transformer for Graph R...
 
NS-CUK Seminar: H.B.Kim, Review on "Cluster-GCN: An Efficient Algorithm for ...
NS-CUK Seminar: H.B.Kim,  Review on "Cluster-GCN: An Efficient Algorithm for ...NS-CUK Seminar: H.B.Kim,  Review on "Cluster-GCN: An Efficient Algorithm for ...
NS-CUK Seminar: H.B.Kim, Review on "Cluster-GCN: An Efficient Algorithm for ...
 
NS-CUK Seminar: H.E.Lee, Review on "Weisfeiler and Leman Go Neural: Higher-O...
NS-CUK Seminar: H.E.Lee,  Review on "Weisfeiler and Leman Go Neural: Higher-O...NS-CUK Seminar: H.E.Lee,  Review on "Weisfeiler and Leman Go Neural: Higher-O...
NS-CUK Seminar: H.E.Lee, Review on "Weisfeiler and Leman Go Neural: Higher-O...
 
NS-CUK Seminar:V.T.Hoang, Review on "GRPE: Relative Positional Encoding for G...
NS-CUK Seminar:V.T.Hoang, Review on "GRPE: Relative Positional Encoding for G...NS-CUK Seminar:V.T.Hoang, Review on "GRPE: Relative Positional Encoding for G...
NS-CUK Seminar:V.T.Hoang, Review on "GRPE: Relative Positional Encoding for G...
 
NS-CUK Seminar: J.H.Lee, Review on "Learnable Structural Semantic Readout for...
NS-CUK Seminar: J.H.Lee, Review on "Learnable Structural Semantic Readout for...NS-CUK Seminar: J.H.Lee, Review on "Learnable Structural Semantic Readout for...
NS-CUK Seminar: J.H.Lee, Review on "Learnable Structural Semantic Readout for...
 
Aug 22nd, 2023: Case Studies - The Art and Science of Animation Production)
Aug 22nd, 2023: Case Studies - The Art and Science of Animation Production)Aug 22nd, 2023: Case Studies - The Art and Science of Animation Production)
Aug 22nd, 2023: Case Studies - The Art and Science of Animation Production)
 
Aug 17th, 2023: Case Studies - Examining Gamification through Virtual/Augment...
Aug 17th, 2023: Case Studies - Examining Gamification through Virtual/Augment...Aug 17th, 2023: Case Studies - Examining Gamification through Virtual/Augment...
Aug 17th, 2023: Case Studies - Examining Gamification through Virtual/Augment...
 
Aug 10th, 2023: Case Studies - The Power of eXtended Reality (XR) with 360°
Aug 10th, 2023: Case Studies - The Power of eXtended Reality (XR) with 360°Aug 10th, 2023: Case Studies - The Power of eXtended Reality (XR) with 360°
Aug 10th, 2023: Case Studies - The Power of eXtended Reality (XR) with 360°
 
Aug 8th, 2023: Case Studies - Utilizing eXtended Reality (XR) in Drones)
Aug 8th, 2023: Case Studies - Utilizing eXtended Reality (XR) in Drones)Aug 8th, 2023: Case Studies - Utilizing eXtended Reality (XR) in Drones)
Aug 8th, 2023: Case Studies - Utilizing eXtended Reality (XR) in Drones)
 
NS-CUK Seminar: J.H.Lee, Review on "Learnable Structural Semantic Readout for...
NS-CUK Seminar: J.H.Lee, Review on "Learnable Structural Semantic Readout for...NS-CUK Seminar: J.H.Lee, Review on "Learnable Structural Semantic Readout for...
NS-CUK Seminar: J.H.Lee, Review on "Learnable Structural Semantic Readout for...
 
NS-CUK Seminar: H.E.Lee, Review on "Gated Graph Sequence Neural Networks", I...
NS-CUK Seminar: H.E.Lee,  Review on "Gated Graph Sequence Neural Networks", I...NS-CUK Seminar: H.E.Lee,  Review on "Gated Graph Sequence Neural Networks", I...
NS-CUK Seminar: H.E.Lee, Review on "Gated Graph Sequence Neural Networks", I...
 
NS-CUK Seminar:V.T.Hoang, Review on "Augmentation-Free Self-Supervised Learni...
NS-CUK Seminar:V.T.Hoang, Review on "Augmentation-Free Self-Supervised Learni...NS-CUK Seminar:V.T.Hoang, Review on "Augmentation-Free Self-Supervised Learni...
NS-CUK Seminar:V.T.Hoang, Review on "Augmentation-Free Self-Supervised Learni...
 
NS-CUK Seminar: H.E.Lee, Review on "PTE: Predictive Text Embedding through L...
NS-CUK Seminar: H.E.Lee,  Review on "PTE: Predictive Text Embedding through L...NS-CUK Seminar: H.E.Lee,  Review on "PTE: Predictive Text Embedding through L...
NS-CUK Seminar: H.E.Lee, Review on "PTE: Predictive Text Embedding through L...
 
NS-CUK Seminar: H.B.Kim, Review on "Inductive Representation Learning on Lar...
NS-CUK Seminar: H.B.Kim,  Review on "Inductive Representation Learning on Lar...NS-CUK Seminar: H.B.Kim,  Review on "Inductive Representation Learning on Lar...
NS-CUK Seminar: H.B.Kim, Review on "Inductive Representation Learning on Lar...
 
NS-CUK Seminar: H.E.Lee, Review on "PTE: Predictive Text Embedding through L...
NS-CUK Seminar: H.E.Lee,  Review on "PTE: Predictive Text Embedding through L...NS-CUK Seminar: H.E.Lee,  Review on "PTE: Predictive Text Embedding through L...
NS-CUK Seminar: H.E.Lee, Review on "PTE: Predictive Text Embedding through L...
 
NS-CUK Seminar: J.H.Lee, Review on "Relational Self-Supervised Learning on Gr...
NS-CUK Seminar: J.H.Lee, Review on "Relational Self-Supervised Learning on Gr...NS-CUK Seminar: J.H.Lee, Review on "Relational Self-Supervised Learning on Gr...
NS-CUK Seminar: J.H.Lee, Review on "Relational Self-Supervised Learning on Gr...
 
NS-CUK Seminar: H.B.Kim, Review on "metapath2vec: Scalable representation le...
NS-CUK Seminar: H.B.Kim,  Review on "metapath2vec: Scalable representation le...NS-CUK Seminar: H.B.Kim,  Review on "metapath2vec: Scalable representation le...
NS-CUK Seminar: H.B.Kim, Review on "metapath2vec: Scalable representation le...
 
NS-CUK Seminar: H.E.Lee, Review on "Graph Star Net for Generalized Multi-Tas...
NS-CUK Seminar: H.E.Lee,  Review on "Graph Star Net for Generalized Multi-Tas...NS-CUK Seminar: H.E.Lee,  Review on "Graph Star Net for Generalized Multi-Tas...
NS-CUK Seminar: H.E.Lee, Review on "Graph Star Net for Generalized Multi-Tas...
 
NS-CUK Seminar: V.T.Hoang, Review on "Namkyeong Lee, et al. Relational Self-...
NS-CUK Seminar:  V.T.Hoang, Review on "Namkyeong Lee, et al. Relational Self-...NS-CUK Seminar:  V.T.Hoang, Review on "Namkyeong Lee, et al. Relational Self-...
NS-CUK Seminar: V.T.Hoang, Review on "Namkyeong Lee, et al. Relational Self-...
 

Recently uploaded

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
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
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
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
 
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
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
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
 

Recently uploaded (20)

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
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
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
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
 
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
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 

NS-CUK Journal club: H.E.Lee, Review on " A biomedical knowledge graph-based method for drug–drug interactions prediction through combining local and global features with deep neural networks", Bioinformatics 2022

  • 1. Hyo Eun Lee Network Science Lab Dept. of Biotechnology The Catholic University of Korea E-mail: gydnsml@gmail.com 2023.08.15 Bioinformatics 2022
  • 2. 1  Introduction • Previous Research • Purpose and Goal  Method • Representation of drug CS • Method of global feature extracting • BF feature learning module • Strategies of information integration  Experimental • Dataset • Baseline models and Evaluation criteria  Results  Conclusion
  • 3. 2 1. Introduction Previous Research • Combining drugs can lead to synergistic therapeutic effects , but can also have side effects such as patient death due to potential interactions • Traditional clinical experimentation methods are time-consuming and cumbersome • DDI prediction models need to evolve to simplify the detection process and reduce experimental complexity
  • 4. 3 1. Introduction Previous Research • Previous DDI prediction methods can be separated into heterogeneous network-based method and homogeneous network-based method • A homogeneous network-based method considers only one type of node and edge , which limits its inductive capability and prediction performance • The heterogeneous network-based method overcomes the limitations of homogeneous networks by considering different types of nodes and edges • Recently, KG was also proposed to use data integration and federation techniques to represent complex relationships between objects • However, focusing on just simple data fusion, triple truths, can limit inductive capability
  • 5. 4 1. Introduction Purpose and Goal • Proposing a deep learning framework called DeepLGF to predict drug-drug interactions (DDIs) by aggregating local-global multi-information based on biomedical knowledge graph (BKG) • Propose an embedding method that includes chemical structure (CS) and biological function (BF) as well as interactions with other biological entities • Constructed a drug-receptor graph to fully train the BFs and used BFGNN to generate drug embedding vectors • Integrate multiple information without losing the ability to induce , but make full use of the unique characteristics of BKGs as local information
  • 7. 6 2. Method Representation of drug CS • Extract features embedded in the drug structure using a method similar to the text embedding method • Propose a PB-DBOW method similar to PV-DBOW to predict words within a document embedding vector.
  • 8. 7 2. Method Representation of drug CS • PB-DBOW is based on skip-grams to compute the embedding vector through the weight matrix of the center word ℎ𝑐 = 𝑤𝑇 𝑥𝑐 • The loss function maximizes the probability of occurrence across the N context words for each center word 𝐸 = log 𝑝 𝑣𝑜 𝑣𝑐 = 𝑢𝑜 𝑇ℎ𝑐 − log 𝑖∈𝑁 exp 𝑢𝑖 𝑇 ℎ𝑐 • Similarly, the method proposed in this paper learns to maximize the probability of a center word occurring in sentences 𝐸 = log 𝑝 𝑣𝑜 𝑠𝑒𝑛𝑡𝑐 = 𝑢𝑜 𝑇 ℎ𝑐 − log 𝑖∈𝑁 exp 𝑢𝑖 𝑇 ℎ𝑐
  • 9. 8 2. Method Method of global feature extracting • Using ComplEX, favorable for capturing antisymmetric relationships , to obtain feature embedding vectors for associations between biological entities using BKGs • Global representations can be learned through direct connections or potential flows between nodes
  • 10. 9 2. Method Method of global feature extracting • BKG Definitions 𝐺𝐾𝐺 = ℎ, 𝑟, 𝑡 ℎ, 𝑡 𝜖 𝐸, 𝑟 𝜖 𝑅 } • Calculate the probability that an interaction exists between two objects using relation adjacent matrices using a scoring function and a sigmoid function 𝑃 𝑌ℎ𝑖,𝑟𝑖,𝑡𝑖 = 1 = 𝜎(𝜙(𝑟𝑖, ℎ𝑖, 𝑡𝑖; 𝛩)) 𝜙 𝑟𝑖, ℎ𝑖, 𝑡𝑖; 𝛩 = 𝑅𝑒 𝑘=1 𝐾 𝑤𝑟𝑘𝑒ℎ𝑘𝑒𝑡𝑘 𝐿𝑜𝑠𝑠 = min 𝑖 𝑁 log 1 + exp −𝑌ℎ𝑖,𝑟𝑖,𝑡𝑖 𝜙 𝑟𝑖, ℎ𝑖, 𝑡𝑖; 𝛩 + 𝜆||𝛩||2 2
  • 11. 10 2. Method BF feature learning module • Propose BFGNN to leverage BF information to provide local details and improve feature learning representation • Different datasets have different amounts of BF information, so you need to build different networks to extract features
  • 12. 11 2. Method BF feature learning module
  • 13. 12 2. Method BF feature learning module • Map the drug-receptor matrix through an initial function 𝑓 ∶ 𝑉 → 𝑅𝑑 • A heterogeneous network can be used to generate feature A 𝑎𝑣 = 𝑟 ∈𝑅 𝑢∈(𝑁,(𝑣)) 𝜎(𝑊 𝑐 𝜎 𝑊 𝑟𝑓 𝑢 + 𝑏𝑟 ∙ 𝜆𝑢,𝑣,𝑟 + 𝑏𝑐) 𝜆𝑢,𝑣,𝑟 = 𝑒 𝑢, 𝑣, 𝑟 𝑢∈(𝑁,(𝑣)) 𝑒 𝑢, 𝑣, 𝑟 𝑔 𝑣 = 𝜎 𝑊′𝑐𝑜𝑛𝑐𝑎𝑡 𝑓 𝑣 , 𝑎𝑣 + 𝑏′ 𝜎 𝑊′𝑐𝑜𝑛𝑐𝑎𝑡 𝑓 𝑣 , 𝑎𝑣 + 𝑏′ 2 min 𝐿𝑜𝑠𝑠 = min 𝑟 ∈𝑅 𝑣,𝑢∈𝑉 𝑒 𝑣, 𝑢, 𝑟 − 𝑔 𝑢 𝑇𝐺𝑟𝐻𝑟 𝑇𝑔(𝑣) 2
  • 14. 13 2. Method Strategies of information integration 1. Directly connecting-based 𝑓𝑖 = 𝑐𝑜𝑛𝑐𝑎𝑡𝑒𝑛𝑎𝑡𝑒 𝑢𝑖, 𝑣𝑖, 𝑤𝑖 2. Crossing matrix-based 𝐶𝑖 ′ = 𝑢𝑖 ⊗ 𝑣𝑖 𝐶𝑖 = 𝐶𝑖 ′ ⊗ 𝑤𝑖 3. Average-based 𝑓𝑖 = 𝑎𝑣𝑒𝑟𝑎𝑔𝑒 𝑢𝑖, 𝑣𝑖, 𝑤𝑖 = 𝑢𝑖 + 𝑣𝑖 + 𝑤𝑖 3 4. Self-attention-based 𝜃′ = 𝐴𝑡𝑡𝑒𝑛𝑡𝑖𝑜𝑛 𝑄, 𝐾, 𝑉 = 𝑠𝑜𝑓𝑡𝑚𝑎𝑥 𝑄𝐾𝑇 𝑑𝑘 𝑉
  • 15. 14 3. Experimental Data set • DrugBank : Online database, comprehensive resource containing chemical, pharmacological and pharmaceutical data • SMILES - used as drug CS information • Biological heterogeneous associations - extract BF information, including protein targets, enzymes, transporters, and carriers • DRKG : Comprehensive BKG used for DDI prediction with BKG and for drug discovery and drug repurposing • used to extract information about GI, drug-drug interactions, drug-target interactions , and other biomedical entities and relationships
  • 16. 15 3. Experimental Data set • To avoid the label leakage problem, we chose 28 edge types and 12 nodes
  • 17. 16 3. Experimental Data set • Since different heterogeneous networks need to be constructed depending on the BF information, the dataset is divided into four main categories.
  • 18. 17 3. Experimental Data set • Paper tests performance on three prediction tasks • 𝑇𝑘𝑘 : randomly select pairwise drugs • 𝑇𝑘𝑛 : predicting interactions between known drugs and new drugs • 𝑇𝑛𝑛 : predicting interactions between new drugs
  • 19. 18 3. Experimental Evaluation criteria 𝐴𝑐𝑐. = 𝑇𝑃 + 𝑇𝑁 𝑇𝑁 + 𝑇𝑃 + 𝐹𝑁 + 𝐹𝑃 𝑃𝑟𝑒𝑐. = 𝑇𝑃 𝑇𝑃 + 𝐹𝑃 𝑆𝑒𝑛. = 𝑇𝑃 𝑇𝑃 + 𝐹𝑁 𝐹1 = 2 × 𝑃𝑟𝑒𝑐. × 𝑆𝑒𝑛. 𝑃𝑟𝑒𝑐. +𝑆𝑒𝑛 𝑀𝐶𝐶 = 𝑇𝑃 × 𝑇𝑁 − 𝐹𝑃 × 𝐹𝑁 (𝑇𝑃 + 𝐹𝑃) × (𝑇𝑁 + 𝐹𝑁) × (𝑇𝑁 + 𝐹𝑃) × (𝑇𝑃 + 𝐹𝑁)
  • 20. 19 4. Results Assessment of prediction ability
  • 21. 20 4. Results Assessment of prediction ability
  • 23. 22 4. Results Comparison of different methods for extracting GI
  • 24. 23 4. Results Comparison of machine learning classifiers
  • 27. 26 4. Results Evaluation of prediction on 𝑻𝒌𝒏 and 𝑻𝒏𝒏 tasks
  • 28. 27 4. Results Evaluation of prediction on 𝑻𝒌𝒏 and 𝑻𝒏𝒏 tasks
  • 29. 28 4. Results Case studies: cannabidiol, cisplatin and dexamethasone
  • 30. 29 4. Results Case studies: cannabidiol, cisplatin and dexamethasone
  • 31. 30 4. Results Case studies: cannabidiol, cisplatin and dexamethasone
  • 32. 31 4. Results Case studies: cannabidiol, cisplatin and dexamethasone
  • 33. 32 5. Conclusion Conclusion • A deep learning framework called DeepLGF is proposed for predicting potential drug-drug interactions (DDIs) by fully utilizing local-global information. • The framework combines natural language processing, graph neural networks, and knowledge graph embedding methods to extract local and global features from biomedical knowledge graphs. • The authors also design four aggregation methods to fuse local-global features and achieve advanced embedding of drugs. • The performance of DeepLGF is evaluated based on several prediction tasks and datasets, and the results show that DeepLGF outperforms state-of-the-art models. • DeepLGF performs remarkably well and can be applied to a variety of prediction tasks, making it promising for predicting potential DDIs in drug development and clinical applications, this paper concludes.

Editor's Notes

  1. 이 방법은 단일 관점 정보만 사용하고 bkg는 고려하지 않지만, 기존 접근 방법과 달리 상세하고 포괄적인 약물 측면의 정보 흐름을 제공 할 수 있다.
  2. Re함수와 transE에 대한 언급 필요
  3. 5-fold CV 사용하여 데이터를 90 10으로 나누어 진행 DS1과 DS3는 제안된 모델의 안정성과 견고성을 평가 → 새 데이터 세트에 대한 모델의 일반화 가능성