Single-model uncertainty quantification in neural network potentials does not consistently outperform model ensembles

May 22, 2023 · View on GitHub

Code for performing uncertainty quantification(UQ) for neural network(NN) interatomic potentials using single deterministic NNs and NN ensemble. The software was based on the paper "Single-model uncertainty quantification in neural network potentials does not consistently outperform model ensembles", and implemented by Aik Rui Tan. The code was adapted from the NeuralForceField repo and Atomistic-Adversarial-Attack repo.

The folder contains systems contains script to run training and adversarial attack on the rMD17, ammonia and silica data sets.

The full atomistic data set for:

Citing

The reference for the paper is the following:

@misc{tan2023singlemodel,
      title={Single-model uncertainty quantification in neural network potentials does not consistently outperform model ensembles}, 
      author={Aik Rui Tan and Shingo Urata and Samuel Goldman and Johannes C. B. Dietschreit and Rafael Gómez-Bombarelli},
      year={2023},
      eprint={2305.01754},
      archivePrefix={arXiv},
      primaryClass={cs.LG}
}