Understanding and Mitigating Distribution Shifts For Machine Learning Force Fields
Tobias Kreiman, Aditi S. Krishnapriyan
TL;DR
This paper investigates why state-of-the-art MLFFs fail to generalize under distribution shifts across chemical space, even for large models trained on extensive data. It diagnoses shifts in atomic features, force norms, and graph connectivity, and introduces two test-time refinement strategies: test-time radius refinement (RR) to align test graph spectra with training graphs, and test-time training (TTT) with cheap priors to regularize representations without needing reference labels. Across SPICE/SPICEv2 and extreme-molecule benchmarks, RR and TTT reduce errors, improve MD stability, and substantially lower the data required for fine-tuning, suggesting MLFFs can generalize to more diverse chemistries when trained with distribution-shift-aware strategies. The work provides practical benchmarks and code to evaluate and advance the generalization capabilities of the next generation of MLFFs.
Abstract
Machine Learning Force Fields (MLFFs) are a promising alternative to expensive ab initio quantum mechanical molecular simulations. Given the diversity of chemical spaces that are of interest and the cost of generating new data, it is important to understand how MLFFs generalize beyond their training distributions. In order to characterize and better understand distribution shifts in MLFFs, we conduct diagnostic experiments on chemical datasets, revealing common shifts that pose significant challenges, even for large foundation models trained on extensive data. Based on these observations, we hypothesize that current supervised training methods inadequately regularize MLFFs, resulting in overfitting and learning poor representations of out-of-distribution systems. We then propose two new methods as initial steps for mitigating distribution shifts for MLFFs. Our methods focus on test-time refinement strategies that incur minimal computational cost and do not use expensive ab initio reference labels. The first strategy, based on spectral graph theory, modifies the edges of test graphs to align with graph structures seen during training. Our second strategy improves representations for out-of-distribution systems at test-time by taking gradient steps using an auxiliary objective, such as a cheap physical prior. Our test-time refinement strategies significantly reduce errors on out-of-distribution systems, suggesting that MLFFs are capable of and can move towards modeling diverse chemical spaces, but are not being effectively trained to do so. Our experiments establish clear benchmarks for evaluating the generalization capabilities of the next generation of MLFFs. Our code is available at https://tkreiman.github.io/projects/mlff_distribution_shifts/.
