LGCOMP-PHFeb 3, 2025

Efficient and Scalable Density Functional Theory Hamiltonian Prediction through Adaptive Sparsity

arXiv:2502.01171v210 citationsh-index: 7Has CodeICML
Originality Incremental advance
AI Analysis

This addresses scalability issues for large molecular systems in computational chemistry, though it appears incremental as an efficiency improvement to existing equivariant networks.

The paper tackles the computational bottleneck of SE(3) equivariant graph neural networks in Hamiltonian matrix prediction for computational chemistry by introducing SPHNet, which uses adaptive sparsity to reduce tensor product operations, achieving state-of-the-art accuracy with up to 7x speedup on QH9 and PubchemQH datasets.

Hamiltonian matrix prediction is pivotal in computational chemistry, serving as the foundation for determining a wide range of molecular properties. While SE(3) equivariant graph neural networks have achieved remarkable success in this domain, their substantial computational cost--driven by high-order tensor product (TP) operations--restricts their scalability to large molecular systems with extensive basis sets. To address this challenge, we introduce SPHNet, an efficient and scalable equivariant network, that incorporates adaptive SParsity into Hamiltonian prediction. SPHNet employs two innovative sparse gates to selectively constrain non-critical interaction combinations, significantly reducing tensor product computations while maintaining accuracy. To optimize the sparse representation, we develop a Three-phase Sparsity Scheduler, ensuring stable convergence and achieving high performance at sparsity rates of up to 70%. Extensive evaluations on QH9 and PubchemQH datasets demonstrate that SPHNet achieves state-of-the-art accuracy while providing up to a 7x speedup over existing models. Beyond Hamiltonian prediction, the proposed sparsification techniques also hold significant potential for improving the efficiency and scalability of other SE(3) equivariant networks, further broadening their applicability and impact. Our code can be found at https://github.com/microsoft/SPHNet.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes