diff --git a/source/_posts/Uni-Mol_Oct_16_2024.md b/source/_posts/Uni-Mol_Oct_16_2024.md deleted file mode 100644 index 90aeb21a..00000000 --- a/source/_posts/Uni-Mol_Oct_16_2024.md +++ /dev/null @@ -1,103 +0,0 @@ - ---- -title: "What Can Uni-Mol Do too? | Multi-Objective Optimization Unlocks an Evolutionary New Scheme in Chemical Product Design" -date: 2024-10-16 -categories: -- Uni-Mol -mathjax: true ---- - -On July 15, 2024, Bilal Aslan from the University of Cape Town, Flavio Correa da Silva from the University of São Paulo, and Geoff Nitschke from the University of Cape Town collaborated and published a research titled "Multi-Objective Evolution for Chemical Product Design" at the Genetic and Evolutionary Computation Conference. This research developed a chemical product design method based on multi-objective evolutionary optimization, innovatively combined deep learning and evolutionary algorithms, optimized molecular properties, and utilized the Uni-Mol model to assess molecular toxicity, providing a brand-new solution for the design and optimization of chemical products. - - - -## Research Background - -In the field of chemical product design, optimizing the target properties in molecular structures has always been an extremely challenging task. Traditional optimization methods mainly rely on laboratory experiments, which are not only time-consuming and costly but also often struggle to identify ideal molecular candidates when faced with the vast chemical molecular design space. With the development of computer technology, computational methods based on deep learning and multi-objective evolutionary optimization have gradually emerged in chemical product design. They can generate and screen molecules that meet specific property requirements in a short time. - -However, there are difficulties in comparing the technical performance of these computational methods because both quantitative evaluation and the diversity and innovativeness of the techniques in generating molecular candidates need to be considered. Therefore, this study proposed a multi-objective evolutionary optimization framework that combines quantitative and qualitative evaluation. The aim is to more comprehensively compare different optimization techniques through these two evaluation methods, helping chemical product design to achieve molecular property optimization more efficiently and ensuring that the generated molecules meet the requirements and possess innovativeness. - -## Uni-Mol Facilitates Toxicity Evaluation in Chemical Product Design - -In this research, Uni-Mol was employed for fish toxicity assessment of molecules in chemical product design. Uni-Mol is a universal 3D molecular representation learning framework pre-trained on the 3D structures of over 210 million molecules. The research team used a 3D structure model pre-trained with RDKit and further fine-tuned the Uni-Mol model with data extracted from the public PubChem database to create a model specifically for evaluating molecular toxicity. - -During the molecular generation process, a multi-objective optimization method based on evolutionary algorithms was adopted. Firstly, a set of initial seed molecules with a minimum 80% similarity threshold was selected from the PubChem database. Subsequently, the Uni-Mol model was used to evaluate the toxicity of molecules, eliminating those with potential fish toxicity. The optimization process iteratively generated new molecules by specifically selecting parent molecules based on the similarity threshold and generating offspring molecules according to hyperparameters (β and λ). The newly generated molecules were screened based on target properties, including minimizing molecular weight and molecular complexity and maximizing XLogP, while ensuring that the screened molecules were non-toxic. The optimization process continued for multiple generations until stability criteria were met or the running time limit was reached, ensuring that the generated molecules not only satisfied functional requirements but also conformed to safety standards. - -This innovative application demonstrated the powerful capabilities of Uni-Mol in molecular toxicity prediction (Figure 2: Box plots of molecular properties such as molecular complexity, molecular weight, XLogP, and reference similarity related to the optimization process (including toxicity evaluation). The data shows that these properties fluctuated towards the target values during the optimization process, indirectly supporting the role of Uni-Mol in molecular screening), providing crucial support for the safe design of chemical products. - -## Introduction to the Multi-Objective Evolutionary Optimization (MOEO) Method - -The implementation of multi-objective evolutionary optimization (MOEO) in chemical product design mainly includes the following steps: - -1. **Optimization Objectives**: The optimization objectives include minimizing molecular weight and molecular complexity, ensuring the optimal value of XLogP, and eliminating molecules with fish toxicity. - -2. **Seed Molecule Selection**: The process begins with the selection of seed molecules with 80% similarity to the reference molecule. A search space is defined around these seed molecules to ensure that candidate molecules are close in characteristics to these seed molecules. - -3. **Toxicity Evaluation**: By using the model trained with Uni-Mol, fish toxicity evaluation of molecules is performed to screen out safe molecules. - -4. **Multi-Objective Optimization Process**: Using multi-objective optimization strategies (such as MO-CMA-ES), new candidate molecules are generated based on the similarity of seed molecules. By controlling parameters such as similarity thresholds, parent selection, and offspring selection, the molecular candidate set is gradually optimized to ensure its performance meets the objectives. - - - -


