paper-with-me

홈 › Papers

A Deep Generative Model for Fragment-Based Molecule Generation

2020-02-28 · Marco Podda, Davide Bacciu, Alessio Micheli

Molecule generation is a challenging open problem in cheminformatics. Currently, deep generative approaches addressing the challenge belong to two broad categories, differing in how molecules are represented. One approach encodes molecular graphs as strings of text, and learns their corresponding character-based language model. Another, more expressive, approach operates directly on the molecular graph. In this work, we address two limitations of the former: generation of invalid and duplicate molecules. To improve validity rates, we develop a language model for small molecular substructures called fragments, loosely inspired by the well-known paradigm of Fragment-Based Drug Design. In other words, we generate molecules fragment by fragment, instead of atom by atom. To improve uniqueness rates, we present a frequency-based masking strategy that helps generate molecules with infrequent fragments. We show experimentally that our model largely outperforms other language model-based competitors, reaching state-of-the-art performances typical of graph-based approaches. Moreover, generated molecules display molecular properties similar to those in the training sample, even in absence of explicit task-specific supervision.

📄 PDF Abstract BibTeX arXiv:2002.12826

Code (1)

marcopodda/fragment-based-dgm 공식 구현 pytorch

Tasks

Drug DesignLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Molecule Generation with Fragment Retrieval Augmentation

2024-11-18 · Seul Lee, Karsten Kreis, Srimukh Prasad Veccham, Meng Liu 외

Fragment-based drug discovery, in which molecular fragments are assembled into new molecules with desirable biochemical properties, has achieved great success. However, many fragment-based molecule generation methods sho…

Drug DiscoveryRAGRetrievalRetrieval-augmented Generation

SILVR: Guided Diffusion for Molecule Generation

2023-04-21 · Nicholas T. Runcie, Antonia S. J. S. Mey

Computationally generating novel synthetically accessible compounds with high affinity and low toxicity is a great challenge in drug design. Machine-learning models beyond conventional pharmacophoric methods have shown p…

Drug Design

FragFM: Hierarchical Framework for Efficient Molecule Generation via Fragment-Level Discrete Flow Matching

2025-02-19 · Joongwon Lee, SeongHwan Kim, Seokhyun Moon, Hyunwoo Kim 외

We introduce FragFM, a novel hierarchical framework via fragment-level discrete flow matching for efficient molecular graph generation. FragFM generates molecules at the fragment level, leveraging a coarse-to-fine autoen…

DiversityDrug DiscoveryEfficient ExplorationGraph Generation+1

A Review on Fragment-based De Novo 2D Molecule Generation

2024-05-08 · Sergei Voloboev

In the field of computational molecule generation, an essential task in the discovery of new chemical compounds, fragment-based deep generative models are a leading approach, consistently achieving state-of-the-art resul…

FragmentFlow: Scalable Transition State Generation for Large Molecules

2026-02-02 · Ron Shprints, Peter Holderrieth, Juno Nam, Rafael Gómez-Bombarelli 외 arxiv

Transition states (TSs) are central to understanding and quantitatively predicting chemical reactivity and reaction mechanisms. Although traditional TS generation methods are computationally expensive, recent generative …