SOTAVerified

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

2022-06-17Code Available0· sign in to hype

Limei Wang, Yi Liu, Yuchao Lin, Haoran Liu, Shuiwang Ji

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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 complete and efficient 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 (https://github.com/divelab/DIG).

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
QM9ComENetError ratio0.4Unverified

Reproductions