Datasets:
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
neural-operators
partial-differential-equations
scientific-machine-learning
topology
hodge-laplacian
Add arXiv paper and GitHub code links to dataset card
Browse files- README.md +9 -5
- SHA256SUMS.txt +1 -1
README.md
CHANGED
|
@@ -12,6 +12,8 @@ tags:
|
|
| 12 |
|
| 13 |
# TopoBox-3D
|
| 14 |
|
|
|
|
|
|
|
| 15 |
TopoBox-3D is the dataset accompanying **Beyond Arbitrary Geometry: Topology
|
| 16 |
Generalization in Neural PDE Operators**. It is a controlled three-dimensional
|
| 17 |
benchmark for separating fixed-topology geometry shift from generalization to
|
|
@@ -126,9 +128,10 @@ print(sample.geometry_id, sample.w0.shape, sample.wT.shape)
|
|
| 126 |
dataset.close()
|
| 127 |
```
|
| 128 |
|
| 129 |
-
The accompanying code repository
|
| 130 |
-
|
| 131 |
-
|
|
|
|
| 132 |
|
| 133 |
## Integrity and validation
|
| 134 |
|
|
@@ -139,5 +142,6 @@ copy after download.
|
|
| 139 |
|
| 140 |
## License and citation
|
| 141 |
|
| 142 |
-
|
| 143 |
-
|
|
|
|
|
|
| 12 |
|
| 13 |
# TopoBox-3D
|
| 14 |
|
| 15 |
+
[Paper (arXiv:2609.05860)](https://arxiv.org/abs/2609.05860) | [Code (GitHub)](https://github.com/asmld/TopoBox-3D)
|
| 16 |
+
|
| 17 |
TopoBox-3D is the dataset accompanying **Beyond Arbitrary Geometry: Topology
|
| 18 |
Generalization in Neural PDE Operators**. It is a controlled three-dimensional
|
| 19 |
benchmark for separating fixed-topology geometry shift from generalization to
|
|
|
|
| 128 |
dataset.close()
|
| 129 |
```
|
| 130 |
|
| 131 |
+
The accompanying [code repository](https://github.com/asmld/TopoBox-3D)
|
| 132 |
+
contains the generators, validators, model adapters, training entry points,
|
| 133 |
+
and complete schema documentation. See the
|
| 134 |
+
[paper](https://arxiv.org/abs/2609.05860) for the benchmark and reported results.
|
| 135 |
|
| 136 |
## Integrity and validation
|
| 137 |
|
|
|
|
| 142 |
|
| 143 |
## License and citation
|
| 144 |
|
| 145 |
+
Dataset license metadata has not yet been specified.
|
| 146 |
+
|
| 147 |
+
For the paper, see [Beyond Arbitrary Geometry: Topology Generalization in Neural PDE Operators (arXiv:2609.05860)](https://arxiv.org/abs/2609.05860).
|
SHA256SUMS.txt
CHANGED
|
@@ -4904,7 +4904,7 @@
|
|
| 4904 |
3665e20274bfd56cf6d242f36550fb1223e8a7348ca6d6aa0995cdc1aef482e7 TopoBox-3D/protocol_C/train/PC_train_0772_b01/mesh.vtu
|
| 4905 |
3673c93be1ccc6189e2cec4c59e2b0a04775b5a0621e4524c9021308baadfd61 TopoBox-3D/protocol_A/validation/PA_validation_0101_b11/mesh.npz
|
| 4906 |
367cd1b84814b407331052127920658201e158960954464390b83512760d668e TopoBox-3D/protocol_C/validation/PC_validation_0079_b01/mesh.msh
|
| 4907 |
-
|
| 4908 |
367f30257542d9fd40a1c9a931cd195c30d9474dd992ff087118f276dd8ede09 TopoBox-3D/protocol_B/train/PB_train_0035_b20/metadata.json
|
| 4909 |
3680c63c9e07e9881b3ad74d021fc875fdf70ca0ddc30cadce6cb3082e405d8e TopoBox-3D/protocol_C/test_iid/PC_test_iid_0000_b01/mesh.msh
|
| 4910 |
3682787befd905b51dba1e25e63b4ab6b3c70cb672d2c135d6c9c5159a94ff03 TopoBox-3D/protocol_D/validation/PD_validation_0039_b20/mesh.vtu
|
|
|
|
| 4904 |
3665e20274bfd56cf6d242f36550fb1223e8a7348ca6d6aa0995cdc1aef482e7 TopoBox-3D/protocol_C/train/PC_train_0772_b01/mesh.vtu
|
| 4905 |
3673c93be1ccc6189e2cec4c59e2b0a04775b5a0621e4524c9021308baadfd61 TopoBox-3D/protocol_A/validation/PA_validation_0101_b11/mesh.npz
|
| 4906 |
367cd1b84814b407331052127920658201e158960954464390b83512760d668e TopoBox-3D/protocol_C/validation/PC_validation_0079_b01/mesh.msh
|
| 4907 |
+
0844f8f4bb178a2932a5b313af3199d69503f261453ed67cc566c606e04ae545 README.md
|
| 4908 |
367f30257542d9fd40a1c9a931cd195c30d9474dd992ff087118f276dd8ede09 TopoBox-3D/protocol_B/train/PB_train_0035_b20/metadata.json
|
| 4909 |
3680c63c9e07e9881b3ad74d021fc875fdf70ca0ddc30cadce6cb3082e405d8e TopoBox-3D/protocol_C/test_iid/PC_test_iid_0000_b01/mesh.msh
|
| 4910 |
3682787befd905b51dba1e25e63b4ab6b3c70cb672d2c135d6c9c5159a94ff03 TopoBox-3D/protocol_D/validation/PD_validation_0039_b20/mesh.vtu
|