DiffMS: Diffusion Generation of Molecules Conditioned on Mass Spectra
Montgomery Bohde, Mrunali Manjrekar, Runzhong Wang, Shuiwang Ji, Connor W. Coley
TL;DR
DiffMS tackles de novo structure elucidation from mass spectra by conditioning molecular graph generation on a known chemical formula using a discrete graph diffusion decoder and a transformer-based spectrum encoder. It introduces a formula-constrained diffusion framework and a two-stage pretraining strategy: encoder pretraining to predict fingerprints from spectra and decoder pretraining on millions of fingerprint–molecule pairs, followed by end-to-end finetuning. Empirical results on NPLIB1 and MassSpecGym show state-of-the-art performance across Top-1/Top-10 accuracy and structural similarity, with ablations confirming the benefits of pretraining and formula inference. The approach enables scalable, MS-conditioned molecule generation with strong chemical validity, advancing mass-spectrometry-driven discovery.
Abstract
Mass spectrometry plays a fundamental role in elucidating the structures of unknown molecules and subsequent scientific discoveries. One formulation of the structure elucidation task is the conditional de novo generation of molecular structure given a mass spectrum. Toward a more accurate and efficient scientific discovery pipeline for small molecules, we present DiffMS, a formula-restricted encoder-decoder generative network that achieves state-of-the-art performance on this task. The encoder utilizes a transformer architecture and models mass spectra domain knowledge such as peak formulae and neutral losses, and the decoder is a discrete graph diffusion model restricted by the heavy-atom composition of a known chemical formula. To develop a robust decoder that bridges latent embeddings and molecular structures, we pretrain the diffusion decoder with fingerprint-structure pairs, which are available in virtually infinite quantities, compared to structure-spectrum pairs that number in the tens of thousands. Extensive experiments on established benchmarks show that DiffMS outperforms existing models on de novo molecule generation. We provide several ablations to demonstrate the effectiveness of our diffusion and pretraining approaches and show consistent performance scaling with increasing pretraining dataset size. DiffMS code is publicly available at https://github.com/coleygroup/DiffMS.
