LGFeb 3, 2024

Structure-Aware E(3)-Invariant Molecular Conformer Aggregation Networks

arXiv:2402.01975v39 citationsh-index: 14ICML
AI Analysis

This addresses the problem of accurate molecular property prediction for computational chemistry and drug discovery, representing an incremental advance by combining existing 2D and 3D approaches with a new aggregation method.

The paper tackles molecular property prediction by integrating 2D molecular graphs with multiple 3D conformer structures using a novel aggregation mechanism, achieving significant performance improvements over state-of-the-art methods on established datasets.

A molecule's 2D representation consists of its atoms, their attributes, and the molecule's covalent bonds. A 3D (geometric) representation of a molecule is called a conformer and consists of its atom types and Cartesian coordinates. Every conformer has a potential energy, and the lower this energy, the more likely it occurs in nature. Most existing machine learning methods for molecular property prediction consider either 2D molecular graphs or 3D conformer structure representations in isolation. Inspired by recent work on using ensembles of conformers in conjunction with 2D graph representations, we propose $\mathrm{E}$(3)-invariant molecular conformer aggregation networks. The method integrates a molecule's 2D representation with that of multiple of its conformers. Contrary to prior work, we propose a novel 2D-3D aggregation mechanism based on a differentiable solver for the Fused Gromov-Wasserstein Barycenter problem and the use of an efficient conformer generation method based on distance geometry. We show that the proposed aggregation mechanism is $\mathrm{E}$(3) invariant and propose an efficient GPU implementation. Moreover, we demonstrate that the aggregation mechanism helps to significantly outperform state-of-the-art molecule property prediction methods on established datasets.

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