paper-with-me

홈 › Papers

Molecular Graph Representation Learning via Structural Similarity Information

2024-09-13 · Chengyu Yao, Hong Huang, Hang Gao, Fengge Wu, Haiming Chen, Junsuo Zhao

Graph Neural Networks (GNNs) have been widely employed for feature representation learning in molecular graphs. Therefore, it is crucial to enhance the expressiveness of feature representation to ensure the effectiveness of GNNs. However, a significant portion of current research primarily focuses on the structural features within individual molecules, often overlooking the structural similarity between molecules, which is a crucial aspect encapsulating rich information on the relationship between molecular properties and structural characteristics. Thus, these approaches fail to capture the rich semantic information at the molecular structure level. To bridge this gap, we introduce the \textbf{Molecular Structural Similarity Motif GNN (MSSM-GNN)}, a novel molecular graph representation learning method that can capture structural similarity information among molecules from a global perspective. In particular, we propose a specially designed graph that leverages graph kernel algorithms to represent the similarity between molecules quantitatively. Subsequently, we employ GNNs to learn feature representations from molecular graphs, aiming to enhance the accuracy of property prediction by incorporating additional molecular representation information. Finally, through a series of experiments conducted on both small-scale and large-scale molecular datasets, we demonstrate that our model consistently outperforms eleven state-of-the-art baselines. The codes are available at https://github.com/yaoyao-yaoyao-cell/MSSM-GNN.

📄 PDF Abstract BibTeX arXiv:2409.08580

Code (1)

yaoyao-yaoyao-cell/mssm-gnn 공식 구현 pytorch

Tasks

Graph Representation Learningmolecular representationProperty PredictionRepresentation Learning

Similar Papers 제목 키워드 기반

MOL-Mamba: Enhancing Molecular Representation with Structural & Electronic Insights

2024-12-21 · Jingjing Hu, Dan Guo, Zhan Si, Deguang Liu 외

Molecular representation learning plays a crucial role in various downstream tasks, such as molecular property prediction and drug design. To accurately represent molecules, Graph Neural Networks (GNNs) and Graph Transfo…

Drug DesignMambaMolecular Property Predictionmolecular representation+2

A 3D-Shape Similarity-based Contrastive Approach to Molecular Representation Learning

2022-11-03 · Austin Atsango, Nathaniel L. Diamant, Ziqing Lu, Tommaso Biancalani 외

Molecular shape and geometry dictate key biophysical recognition processes, yet many graph neural networks disregard 3D information for molecular property prediction. Here, we propose a new contrastive-learning procedure…

Contrastive LearningMolecular Property Predictionmolecular representationProperty Prediction+1

MoleCode unlocks structural intelligence in large language models

2026-05-15 · Zhiyuan Yan, Chen Liu, Boxuan Zhao, Kaiqing Lin 외 arxiv

Molecules are graphs, but large language models~(LLMs) are usually asked to reason about them through linear strings. The most popular molecular representation, SMILES, compresses atoms, bonds, branches and rings into a …

CTAGE: Curvature-Based Topology-Aware Graph Embedding for Learning Molecular Representations

2023-07-25 · Yili Chen, Zhengyu Li, Zheng Wan, Hui Yu 외

AI-driven drug design relies significantly on predicting molecular properties, which is a complex task. In current approaches, the most commonly used feature representations for training deep neural network models are ba…

Drug DesignGraph EmbeddingGraph Neural NetworkMolecular Property Prediction+1

Hyper-Dimensional Fingerprints as Molecular Representations

2026-04-30 · Jonas Teufel, Luca Torresi, André Eberhard, Pascal Friederich arxiv

Computational molecular representations underpin virtual screening, property prediction, and materials discovery. Conventional fingerprints are efficient and deterministic but lose structural information through hash-bas…