LGMTRL-SCIAIBMJun 24, 2024

GeoMFormer: A General Architecture for Geometric Molecular Representation Learning

arXiv:2406.16853v110 citationsHas Code
Originality Incremental advance
AI Analysis

This provides a general framework for molecular representation learning, addressing geometric constraints in quantum mechanics, but it appears incremental as it builds on existing Transformer modules.

The authors tackled the problem of molecular modeling by developing GeoMFormer, a Transformer-based architecture for learning invariant and equivariant geometric representations, achieving strong performance on various tasks.

Molecular modeling, a central topic in quantum mechanics, aims to accurately calculate the properties and simulate the behaviors of molecular systems. The molecular model is governed by physical laws, which impose geometric constraints such as invariance and equivariance to coordinate rotation and translation. While numerous deep learning approaches have been developed to learn molecular representations under these constraints, most of them are built upon heuristic and costly modules. We argue that there is a strong need for a general and flexible framework for learning both invariant and equivariant features. In this work, we introduce a novel Transformer-based molecular model called GeoMFormer to achieve this goal. Using the standard Transformer modules, two separate streams are developed to maintain and learn invariant and equivariant representations. Carefully designed cross-attention modules bridge the two streams, allowing information fusion and enhancing geometric modeling in each stream. As a general and flexible architecture, we show that many previous architectures can be viewed as special instantiations of GeoMFormer. Extensive experiments are conducted to demonstrate the power of GeoMFormer. All empirical results show that GeoMFormer achieves strong performance on both invariant and equivariant tasks of different types and scales. Code and models will be made publicly available at https://github.com/c-tl/GeoMFormer.

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