Summary
This paper concentrates on applying deep learning techniques to electronic structure computations. Unlike the strategy adopted in [1], the authors introduce a pretraining process to enhance the few-shot or zero-shot performance of Deep Learning Variational Monte Carlo (DL-VMC) methods. As their initial step, they design a novel architecture for the conventional model. Drawing inspiration from [2], the paper proposes a learnable orbital model for adjusting to molecular structures with a disparate number of electrons. The orbital model employs a neural network to predict the Fock and overlap matrices in the initial stages, and subsequently, it resolves a generalized eigenvalue problem to derive the orbital coefficients. Additionally, the network within the orbital model predicts the energy and selects new configurations for training. With the improved architecture, the authors pretrain the entire model using a dataset containing 98 distinct molecules. The pretrained model is benchmarked under various metrics, including absolute energy and relative energy. Furthermore, the authors conduct extensive experiments, comparing their zero-shot performance with Density Functional Theory (DFT) methods on the QM7 dataset. The empirical results demonstrate the effectiveness of their methodologies.
[1] David Pfau et al., Ab Initio Solution of the Many-Electron Schrödinger Equation with Deep Neural Networks
[2] Nicholas Gao and Stephan Günnemann, Generalizing Neural Wave Functions
Strengths
1. Improved architecture. Compared to the [1, the authors employ a refined architecture to extract embedding features from electrons and nuclei. Rather than using orbital coefficients derived from the Hartree-Fock method, they directly predict the Fock matrix and overlap matrix, subsequently solving the generalized eigenvalue problem. This strategy eliminates the reliance on the Hartree-Fock method, an inaccurate solution for electronic structure. Ablation studies reveal that this enhanced structure significantly improves absolute energy performance in both zero-shot and few-shot settings.
2. Enhanced Sampling Methods. Despite the insignificance of the MCMC burn-in step in the standard FermiNet-like training process, it can be time-consuming in few-shot/zero-shot settings. To counteract this issue, the authors refine the initialization of MCMC walkers, achieving equilibrium within a shorter MCMC burn-in stage. Beyond this initialization enhancement, they also identify and address the burn-in requirements during the pretraining stage by adjusting the movement of electrons relative to the shifts in nuclei position. Both these strategies improve the convergence of MCMC walkers, leading to superior training performance.
3. Larger Pretraining Dataset. In addition to the technical enhancements, the authors also construct a more substantial dataset for pretraining, a development that could prove beneficial for future research in this area.
4. Extensive Empirical Study. The authors execute extensive experiments to showcase the effectiveness of their methods, including comparisons with the Density Functional Theory (DFT) method on a large-scale dataset.
[1] Michael Scherbela, Leon Gerard, and Philipp Grohs, Towards a Foundation Model for Neural Network Wavefunctions.
Weaknesses
1. The relative energy experiments may not be convincing. Unlike the absolute energy, if the relative energy is not converged, the discrepancy between CCSD(T) and the proposed method could magnify with additional finetuning steps. Although model with 4k finetuning steps achieves relative energy nearly identical result as CCSD(T), the reviewer suggests the authors to supply the relative energy result of model with an increased number of finetuning steps (e.g., 8k and 16k) to demonstrate energy convergence.
2. The comparison with Density Functional Theory (DFT) methods should also encompass speed comparison. Typically, Deep Learning Variational Monte Carlo (DL-VMC) methods should benchmark their energy results against post-HF methods and Quantum Monte Carlo (QMC) results, given that the total computation cost of these methods is comparable. Despite this paper's focus on zero-shot performance, the computational cost of evaluation of DL-VMC remains high. Therefore, the reviewer suggests that the authors provide speed comparisons to elucidate the effectiveness of their method.
Questions
Questions about experiments have been shown in the weakness.
Questions about methods:
1. Why do the authors use the Hessian matrix of predicted energy to guide the sampling of configuration?
2. How to train the network to predict $E_{phis}$?
3. Why did the authors choose to solve the generalized eigenvalue problem to produce orbital coefficients? How is the gradient computed through this block?
Rating
5: Borderline accept: Technically solid paper where reasons to accept outweigh reasons to reject, e.g., limited evaluation. Please use sparingly.
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.
Limitations
Compared to other ab-initio methods, the proposed method requires pretraining on a large molecule dataset. Therefore, its performance highly depends on the similarity between pretraining and evaluation datasets, which limits the application of the method.