paper-with-me

Papers

A Reinforcement Learning-Driven Transformer GAN for Molecular Generation

2025-03-17 · Chen Li, Huidong Tang, Ye Zhu, Yoshihiro Yamanishi

Generating molecules with desired chemical properties presents a critical challenge in fields such as chemical synthesis and drug discovery. Recent advancements in artificial intelligence (AI) and deep learning have significantly contributed to data-driven molecular generation. However, challenges persist due to the inherent sensitivity of simplified molecular input line entry system (SMILES) representations and the difficulties in applying generative adversarial networks (GANs) to discrete data. This study introduces RL-MolGAN, a novel Transformer-based discrete GAN framework designed to address these challenges. Unlike traditional Transformer architectures, RL-MolGAN utilizes a first-decoder-then-encoder structure, facilitating the generation of drug-like molecules from both $de~novo$ and scaffold-based designs. In addition, RL-MolGAN integrates reinforcement learning (RL) and Monte Carlo tree search (MCTS) techniques to enhance the stability of GAN training and optimize the chemical properties of the generated molecules. To further improve the model's performance, RL-MolWGAN, an extension of RL-MolGAN, incorporates Wasserstein distance and mini-batch discrimination, which together enhance the stability of the GAN. Experimental results on two widely used molecular datasets, QM9 and ZINC, validate the effectiveness of our models in generating high-quality molecular structures with diverse and desirable chemical properties.

📄 PDF Abstract BibTeX arXiv:2503.12796

Code (0)

등록된 구현이 없습니다.

Tasks

Drug Discoveryreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Optimization of binding affinities in chemical space with generative pretrained transformer and deep reinforcement learning

2023-04-03 · F1000Research 2023 4 · Xiaopeng Xu, Juexiao Zhou, Chen Zhu, Qing Zhan 외

Background: The key challenge in drug discovery is to discover novel compounds with desirable properties. Among the properties, binding affinity to a target is one of the prerequisites and usually evaluated by molecular …

Deep Reinforcement LearningDrug DiscoveryMolecular Docking

NEAT-POCKET: Pocket-Conditioned Autoregressive 3D Molecular Generation with a Neighborhood-Guided Set Transformer

2026-09-04 · Roxane Axel Jacob, Daniel Rose, Thierry Langer, Johannes Kirchmair arxiv

AI-driven de novo molecular design offers a promising route to accelerate early-stage drug discovery by generating novel ligands directly within target protein binding pockets. We present NEAT-POCKET, a pocket-conditione…

Drug Discovery

De novo Drug Design using Reinforcement Learning with Multiple GPT Agents

2023-12-21 · NeurIPS 2023 11 · Xiuyuan Hu, Guoqing Liu, Yang Zhao, Hao Zhang

De novo drug design is a pivotal issue in pharmacology and a new area of focus in AI for science research. A central challenge in this field is to generate molecules with specific properties while also producing a wide r…

DiversityDrug Designreinforcement-learningReinforcement Learning

Molformer: Motif-based Transformer on 3D Heterogeneous Molecular Graphs

2021-10-04 · Fang Wu, Dragomir Radev, Stan Z. Li

Procuring expressive molecular representations underpins AI-driven molecule design and scientific discovery. The research mainly focuses on atom-level homogeneous molecular graphs, ignoring the rich information in subgra…

3D geometrygraph constructionscientific discoveryTranslation

EC-Conf: An Ultra-fast Diffusion Model for Molecular Conformation Generation with Equivariant Consistency

2023-08-01 · Zhiguang Fan, Yuedong Yang, Mingyuan Xu, Hongming Chen

Despite recent advancement in 3D molecule conformation generation driven by diffusion models, its high computational cost in iterative diffusion/denoising process limits its application. In this paper, an equivariant con…

Denoising