Towards Fast, Specialized Machine Learning Force Fields: Distilling Foundation Models via Energy Hessians
Ishan Amin, Sanjeev Raja, Aditi Krishnapriyan
TL;DR
This work introduces Hessian distillation, a knowledge-distillation framework that transfers the rich, general-purpose representations of MLFF foundation models to fast, specialized student models by matching energy Hessians. By precomputing teacher Hessians and subsampling Hessian rows during training, the approach delivers up to 20× faster inference while preserving or improving energy and force accuracy, and ensuring energy conservation in MD simulations. The method is demonstrated across three FM-to-student pipelines (MACE-OFF on SPICE, MACE-MP-0 on Materials Project, and JMP on MD22), yielding faster, more stable simulations and improved geometry optimization on diverse chemical spaces. The authors also provide Ablations and discuss the practical trade-offs, limitations, and a future vision where foundation models serve as reservoirs for specialized, efficient simulation engines tailored to downstream tasks.
Abstract
The foundation model (FM) paradigm is transforming Machine Learning Force Fields (MLFFs), leveraging general-purpose representations and scalable training to perform a variety of computational chemistry tasks. Although MLFF FMs have begun to close the accuracy gap relative to first-principles methods, there is still a strong need for faster inference speed. Additionally, while research is increasingly focused on general-purpose models which transfer across chemical space, practitioners typically only study a small subset of systems at a given time. This underscores the need for fast, specialized MLFFs relevant to specific downstream applications, which preserve test-time physical soundness while maintaining train-time scalability. In this work, we introduce a method for transferring general-purpose representations from MLFF foundation models to smaller, faster MLFFs specialized to specific regions of chemical space. We formulate our approach as a knowledge distillation procedure, where the smaller "student" MLFF is trained to match the Hessians of the energy predictions of the "teacher" foundation model. Our specialized MLFFs can be up to 20 $\times$ faster than the original foundation model, while retaining, and in some cases exceeding, its performance and that of undistilled models. We also show that distilling from a teacher model with a direct force parameterization into a student model trained with conservative forces (i.e., computed as derivatives of the potential energy) successfully leverages the representations from the large-scale teacher for improved accuracy, while maintaining energy conservation during test-time molecular dynamics simulations. More broadly, our work suggests a new paradigm for MLFF development, in which foundation models are released along with smaller, specialized simulation "engines" for common chemical subsets.
