paper-with-me

Papers

Controlled Molecule Generator for Optimizing Multiple Chemical Properties

2020-10-26 · Bonggun Shin, Sungsoo Park, JinYeong Bak, Joyce C. Ho

Generating a novel and optimized molecule with desired chemical properties is an essential part of the drug discovery process. Failure to meet one of the required properties can frequently lead to failure in a clinical test which is costly. In addition, optimizing these multiple properties is a challenging task because the optimization of one property is prone to changing other properties. In this paper, we pose this multi-property optimization problem as a sequence translation process and propose a new optimized molecule generator model based on the Transformer with two constraint networks: property prediction and similarity prediction. We further improve the model by incorporating score predictions from these constraint networks in a modified beam search algorithm. The experiments demonstrate that our proposed model outperforms state-of-the-art models by a significant margin for optimizing multiple properties simultaneously.

📄 PDF Abstract BibTeX arXiv:2010.13908

Code (1)

deargen/cmg 공식 구현 tf

Tasks

Drug DiscoveryProperty PredictionTranslation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Multi-Head Attention 설명 없음
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$…

Similar Papers 제목 키워드 기반

Molecule optimization via multi-objective evolutionary in implicit chemical space

2022-12-17 · Xin Xia, Yansen Su, ChunHou Zheng, Xiangxiang Zeng

Machine learning methods have been used to accelerate the molecule optimization process. However, efficient search for optimized molecules satisfying several properties with scarce labeled data remains a challenge for ma…

FragmentGPT: A Unified GPT Model for Fragment Growing, Linking, and Merging in Molecular Design

2025-09-14 · Xuefeng Liu, Songhao Jiang, Qinan Huang, Tinson Xu 외 arxiv

Fragment-Based Drug Discovery (FBDD) is a popular approach in early drug development, but designing effective linkers to combine disconnected molecular fragments into chemically and pharmacologically viable candidates re…

Drug Discovery

Cross-Modality Controlled Molecule Generation with Diffusion Language Model

2025-08-20 · Yunzhe Zhang, Yifei Wang, Khanh Vinh Nguyen, Pengyu Hong arxiv

Current SMILES-based diffusion models for molecule generation typically support only unimodal constraint. They inject conditioning signals at the start of the training process and require retraining a new model from scra…

Drug Discovery

Text-Guided Multi-Property Molecular Optimization with a Diffusion Language Model

2024-10-17 · Yida Xiong, Kun Li, Weiwei Liu, Jia Wu 외

Molecular optimization (MO) is a crucial stage in drug discovery in which task-oriented generated molecules are optimized to meet practical industrial requirements. Existing mainstream MO approaches primarily utilize ext…

Drug DiscoveryLanguage ModelingLanguage ModellingProperty Prediction

Balancing property optimization and constraint satisfaction for constrained multi-property molecular optimization

2024-11-19 · Xin Xia, YaJie Zhang, Xiangxiang Zeng, Xingyi Zhang 외

Molecular optimization, which aims to discover improved molecules from a vast chemical search space, is a critical step in chemical development. Various artificial intelligence technologies have demonstrated high effecti…