paper-with-me

Papers

Machine Learning Force Fields with Data Cost Aware Training

2023-06-05 · Alexander Bukharin, Tianyi Liu, Shengjie Wang, Simiao Zuo, Weihao Gao, Wen Yan, Tuo Zhao

Machine learning force fields (MLFF) have been proposed to accelerate molecular dynamics (MD) simulation, which finds widespread applications in chemistry and biomedical research. Even for the most data-efficient MLFFs, reaching chemical accuracy can require hundreds of frames of force and energy labels generated by expensive quantum mechanical algorithms, which may scale as $O(n^3)$ to $O(n^7)$, with $n$ proportional to the number of basis functions. To address this issue, we propose a multi-stage computational framework -- ASTEROID, which lowers the data cost of MLFFs by leveraging a combination of cheap inaccurate data and expensive accurate data. The motivation behind ASTEROID is that inaccurate data, though incurring large bias, can help capture the sophisticated structures of the underlying force field. Therefore, we first train a MLFF model on a large amount of inaccurate training data, employing a bias-aware loss function to prevent the model from overfitting tahe potential bias of this data. We then fine-tune the obtained model using a small amount of accurate training data, which preserves the knowledge learned from the inaccurate training data while significantly improving the model's accuracy. Moreover, we propose a variant of ASTEROID based on score matching for the setting where the inaccurate training data are unlabeled. Extensive experiments on MD datasets and downstream tasks validate the efficacy of ASTEROID. Our code and data are available at https://github.com/abukharin3/asteroid.

📄 PDF Abstract BibTeX arXiv:2306.03109

Code (1)

abukharin3/asteroid 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Grappa -- A Machine Learned Molecular Mechanics Force Field

2024-03-25 · Leif Seute, Eric Hartmann, Jan Stühmer, Frauke Gräter

Simulating large molecular systems over long timescales requires force fields that are both accurate and efficient. In recent years, E(3) equivariant neural networks have lifted the tension between computational efficien…

Computational Efficiency

SNeRL: Semantic-aware Neural Radiance Fields for Reinforcement Learning

2023-01-27 · Dongseok Shim, Seungjae Lee, H. Jin Kim

As previous representations for reinforcement learning cannot effectively incorporate a human-intuitive understanding of the 3D environment, they usually suffer from sub-optimal performances. In this paper, we present Se…

3D ReconstructionNeRFNovel View Synthesisreinforcement-learning+2

Machine Learning of Accurate Energy-conserving Molecular Force Fields

2017-05-05 · Science Advances 2017 5 · Chmiela, S., Tkatchenko, A. 외

Using conservation of energy—a fundamental property of closed classical and quantum mechanical systems—we develop an efficient gradient-domain machine learning (GDML) approach to construct accurate molecular force fields…

Atomic ForcesBIG-bench Machine Learning

Machine-Learned Force Fields for Lattice Dynamics at Coupled-Cluster Level Accuracy

2025-07-09 · Sita Schönbauer, Johanna P. Carbone, Fredrik V. Eriksson, Florian Libisch 외 arxiv

We investigate Machine-Learned Force Fields (MLFFs) trained on approximate Density Functional Theory (DFT) and Coupled Cluster (CC) level potential energy surfaces for the carbon diamond and lithium hydride solids. We as…

Migration as a Probe: A Generalizable Benchmark Framework for Specialist vs. Generalist Machine-Learned Force Fields

2025-08-27 · Yi Cao, Paulette Clancy arxiv

Machine-learned force fields (MLFFs), especially pre-trained foundation models, are transforming computational materials science by enabling ab initio-level accuracy at molecular dynamics scales. Yet their rapid rise rai…

Active Learning