TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Towards a Better Model with Dual Transformer for Drug Resp...

Towards a Better Model with Dual Transformer for Drug Response Prediction

Kun Li, Jia Wu, Bo Du, Sergey V. Petoukhov, Huiting Xu, Zheman Xiao, Wenbin Hu

2022-10-23Drug Response Prediction
PaperPDFCode(official)

Abstract

GNN-based methods have achieved excellent results as a mainstream task in drug response prediction tasks in recent years. Traditional GNN methods use only the atoms in a drug molecule as nodes to obtain the representation of the molecular graph through node information passing, whereas the method using the transformer can only extract information about the nodes. However, the covalent bonding and chirality of a drug molecule have a great influence on the pharmacological properties of the molecule, and these information are implied in the chemical bonds formed by the edges between the atoms. In addition, CNN methods for modelling cell lines genomics sequences can only perceive local rather than global information about the sequence. In order to solve the above problems, we propose the decoupled dual transformer structure with edge embedded for drug respond prediction (TransEDRP), which is used for the representation of cell line genomics and drug respectively. For the drug branch, we encoded the chemical bond information within the molecule as the embedding of the edge in the molecular graph, extracted the global structural and biochemical information of the drug molecule using graph transformer. For the branch of cell lines genomics, we use the multi-headed attention mechanism to globally represent the genomics sequence. Finally, the drug and genomics branches are fused to predict IC50 values through the transformer layer and the fully connected layer, which two branches are different modalities. Extensive experiments have shown that our method is better than the current mainstream approach in all evaluation indicators.

Results

TaskDatasetMetricValueModel
Drug DiscoveryGDSCv2Pearson correlation coefficient (PCC)0.93807TransEDRP
Drug DiscoveryGDSCv2mRMSE0.0229TransEDRP

Related Papers

Optimal normalization in quantum-classical hybrid models for anti-cancer drug response prediction2025-05-15CellVerse: Do Large Language Models Really Understand Cell Biology?2025-05-09scDrugMap: Benchmarking Large Foundation Models for Drug Response Prediction2025-05-08Integrating Single-Cell Foundation Models with Graph Neural Networks for Drug Response Prediction2025-04-19GraphPINE: Graph Importance Propagation for Interpretable Drug Response Prediction2025-04-07Benchmarking community drug response prediction models: datasets, models, tools, and metrics for cross-dataset generalization analysis2025-03-18GRNFormer: A Biologically-Guided Framework for Integrating Gene Regulatory Networks into RNA Foundation Models2025-03-03Foundation-Model-Boosted Multimodal Learning for fMRI-based Neuropathic Pain Drug Response Prediction2025-02-28