paper-with-me

홈 › Papers

Atom-Motif Contrastive Transformer for Molecular Property Prediction

2023-10-11 · Wentao Yu, Shuo Chen, Chen Gong, Gang Niu, Masashi Sugiyama

Recently, Graph Transformer (GT) models have been widely used in the task of Molecular Property Prediction (MPP) due to their high reliability in characterizing the latent relationship among graph nodes (i.e., the atoms in a molecule). However, most existing GT-based methods usually explore the basic interactions between pairwise atoms, and thus they fail to consider the important interactions among critical motifs (e.g., functional groups consisted of several atoms) of molecules. As motifs in a molecule are significant patterns that are of great importance for determining molecular properties (e.g., toxicity and solubility), overlooking motif interactions inevitably hinders the effectiveness of MPP. To address this issue, we propose a novel Atom-Motif Contrastive Transformer (AMCT), which not only explores the atom-level interactions but also considers the motif-level interactions. Since the representations of atoms and motifs for a given molecule are actually two different views of the same instance, they are naturally aligned to generate the self-supervisory signals for model training. Meanwhile, the same motif can exist in different molecules, and hence we also employ the contrastive loss to maximize the representation agreement of identical motifs across different molecules. Finally, in order to clearly identify the motifs that are critical in deciding the properties of each molecule, we further construct a property-aware attention mechanism into our learning framework. Our proposed AMCT is extensively evaluated on seven popular benchmark datasets, and both quantitative and qualitative results firmly demonstrate its effectiveness when compared with the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2310.07351

Code (0)

등록된 구현이 없습니다.

Tasks

Molecular Property PredictionPredictionProperty Prediction

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
LapEigen 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…
Laplacian PE Laplacian eigenvectors represent a natural generalization of the…

Similar Papers 제목 키워드 기반

Motif-aware Attribute Masking for Molecular Graph Pre-training

2023-09-08 · Eric Inae, Gang Liu, Meng Jiang

Attribute reconstruction is used to predict node or edge features in the pre-training of graph neural networks. Given a large number of molecules, they learn to capture structural knowledge, which is transferable for var…

AttributeDecoderMolecular Property PredictionProperty Prediction

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 subgra…

3D geometrygraph constructionscientific discoveryTranslation

BiScale-GTR: Fragment-Aware Graph Transformers for Multi-Scale Molecular Representation Learning

2026-04-07 · Yi Yang, Ovidiu Daescu arxiv

Graph Transformers have recently attracted attention for molecular property prediction by combining the inductive biases of graph neural networks (GNNs) with the global receptive field of Transformers. However, many exis…

Molecular Property PredictionRepresentation Learning

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

De novo molecular generation with optical property preconditioning at the token level

2026-06-06 · Haozhe Huang, Manuel Gonzalez Lastre, Hyun Suk Park, Jorge A. Campos-Gonzalez-Angulo 외 arxiv

Designing OLED molecules with targeted optical properties remains challenging due to the scarcity of high-quality data and the limited reliability of conditional control in generative models across chemical motifs. Here,…