paper-with-me

홈 › Papers

Fragment-based Pretraining and Finetuning on Molecular Graphs

2023-10-05 · NeurIPS 2023 11 · Kha-Dinh Luong, Ambuj Singh

Property prediction on molecular graphs is an important application of Graph Neural Networks. Recently, unlabeled molecular data has become abundant, which facilitates the rapid development of self-supervised learning for GNNs in the chemical domain. In this work, we propose pretraining GNNs at the fragment level, a promising middle ground to overcome the limitations of node-level and graph-level pretraining. Borrowing techniques from recent work on principal subgraph mining, we obtain a compact vocabulary of prevalent fragments from a large pretraining dataset. From the extracted vocabulary, we introduce several fragment-based contrastive and predictive pretraining tasks. The contrastive learning task jointly pretrains two different GNNs: one on molecular graphs and the other on fragment graphs, which represents higher-order connectivity within molecules. By enforcing consistency between the fragment embedding and the aggregated embedding of the corresponding atoms from the molecular graphs, we ensure that the embeddings capture structural information at multiple resolutions. The structural information of fragment graphs is further exploited to extract auxiliary labels for graph-level predictive pretraining. We employ both the pretrained molecular-based and fragment-based GNNs for downstream prediction, thus utilizing the fragment information during finetuning. Our graph fragment-based pretraining (GraphFP) advances the performances on 5 out of 8 common molecular benchmarks and improves the performances on long-range biological benchmarks by at least 11.5%. Code is available at: https://github.com/lvkd84/GraphFP.

📄 PDF Abstract BibTeX arXiv:2310.03274

Code (1)

lvkd84/graphfp 공식 구현 pytorch

Tasks

Contrastive LearningProperty PredictionSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

GLACIER: Rethinking Mass Spectrum Prediction as an Object Detection Problem

2026-06-28 · Rui-Xi Wang, Runzhong Wang, Connor W. Coley arxiv

Predicting tandem mass spectra (MS/MS) from molecular structures represents a central task in analytical chemistry with direct relevance to clinical metabolomics, systems biology, and adjacent disciplines. In this work, …

Object Detection

Multi-level Self-supervised Pretraining on Compositional Hierarchical Graph for Molecular Property Prediction

2026-05-15 · Xiayu Liu, Zhengyi Lu, Hou-biao Li arxiv

Self-supervised pretraining on molecular graphs has emerged as a promising approach for molecular property prediction, yet most existing methods operate at a single structural granularity and treat bond information as au…

Molecular Property Prediction

MolCAP: Molecular Chemical reActivity pretraining and prompted-finetuning enhanced molecular representation learning

2023-06-13 · Yu Wang, Jingjie Zhang, Junru Jin, Leyi Wei

Molecular representation learning (MRL) is a fundamental task for drug discovery. However, previous deep-learning (DL) methods focus excessively on learning robust inner-molecular representations by mask-dominated pretra…

DiversityDrug DiscoveryMolecular Property Predictionmolecular representation+2

FragmentNet: Adaptive Graph Fragmentation for Graph-to-Sequence Molecular Representation Learning

2025-02-03 · Ankur Samanta, Rohan Gupta, Aditi Misra, Christian McIntosh Clarke 외

Molecular property prediction uses molecular structure to infer chemical properties. Chemically interpretable representations that capture meaningful intramolecular interactions enhance the usability and effectiveness of…

Graph-to-SequenceMolecular Property Predictionmolecular representationProperty Prediction+2

Reducing Down(stream)time: Pretraining Molecular GNNs using Heterogeneous AI Accelerators

2022-11-08 · Jenna A. Bilbrey, Kristina M. Herman, Henry Sprueill, Soritis S. Xantheas 외

The demonstrated success of transfer learning has popularized approaches that involve pretraining models from massive data sources and subsequent finetuning towards a specific task. While such approaches have become the …

GPUGraph Neural NetworkTransfer Learning