paper-with-me

Papers

MolTrans: Molecular Interaction Transformer for Drug Target Interaction Prediction

2020-04-23 · Kexin Huang, Cao Xiao, Lucas Glass, Jimeng Sun

Drug target interaction (DTI) prediction is a foundational task for in silico drug discovery, which is costly and time-consuming due to the need of experimental search over large drug compound space. Recent years have witnessed promising progress for deep learning in DTI predictions. However, the following challenges are still open: (1) the sole data-driven molecular representation learning approaches ignore the sub-structural nature of DTI, thus produce results that are less accurate and difficult to explain; (2) existing methods focus on limited labeled data while ignoring the value of massive unlabelled molecular data. We propose a Molecular Interaction Transformer (MolTrans) to address these limitations via: (1) knowledge inspired sub-structural pattern mining algorithm and interaction modeling module for more accurate and interpretable DTI prediction; (2) an augmented transformer encoder to better extract and capture the semantic relations among substructures extracted from massive unlabeled biomedical data. We evaluate MolTrans on real world data and show it improved DTI prediction performance compared to state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2004.11424

Code (1)

kexinhuang12345/MolTrans 공식 구현 pytorch

Tasks

Drug Discoverymolecular representationPredictionRepresentation Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Improved Drug-target Interaction Prediction with Intermolecular Graph Transformer

2021-10-14 · Siyuan Liu, Yusong Wang, Tong Wang, Yifan Deng 외

The identification of active binding drugs for target proteins (termed as drug-target interaction prediction) is the key challenge in virtual screening, which plays an essential role in drug discovery. Although recent de…

Drug DiscoveryMolecular DockingPose PredictionPrediction

Associative Learning Mechanism for Drug-Target Interaction Prediction

2022-05-24 · Zhiqin Zhu, Zheng Yao, Guanqiu Qi, Neal Mazur 외

As a necessary process in drug development, finding a drug compound that can selectively bind to a specific protein is highly challenging and costly. Drug-target affinity (DTA), which represents the strength of drug-targ…

molecular representationPredictionRepresentation LearningValue prediction

HGTDP-DTA: Hybrid Graph-Transformer with Dynamic Prompt for Drug-Target Binding Affinity Prediction

2024-06-25 · Xi Xiao, Wentao Wang, Jiacheng Xie, Lijing Zhu 외

Drug target binding affinity (DTA) is a key criterion for drug screening. Existing experimental methods are time-consuming and rely on limited structural and domain information. While learning-based methods can model seq…

Prediction

LEP-AD: Language Embedding of Proteins and Attention to Drugs predicts drug target interactions

2023-03-15 · ICLR 2023 3 · Anuj Daga, Sumeer Ahmad Khan, David Gomez Cabrero, Robert Hoehndorf 외

Predicting drug-target interactions is a tremendous challenge for drug development and lead optimization. Recent advances include training algorithms to learn drug-target interactions from data and molecular simulations.…

Language ModelingLanguage ModellingProtein Language Model

BatmanNet: Bi-branch Masked Graph Transformer Autoencoder for Molecular Representation

2022-11-25 · Zhen Wang, Zheng Feng, Yanjun Li, Bowen Li 외

Although substantial efforts have been made using graph neural networks (GNNs) for AI-driven drug discovery (AIDD), effective molecular representation learning remains an open challenge, especially in the case of insuffi…

Drug DiscoveryMolecular Property Predictionmolecular representationProperty Prediction+2