paper-with-me

홈 › Papers

FlashSchNet: Fast and Accurate Coarse-Grained Neural Network Molecular Dynamics

2026-02-13 · Pingzhi Li, Hongxuan Li, Zirui Liu, Xingcheng Lin, Tianlong Chen arxiv

Graph neural network (GNN) potentials such as SchNet improve the accuracy and transferability of molecular dynamics (MD) simulation by learning many-body interactions, but remain slower than classical force fields due to fragmented kernels and memory-bound pipelines that underutilize GPUs. We show that a missing principle is making GNN-MD IO-aware, carefully accounting for reads and writes between GPU high-bandwidth memory (HBM) and on-chip SRAM. We present FlashSchNet, an efficient and accurate IO-aware SchNet-style GNN-MD framework built on four techniques: (1) flash radial basis, which fuses pairwise distance computation, Gaussian basis expansion, and cosine envelope into a single tiled pass, computing each distance once and reusing it across all basis functions; (2) flash message passing, which fuses cutoff, neighbor gather, filter multiplication, and reduction to avoid materializing edge tensors in HBM; (3) flash aggregation, which reformulates scatter-add via CSR segment reduce, reducing atomic writes by a factor of feature dimension and enabling contention-free accumulation in both forward and backward passes; (4) channel-wise 16-bit quantization that exploits the low per-channel dynamic range in SchNet MLP weights to further improve throughput with negligible accuracy loss. On a single NVIDIA RTX PRO 6000, FlashSchNet achieves 1000 ns/day aggregate simulation throughput over 64 parallel replicas on coarse-grained (CG) protein containing 269 beads (6.5x faster than CGSchNet baseline with 80% reduction of peak memory), surpassing classical force fields (e.g. MARTINI) while retaining SchNet-level accuracy and transferability.

📄 PDF Abstract BibTeX arXiv:2602.13140

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

Similar Papers 제목 키워드 기반

CoarsenConf: Equivariant Coarsening with Aggregated Attention for Molecular Conformer Generation

2023-06-26 · Danny Reidenbach, Aditi S. Krishnapriyan

Molecular conformer generation (MCG) is an important task in cheminformatics and drug discovery. The ability to efficiently generate low-energy 3D structures can avoid expensive quantum mechanical simulations, leading to…

Drug DiscoveryProperty Prediction

Simulate Time-integrated Coarse-grained Molecular Dynamics with Multi-Scale Graph Networks

2022-04-21 · Xiang Fu, Tian Xie, Nathan J. Rebello, Bradley D. Olsen 외

Molecular dynamics (MD) simulation is essential for various scientific domains but computationally expensive. Learning-based force fields have made significant progress in accelerating ab-initio MD simulation but are not…

BIG-bench Machine LearningGraph ClusteringGraph Neural Network

Ensemble Learning of Coarse-Grained Molecular Dynamics Force Fields with a Kernel Approach

2020-05-04 · Jiang Wang, Stefan Chmiela, Klaus-Robert Müller, Frank Noè 외

Gradient-domain machine learning (GDML) is an accurate and efficient approach to learn a molecular potential and associated force field based on the kernel ridge regression algorithm. Here, we demonstrate its application…

Ensemble Learning

Energy-Based Coarse-Graining in Molecular Dynamics: A Flow-Based Framework Without Data

2025-04-29 · Maximilian Stupp, P. S. Koutsourelakis

Coarse-grained (CG) models offer an effective route to reducing the complexity of molecular simulations, yet conventional approaches depend heavily on long all-atom molecular dynamics (MD) trajectories to adequately samp…

All

Split-Flows: Measure Transport and Information Loss Across Molecular Resolutions

2025-11-03 · Sander Hummerich, Tristan Bereau, Ullrich Köthe arxiv

By reducing resolution, coarse-grained models greatly accelerate molecular simulations, unlocking access to long-timescale phenomena, though at the expense of microscopic information. Recovering this fine-grained detail …