LGJun 17, 2022

ComENet: Towards Complete and Efficient Message Passing for 3D Molecular Graphs

arXiv:2206.08515v3123 citationsh-index: 64Has Code
Originality Highly original
AI Analysis

This addresses the problem of computational inefficiency and incomplete 3D information in molecular graph learning for researchers in computational chemistry and drug discovery.

The paper tackles the challenge of learning 3D graph representations by proposing ComENet, a method that incorporates 3D information completely and efficiently, achieving orders of magnitude faster performance than prior methods.

Many real-world data can be modeled as 3D graphs, but learning representations that incorporates 3D information completely and efficiently is challenging. Existing methods either use partial 3D information, or suffer from excessive computational cost. To incorporate 3D information completely and efficiently, we propose a novel message passing scheme that operates within 1-hop neighborhood. Our method guarantees full completeness of 3D information on 3D graphs by achieving global and local completeness. Notably, we propose the important rotation angles to fulfill global completeness. Additionally, we show that our method is orders of magnitude faster than prior methods. We provide rigorous proof of completeness and analysis of time complexity for our methods. As molecules are in essence quantum systems, we build the \underline{com}plete and \underline{e}fficient graph neural network (ComENet) by combing quantum inspired basis functions and the proposed message passing scheme. Experimental results demonstrate the capability and efficiency of ComENet, especially on real-world datasets that are large in both numbers and sizes of graphs. Our code is publicly available as part of the DIG library (\url{https://github.com/divelab/DIG}).

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