We present a deep-learning framework, CrysXPP, to allow rapid and accurate prediction of electronic, magnetic, and elastic properties of a wide range of materials. CrysXPP lowers the need for large property tagged datasets by intelligently designing an autoencoder, CrysAE. The important structural and chemical properties captured by CrysAE from the large amount of available crystal graphs data helped in achieving low prediction errors. Moreover, we design a feature selector that provides interpretability to the results obtained. Most notably, when given a small amount of experimental data, CrysXPP is consistently able to outperform conventional DFT. A detailed ablation study establishes the importance of different design steps. We release the large pre-trained model CrysAE. We believe by fine-tuning the model with a small amount of property-tagged data, researchers can achieve superior performance on various applications with a restricted data source.
Our proposed model has two modules :
Crystal Auto Encoder (CrysAE) : An auto-encoder based architecture which is trained with a large amount of unlabeled crystal data which leads to the deep encoding module capturing all the important structural and chemical information of the constituent atoms (nodes) of the crystal graph.
Crystal eXplainable Property Predictor (CrysXPP) : An Explainable Property Predictor, to which the knowledge acquired by the encoder is transferred and which is further trained with a small amount of property-tagged data.
The following paper describes the details of the CrysXPP framework: CrysXPP: An Explainable Property Predictor for Crystalline Materials
If youare using CrysXPP, please cite our work as follow :
@article{das2022crysxpp,
title={CrysXPP: An explainable property predictor for crystalline materials},
author={Das, Kishalay and Samanta, Bidisha and Goyal, Pawan and Lee, Seung-Cheol and Bhattacharjee, Satadeep and Ganguly, Niloy},
journal={npj Computational Materials},
volume={8},
number={1},
pages={1--11},
year={2022},
publisher={Nature Publishing Group}
}