ADELT: Transpilation Between Deep Learning Frameworks
Abstract
Deep generative models, such as generative adversarial networks (GANs), have been employed for de~novo molecular generation in drug discovery. Most prior studies have utilized reinforcement learning (RL) algorithms, particularly Monte Carlo tree search (MCTS), to handle the discrete nature of molecular representations in GANs. However, due to the inherent instability in training GANs and RL models, along with the high computational cost associated with MCTS sampling, MCTS RL-based GANs struggle to scale to large chemical databases. To tackle these challenges, this study introduces a novel GAN based on actor-critic RL with instant and global rewards, called InstGAN, to generate molecules at the token-level with multi-property optimization. Furthermore, maximized information entropy is leveraged to alleviate the mode collapse. The experimental results demonstrate that InstGAN outperforms other baselines, achieves comparable performance to state-of-the-art models, and efficiently generates molecules with multi-property optimization. The code is available at: https://github.com/tang777777/InstGAN.
Cite
Text
Gong et al. "ADELT: Transpilation Between Deep Learning Frameworks." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/694Markdown
[Gong et al. "ADELT: Transpilation Between Deep Learning Frameworks." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/gong2024ijcai-adelt/) doi:10.24963/ijcai.2024/694BibTeX
@inproceedings{gong2024ijcai-adelt,
title = {{ADELT: Transpilation Between Deep Learning Frameworks}},
author = {Gong, Linyuan and Wang, Jiayi and Cheung, Alvin},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2024},
pages = {6279-6287},
doi = {10.24963/ijcai.2024/694},
url = {https://mlanthology.org/ijcai/2024/gong2024ijcai-adelt/}
}