paper-with-me

홈 › Papers

MUBen: Benchmarking the Uncertainty of Molecular Representation Models

2023-06-14 · Yinghao Li, Lingkai Kong, Yuanqi Du, Yue Yu, Yuchen Zhuang, Wenhao Mu, Chao Zhang

Large molecular representation models pre-trained on massive unlabeled data have shown great success in predicting molecular properties. However, these models may tend to overfit the fine-tuning data, resulting in over-confident predictions on test data that fall outside of the training distribution. To address this issue, uncertainty quantification (UQ) methods can be used to improve the models' calibration of predictions. Although many UQ approaches exist, not all of them lead to improved performance. While some studies have included UQ to improve molecular pre-trained models, the process of selecting suitable backbone and UQ methods for reliable molecular uncertainty estimation remains underexplored. To address this gap, we present MUBen, which evaluates different UQ methods for state-of-the-art backbone molecular representation models to investigate their capabilities. By fine-tuning various backbones using different molecular descriptors as inputs with UQ methods from different categories, we assess the influence of architectural decisions and training strategies. Our study offers insights for selecting UQ for backbone models, which can facilitate research on uncertainty-critical applications in fields such as materials science and drug discovery.

📄 PDF Abstract BibTeX arXiv:2306.10060

Code (2)

Yinghao-Li/UncertaintyBenchmark 공식 구현 pytorch
yinghao-li/muben 공식 구현 pytorch

Tasks

BenchmarkingDrug DiscoveryMolecular Property Predictionmolecular representationProperty PredictionUncertainty Quantification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

WS-IMUBench: Can Weakly Supervised Methods from Audio, Image, and Video Be Adapted for IMU-based Temporal Action Localization?

2026-02-02 · Pei Li, Jiaxi Yin, Lei Ouyang, Shihan Pan 외 arxiv

IMU-based Human Activity Recognition (HAR) has enabled a wide range of ubiquitous computing applications, yet its dominant clip classification paradigm cannot capture the rich temporal structure of real-world behaviors. …

Temporal Action LocalizationHuman Activity Recognition

SALMUBench: A Benchmark for Sensitive Association-Level Multimodal Unlearning

2026-03-27 · Cai Selvas-Sala, Lei Kang, Lluis Gomez arxiv

As multimodal models like CLIP become integral to downstream systems, the need to remove sensitive information is critical. However, machine unlearning for contrastively-trained encoders remains underexplored, and existi…

Knowledge-aware contrastive heterogeneous molecular graph learning

2025-02-17 · Mukun Chen, Jia Wu, Shirui Pan, Fu Lin 외

Molecular representation learning is pivotal in predicting molecular properties and advancing drug design. Traditional methodologies, which predominantly rely on homogeneous graph encoding, are limited by their inability…

BenchmarkingContrastive LearningDrug DesignGraph Learning+5

Uncertainty-Aware Metabolic Stability Prediction with Dual-View Contrastive Learning

2025-06-01 · Peijin Guo, Minghui Li, Hewen Pan, Bowen Chen 외

Accurate prediction of molecular metabolic stability (MS) is critical for drug research and development but remains challenging due to the complex interplay of molecular interactions. Despite recent advances in graph neu…

Contrastive LearningPredictionUncertainty Quantification

Molecular Sets (MOSES): A Benchmarking Platform for Molecular Generation Models

2018-11-29 · Daniil Polykovskiy, Alexander Zhebrak, Benjamin Sanchez-Lengeling, Sergey Golovanov 외

Generative models are becoming a tool of choice for exploring the molecular space. These models learn on a large training dataset and produce novel molecular structures with similar properties. Generated structures can b…

BenchmarkingDiversityDrug DiscoveryMolecular Graph Generation