paper-with-me

홈 › Papers

Two-Stage Pretraining for Molecular Property Prediction in the Wild

2024-11-05 · Kevin Tirta Wijaya, Minghao Guo, Michael Sun, Hans-Peter Seidel, Wojciech Matusik, Vahid Babaei

Accurate property prediction is crucial for accelerating the discovery of new molecules. Although deep learning models have achieved remarkable success, their performance often relies on large amounts of labeled data that are expensive and time-consuming to obtain. Thus, there is a growing need for models that can perform well with limited experimentally-validated data. In this work, we introduce MoleVers, a versatile pretrained model designed for various types of molecular property prediction in the wild, i.e., where experimentally-validated molecular property labels are scarce. MoleVers adopts a two-stage pretraining strategy. In the first stage, the model learns molecular representations from large unlabeled datasets via masked atom prediction and dynamic denoising, a novel task enabled by a new branching encoder architecture. In the second stage, MoleVers is further pretrained using auxiliary labels obtained with inexpensive computational methods, enabling supervised learning without the need for costly experimental data. This two-stage framework allows MoleVers to learn representations that generalize effectively across various downstream datasets. We evaluate MoleVers on a new benchmark comprising 22 molecular datasets with diverse types of properties, the majority of which contain 50 or fewer training labels reflecting real-world conditions. MoleVers achieves state-of-the-art results on 20 out of the 22 datasets, and ranks second among the remaining two, highlighting its ability to bridge the gap between data-hungry models and real-world conditions where practically-useful labels are scarce.

📄 PDF Abstract BibTeX arXiv:2411.03537

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingMolecular Property PredictionProperty Prediction

Similar Papers 제목 키워드 기반

ChemBERTa: Large-Scale Self-Supervised Pretraining for Molecular Property Prediction

2020-10-19 · Seyone Chithrananda, Gabriel Grand, Bharath Ramsundar

GNNs and chemical fingerprints are the predominant approaches to representing molecules for property prediction. However, in NLP, transformers have become the de-facto standard for representation learning thanks to their…

Molecular Property Predictionmolecular representationPredictionProperty Prediction+1

3D Denoisers are Good 2D Teachers: Molecular Pretraining via Denoising and Cross-Modal Distillation

2023-09-08 · Sungjun Cho, Dae-Woong Jeong, Sung Moon Ko, Jinwoo Kim 외

Pretraining molecular representations from large unlabeled data is essential for molecular property prediction due to the high cost of obtaining ground-truth labels. While there exist various 2D graph-based molecular pre…

DenoisingKnowledge DistillationMolecular Property Predictionmolecular representation+2

All You Need Is Synthetic Task Augmentation

2025-05-15 · Guillaume Godin

Injecting rule-based models like Random Forests into differentiable neural network frameworks remains an open challenge in machine learning. Recent advancements have demonstrated that pretrained models can generate effic…

AllMolecular Property PredictionProperty Prediction

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

SmilesT5: Domain-specific pretraining for molecular language models

2025-07-30 · Philip Spence, Brooks Paige, Anne Osbourn arxiv

Molecular property prediction is an increasingly critical task within drug discovery and development. Typically, neural networks can learn molecular properties using graph-based, language-based or feature-based methods. …

Molecular Property PredictionComputational EfficiencyLanguage ModellingDrug Discovery