Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# GeoPT
|
| 6 |
+
|
| 7 |
+
This repository contains pre-trained models for the paper GeoPT: Scaling Physics Simulation via Lifted Geometric Pre-Training.
|
| 8 |
+
|
| 9 |
+
GeoPT is a unified model pre-trained on large-scale geometric data for general physics simulation, unlocking a scalable path for neural simulation.
|
| 10 |
+
|
| 11 |
+
## Usage
|
| 12 |
+
|
| 13 |
+
Concrete usage can be found in https://github.com/Physics-Scaling/GeoPT
|
| 14 |
+
|
| 15 |
+
## Citation
|
| 16 |
+
|
| 17 |
+
If you find this repo useful, please cite our paper.
|
| 18 |
+
|
| 19 |
+
```
|
| 20 |
+
@article{wu2026GeoPT,
|
| 21 |
+
title={GeoPT: Scaling Physics Simulation via Lifted Geometric Pre-Training},
|
| 22 |
+
author={Haixu Wu, Minghao Guo, Zongyi Li, Zhiyang Dou, Mingsheng Long, Kaiming He, Wojciech Matusik},
|
| 23 |
+
booktitle={arXiv preprint arXiv:},
|
| 24 |
+
year={2026}
|
| 25 |
+
}
|
| 26 |
+
```
|
| 27 |
+
|
| 28 |
+
## Contact
|
| 29 |
+
|
| 30 |
+
If you have any questions or want to use the code, please contact Haixu Wu (wuhaixu98@gmail.com) and Minghao Guo (guomh2014@gmail.com).
|