Skip to content

Latest commit

 

History

History

painn

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Polarizable Atom Interaction Neural Network (PaiNN)

Kristof T. Schütt, Oliver T. Unke, Michael Gastegger

[arXiv:2102.03150]

This is our independent reimplementation of the original PaiNN architecture with the difference that forces are predicted directly from vectorial features via a gated equivariant block instead of gradients of the energy output. This breaks energy conservation but is essential for good performance on OC20.

All PaiNN models were trained without AMP, as using AMP led to unstable training.

IS2RE

Trained only using IS2RE data, no auxiliary losses and/or S2EF data.

Model Val ID Energy MAE Test metrics Download
painn_h1024_bs4x8 0.5728 IS2RE config | checkpoint

S2EF

Model Val ID 30k Force MAE Val ID 30k Energy MAE Val ID 30k Force cos Test metrics Download
painn_h512 0.02945 0.2459 0.5143 S2EF | IS2RE | IS2RS config | checkpoint

Citing

If you use PaiNN in your work, please consider citing the original paper:

@inproceedings{schutt_painn_2021,
  title = {Equivariant message passing for the prediction of tensorial properties and molecular spectra},
  author = {Sch{\"u}tt, Kristof and Unke, Oliver and Gastegger, Michael},
  booktitle = {Proceedings of the International Conference on Machine Learning (ICML)},
  year = {2021},
}