HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Learning Graph-Level Representation for Drug Discovery

Junying Li; Deng Cai; Xiaofei He

Learning Graph-Level Representation for Drug Discovery

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.

Code Repositories

Benchmarks

BenchmarkMethodologyMetrics
drug-discovery-on-hiv-datasetGraphConv + dummy super node + focal loss
AUC: 0.851
drug-discovery-on-muvGraphConv + dummy super node
AUC: 0.845
drug-discovery-on-pcbaGraphConv + dummy super node
AUC: 0.867
drug-discovery-on-tox21GraphConv + dummy super node
AUC: 0.854
drug-discovery-on-toxcastGraphConv + dummy super node
AUC: 0.768

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Learning Graph-Level Representation for Drug Discovery | Papers | HyperAI