LCAONet: Message-passing with physically optimized atomic basis functions

Kento Nishio,Kiyou Shibata,Teruyasu Mizoguchi
2024-02-08
Abstract:A Model capable of handling various elemental species and substances is essential for discovering new materials in the vast phase and compound space. Message-passing neural networks (MPNNs) are promising as such models, in which various vector operations model the atomic interaction with its neighbors. However, conventional MPNNs tend to overlook the importance of physicochemical information for each node atom, relying solely on the geometric features of the material graph. We propose the new three-body MPNN architecture with a message-passing layer that utilizes optimized basis functions based on the electronic structure of the node elemental species. This enables conveying the message that includes physical information and better represents the interaction for each elemental species. Inspired by the LCAO (linear combination of atomic orbitals) method, a classical method for calculating the orbital interactions, the linear combination of atomic basis constructed based on the wave function of hydrogen-like atoms is used for the present message-passing. Our model achieved higher prediction accuracy with smaller parameters than the state-of-the-art models on the challenging crystalline dataset containing many elemental species, including heavy elements. Ablation studies have also shown that the proposed method is effective in improving accuracy. Our implementation is available online.
Computational Physics
What problem does this paper attempt to address?
The paper aims to address the problem of predicting new material properties in materials science, particularly the challenges faced when dealing with large-scale crystal structures containing multiple elements. Specifically, the paper proposes a new architecture called LCAONet, which is a method based on Message Passing Neural Networks (MPNN) to better simulate interactions between atoms. Traditional MPNNs often rely solely on the geometric features of the material graph when modeling atomic interactions, neglecting the physicochemical information of each node atom. LCAONet addresses this issue by introducing a new message-passing layer that uses optimized basis functions based on the electronic structure of node elements to transmit information. This allows the network to convey messages containing physical information and better represent interactions between different elements. LCAONet is inspired by the Linear Combination of Atomic Orbitals (LCAO) method, a classical computational method for orbital interactions. Building on this, the paper proposes a new set of radial basis functions constructed based on hydrogen-like atomic wave functions to more accurately characterize atomic interactions. Additionally, the number and type of basis functions are optimized according to the electronic structure of the node atoms, thereby improving the parameter efficiency of the model and introducing useful inductive biases. To validate the effectiveness of LCAONet, the authors conducted experiments on datasets of periodic systems with multiple element types, including heavy elements (atomic number up to 83). The experimental results show that LCAONet exhibits higher accuracy in predicting formation energies compared to current state-of-the-art models, especially when dealing with heavy elements and hypothetical structures. Furthermore, LCAONet achieves better performance with significantly fewer parameters than other models, indicating that its designed basis functions and message-passing mechanism have advantages in parameter efficiency. In summary, this study improves the MPNN model by combining physicochemical information and message-passing techniques, enabling it to more effectively predict the quantum mechanical properties of complex crystal systems.