paper-with-me

Papers

NExT-Mol: 3D Diffusion Meets 1D Language Modeling for 3D Molecule Generation

2025-02-18 · Zhiyuan Liu, Yanchen Luo, Han Huang, Enzhi Zhang, Sihang Li, Junfeng Fang, Yaorui Shi, Xiang Wang, Kenji Kawaguchi, Tat-Seng Chua

3D molecule generation is crucial for drug discovery and material design. While prior efforts focus on 3D diffusion models for their benefits in modeling continuous 3D conformers, they overlook the advantages of 1D SELFIES-based Language Models (LMs), which can generate 100% valid molecules and leverage the billion-scale 1D molecule datasets. To combine these advantages for 3D molecule generation, we propose a foundation model -- NExT-Mol: 3D Diffusion Meets 1D Language Modeling for 3D Molecule Generation. NExT-Mol uses an extensively pretrained molecule LM for 1D molecule generation, and subsequently predicts the generated molecule's 3D conformers with a 3D diffusion model. We enhance NExT-Mol's performance by scaling up the LM's model size, refining the diffusion neural architecture, and applying 1D to 3D transfer learning. Notably, our 1D molecule LM significantly outperforms baselines in distributional similarity while ensuring validity, and our 3D diffusion model achieves leading performances in conformer prediction. Given these improvements in 1D and 3D modeling, NExT-Mol achieves a 26% relative improvement in 3D FCD for de novo 3D generation on GEOM-DRUGS, and a 13% average relative gain for conditional 3D generation on QM9-2014. Our codes and pretrained checkpoints are available at https://github.com/acharkq/NExT-Mol.

📄 PDF Abstract BibTeX arXiv:2502.12638

Code (1)

acharkq/next-mol 공식 구현 pytorch

Tasks

3D Generation3D Molecule GenerationDrug DiscoveryLanguage ModelingLanguage ModellingTransfer Learning

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Flow Matching Meets Biology and Life Science: A Survey

2025-07-23 · Zihao Li, Zhichen Zeng, Xiao Lin, Feihao Fang 외 arxiv

Over the past decade, advances in generative modeling, such as generative adversarial networks, masked autoencoders, and diffusion models, have significantly transformed biological research and discovery, enabling breakt…

Drug Discovery

Diffusion Forcing: Next-token Prediction Meets Full-Sequence Diffusion

2024-07-01 · Boyuan Chen, Diego Marti Monso, Yilun Du, Max Simchowitz 외

This paper presents Diffusion Forcing, a new training paradigm where a diffusion model is trained to denoise a set of tokens with independent per-token noise levels. We apply Diffusion Forcing to sequence generative mode…

Decision MakingPrediction

Scalable Autoregressive 3D Molecule Generation

2025-05-20 · Austin H. Cheng, Chong Sun, Alán Aspuru-Guzik

Generative models of 3D molecular structure play a rapidly growing role in the design and simulation of molecules. Diffusion models currently dominate the space of 3D molecule generation, while autoregressive models have…

3D Molecule Generation

Graph Data Modeling: Molecules, Proteins, & Chemical Processes

2025-08-26 · José Manuel Barraza-Chavez, Rana A. Barghout, Ricardo Almada-Monter, Adrian Jinich 외 arxiv

Graphs are central to the chemical sciences, providing a natural language to describe molecules, proteins, reactions, and industrial processes. They capture interactions and structures that underpin materials, biology, a…

From Tokens to Blocks: A Block-Diffusion Perspective on Molecular Generation

2026-01-29 · Qianwei Yang, Dong Xu, Zhangfan Yang, Sisi Yuan 외 arxiv

Drug discovery can be viewed as a combinatorial search over an immense chemical space, motivating the development of deep generative models for de novo molecular design. Among these, GPT-based molecular language models (…

Drug Discovery