Add model card and metadata
#1
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,24 +1,32 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
| 3 |
tags:
|
| 4 |
- physics-simulation
|
| 5 |
---
|
| 6 |
|
| 7 |
-
# GeoPT
|
| 8 |
|
| 9 |
-
|
| 10 |
|
| 11 |
-
GeoPT is a unified
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
## Usage
|
| 14 |
|
| 15 |
-
Concrete usage can be found in https://github.com/Physics-Scaling/GeoPT
|
| 16 |
|
| 17 |
## Citation
|
| 18 |
|
| 19 |
-
If you find this repo useful, please cite
|
| 20 |
|
| 21 |
-
```
|
| 22 |
@article{wu2026GeoPT,
|
| 23 |
title={GeoPT: Scaling Physics Simulation via Lifted Geometric Pre-Training},
|
| 24 |
author={Haixu Wu, Minghao Guo, Zongyi Li, Zhiyang Dou, Mingsheng Long, Kaiming He, Wojciech Matusik},
|
|
@@ -29,4 +37,8 @@ If you find this repo useful, please cite our paper.
|
|
| 29 |
|
| 30 |
## Contact
|
| 31 |
|
| 32 |
-
If you have any questions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
pipeline_tag: other
|
| 4 |
tags:
|
| 5 |
- physics-simulation
|
| 6 |
---
|
| 7 |
|
| 8 |
+
# GeoPT: Scaling Physics Simulation via Lifted Geometric Pre-Training
|
| 9 |
|
| 10 |
+
[**Project Page**](https://physics-scaling.github.io/GeoPT/) | [**Paper**](https://huggingface.co/papers/2602.20399) | [**GitHub**](https://github.com/Physics-Scaling/GeoPT)
|
| 11 |
|
| 12 |
+
GeoPT is a unified pre-trained model for general physics simulation based on lifted geometric pre-training. It bridges the geometry-physics gap by augmenting geometry with synthetic dynamics, enabling dynamics-aware self-supervision without the need for expensive physics labels.
|
| 13 |
+
|
| 14 |
+
## Key Features
|
| 15 |
+
|
| 16 |
+
- **Data Efficiency:** Reduces labeled training data requirements by 20–60% across diverse physics simulation tasks.
|
| 17 |
+
- **Scalable Self-Supervision:** Generates millions of training samples quickly, significantly faster than traditional physics supervision.
|
| 18 |
+
- **Strong Scaling:** Performance consistently improves with larger models and more training data.
|
| 19 |
+
- **Generalization:** Generalizes across diverse physical systems (fluid and solid mechanics) by reconfiguring the dynamics condition as a "prompt".
|
| 20 |
|
| 21 |
## Usage
|
| 22 |
|
| 23 |
+
Concrete usage instructions, including environment setup and scripts for fine-tuning GeoPT on various industrial-fidelity benchmarks (such as AirCraft, Cars, and Ships), can be found in the [official GitHub repository](https://github.com/Physics-Scaling/GeoPT).
|
| 24 |
|
| 25 |
## Citation
|
| 26 |
|
| 27 |
+
If you find this repo useful, please cite the paper:
|
| 28 |
|
| 29 |
+
```latex
|
| 30 |
@article{wu2026GeoPT,
|
| 31 |
title={GeoPT: Scaling Physics Simulation via Lifted Geometric Pre-Training},
|
| 32 |
author={Haixu Wu, Minghao Guo, Zongyi Li, Zhiyang Dou, Mingsheng Long, Kaiming He, Wojciech Matusik},
|
|
|
|
| 37 |
|
| 38 |
## Contact
|
| 39 |
|
| 40 |
+
If you have any questions, please contact Haixu Wu (wuhaixu98@gmail.com) and Minghao Guo (guomh2014@gmail.com).
|
| 41 |
+
|
| 42 |
+
## Acknowledgement
|
| 43 |
+
|
| 44 |
+
We appreciate the following GitHub repositories for their valuable codebase or datasets: [Transolver](https://github.com/thuml/Transolver) and [Neural-Solver-Library](https://github.com/thuml/Neural-Solver-Library).
|