paper-with-me

홈 › Papers

ASGN: An Active Semi-supervised Graph Neural Network for Molecular Property Prediction

2020-07-07 · Zhongkai Hao, Chengqiang Lu, Zheyuan Hu, Hao Wang, Zhenya Huang, Qi Liu, Enhong Chen, Cheekong Lee

Molecular property prediction (e.g., energy) is an essential problem in chemistry and biology. Unfortunately, many supervised learning methods usually suffer from the problem of scarce labeled molecules in the chemical space, where such property labels are generally obtained by Density Functional Theory (DFT) calculation which is extremely computational costly. An effective solution is to incorporate the unlabeled molecules in a semi-supervised fashion. However, learning semi-supervised representation for large amounts of molecules is challenging, including the joint representation issue of both molecular essence and structure, the conflict between representation and property leaning. Here we propose a novel framework called Active Semi-supervised Graph Neural Network (ASGN) by incorporating both labeled and unlabeled molecules. Specifically, ASGN adopts a teacher-student framework. In the teacher model, we propose a novel semi-supervised learning method to learn general representation that jointly exploits information from molecular structure and molecular distribution. Then in the student model, we target at property prediction task to deal with the learning loss conflict. At last, we proposed a novel active learning strategy in terms of molecular diversities to select informative data during the whole framework learning. We conduct extensive experiments on several public datasets. Experimental results show the remarkable performance of our ASGN framework.

📄 PDF Abstract BibTeX arXiv:2007.03196

Code (1)

HaoZhongkai/AS_Molecule 공식 구현 pytorch

Tasks

Active LearningGraph Neural NetworkMolecular Property PredictionProperty Prediction

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

ASGNN: Graph Neural Networks with Adaptive Structure

2022-10-03 · Zepeng Zhang, Songtao Lu, Zengfeng Huang, Ziping Zhao

The graph neural network (GNN) models have presented impressive achievements in numerous machine learning tasks. However, many existing GNN models are shown to be vulnerable to adversarial attacks, which creates a string…

Graph Neural NetworkNode Classification

Semi-Supervised Junction Tree Variational Autoencoder for Molecular Property Prediction

2022-08-10 · Atia Hamidizadeh, Tony Shen, Martin Ester

Molecular Representation Learning is essential to solving many drug discovery and computational chemistry problems. It is a challenging problem due to the complex structure of molecules and the vast chemical space. Graph…

Computational chemistryDrug DiscoveryMolecular Property Predictionmolecular representation+2

Semi-Supervised Learning for Molecular Graphs via Ensemble Consensus

2026-07-30 · Rasmus Tirsgaard, Laurits Fredsgaard, Marisa Wodrich, Mikkel Jordahn 외 arxiv

Machine learning is transforming molecular sciences by accelerating property prediction, simulation, and the discovery of new molecules and materials. Acquiring labeled data in these domains is often costly and time-cons…

Knowledge DistillationGraph Neural Network

Bayesian semi-supervised learning for uncertainty-calibrated prediction of molecular properties and active learning

2019-02-03 · Yao Zhang, Alpha A. Lee

Predicting bioactivity and physical properties of small molecules is a central challenge in drug discovery. Deep learning is becoming the method of choice but studies to date focus on mean accuracy as the main metric. Ho…

Active LearningDrug DiscoveryRepresentation LearningUncertainty Quantification

Semi-Supervised GCN for learning Molecular Structure-Activity Relationships

2022-01-25 · Alessio Ragno, Dylan Savoia, Roberto Capobianco

Since the introduction of artificial intelligence in medicinal chemistry, the necessity has emerged to analyse how molecular property variation is modulated by either single atoms or chemical groups. In this paper, we pr…

Drug DesignGraph Neural Network