Learning Graph-Level Representation for Drug Discovery
Junying Li, Deng Cai, Xiaofei He

TL;DR
This paper introduces a novel graph neural network approach with a dummy super node for improved graph-level representation, enhancing drug property prediction accuracy in molecular graphs.
Contribution
We propose a new graph neural network architecture with a dummy super node to better learn graph-level features for drug discovery tasks.
Findings
Improved accuracy on MoleculeNet benchmarks.
Effective handling of class imbalance with focal loss.
Unified framework for classification and regression.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Drug Discovery Methods · Machine Learning in Materials Science · Advanced Graph Neural Networks
MethodsFocal Loss
