FuxuLiu commited on
Commit
05c049d
Β·
verified Β·
1 Parent(s): 02dd3d0

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -8
README.md CHANGED
@@ -18,12 +18,27 @@ tags:
18
 
19
  <div align="center" style="margin: 20px 0;">
20
  <span style="margin: 0 10px;">⚑ <a href="https://server.intfold.com">IntelliFold Server</a></span>
21
- &bull; <span style="margin: 0 10px;">πŸ“„ <a href="https://arxiv.org/abs/2507.02025">Technical Report</a></span>
 
22
  </div>
23
 
24
 
25
  ![IntelliFold Model](https://raw.githubusercontent.com/IntelliGen-AI/IntelliFold/main/assets/Intellifold-Model-Arc.png)
26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
 
28
  ## πŸš€ Quick Start
29
 
@@ -49,6 +64,11 @@ To more complete installation instructions and usage, please refer to the [Insta
49
  intellifold predict your_input.yaml --out_dir ./results
50
  ```
51
 
 
 
 
 
 
52
  3. **Check Results**: Find predicted structures and confidence scores in the output directory, you can also check the section of **output format** in [output documentation](https://github.com/IntelliGen-AI/IntelliFold/blob/main/docs/input_yaml_format.md#output-format).
53
 
54
  4. **Optional Optimization**: Enable [custom kernels](https://github.com/IntelliGen-AI/IntelliFold/blob/main/docs/kernels.md) for faster inference and reduced memory usage
@@ -56,13 +76,6 @@ To more complete installation instructions and usage, please refer to the [Insta
56
  For comprehensive usage instructions and examples, refer to the [Usage Guide](https://github.com/IntelliGen-AI/IntelliFold/blob/main/docs/usage.md).
57
 
58
 
59
- ## πŸ“Š Benchmarking
60
- To comprehensively evaluate the performance of To quickly get started with IntelliFold, you can use the following commands:
61
- , we conducted a rigorous evaluation on [FoldBench](https://github.com/BEAM-Labs/FoldBench). We compared IntelliFold against several leading methods, including [Boltz-1,2](https://github.com/jwohlwend/boltz), [Chai-1](https://github.com/chaidiscovery/chai-lab), [Protenix](https://github.com/bytedance/Protenix) and [Alphafold3](https://github.com/google-deepmind/alphafold3).
62
-
63
- For more details on the benchmarking process and results, please refer to our [Technical Report](https://arxiv.org/abs/2507.02025).
64
-
65
- ![Benchmark Metrics](https://raw.githubusercontent.com/IntelliGen-AI/IntelliFold/main/assets/intellifold_metrics.png)
66
 
67
 
68
  ## 🌐 IntelliFold Server
@@ -77,6 +90,14 @@ For more details on the benchmarking process and results, please refer to our [T
77
  If you use IntelliFold in your research, please cite our paper:
78
 
79
  ```
 
 
 
 
 
 
 
 
80
  @misc{theintfoldteam2025intfoldcontrollablefoundationmodel,
81
  title={IntFold: A Controllable Foundation Model for General and Specialized Biomolecular Structure Prediction},
82
  author={The IntFold Team and Leon Qiao and Wayne Bai and He Yan and Gary Liu and Nova Xi and Xiang Zhang},
 
18
 
19
  <div align="center" style="margin: 20px 0;">
20
  <span style="margin: 0 10px;">⚑ <a href="https://server.intfold.com">IntelliFold Server</a></span>
21
+ &bull; <span style="margin: 0 10px;">πŸ“„ <a href="https://raw.githubusercontent.com/IntelliGen-AI/IntelliFold/main//Intellifold_v2_release_note.pdf">IntelliFold 2 Release Note</a></span> &bull; <span style="margin: 0 10px;">πŸ“„ <a href="https://arxiv.org/abs/2507.02025">IntelliFold Technical Report</a></span>
22
+
23
  </div>
24
 
25
 
26
  ![IntelliFold Model](https://raw.githubusercontent.com/IntelliGen-AI/IntelliFold/main/assets/Intellifold-Model-Arc.png)
27
 
28
+ ## πŸŽ‰ New Model Release
29
+
30
+ - **2026-02-07**: We are excited to present [[IntelliFold 2]](assets/Intellifold_v2_release_note.pdf). This version represents a
31
+ major architectural update and is one of the first open-source models to outperform AlphaFold3 on
32
+ Foldbench.
33
+
34
+
35
+ ## πŸ“Š Benchmarking
36
+ To comprehensively evaluate the performance of IntelliFold 2, we conducted a rigorous evaluation on [FoldBench](https://github.com/BEAM-Labs/FoldBench). We compared IntelliFold against several leading methods, including [Boltz-1,2](https://github.com/jwohlwend/boltz), [Chai-1](https://github.com/chaidiscovery/chai-lab), [Protenix](https://github.com/bytedance/Protenix) and [Alphafold3](https://github.com/google-deepmind/alphafold3).
37
+
38
+ For more details on the benchmarking process and results, please refer to our release note [IntelliFold 2 Release Note](https://raw.githubusercontent.com/IntelliGen-AI/IntelliFold/main/assets/Intellifold_v2_release_note.pdf) and [IntelliFold Technical Report](https://arxiv.org/abs/2507.02025).
39
+
40
+ ![Benchmark Metrics](https://raw.githubusercontent.com/IntelliGen-AI/IntelliFold/main/assets/Intellifold_v2_performance.png)
41
+
42
 
43
  ## πŸš€ Quick Start
44
 
 
64
  intellifold predict your_input.yaml --out_dir ./results
65
  ```
66
 
67
+ IntelliFold v2-Flash will be used by default, you can also use IntelliFold v2 by specifying the model name:
68
+ ```bash
69
+ intellifold predict your_input.yaml --out_dir ./results --model v2
70
+ ```
71
+
72
  3. **Check Results**: Find predicted structures and confidence scores in the output directory, you can also check the section of **output format** in [output documentation](https://github.com/IntelliGen-AI/IntelliFold/blob/main/docs/input_yaml_format.md#output-format).
73
 
74
  4. **Optional Optimization**: Enable [custom kernels](https://github.com/IntelliGen-AI/IntelliFold/blob/main/docs/kernels.md) for faster inference and reduced memory usage
 
76
  For comprehensive usage instructions and examples, refer to the [Usage Guide](https://github.com/IntelliGen-AI/IntelliFold/blob/main/docs/usage.md).
77
 
78
 
 
 
 
 
 
 
 
79
 
80
 
81
  ## 🌐 IntelliFold Server
 
90
  If you use IntelliFold in your research, please cite our paper:
91
 
92
  ```
93
+ @techreport{qiao2026intellifold,
94
+ title={{IntelliFold 2: Surpassing AlphaFold 3 via Architectural Refinement and Structural Consistency}},
95
+ author={Lifeng Qiao and He Yan and Gary Liu and Gaoxing Guo and Siqi Sun},
96
+ year={2026},
97
+ institution={IntelliGen-AI},
98
+ type={Release Note},
99
+ url={https://raw.githubusercontent.com/IntelliGen-AI/IntelliFold/main/assets/Intellifold_v2_release_note.pdf}
100
+ }
101
  @misc{theintfoldteam2025intfoldcontrollablefoundationmodel,
102
  title={IntFold: A Controllable Foundation Model for General and Specialized Biomolecular Structure Prediction},
103
  author={The IntFold Team and Leon Qiao and Wayne Bai and He Yan and Gary Liu and Nova Xi and Xiang Zhang},