-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b132ea7
commit c532dd2
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
[[Project Page](https://ml-jku.github.io/UPT)] | ||
|
||
|
||
**U**niversal **P**hysics **T**ransformers (UPTs) are a novel learning paradigm that can model a wide range of | ||
spatio-temporal problems - both for Lagrangian and Eulerian discretization schemes. | ||
|
||
|
||
<p align="center"> | ||
<img width="100%" alt="mimrefiner_schematic" src="https://raw.githubusercontent.com/ml-jku/UPT/main/.github/imgs/schematic.png"> | ||
</p> | ||
|
||
|
||
UPTs can model transient flow simulations (Eulerian discretization scheme) as indicated by test loss and rollout performance (measured via correlation time): | ||
|
||
<p align="center"> | ||
<img width="50%" alt="maect_schematic" src="https://raw.githubusercontent.com/ml-jku/UPT/main/.github/imgs/cfd_scaling_testloss.svg"> | ||
<img width="50%" alt="lowshot_vitl" src="https://raw.githubusercontent.com/ml-jku/UPT/main/.github/imgs/cfd_scaling_corrtime.svg"> | ||
</p> | ||
|
||
|
||
<p align="center"> | ||
<img width="100%" alt="mimrefiner_schematic" src="https://raw.githubusercontent.com/ml-jku/UPT/main/.github/imgs/cfd_rollout.png"> | ||
</p> | ||
|
||
|
||
and also the flow-field of particle based simulations (Lagrangian discretization scheme): | ||
|
||
<p align="center"> | ||
<img width="100%" alt="mimrefiner_schematic" src="https://raw.githubusercontent.com/ml-jku/UPT/main/.github/imgs/lagrangian_field.png"> | ||
</p> |