kyqiu commited on
Commit
be6f73f
·
verified ·
1 Parent(s): 06938fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -45
README.md CHANGED
@@ -2,21 +2,20 @@
2
  license: cc-by-nc-sa-2.0
3
  ---
4
  <div align='center'>
5
- <h1> MolCRAFT Series for Drug Design </h1>
6
 
7
- [![Github](https://img.shields.io/badge/Github-4d8cd8?style=for-the-badge&logo=googledrive&logoColor=white)](https://github.com/AlgoMole/MolCRAFT/tree/master)
8
  [![Blog](https://img.shields.io/badge/Blog-3858bf?style=for-the-badge&logo=homepage&logoColor=white)](https://MolCRAFT-GenSI.github.io/)
9
  [![Data](https://img.shields.io/badge/Data-4d8cd8?style=for-the-badge&logo=googledrive&logoColor=white)](https://drive.google.com/drive/folders/16KiwfMGUIk4a6mNU20GnUd0ah-mjNlhC?usp=share_link)
10
 
11
  </div>
12
 
13
-
14
  Welcome to the official repository for the MolCRAFT series of projects! This series focuses on developing and improving deep learning models for **structure-based drug design (SBDD)** and **molecule optimization (SBMO)**. Our goal is to create molecules with high binding affinity and plausible 3D conformations.
15
 
16
  This repository contains the source code for the following projects:
17
 
18
  * [**MolCRAFT**: Structure-Based Drug Design in Continuous Parameter Space](https://arxiv.org/abs/2404.12141) (ICML'24)
19
- * [**MolJO**: Empower Structure-Based Molecule Optimization with Gradient Guidance](https://arxiv.org/abs/2411.13280) (ICML'25)
20
  * [**MolPilot**: Piloting Structure-Based Drug Design via Modality-Specific Optimal Schedule](https://arxiv.org/abs/2505.07286) (ICML'25)
21
 
22
  ## 📜 Overview
@@ -34,48 +33,10 @@ The MolCRAFT series addresses critical challenges in generative models for SBDD,
34
 
35
  ---
36
 
37
- ## 🚀 Projects
38
-
39
- ### MolCRAFT (Let's Craft the Molecules)
40
-
41
- <p align="center"><img src="asset/molcraft.gif" width="60%"></p>
42
-
43
- * **Description**: MolCRAFT is the first SBDD model that employs BFN and operates in a **continuous parameter space**. It introduces a novel noise-reduced sampling strategy to generate molecules with superior binding affinity and more stable 3D structures. MolCRAFT has demonstrated its ability to accurately model interatomic interactions, achieving reference-level Vina Scores.
44
- * **Key Contributions**:
45
- * Operates in continuous parameter space for SBDD within BFN framework.
46
- * Novel variance reduction sampling strategy that improves both sample quality and efficiency.
47
- * Achieves state-of-the-art binding affinity and structural stability.
48
-
49
- ---
50
-
51
- ### MolJO (Molecule Joint Optimization)
52
-
53
- ![](asset/moljo_framework_all.png)
54
-
55
- * **Description**: MolJO is a gradient-based SBMO framework that leverages a continuous and differentiable space derived through Bayesian inference. It facilitates **joint guidance signals across different modalities** (continuous coordinates and discrete atom types) while preserving SE(3)-equivariance. MolJO introduces a novel backward correction strategy for an effective trade-off between exploration and exploitation.
56
- * **Key Contributions**:
57
- * Gradient-based SBMO framework with joint guidance across different modalities.
58
- * Backward correction strategy for optimized exploration-exploitation.
59
- * State-of-the-art performance in practical optimization tasks, including multi-objective and constrained optimization for R-group redesign, scaffold hopping, etc.
60
-
61
- ---
62
-
63
- ### MolPilot (How to Pilot the Aircraft)
64
-
65
- ![](asset/molpilot_vos.png)
66
-
67
- * **Description**: MolPilot addresses challenges in geometric structure modeling by focusing on the **twisted probability path of multi-modalities** (continuous 3D positions and discrete 2D topologies). It proposes a VLB-Optimal Scheduling (VOS) strategy, optimizing the Variational Lower Bound as a path integral for SBDD. MolPilot significantly enhances molecular geometries and interaction modeling.
68
- * **Key Contributions**:
69
- * Addresses multi-modality challenges in SBDD.
70
- * Introduces VLB-Optimal Scheduling (VOS) strategy, generally applicable to a wide range of frameworks including diffusions.
71
- * Achieves 95.9% PoseBusters passing rate on CrossDock with significantly improved molecular geometries.
72
-
73
- ---
74
-
75
- # MolJO
76
- Official implementation of ICML 2025 ["Empower Structure-Based Molecule Optimization with Gradient Guidance"](https://arxiv.org/abs/2411.13280).
77
 
78
- ![](../asset/moljo_framework.png)
79
 
80
  ## Environment
81
  It is highly recommended to install via docker if a Linux server with NVIDIA GPU is available.
 
2
  license: cc-by-nc-sa-2.0
3
  ---
4
  <div align='center'>
5
+ <h1> MolCRAFT Series for Drug Design: MolJO </h1>
6
 
7
+ [![Github](https://img.shields.io/badge/Github-4d8cd8?style=for-the-badge&logo=github&logoColor=white)](https://github.com/AlgoMole/MolCRAFT/tree/master)
8
  [![Blog](https://img.shields.io/badge/Blog-3858bf?style=for-the-badge&logo=homepage&logoColor=white)](https://MolCRAFT-GenSI.github.io/)
9
  [![Data](https://img.shields.io/badge/Data-4d8cd8?style=for-the-badge&logo=googledrive&logoColor=white)](https://drive.google.com/drive/folders/16KiwfMGUIk4a6mNU20GnUd0ah-mjNlhC?usp=share_link)
10
 
11
  </div>
12
 
 
13
  Welcome to the official repository for the MolCRAFT series of projects! This series focuses on developing and improving deep learning models for **structure-based drug design (SBDD)** and **molecule optimization (SBMO)**. Our goal is to create molecules with high binding affinity and plausible 3D conformations.
14
 
15
  This repository contains the source code for the following projects:
16
 
17
  * [**MolCRAFT**: Structure-Based Drug Design in Continuous Parameter Space](https://arxiv.org/abs/2404.12141) (ICML'24)
18
+ * [**MolJO**: Empower Structure-Based Molecule Optimization with Gradient Guided Bayesian Flow Networks](https://arxiv.org/abs/2411.13280) (ICML'25)
19
  * [**MolPilot**: Piloting Structure-Based Drug Design via Modality-Specific Optimal Schedule](https://arxiv.org/abs/2505.07286) (ICML'25)
20
 
21
  ## 📜 Overview
 
33
 
34
  ---
35
 
36
+ # 🚀 MolJO
37
+ Official implementation of ICML 2025 ["Empower Structure-Based Molecule Optimization with Gradient Guided Bayesian Flow Networks"](https://arxiv.org/abs/2411.13280).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
 
39
+ ![](https://github.com/AlgoMole/MolCRAFT/tree/master/asset/moljo_framework.png)
40
 
41
  ## Environment
42
  It is highly recommended to install via docker if a Linux server with NVIDIA GPU is available.