QMCELGOct 4, 2021

Molformer: Motif-based Transformer on 3D Heterogeneous Molecular Graphs

arXiv:2110.01191v7100 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more expressive molecular representations in AI-driven molecule design and scientific discovery, offering a novel approach that integrates motifs and 3D geometry, though it is incremental as it builds on existing graph and Transformer methods.

The paper tackles the problem of limited molecular representation by introducing heterogeneous molecular graphs that incorporate both atom-level and motif-level nodes, and proposes Molformer, a Transformer variant with heterogeneous self-attention and multi-scale mechanisms, which outperforms or matches state-of-the-art baselines across quantum chemistry, physiology, and biophysics domains.

Procuring expressive molecular representations underpins AI-driven molecule design and scientific discovery. The research mainly focuses on atom-level homogeneous molecular graphs, ignoring the rich information in subgraphs or motifs. However, it has been widely accepted that substructures play a dominant role in identifying and determining molecular properties. To address such issues, we formulate heterogeneous molecular graphs (HMGs), and introduce a novel architecture to exploit both molecular motifs and 3D geometry. Precisely, we extract functional groups as motifs for small molecules and employ reinforcement learning to adaptively select quaternary amino acids as motif candidates for proteins. Then HMGs are constructed with both atom-level and motif-level nodes. To better accommodate those HMGs, we introduce a variant of Transformer named Molformer, which adopts a heterogeneous self-attention layer to distinguish the interactions between multi-level nodes. Besides, it is also coupled with a multi-scale mechanism to capture fine-grained local patterns with increasing contextual scales. An attentive farthest point sampling algorithm is also proposed to obtain the molecular representations. We validate Molformer across a broad range of domains, including quantum chemistry, physiology, and biophysics. Extensive experiments show that Molformer outperforms or achieves the comparable performance of several state-of-the-art baselines. Our work provides a promising way to utilize informative motifs from the perspective of multi-level graph construction.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes