Transfer learning for atomistic simulations using GNNs and kernel mean embeddings
John Falk, Luigi Bonati, Pietro Novelli, Michele Parrinello, Massimiliano Pontil
TL;DR
This work tackles data-efficient transfer learning for modeling the potential energy surface in atomistic systems by uniting pre-trained graph neural network (GNN) representations with kernel mean embeddings. The authors introduce MEKRR, which uses GNN features learned on the large OC20 dataset and learns a PES through kernel ridge regression while enforcing physical symmetries via mean embeddings; they further enrich the kernel with chemically informed, per-species terms. Across realistic catalytic datasets that include out-of-distribution configurations, MEKRR demonstrates superior transferability and accuracy compared to GNNs or ridge regression baselines, and it benefits from a flexible α parameter that blends global and species-specific interactions. The approach offers data-efficient, interpretable PES modeling with potential extensions to MD by incorporating forces and scaling techniques. Overall, MEKRR advances transfer learning in computational chemistry by leveraging foundation-model-like representations within a principled kernel framework to capture complex chemical environments.
Abstract
Interatomic potentials learned using machine learning methods have been successfully applied to atomistic simulations. However, accurate models require large training datasets, while generating reference calculations is computationally demanding. To bypass this difficulty, we propose a transfer learning algorithm that leverages the ability of graph neural networks (GNNs) to represent chemical environments together with kernel mean embeddings. We extract a feature map from GNNs pre-trained on the OC20 dataset and use it to learn the potential energy surface from system-specific datasets of catalytic processes. Our method is further enhanced by incorporating into the kernel the chemical species information, resulting in improved performance and interpretability. We test our approach on a series of realistic datasets of increasing complexity, showing excellent generalization and transferability performance, and improving on methods that rely on GNNs or ridge regression alone, as well as similar fine-tuning approaches.
