paper-with-me

Papers

Atomic and Subgraph-aware Bilateral Aggregation for Molecular Representation Learning

2023-05-22 · Jiahao Chen, Yurou Liu, Jiangmeng Li, Bing Su, JiRong Wen

Molecular representation learning is a crucial task in predicting molecular properties. Molecules are often modeled as graphs where atoms and chemical bonds are represented as nodes and edges, respectively, and Graph Neural Networks (GNNs) have been commonly utilized to predict atom-related properties, such as reactivity and solubility. However, functional groups (subgraphs) are closely related to some chemical properties of molecules, such as efficacy, and metabolic properties, which cannot be solely determined by individual atoms. In this paper, we introduce a new model for molecular representation learning called the Atomic and Subgraph-aware Bilateral Aggregation (ASBA), which addresses the limitations of previous atom-wise and subgraph-wise models by incorporating both types of information. ASBA consists of two branches, one for atom-wise information and the other for subgraph-wise information. Considering existing atom-wise GNNs cannot properly extract invariant subgraph features, we propose a decomposition-polymerization GNN architecture for the subgraph-wise branch. Furthermore, we propose cooperative node-level and graph-level self-supervised learning strategies for ASBA to improve its generalization. Our method offers a more comprehensive way to learn representations for molecular property prediction and has broad potential in drug and material discovery applications. Extensive experiments have demonstrated the effectiveness of our method.

📄 PDF Abstract BibTeX arXiv:2305.12618

Code (0)

등록된 구현이 없습니다.

Tasks

Molecular Property Predictionmolecular representationProperty PredictionRepresentation LearningSelf-Supervised Learning

Similar Papers 제목 키워드 기반

MMGNN: Multi-level, multi-color graph neural networks for molecular property prediction

2026-06-18 · Trung Nguyen, Duc Duy Nguyen arxiv

Molecular message-passing neural networks commonly propagate chemically diverse interactions through a single graph, which may mix interaction-specific signals and require deep propagation to capture long-range effects. …

Molecular Property PredictionGraph Neural Network

Subgraph Aggregation for Out-of-Distribution Generalization on Graphs

2024-10-29 · Bowen Liu, Haoyang Li, Shuning Wang, Shuo Nie 외

Out-of-distribution (OOD) generalization in Graph Neural Networks (GNNs) has gained significant attention due to its critical importance in graph-based predictions in real-world scenarios. Existing methods primarily focu…

Molecular Property PredictionOut-of-Distribution GeneralizationProperty Prediction

Predicting Drug Interactions and Mutagenicity with Ensemble Classifiers on Subgraphs of Molecules

2016-01-27 · Andrew Schaumberg, Angela Yu, Tatsuhiro Koshi, Xiaochan Zong 외

In this study, we intend to solve a mutual information problem in interacting molecules of any type, such as proteins, nucleic acids, and small molecules. Using machine learning techniques, we accurately predict pairwise…

BIG-bench Machine Learning

GoMS: Graph of Molecule Substructure Network for Molecule Property Prediction

2025-12-13 · Shuhui Qu, Cheolwoo Park arxiv

While graph neural networks have shown remarkable success in molecular property prediction, current approaches like the Equivariant Subgraph Aggregation Networks (ESAN) treat molecules as bags of independent substructure…

Molecular Property Prediction

SubGDiff: A Subgraph Diffusion Model to Improve Molecular Representation Learning

2024-05-09 · Jiying Zhang, Zijing Liu, Yu Wang, Yu Li

Molecular representation learning has shown great success in advancing AI-based drug discovery. The core of many recent works is based on the fact that the 3D geometric structure of molecules provides essential informati…

DenoisingDrug Discoverymolecular representationRepresentation Learning