paper-with-me

Papers

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

2021-10-04 · Fang Wu, Dragomir Radev, Stan Z. Li

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.

📄 PDF Abstract BibTeX arXiv:2110.01191

Code (2)

smiles724/3d-transformer 공식 구현 pytorch
smiles724/molformer 공식 구현 pytorch

Tasks

3D geometrygraph constructionscientific discoveryTranslation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Molecular Representation Learning via Heterogeneous Motif Graph Neural Networks

2022-02-01 · Zhaoning Yu, Hongyang Gao

We consider feature representation learning problem of molecular graphs. Graph Neural Networks have been widely used in feature representation learning of molecular graphs. However, most existing methods deal with molecu…

graph constructionGraph Neural NetworkGraph Representation Learningmolecular representation+2

GP-MoLFormer: A Foundation Model For Molecular Generation

2024-04-04 · Jerret Ross, Brian Belgodere, Samuel C. Hoffman, Vijil Chenthamarakshan 외

Transformer-based models trained on large and general purpose datasets consisting of molecular strings have recently emerged as a powerful tool for successfully modeling various structure-property relations. Inspired by …

Memorizationmodelparameter-efficient fine-tuningvalid

Addressing Model Overcomplexity in Drug-Drug Interaction Prediction With Molecular Fingerprints

2025-03-30 · Manel Gil-Sorribes, Alexis Molina

Accurately predicting drug-drug interactions (DDIs) is crucial for pharmaceutical research and clinical safety. Recent deep learning models often suffer from high computational costs and limited generalization across dat…

Improving Molecular Properties Prediction Through Latent Space Fusion

2023-10-20 · Eduardo Soares, Akihiro Kishimoto, Emilio Vital Brazil, Seiji Takeda 외

Pre-trained Language Models have emerged as promising tools for predicting molecular properties, yet their development is in its early stages, necessitating further research to enhance their efficacy and address challeng…

Molecular Property PredictionPredictionProperty Prediction

M-GLC: Motif-Driven Global-Local Context Graphs for Few-shot Molecular Property Prediction

2025-10-24 · Xiangyang Xu, Hongyang Gao arxiv

Molecular property prediction (MPP) is a cornerstone of drug discovery and materials science, yet conventional deep learning approaches depend on large labeled datasets that are often unavailable. Few-shot Molecular prop…

Molecular Property PredictionDrug Discovery