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/Learning Graph-Level Representation for Drug Discovery

Learning Graph-Level Representation for Drug Discovery

Junying Li, Deng Cai, Xiaofei He

2017-09-12regressionDrug DiscoveryAllGeneral Classification
PaperPDFCodeCode(official)

Abstract

Predicating macroscopic influences of drugs on human body, like efficacy and toxicity, is a central problem of small-molecule based drug discovery. Molecules can be represented as an undirected graph, and we can utilize graph convolution networks to predication molecular properties. However, graph convolutional networks and other graph neural networks all focus on learning node-level representation rather than graph-level representation. Previous works simply sum all feature vectors for all nodes in the graph to obtain the graph feature vector for drug predication. In this paper, we introduce a dummy super node that is connected with all nodes in the graph by a directed edge as the representation of the graph and modify the graph operation to help the dummy super node learn graph-level feature. Thus, we can handle graph-level classification and regression in the same way as node-level classification and regression. In addition, we apply focal loss to address class imbalance in drug datasets. The experiments on MoleculeNet show that our method can effectively improve the performance of molecular properties predication.

Results

TaskDatasetMetricValueModel
Drug DiscoveryTox21AUC0.854GraphConv + dummy super node
Drug DiscoveryHIV datasetAUC0.851GraphConv + dummy super node + focal loss
Drug DiscoveryToxCastAUC0.768GraphConv + dummy super node
Drug DiscoveryMUVAUC0.845GraphConv + dummy super node
Drug DiscoveryPCBAAUC0.867GraphConv + dummy super node

Related Papers

Language Integration in Fine-Tuning Multimodal Large Language Models for Image-Based Regression2025-07-20Neural Network-Guided Symbolic Regression for Interpretable Descriptor Discovery in Perovskite Catalysts2025-07-16Imbalanced Regression Pipeline Recommendation2025-07-16Second-Order Bounds for [0,1]-Valued Regression via Betting Loss2025-07-16Assay2Mol: large language model-based drug design using BioAssay context2025-07-16Sparse Regression Codes exploit Multi-User Diversity without CSI2025-07-15A Graph-in-Graph Learning Framework for Drug-Target Interaction Prediction2025-07-15Modeling Code: Is Text All You Need?2025-07-15