LGMTRL-SCIJan 14, 2023

CrysGNN : Distilling pre-trained knowledge to enhance property prediction for crystalline materials

arXiv:2301.05852v128 citationsh-index: 43
Originality Incremental advance
AI Analysis

This work addresses data scarcity in materials science by enabling better property predictions for researchers and engineers, though it is incremental as it builds on existing GNN methods.

The paper tackles the problem of limited property-tagged data for crystalline materials by introducing CrysGNN, a pre-trained graph neural network framework that uses unlabeled crystal data to enhance property prediction accuracy, resulting in state-of-the-art algorithms outperforming their vanilla versions with significant margins.

In recent years, graph neural network (GNN) based approaches have emerged as a powerful technique to encode complex topological structure of crystal materials in an enriched representation space. These models are often supervised in nature and using the property-specific training data, learn relationship between crystal structure and different properties like formation energy, bandgap, bulk modulus, etc. Most of these methods require a huge amount of property-tagged data to train the system which may not be available for different properties. However, there is an availability of a huge amount of crystal data with its chemical composition and structural bonds. To leverage these untapped data, this paper presents CrysGNN, a new pre-trained GNN framework for crystalline materials, which captures both node and graph level structural information of crystal graphs using a huge amount of unlabelled material data. Further, we extract distilled knowledge from CrysGNN and inject into different state of the art property predictors to enhance their property prediction accuracy. We conduct extensive experiments to show that with distilled knowledge from the pre-trained model, all the SOTA algorithms are able to outperform their own vanilla version with good margins. We also observe that the distillation process provides a significant improvement over the conventional approach of finetuning the pre-trained model. We have released the pre-trained model along with the large dataset of 800K crystal graph which we carefully curated; so that the pretrained model can be plugged into any existing and upcoming models to enhance their prediction accuracy.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes