paper-with-me

Papers

Graph Neural Network with Local Frame for Molecular Potential Energy Surface

2022-08-01 · Xiyuan Wang, Muhan Zhang

Modeling molecular potential energy surface is of pivotal importance in science. Graph Neural Networks have shown great success in this field. However, their message passing schemes need special designs to capture geometric information and fulfill symmetry requirement like rotation equivariance, leading to complicated architectures. To avoid these designs, we introduce a novel local frame method to molecule representation learning and analyze its expressivity. Projected onto a frame, equivariant features like 3D coordinates are converted to invariant features, so that we can capture geometric information with these projections and decouple the symmetry requirement from GNN design. Theoretically, we prove that given non-degenerate frames, even ordinary GNNs can encode molecules injectively and reach maximum expressivity with coordinate projection and frame-frame projection. In experiments, our model uses a simple ordinary GNN architecture yet achieves state-of-the-art accuracy. The simpler architecture also leads to higher scalability. Our model only takes about 30% inference time and 10% GPU memory compared to the most efficient baselines.

📄 PDF Abstract BibTeX arXiv:2208.00716

Code (1)

graphpku/gnn-lf 공식 구현 pytorch

Tasks

GPUGraph Neural NetworkRepresentation Learning

Similar Papers 제목 키워드 기반

Graph neural network framework for energy mapping of hybrid monte-carlo molecular dynamics simulations of Medium Entropy Alloys

2024-11-20 · Mashaekh Tausif Ehsan, Saifuddin Zafar, Apurba Sarker, Sourav Das Suvro 외

Machine learning (ML) methods have drawn significant interest in material design and discovery. Graph neural networks (GNNs), in particular, have demonstrated strong potential for predicting material properties. The pres…

Graph Neural Network

Graph Energy Matching: Transport-Aligned Energy-Based Modeling for Graph Generation

2026-03-24 · Michal Balcerak, Suprosanna Shit, Chinmay Prabhakar, Sebastian Kaltenbach 외 arxiv

Generative modeling of discrete data, such as graphs, underpins many scientific and industrial applications, including molecular discovery and materials design. In these domains, probabilistic inference is particularly v…

Graph Generation

Learning molecular energies using localized graph kernels

2016-12-01 · G. Ferré, T. Haut, K. Barros

Recent machine learning methods make it possible to model potential energy of atomic configurations with chemical-level accuracy (as calculated from ab-initio calculations) and at speeds suitable for molecular dynam- ics…

BIG-bench Machine LearningTranslation

Gaussian Moments as Physically Inspired Molecular Descriptors for Accurate and Scalable Machine Learning Potentials

2021-09-15 · Viktor Zaverkin, Johannes Kästner

Machine learning techniques allow a direct mapping of atomic positions and nuclear charges to the potential energy surface with almost ab-initio accuracy and the computational efficiency of empirical potentials. In this …

BIG-bench Machine LearningComputational Efficiency

Enhanced sampling of robust molecular datasets with uncertainty-based collective variables

2024-02-06 · Aik Rui Tan, Johannes C. B. Dietschreit, Rafael Gomez-Bombarelli

Generating a data set that is representative of the accessible configuration space of a molecular system is crucial for the robustness of machine learned interatomic potentials (MLIP). However, the complexity of molecula…

Active Learning