AngxiaoYue commited on
Commit
a84fe60
·
verified ·
1 Parent(s): a4f1d52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -27
README.md CHANGED
@@ -1,27 +1,30 @@
1
- ---
2
- license: apache-2.0
3
- ---
4
-
5
- <div align=center>
6
-
7
- ## ⚡️ReQFlow: Rectified Quaternion Flow for Efficient and High-Quality Protein Backbone Generation
8
- [![arXiv](https://img.shields.io/badge/arXiv-2502.14637-b31b1b?style=flat&logo=arxiv)](https://arxiv.org/abs/2502.14637)
9
- [![Github](https://img.shields.io/badge/Github-Code-blue?style=flat&logo=github)](https://github.com/AngxiaoYue/ReQFlow)
10
- [![Hugging Face](https://img.shields.io/badge/Hugging%20Face-Model-orange?style=flat&logo=huggingface)](https://huggingface.co/AngxiaoYue/ReQFlow/tree/main)
11
-
12
- </div>
13
-
14
- Our **ReQFlow** achieves **state-of-the-art (SOTA)** performance 🎯 in protein backbone generation while requiring significantly fewer sampling steps and substantially reducing inference time. For example, it is **37×** faster than RFDiffusion and **62×** faster than Genie2 when generating a backbone of length 300, demonstrating both its effectiveness and efficiency 🚀🚀🔥.
15
- <p align="center" style="margin-bottom: -2.8px;">
16
- <img src="assets/scheme_reqflow.png" width="64.4%">
17
- <img src="assets/log_speed_10_v2.png" width="30%">
18
- </p>
19
- <p align="center" style="margin-top: 0px;">
20
- <img src="assets/prot_vis.png" width="95%">
21
- </p>
22
- Ready to dive in? We’ve got checkpoints and step-by-step guides to get you inferencing in no time—playtime starts now! ✨
23
-
24
- ## 🚀🚀🔥
25
- 🔗arxiv link: [https://arxiv.org/abs/2502.14637](https://arxiv.org/abs/2502.14637)
26
-
27
- 🌳github link: [https://github.com/AngxiaoYue/ReQFlow](https://github.com/AngxiaoYue/ReQFlow)
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - flow-matching
5
+ - diffusion
6
+ - generative-ai
7
+ - biology
8
+ - chemistry
9
+ ---
10
+
11
+ ## ⚡️ReQFlow: Rectified Quaternion Flow for Efficient and High-Quality Protein Backbone Generation
12
+ [![arXiv](https://img.shields.io/badge/arXiv-2502.14637-b31b1b?style=flat&logo=arxiv)](https://arxiv.org/abs/2502.14637)
13
+ [![Github](https://img.shields.io/badge/Github-Code-blue?style=flat&logo=github)](https://github.com/AngxiaoYue/ReQFlow)
14
+ [![Hugging Face](https://img.shields.io/badge/Hugging%20Face-Model-orange?style=flat&logo=huggingface)](https://huggingface.co/AngxiaoYue/ReQFlow/tree/main)
15
+
16
+
17
+ Our **ReQFlow** achieves **state-of-the-art (SOTA)** performance 🎯 in protein backbone generation while requiring significantly fewer sampling steps and substantially reducing inference time. For example, it is **37×** faster than RFDiffusion and **62×** faster than Genie2 when generating a backbone of length 300, demonstrating both its effectiveness and efficiency 🚀🚀🔥.
18
+ <p align="center" style="margin-bottom: -2.8px;">
19
+ <img src="assets/scheme_reqflow.png" width="64.4%">
20
+ <img src="assets/log_speed_10_v2.png" width="30%">
21
+ </p>
22
+ <p align="center" style="margin-top: 0px;">
23
+ <img src="assets/prot_vis.png" width="95%">
24
+ </p>
25
+ Ready to dive in? We’ve got checkpoints and step-by-step guides to get you inferencing in no time—playtime starts now! ✨
26
+
27
+ ## 🚀🚀🔥
28
+ 🔗arxiv link: [https://arxiv.org/abs/2502.14637](https://arxiv.org/abs/2502.14637)
29
+
30
+ 🌳github link: [https://github.com/AngxiaoYue/ReQFlow](https://github.com/AngxiaoYue/ReQFlow)