Add files using upload-large-folder tool
Browse files- .gitattributes +6 -57
- 1024x1024_samples/calibration/data-00000.parquet +3 -0
- 1024x1024_samples/test/data-00000.parquet +3 -0
- 1024x1024_samples/train/data-00000.parquet +3 -0
- 1024x1024_samples/validation/data-00000.parquet +3 -0
- 128x128_samples/calibration/data-00000.parquet +3 -0
- 128x128_samples/test/data-00000.parquet +3 -0
- 128x128_samples/train/data-00000.parquet +3 -0
- 128x128_samples/validation/data-00000.parquet +3 -0
- 2048x2048_samples/calibration/data-00000.parquet +3 -0
- 2048x2048_samples/test/data-00000.parquet +3 -0
- 2048x2048_samples/train/data-00000.parquet +3 -0
- 2048x2048_samples/validation/data-00000.parquet +3 -0
- 256x256_samples/calibration/data-00000.parquet +3 -0
- 256x256_samples/test/data-00000.parquet +3 -0
- 256x256_samples/train/data-00000.parquet +3 -0
- 256x256_samples/validation/data-00000.parquet +3 -0
- 4096x4096_samples/calibration/data-00000.parquet +3 -0
- 4096x4096_samples/calibration/data-00001.parquet +3 -0
- 4096x4096_samples/calibration/data-00002.parquet +3 -0
- 4096x4096_samples/test/data-00000.parquet +3 -0
- 4096x4096_samples/test/data-00001.parquet +3 -0
- 4096x4096_samples/test/data-00002.parquet +3 -0
- 4096x4096_samples/train/data-00000.parquet +3 -0
- 4096x4096_samples/train/data-00001.parquet +3 -0
- 4096x4096_samples/train/data-00002.parquet +3 -0
- 4096x4096_samples/validation/data-00000.parquet +3 -0
- 4096x4096_samples/validation/data-00001.parquet +3 -0
- 4096x4096_samples/validation/data-00002.parquet +3 -0
- 512x512_samples/calibration/data-00000.parquet +3 -0
- 512x512_samples/test/data-00000.parquet +3 -0
- 512x512_samples/train/data-00000.parquet +3 -0
- 512x512_samples/validation/data-00000.parquet +3 -0
- 64x64_samples/calibration/data-00000.parquet +3 -0
- 64x64_samples/test/data-00000.parquet +3 -0
- 64x64_samples/train/data-00000.parquet +3 -0
- 64x64_samples/validation/data-00000.parquet +3 -0
- CHANGELOG.md +17 -0
- CITATION.cff +37 -0
- DATASET_LICENSE.md +19 -0
- DATASHEET.md +191 -0
- LICENSE +21 -0
- README.md +554 -0
- croissant.json +576 -0
.gitattributes
CHANGED
|
@@ -1,60 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
-
*.avro filter=lfs diff=lfs merge=lfs -text
|
| 4 |
-
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
-
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 6 |
-
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 7 |
-
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
-
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 9 |
-
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 10 |
-
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 11 |
-
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 12 |
-
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 13 |
-
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 14 |
-
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 15 |
-
*.model filter=lfs diff=lfs merge=lfs -text
|
| 16 |
-
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 17 |
-
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 18 |
-
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 19 |
-
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 20 |
-
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 21 |
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 22 |
-
*.
|
| 23 |
-
*.
|
| 24 |
-
*.
|
|
|
|
|
|
|
| 25 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 26 |
-
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 27 |
-
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 28 |
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 29 |
-
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
-
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 31 |
-
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 32 |
-
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 33 |
-
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
-
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 35 |
-
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 36 |
-
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 37 |
-
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 38 |
-
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 39 |
-
# Audio files - uncompressed
|
| 40 |
-
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
-
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 42 |
-
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 43 |
-
# Audio files - compressed
|
| 44 |
-
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
-
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 46 |
-
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
-
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 48 |
-
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 49 |
-
# Image files - uncompressed
|
| 50 |
-
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 51 |
-
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 52 |
-
*.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
-
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 54 |
-
# Image files - compressed
|
| 55 |
-
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
-
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
-
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 58 |
-
# Video files - compressed
|
| 59 |
-
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
-
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 1 |
+
# Hugging Face LFS — managed by `passage export`. Edit by regenerating with --force-gitattributes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.npy.zst filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 8 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
| 9 |
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1024x1024_samples/calibration/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:058c329f3f1d90315e7b5bc5cb03e74fcc570b727e9d1a41b59ab0fbeec367db
|
| 3 |
+
size 167014947
|
1024x1024_samples/test/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a680acfeacf9266cfc6b44cf8f0732060f294501ea2547959ad4a92b9d424f7d
|
| 3 |
+
size 184248364
|
1024x1024_samples/train/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10f5746035c4afdf63200fe7b77adaf0215c1a7cf2db0def967fc2a1fbd23f5e
|
| 3 |
+
size 174305821
|
1024x1024_samples/validation/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5dd766a1a625c3751337f3eecee11fa330aac937937b1dbedcca7962f058588f
|
| 3 |
+
size 172274722
|
128x128_samples/calibration/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75d329f076d749b5b468c7a69d8e9725c7d576b29e92d837259c6b8afed0c0d6
|
| 3 |
+
size 4387435
|
128x128_samples/test/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c111f3a7bb1207da77864c68fb3f6858f9588552cae82e35e8b54a2cc64c998a
|
| 3 |
+
size 4882875
|
128x128_samples/train/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:adfd7756580df68705034160c45343b5678e379b9d38c88598b1a04ea58e00b3
|
| 3 |
+
size 4647544
|
128x128_samples/validation/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5fc6df21092cb8ed1a014d38ce66e0b00829e1948bbc450e02c88b80c2d3b24f
|
| 3 |
+
size 4221782
|
2048x2048_samples/calibration/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d4fe1379246f949ddd65cd31525e55a305432452ce024719adda7baa3f7af43
|
| 3 |
+
size 631609829
|
2048x2048_samples/test/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0010b8378e3ba728ee0ba3566e7a6a2f12be909d6bcf3a5b59fcc1b9642e87c
|
| 3 |
+
size 686239294
|
2048x2048_samples/train/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4754c996cdcb2f0335f393d7b7f0c5b9f0f770cf5f2f741d5fbb70a263de491d
|
| 3 |
+
size 665460888
|
2048x2048_samples/validation/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dea08f019b4b91d6ae8cfe4b5020936faa88cb3a78c9c221a14c1da77fcae281
|
| 3 |
+
size 588256216
|
256x256_samples/calibration/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8be604ceabe8f649339c0d24ff2d2bbd4a1099073f2d9c8fd7d1a23c846cec47
|
| 3 |
+
size 14654757
|
256x256_samples/test/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9eb4d85bf1b42a83215362daf0b198500a0fdbb5ab380321260a9df47d16ff75
|
| 3 |
+
size 16033785
|
256x256_samples/train/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:963b3141e75c82e75385beebd720d557946f2d287c94e231b0c852ab41ecb0a5
|
| 3 |
+
size 14356660
|
256x256_samples/validation/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7467fa3c4ab3be11eea39b9dbafb81e905244187b56628cb78fdc637d348b638
|
| 3 |
+
size 15008854
|
4096x4096_samples/calibration/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b350b35aee98f1a1777c1548d17a902cd56953047b4358262c5d95f0a85b2e7d
|
| 3 |
+
size 956178608
|
4096x4096_samples/calibration/data-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:132ea543a62545022741d9cae12582b2b200c3856c24235b99c4989a78e11fab
|
| 3 |
+
size 885212892
|
4096x4096_samples/calibration/data-00002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36787c69135b91a47a22c3041265cca329f5cd958768d82a62b3bf1327f04664
|
| 3 |
+
size 481018747
|
4096x4096_samples/test/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4916846005cbc380fdd1b7f7f28265b684cf3d6d10dc63207829caa921ad3019
|
| 3 |
+
size 937015759
|
4096x4096_samples/test/data-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45d9e2afdc733a048f3992acda270875de5ad25ddd92e3ad89857f67ff0f94eb
|
| 3 |
+
size 846975711
|
4096x4096_samples/test/data-00002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f465a8e934d977ea5a391bcdf65c40b543dfa9b54c7a063ecb5e2ab84da3754a
|
| 3 |
+
size 492585763
|
4096x4096_samples/train/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b066640435c2778f91a988097c58434fd6ddc09dca03790060ae71f01030a282
|
| 3 |
+
size 899155512
|
4096x4096_samples/train/data-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2ba55ac1c1f62dd04e2f71686b6088af692a0f20f7739b0de174013045d757b
|
| 3 |
+
size 885102421
|
4096x4096_samples/train/data-00002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2fd9362a71444cf6b8c3a14b9b56a9d5d12705fc0885121a470329633e0e82ce
|
| 3 |
+
size 498174779
|
4096x4096_samples/validation/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ea624acfc9920923cda3fae02e41b5440e3e232a55f322ee15c6498d81870df
|
| 3 |
+
size 918008866
|
4096x4096_samples/validation/data-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0b475d03a21cf202b6348585c07e7242d4fe334fa76f86a36a4c1101a810c54
|
| 3 |
+
size 844220976
|
4096x4096_samples/validation/data-00002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9bd7a6d8aca786c10e774123c06775ff9d3f79fbf0fe99180202edc3d21c8f2
|
| 3 |
+
size 469486611
|
512x512_samples/calibration/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76abe33ade8614046b9c36209f3ecacfe3ece843f1f80e3bda5765d4455e75c2
|
| 3 |
+
size 48198259
|
512x512_samples/test/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c28637f17e74f319d5ec86047b6f0984d798c550994b61b344135ffc10a9579
|
| 3 |
+
size 55770578
|
512x512_samples/train/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d33a31589913b5665098aeee494a541f87bd604a2d230c30a753d379255ea782
|
| 3 |
+
size 48200926
|
512x512_samples/validation/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59d4ad045cc4c820bc6b808e20aaa4ef735b81e864b677b0f01d63bd3cb0a79a
|
| 3 |
+
size 49476086
|
64x64_samples/calibration/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:180cc0a0546b083f3ee38ea98866956fb246259fcd896f360e620286081d1c3b
|
| 3 |
+
size 1478003
|
64x64_samples/test/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b820a51627578357c25a932a697c60b00a2ab3d3c43c7cb3d9f95946e1c4e10
|
| 3 |
+
size 1592634
|
64x64_samples/train/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75563398275d5d6d234db931bbf718c6f7fdda8ebba975aa0b1c774586ded51f
|
| 3 |
+
size 1464420
|
64x64_samples/validation/data-00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a88a84c65d927eb00f536310503d2097294c98b119779c836ee0316e25f7edcb
|
| 3 |
+
size 1442910
|
CHANGELOG.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Changelog
|
| 2 |
+
|
| 3 |
+
## Unreleased
|
| 4 |
+
|
| 5 |
+
### Added
|
| 6 |
+
|
| 7 |
+
- Deterministic per-sample generation seeding via `generation.seed`, with recorded `generation_seed` and `sample_seed` provenance in sample metadata.
|
| 8 |
+
- Repository release metadata files: `CITATION.cff`, `DATASHEET.md`, `croissant.json`, and `Makefile`.
|
| 9 |
+
- `make manifest` workflow for writing `outputs/export/manifest.sha256` from a prepared export tree.
|
| 10 |
+
- `DATASET_LICENSE.md` to document the dataset-side JAXA AW3D30 obligations separately from the MIT code license.
|
| 11 |
+
|
| 12 |
+
### Changed
|
| 13 |
+
|
| 14 |
+
- Corrected public documentation to reflect the default 4,400,000-sample (≈4.4 M) benchmark size — 1,000,000 per resolution at 64–512, 250,000 at 1024, 100,000 at 2048, 50,000 at 4096 — and the current reproducibility contract.
|
| 15 |
+
- Exposed deterministic-generation provenance in the export schema used for Hugging Face parquet preparation.
|
| 16 |
+
- Restored `config/config.yaml` to the 4.4 M-sample paper benchmark and aligned preview-image defaults with the sample export settings.
|
| 17 |
+
- Made `passage export` stage release metadata files into the export tree, with anonymous submission copies available via `--anonymous`.
|
CITATION.cff
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cff-version: 1.2.0
|
| 2 |
+
title: PASSAGE
|
| 3 |
+
message: If you use PASSAGE, please cite the software repository and accompanying dataset metadata in this file.
|
| 4 |
+
type: software
|
| 5 |
+
authors:
|
| 6 |
+
- family-names: Anonymous
|
| 7 |
+
given-names: Anonymous
|
| 8 |
+
email: anonymous@anonymous.invalid
|
| 9 |
+
affiliation: Anonymous Group
|
| 10 |
+
- family-names: Anonymous
|
| 11 |
+
given-names: Anonymous
|
| 12 |
+
affiliation: Anonymous Group
|
| 13 |
+
- family-names: Anonymous
|
| 14 |
+
given-names: Anonymous
|
| 15 |
+
version: 0.1.0
|
| 16 |
+
date-released: 2026-03-30
|
| 17 |
+
license: MIT
|
| 18 |
+
repository-code: https://github.com/anonymous-org/passage
|
| 19 |
+
url: https://github.com/anonymous-org/passage
|
| 20 |
+
keywords:
|
| 21 |
+
- pathfinding
|
| 22 |
+
- terrain-routing
|
| 23 |
+
- benchmark
|
| 24 |
+
- digital-elevation-model
|
| 25 |
+
- dataset
|
| 26 |
+
preferred-citation:
|
| 27 |
+
type: article
|
| 28 |
+
title: PASSAGE: A Multi-Resolution Pathfinding Dataset Mixing Complex Obstacles and Elevation-Based Tiles Towards Certified Machine Learning Systems
|
| 29 |
+
authors:
|
| 30 |
+
- family-names: Anonymous
|
| 31 |
+
given-names: Anonymous
|
| 32 |
+
- family-names: Anonymous
|
| 33 |
+
given-names: Anonymous
|
| 34 |
+
- family-names: Anonymous
|
| 35 |
+
given-names: Anonymous
|
| 36 |
+
year: 2026
|
| 37 |
+
url: https://github.com/anonymous-org/passage
|
DATASET_LICENSE.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# PASSAGE Dataset Terms
|
| 2 |
+
|
| 3 |
+
PASSAGE ships two distinct licensing surfaces:
|
| 4 |
+
|
| 5 |
+
- The generator code in this repository is released under the MIT license in `LICENSE`.
|
| 6 |
+
- The exported dataset artifacts inherit obligations from the upstream JAXA ALOS AW3D30 elevation product used to derive the terrain channel.
|
| 7 |
+
|
| 8 |
+
For dataset artifacts distributed on Hugging Face and in release bundles:
|
| 9 |
+
|
| 10 |
+
- Preserve attribution to JAXA ALOS World 3D - 30m (AW3D30) and any other provenance notices carried in the metadata.
|
| 11 |
+
- Do not represent the derived elevation-backed artifacts as public domain.
|
| 12 |
+
- Comply with the upstream AW3D30 usage terms for any redistribution or downstream reuse of the derived terrain data.
|
| 13 |
+
- Treat PASSAGE as a research benchmark, not a safety-of-life product. The dataset and generated paths do not certify operational deployment.
|
| 14 |
+
|
| 15 |
+
When in doubt:
|
| 16 |
+
|
| 17 |
+
- Use `LICENSE` for code questions.
|
| 18 |
+
- Use this file plus `DATASHEET.md` for dataset-distribution questions.
|
| 19 |
+
- Preserve both files when mirroring the release tree.
|
DATASHEET.md
ADDED
|
@@ -0,0 +1,191 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# PASSAGE Datasheet
|
| 2 |
+
|
| 3 |
+
This Datasheet follows the Gebru et al. [*Datasheets for Datasets*](https://arxiv.org/abs/1803.09010) template and is mirrored in the companion Croissant metadata file (`croissant.json`, conforming to MLCommons Croissant 1.1 and Croissant RAI 1.0). It accompanies the NeurIPS 2026 Evaluations & Datasets Track submission of the PASSAGE benchmark.
|
| 4 |
+
|
| 5 |
+
## Motivation
|
| 6 |
+
|
| 7 |
+
### For what purpose was the dataset created?
|
| 8 |
+
|
| 9 |
+
PASSAGE was created to close a reproducibility gap in *constrained path planning on real terrain*: existing benchmarks either synthesize grids that strip geographic structure, rely on ad-hoc GIS workflows without machine-learning-ready splits, or evaluate embodied perception rather than cost-aware long-horizon routing. PASSAGE provides a real-terrain, multi-resolution benchmark with an enumerable Operational Design Domain (ODD), configurable terrain cost models, procedural obstacles, and exact A* ground-truth labels — packaged as ML-ready Parquet shards with a manifest-checked release tree.
|
| 10 |
+
|
| 11 |
+
### Who created this dataset and on behalf of which entity?
|
| 12 |
+
|
| 13 |
+
The dataset was created by Anonymous Author, Anonymous Author, and Anonymous Author on behalf of Anonymous Group research. See `CITATION.cff` for full attribution. Maintenance is owned by the Anonymous Group open-source research SIG; community contact via GitHub Issues, Discussions, or `oss@anonymous.invalid`.
|
| 14 |
+
|
| 15 |
+
### Who funded the creation of the dataset?
|
| 16 |
+
|
| 17 |
+
Internal research funding (Anonymous Group). No external grant is associated with this release.
|
| 18 |
+
|
| 19 |
+
## Composition
|
| 20 |
+
|
| 21 |
+
### What do the instances represent?
|
| 22 |
+
|
| 23 |
+
Each instance is a single path-planning problem on a terrain crop: a three-channel input tensor (elevation, start/goal markers, obstacle mask) at a chosen resolution `N`, plus path annotations (ordered `(row, col)` waypoint lists under each configured cost model), a binary `N×N` path mask per cost model, and structured metadata (source tile, crop bounds, resolution, cost model, weight, obstacle configuration, split, solver backend, path cost, path length, solver wall-clock, seeds).
|
| 24 |
+
|
| 25 |
+
### How many instances are there?
|
| 26 |
+
|
| 27 |
+
The default release emits **4,400,000 samples** (≈4.4 M) across seven resolutions (64, 128, 256, 512, 1024, 2048, 4096), with per-resolution targets `1,000,000` for 64–512, `250,000` for 1024, `100,000` for 2048, and `50,000` for 4096 (see `config/config.yaml::num_samples`). Per-resolution, per-split counts (`90/2/4/4` train/calibration/validation/test) are recorded in `outputs/paper/results/dataset_statistics.csv` and reported in Table 2 of the paper.
|
| 28 |
+
|
| 29 |
+
### Does the dataset contain all possible instances or is it a sample?
|
| 30 |
+
|
| 31 |
+
PASSAGE is a deterministically seeded *sample* from an enumerable parameter space. Without obstacles, the ODD is finite and fully enumerable: every `(tile, crop, resolution, cost model, weight, start, goal)` maps deterministically to a unique sample. Additional samples can be generated at will with `make rebuild`.
|
| 32 |
+
|
| 33 |
+
### What data does each instance consist of?
|
| 34 |
+
|
| 35 |
+
- `elevation`: real-valued, normalized against globally calibrated min/max.
|
| 36 |
+
- `markers`: binary start/goal channels.
|
| 37 |
+
- `obstacles`: binary forbidden-cell mask (optional; the free-terrain variant is `obstacles=0`).
|
| 38 |
+
- `path_waypoints_<cost_model>`: ordered `(row, col)` pairs.
|
| 39 |
+
- `path_mask_<cost_model>`: binary `N×N`.
|
| 40 |
+
- `metadata`: structured provenance (see Croissant `record_set.metadata`).
|
| 41 |
+
|
| 42 |
+
### Is there a label or target associated with each instance?
|
| 43 |
+
|
| 44 |
+
Yes — reference paths under each cost model. Paths are *computational annotations* produced by the A* solver (grid backend, Numba-JIT), not human annotations. There are no ambiguous or missing labels by construction.
|
| 45 |
+
|
| 46 |
+
### Is any information missing from individual instances?
|
| 47 |
+
|
| 48 |
+
No; every sample is fully populated by the generator. Upstream AW3D30 tiles may carry sensor artifacts (voids, striping); affected samples are flagged in metadata via the source-tile identifier and, where relevant, the elevation calibration bounds.
|
| 49 |
+
|
| 50 |
+
### Are relationships between individual instances made explicit?
|
| 51 |
+
|
| 52 |
+
Yes: samples inherit the `source_tile_id` and `split` fields from their source AW3D30 tile. The geographic hold-out split policy (`split_mask` at 1°/pixel) is versioned alongside the generator configuration.
|
| 53 |
+
|
| 54 |
+
### Are there recommended data splits?
|
| 55 |
+
|
| 56 |
+
Yes — the default split is 90% train / 2% calibration / 4% validation / 4% test, with a *geographic hold-out* for test (entire 1°×1° source tiles are reserved for test; no source tile appears in both train and test).
|
| 57 |
+
|
| 58 |
+
### Are there any errors, sources of noise, or redundancies?
|
| 59 |
+
|
| 60 |
+
The elevation product inherits JAXA ALOS AW3D30 sensor characteristics (DSM error bounds documented upstream). Path annotations are exact under the documented cost model — no stochastic error. Procedural obstacles are abstractions of real hazards and are not validated against real-world obstacle maps.
|
| 61 |
+
|
| 62 |
+
### Is the dataset self-contained, or does it link to other resources?
|
| 63 |
+
|
| 64 |
+
Fully self-contained at the export stage. Raw AW3D30 tiles are re-derivable via `make download` but not shipped in the release.
|
| 65 |
+
|
| 66 |
+
### Does the dataset contain confidential, personally identifiable, sensitive, or offensive information?
|
| 67 |
+
|
| 68 |
+
No. PASSAGE contains no personal data, no biometric data, and no human subjects. Offensive content is not possible in this domain.
|
| 69 |
+
|
| 70 |
+
## Collection Process
|
| 71 |
+
|
| 72 |
+
### How was the data acquired?
|
| 73 |
+
|
| 74 |
+
Raw elevation tiles are downloaded from the public JAXA ALOS AW3D30 archive (5°×5° packaging) and extracted into 1°×1° sub-tiles at native 30 m/pixel resolution. A global calibration pass computes elevation min/max across the local tile cache. For each requested `(resolution, sample_idx, split)` triple, a deterministic `blake2b` seed drives tile selection, crop placement, start/goal placement, obstacle synthesis, and cost-weight draw. Reference paths are solved with the Numba-JIT grid-backend A* under each configured cost model (see `src/passage/pathfinding_utils.py`).
|
| 75 |
+
|
| 76 |
+
### What mechanisms or procedures were used to collect the data?
|
| 77 |
+
|
| 78 |
+
Code-driven pipeline end-to-end (see `Makefile` and `config/config.yaml`). No crowdsourcing, no human annotators, no subject interaction.
|
| 79 |
+
|
| 80 |
+
### Was any preprocessing, cleaning, or labeling done?
|
| 81 |
+
|
| 82 |
+
- Elevation normalised against globally calibrated min/max.
|
| 83 |
+
- Markers placed subject to obstacle-exclusion and minimum separation.
|
| 84 |
+
- Obstacle masks synthesised from log-uniform super-ellipse parameters, rejected if coverage exceeds 30% after up to 50 placement attempts.
|
| 85 |
+
- Paths solved with exact A* under the configured cost model and the 8-connected grid (step lengths 30 m and 30√2 m).
|
| 86 |
+
|
| 87 |
+
### Was the "raw" data saved in addition to the preprocessed data?
|
| 88 |
+
|
| 89 |
+
Yes — the upstream AW3D30 archive and the calibrated tile cache are persisted locally under `/data/PASSAGE/download/` and `/data/PASSAGE/calibrate/` respectively. Only the processed export (Parquet shards) is distributed.
|
| 90 |
+
|
| 91 |
+
### Is the software available for the preprocessing?
|
| 92 |
+
|
| 93 |
+
Yes — the full generator is open-source in this repository (`src/passage/`), with CI coverage and an end-to-end rebuild via `make rebuild`.
|
| 94 |
+
|
| 95 |
+
## Uses
|
| 96 |
+
|
| 97 |
+
### Has the dataset been used for any tasks already?
|
| 98 |
+
|
| 99 |
+
Yes — PASSAGE is the primary benchmark for the downstream `passage-vision` workspace, which reports dense-field segmentation and cost-to-go regression baselines at the 256×256 operating point, plus a 64→4096 resolution-frontier study.
|
| 100 |
+
|
| 101 |
+
### What (other) tasks could the dataset be used for?
|
| 102 |
+
|
| 103 |
+
- Benchmarking classical path-planning algorithms (Dijkstra, Theta*, D\*, JPS) on real terrain.
|
| 104 |
+
- Training and evaluating graph-neural planners and RL planners in bridge comparisons.
|
| 105 |
+
- Studying multi-resolution scaling, geographic distribution shift, and cost-function transfer in dense prediction.
|
| 106 |
+
- Reproducible cost-model design studies with physically interpretable terms.
|
| 107 |
+
|
| 108 |
+
### Is there anything about the composition of the dataset or the way it was collected that might impact future uses?
|
| 109 |
+
|
| 110 |
+
- Samples are grid-based; they do not support full 3D motion planning or dynamic environments.
|
| 111 |
+
- Obstacles are synthetic. Conclusions about real-world obstacle distributions cannot be drawn directly.
|
| 112 |
+
- Geographic coverage is bounded by AW3D30 availability.
|
| 113 |
+
|
| 114 |
+
### Are there tasks for which the dataset should not be used?
|
| 115 |
+
|
| 116 |
+
- **Operational airborne flight planning or search-and-rescue dispatch**: PASSAGE is an advisory research benchmark. It does not by itself validate safety-critical deployment and does not substitute for EASA/FAA certification processes.
|
| 117 |
+
- **Conclusions about weather, airspace, vegetation, urban structures, or regulations**: out of scope.
|
| 118 |
+
- **Safety-of-life decisions**: predicted paths are not safety-of-life outputs without an in-the-loop deterministic verifier and fallback solver.
|
| 119 |
+
|
| 120 |
+
## Distribution
|
| 121 |
+
|
| 122 |
+
### Will the dataset be distributed to third parties?
|
| 123 |
+
|
| 124 |
+
Yes — the dataset is distributed publicly via Hugging Face (`https://huggingface.co/datasets/Anonym-2045/passage`). For the NeurIPS 2026 anonymous submission, a reviewer-accessible anonymous mirror is provided and documented in the submission package.
|
| 125 |
+
|
| 126 |
+
### How will it be distributed?
|
| 127 |
+
|
| 128 |
+
Parquet shards, zstandard-compressed, one file per resolution × split. Accompanied by:
|
| 129 |
+
|
| 130 |
+
- `croissant.json` (MLCommons 1.1 + RAI 1.0).
|
| 131 |
+
- `outputs/export/manifest.sha256` checksum manifest.
|
| 132 |
+
- README on Hugging Face mirroring the GitHub README.
|
| 133 |
+
- `CITATION.cff`, `CHANGELOG.md`, `LICENSE`, this Datasheet.
|
| 134 |
+
|
| 135 |
+
### When will it be distributed?
|
| 136 |
+
|
| 137 |
+
Version 0.1.0 is released with the NeurIPS 2026 submission (May 2026). Future versions follow semantic versioning in `CHANGELOG.md`.
|
| 138 |
+
|
| 139 |
+
### Will the dataset be distributed under a license? Will it have an associated DOI?
|
| 140 |
+
|
| 141 |
+
- Code: MIT (see `LICENSE`).
|
| 142 |
+
- Dataset: distributed under `DATASET_LICENSE.md`, which documents the inherited JAXA ALOS AW3D30 obligations for the derived artifacts.
|
| 143 |
+
- A Zenodo DOI is planned for the v1.0 release (camera-ready gate) and will be recorded in `CITATION.cff`.
|
| 144 |
+
|
| 145 |
+
### Have any third parties imposed IP-based or other restrictions?
|
| 146 |
+
|
| 147 |
+
JAXA ALOS AW3D30 usage terms are inherited by the derived elevation channel. Users of PASSAGE must comply with the upstream JAXA terms, including attribution.
|
| 148 |
+
|
| 149 |
+
### Do any export controls or other regulatory restrictions apply?
|
| 150 |
+
|
| 151 |
+
No export controls apply; AW3D30 is a public global elevation product.
|
| 152 |
+
|
| 153 |
+
## Maintenance
|
| 154 |
+
|
| 155 |
+
### Who is supporting / hosting / maintaining the dataset?
|
| 156 |
+
|
| 157 |
+
Anonymous Group open-source and critical AI research contributors. Contact: `oss@anonymous.invalid`; issues and discussions on the GitHub repository.
|
| 158 |
+
|
| 159 |
+
### How can the owner be contacted?
|
| 160 |
+
|
| 161 |
+
GitHub Issues and Discussions at <https://github.com/anonymous-org/passage>, or email `oss@anonymous.invalid`.
|
| 162 |
+
|
| 163 |
+
### Is there an erratum?
|
| 164 |
+
|
| 165 |
+
Errata will be tracked in `CHANGELOG.md`. Breaking schema changes bump the minor or major version and invalidate prior manifest checksums.
|
| 166 |
+
|
| 167 |
+
### Will the dataset be updated?
|
| 168 |
+
|
| 169 |
+
Yes. Updates are published via Hugging Face with a corresponding semantic-version tag in this repository and an entry in `CHANGELOG.md`.
|
| 170 |
+
|
| 171 |
+
### If the dataset relates to people: are there applicable limits on the retention of the data associated with the instances?
|
| 172 |
+
|
| 173 |
+
Not applicable — no human subjects.
|
| 174 |
+
|
| 175 |
+
### Will older versions of the dataset continue to be supported/hosted/maintained?
|
| 176 |
+
|
| 177 |
+
Prior releases remain accessible via their Hugging Face dataset-repo commit SHA and the git tag on GitHub. Deprecations are announced in `CHANGELOG.md`. The deprecation policy: one-minor-version notice, with `rai:dataReleaseMaintenancePlan` documenting active supported versions.
|
| 178 |
+
|
| 179 |
+
### If others want to extend / augment / build on / contribute to the dataset, is there a mechanism for them to do so?
|
| 180 |
+
|
| 181 |
+
Yes — pull requests are welcomed (see `CONTRIBUTING.md` and `CODE_OF_CONDUCT.md`). Contributions that change data semantics require a Croissant update and a Datasheet-section review.
|
| 182 |
+
|
| 183 |
+
---
|
| 184 |
+
|
| 185 |
+
## Lifecycle Statement (NeurIPS 2026 E&D track requirement)
|
| 186 |
+
|
| 187 |
+
- **Status**: active.
|
| 188 |
+
- **Versioning**: semantic; authoritative source is `CITATION.cff` `version` and `croissant.json` `version`.
|
| 189 |
+
- **Maintenance owner**: Anonymous Group open-source research SIG; issues/PRs on GitHub.
|
| 190 |
+
- **Deprecation policy**: prior minor version remains supported for at least one subsequent minor release; deprecations announced in `CHANGELOG.md` and the Hugging Face dataset README.
|
| 191 |
+
- **Security contact**: see `SECURITY.md`.
|
LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MIT License
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2026 ANONYMOUS
|
| 4 |
+
|
| 5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 6 |
+
of this software and associated documentation files (the "Software"), to deal
|
| 7 |
+
in the Software without restriction, including without limitation the rights
|
| 8 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 9 |
+
copies of the Software, and to permit persons to whom the Software is
|
| 10 |
+
furnished to do so, subject to the following conditions:
|
| 11 |
+
|
| 12 |
+
The above copyright notice and this permission notice shall be included in all
|
| 13 |
+
copies or substantial portions of the Software.
|
| 14 |
+
|
| 15 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 16 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 17 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 18 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 19 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 20 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 21 |
+
SOFTWARE.
|
README.md
ADDED
|
@@ -0,0 +1,554 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: 64x64_samples
|
| 4 |
+
data_files:
|
| 5 |
+
- path: 64x64_samples/train/*
|
| 6 |
+
split: train
|
| 7 |
+
- path: 64x64_samples/calibration/*
|
| 8 |
+
split: calibration
|
| 9 |
+
- path: 64x64_samples/validation/*
|
| 10 |
+
split: validation
|
| 11 |
+
- path: 64x64_samples/test/*
|
| 12 |
+
split: test
|
| 13 |
+
- config_name: 128x128_samples
|
| 14 |
+
data_files:
|
| 15 |
+
- path: 128x128_samples/train/*
|
| 16 |
+
split: train
|
| 17 |
+
- path: 128x128_samples/calibration/*
|
| 18 |
+
split: calibration
|
| 19 |
+
- path: 128x128_samples/validation/*
|
| 20 |
+
split: validation
|
| 21 |
+
- path: 128x128_samples/test/*
|
| 22 |
+
split: test
|
| 23 |
+
- config_name: 256x256_samples
|
| 24 |
+
data_files:
|
| 25 |
+
- path: 256x256_samples/train/*
|
| 26 |
+
split: train
|
| 27 |
+
- path: 256x256_samples/calibration/*
|
| 28 |
+
split: calibration
|
| 29 |
+
- path: 256x256_samples/validation/*
|
| 30 |
+
split: validation
|
| 31 |
+
- path: 256x256_samples/test/*
|
| 32 |
+
split: test
|
| 33 |
+
- config_name: 512x512_samples
|
| 34 |
+
data_files:
|
| 35 |
+
- path: 512x512_samples/train/*
|
| 36 |
+
split: train
|
| 37 |
+
- path: 512x512_samples/calibration/*
|
| 38 |
+
split: calibration
|
| 39 |
+
- path: 512x512_samples/validation/*
|
| 40 |
+
split: validation
|
| 41 |
+
- path: 512x512_samples/test/*
|
| 42 |
+
split: test
|
| 43 |
+
- config_name: 1024x1024_samples
|
| 44 |
+
data_files:
|
| 45 |
+
- path: 1024x1024_samples/train/*
|
| 46 |
+
split: train
|
| 47 |
+
- path: 1024x1024_samples/calibration/*
|
| 48 |
+
split: calibration
|
| 49 |
+
- path: 1024x1024_samples/validation/*
|
| 50 |
+
split: validation
|
| 51 |
+
- path: 1024x1024_samples/test/*
|
| 52 |
+
split: test
|
| 53 |
+
- config_name: 2048x2048_samples
|
| 54 |
+
data_files:
|
| 55 |
+
- path: 2048x2048_samples/train/*
|
| 56 |
+
split: train
|
| 57 |
+
- path: 2048x2048_samples/calibration/*
|
| 58 |
+
split: calibration
|
| 59 |
+
- path: 2048x2048_samples/validation/*
|
| 60 |
+
split: validation
|
| 61 |
+
- path: 2048x2048_samples/test/*
|
| 62 |
+
split: test
|
| 63 |
+
- config_name: 4096x4096_samples
|
| 64 |
+
data_files:
|
| 65 |
+
- path: 4096x4096_samples/train/*
|
| 66 |
+
split: train
|
| 67 |
+
- path: 4096x4096_samples/calibration/*
|
| 68 |
+
split: calibration
|
| 69 |
+
- path: 4096x4096_samples/validation/*
|
| 70 |
+
split: validation
|
| 71 |
+
- path: 4096x4096_samples/test/*
|
| 72 |
+
split: test
|
| 73 |
+
license: other
|
| 74 |
+
language:
|
| 75 |
+
- en
|
| 76 |
+
task_categories:
|
| 77 |
+
- other
|
| 78 |
+
tags:
|
| 79 |
+
- pathfinding
|
| 80 |
+
- terrain-routing
|
| 81 |
+
- digital-elevation-model
|
| 82 |
+
- benchmark
|
| 83 |
+
- remote-sensing
|
| 84 |
+
- aw3d30
|
| 85 |
+
pretty_name: PASSAGE (anonymous samples mirror)
|
| 86 |
+
---
|
| 87 |
+
|
| 88 |
+
<!-- PASSAGE Hugging Face Dataset Card (anonymous review mirror, samples only) -->
|
| 89 |
+
|
| 90 |
+
> This is the **anonymous samples-only mirror** of PASSAGE for NeurIPS 2026 ED double-blind review.
|
| 91 |
+
> The full release (all splits and full resolutions) is referenced from the paper's
|
| 92 |
+
> `\anondata` macro and from the parent dataset card under the same anonymous handle.
|
| 93 |
+
|
| 94 |
+
<!-- PASSAGE README — renders on both GitHub and Hugging Face -->
|
| 95 |
+
|
| 96 |
+
<p align="center">
|
| 97 |
+
<img src="assets/banner.png" alt="PASSAGE — Path Solving Dataset & Generator" width="100%"/>
|
| 98 |
+
</p>
|
| 99 |
+
|
| 100 |
+
<h1 align="center">🌍 PASSAGE — Real-Terrain Benchmark & Generator</h1>
|
| 101 |
+
|
| 102 |
+
<p align="center">
|
| 103 |
+
<strong>Trustworthiness-oriented real-terrain benchmark and generation pipeline for pathfinding and surrogate modeling.</strong>
|
| 104 |
+
</p>
|
| 105 |
+
|
| 106 |
+
<!-- Badges -->
|
| 107 |
+
<p align="center">
|
| 108 |
+
<a href="https://github.com/anonymous-org/passage/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/anonymous-org/passage/ci.yml?label=CI&logo=githubactions&logoColor=white" alt="CI"></a>
|
| 109 |
+
<a href="https://github.com/anonymous-org/passage/actions/workflows/docs.yml"><img src="https://img.shields.io/github/actions/workflow/status/anonymous-org/passage/docs.yml?label=docs&logo=materialformkdocs&logoColor=white" alt="Docs"></a>
|
| 110 |
+
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/python-≥3.11-3776AB?logo=python&logoColor=white" alt="Python"></a>
|
| 111 |
+
<a href="DATASET_LICENSE.md"><img src="https://img.shields.io/badge/dataset%20terms-AW3D30%20%2B%20MIT%20code-orange?logo=opensourceinitiative&logoColor=white" alt="Dataset Terms"></a>
|
| 112 |
+
<a href="https://huggingface.co/datasets/Anonym-2045/passage"><img src="https://img.shields.io/badge/%F0%9F%A4%97-Dataset-yellow" alt="HuggingFace Dataset"></a>
|
| 113 |
+
<a href="https://docs.astral.sh/ruff/"><img src="https://img.shields.io/badge/code%20style-ruff-000000?logo=ruff&logoColor=white" alt="Ruff"></a>
|
| 114 |
+
<a href="https://docs.astral.sh/uv/"><img src="https://img.shields.io/badge/package-uv-DE5FE9?logo=uv&logoColor=white" alt="uv"></a>
|
| 115 |
+
<a href="https://pre-commit.com/"><img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white" alt="Pre-commit"></a>
|
| 116 |
+
</p>
|
| 117 |
+
|
| 118 |
+
<p align="center">
|
| 119 |
+
<a href="https://anonymous-org.github.io/passage/">📖 Documentation</a> •
|
| 120 |
+
<a href="https://huggingface.co/datasets/Anonym-2045/passage">🤗 Dataset</a> •
|
| 121 |
+
<a href="https://github.com/anonymous-org/passage">💻 GitHub</a> •
|
| 122 |
+
<a href="#-citation">📝 Cite</a>
|
| 123 |
+
</p>
|
| 124 |
+
|
| 125 |
+
---
|
| 126 |
+
|
| 127 |
+
## Table of Contents
|
| 128 |
+
|
| 129 |
+
- [Table of Contents](#table-of-contents)
|
| 130 |
+
- [Get started](#get-started)
|
| 131 |
+
- [Documentation](#documentation)
|
| 132 |
+
- [🚁 Why PASSAGE?](#-why-passage)
|
| 133 |
+
- [✨ Highlights](#-highlights)
|
| 134 |
+
- [🗺️ Visual Summary](#️-visual-summary)
|
| 135 |
+
- [🚀 Quick Start](#-quick-start)
|
| 136 |
+
- [🔁 Pipeline Overview](#-pipeline-overview)
|
| 137 |
+
- [🧭 Reproducibility](#-reproducibility)
|
| 138 |
+
- [📦 Loading the Dataset](#-loading-the-dataset)
|
| 139 |
+
- [⚙️ Configuration](#️-configuration)
|
| 140 |
+
- [📓 Notebooks](#-notebooks)
|
| 141 |
+
- [🔬 Research Applications](#-research-applications)
|
| 142 |
+
- [📁 Output Structure](#-output-structure)
|
| 143 |
+
- [🧪 Development \& Testing](#-development--testing)
|
| 144 |
+
- [📝 Citation](#-citation)
|
| 145 |
+
- [Contributing](#contributing)
|
| 146 |
+
- [Security](#security)
|
| 147 |
+
- [💬 Support](#-support)
|
| 148 |
+
- [👤 Maintainers](#-maintainers)
|
| 149 |
+
- [🙏 Acknowledgments](#-acknowledgments)
|
| 150 |
+
- [License](#license)
|
| 151 |
+
|
| 152 |
+
---
|
| 153 |
+
|
| 154 |
+
## Get started
|
| 155 |
+
|
| 156 |
+
PASSAGE is an open-source pathfinding dataset and generation toolkit built on real-world elevation data to benchmark and improve terrain-aware routing algorithms.
|
| 157 |
+
|
| 158 |
+
- **Project goals**: provide reproducible, multi-resolution benchmarks for pathfinding research, ML surrogates, and safety-critical AI evaluation.
|
| 159 |
+
- **Sponsoring SIG**: Anonymous Group open-source and critical AI research contributors.
|
| 160 |
+
- **Community contact**: use [GitHub Issues](https://github.com/anonymous-org/passage/issues), [GitHub Discussions](https://github.com/anonymous-org/passage/discussions), or email `oss@anonymous.invalid`.
|
| 161 |
+
|
| 162 |
+
For installation and first run commands, see [🚀 Quick Start](#-quick-start).
|
| 163 |
+
|
| 164 |
+
## Documentation
|
| 165 |
+
|
| 166 |
+
Documentation is available at [anonymous-org.github.io/passage](https://anonymous-org.github.io/passage/).
|
| 167 |
+
|
| 168 |
+
The documentation site is published with GitHub Pages and includes user guides, API references, and architecture notes.
|
| 169 |
+
|
| 170 |
+
Please also set the repository **About** metadata:
|
| 171 |
+
- **Description**: short project purpose statement for PASSAGE.
|
| 172 |
+
- **Website**: `https://anonymous-org.github.io/passage/`.
|
| 173 |
+
|
| 174 |
+
---
|
| 175 |
+
|
| 176 |
+
## 🚁 Why PASSAGE?
|
| 177 |
+
|
| 178 |
+
> *Every year, Helicopter Emergency Medical Services (HEMS) crews across Europe perform over 300,000 rescue missions — racing against time through mountain passes, across valleys, and over ridgelines to reach patients in cardiac arrest or severe trauma. For every minute of delay, survival rates drop by 7–10%. The path the helicopter takes matters — yet pathfinding algorithms are still benchmarked on flat synthetic grids.*
|
| 179 |
+
|
| 180 |
+
**PASSAGE** was created to change that. Built from **real-world satellite elevation data** (JAXA ALOS AW3D30 at 30 m/pixel), it provides the research community with large-scale, multi-resolution pathfinding benchmarks that capture the true complexity of terrain navigation.
|
| 181 |
+
|
| 182 |
+
We open-source this toolkit to make terrain-routing methods easier to compare, reproduce, and audit under a shared benchmark surface.
|
| 183 |
+
|
| 184 |
+
---
|
| 185 |
+
|
| 186 |
+
## ✨ Highlights
|
| 187 |
+
|
| 188 |
+
<table>
|
| 189 |
+
<tr>
|
| 190 |
+
<td align="center" width="25%">🌐<br><strong>Multi-Resolution</strong><br><small>64×64 → 4096×4096 px</small></td>
|
| 191 |
+
<td align="center" width="25%">🏔️<br><strong>Real Elevation</strong><br><small>JAXA ALOS AW3D30 DSM</small></td>
|
| 192 |
+
<td align="center" width="25%">🔷<br><strong>Rich Obstacles</strong><br><small>Superellipse shapes</small></td>
|
| 193 |
+
<td align="center" width="25%">⚡<br><strong>3 A* Cost Variants</strong><br><small><code>elevation</code>, <code>slope_uphill</code>, <code>energy</code></small></td>
|
| 194 |
+
</tr>
|
| 195 |
+
<tr>
|
| 196 |
+
<td align="center">🧮<br><strong>Grid A* Oracle</strong><br><small>Exact labels + timings</small></td>
|
| 197 |
+
<td align="center">🤗<br><strong>HuggingFace-Ready</strong><br><small>Parquet + one-command upload</small></td>
|
| 198 |
+
<td align="center">🔁<br><strong>Fully Resumable</strong><br><small>No wasted compute</small></td>
|
| 199 |
+
<td align="center">✅<br><strong>Tested & CI/CD</strong><br><small>80%+ coverage, pre-commit</small></td>
|
| 200 |
+
</tr>
|
| 201 |
+
</table>
|
| 202 |
+
|
| 203 |
+
<table>
|
| 204 |
+
<tr>
|
| 205 |
+
<td align="center"><strong>4.4 M</strong><br><small>Default Samples</small></td>
|
| 206 |
+
<td align="center"><strong>7</strong><br><small>Resolution Levels</small></td>
|
| 207 |
+
<td align="center"><strong>3</strong><br><small>A* Configurations</small></td>
|
| 208 |
+
<td align="center"><strong>1</strong><br><small>Solver Backend</small></td>
|
| 209 |
+
<td align="center"><strong>30 m/px</strong><br><small>Spatial Resolution</small></td>
|
| 210 |
+
</tr>
|
| 211 |
+
</table>
|
| 212 |
+
|
| 213 |
+
---
|
| 214 |
+
|
| 215 |
+
## 🗺️ Visual Summary
|
| 216 |
+
|
| 217 |
+
<p align="center">
|
| 218 |
+
<img src="assets/sample.png" alt="Representative PASSAGE sample" width="680"/>
|
| 219 |
+
</p>
|
| 220 |
+
|
| 221 |
+
<p align="center"><em>Normalized elevation with start/end markers, procedural superellipse obstacles, and two computed paths (free terrain vs. obstacle-aware).</em></p>
|
| 222 |
+
|
| 223 |
+
---
|
| 224 |
+
|
| 225 |
+
## 🚀 Quick Start
|
| 226 |
+
|
| 227 |
+
```bash
|
| 228 |
+
# Install uv (if needed)
|
| 229 |
+
curl -LsSf https://astral.sh/uv/install.sh | sh
|
| 230 |
+
|
| 231 |
+
# Clone & install
|
| 232 |
+
git clone https://github.com/anonymous-org/passage.git
|
| 233 |
+
cd passage && uv sync
|
| 234 |
+
|
| 235 |
+
# One-command local rebuild (download -> calibrate -> generate -> export -> manifest)
|
| 236 |
+
make rebuild RESOLUTION=256
|
| 237 |
+
|
| 238 |
+
# Or run each stage manually
|
| 239 |
+
passage download # 1️⃣ Fetch JAXA elevation tiles
|
| 240 |
+
passage calibrate # 2️⃣ Compute global elevation stats
|
| 241 |
+
passage generate --resolution 256 # 3️⃣ Generate pathfinding samples
|
| 242 |
+
passage export --no-upload # 4️⃣ Package as Parquet shards
|
| 243 |
+
make manifest # 5️⃣ Write outputs/export/manifest.sha256
|
| 244 |
+
|
| 245 |
+
# Point generate/export at a specific calibration file when needed
|
| 246 |
+
passage generate --calibration-filepath /path/to/calibrate.json --resolution 256
|
| 247 |
+
passage export --calibration-filepath /path/to/calibrate.json --no-upload
|
| 248 |
+
```
|
| 249 |
+
|
| 250 |
+
<details>
|
| 251 |
+
<summary>💡 Alternative: install with pip</summary>
|
| 252 |
+
|
| 253 |
+
```bash
|
| 254 |
+
python -m venv .venv && source .venv/bin/activate
|
| 255 |
+
pip install -e ".[dev]"
|
| 256 |
+
```
|
| 257 |
+
</details>
|
| 258 |
+
|
| 259 |
+
---
|
| 260 |
+
|
| 261 |
+
## 🔁 Pipeline Overview
|
| 262 |
+
|
| 263 |
+
<table>
|
| 264 |
+
<tr>
|
| 265 |
+
<td align="center"><strong>1. Download</strong><br><small>JAXA DSM tiles</small></td>
|
| 266 |
+
<td align="center"><strong>→</strong></td>
|
| 267 |
+
<td align="center"><strong>2. Calibrate</strong><br><small>min / max elevation</small></td>
|
| 268 |
+
<td align="center"><strong>→</strong></td>
|
| 269 |
+
<td align="center"><strong>3. Generate</strong><br><small>samples + paths</small></td>
|
| 270 |
+
<td align="center"><strong>→</strong></td>
|
| 271 |
+
<td align="center"><strong>4. Export</strong><br><small>Parquet + HF Hub</small></td>
|
| 272 |
+
</tr>
|
| 273 |
+
</table>
|
| 274 |
+
|
| 275 |
+
| Step | Command | What it does |
|
| 276 |
+
|:----:|---------|--------------|
|
| 277 |
+
| 1 | `passage download` | Download JAXA ALOS AW3D30 5°×5° tile archives with resume |
|
| 278 |
+
| 2 | `passage calibrate` | Scan tiles for global min/max elevation |
|
| 279 |
+
| 3 | `passage generate` | Create multi-resolution samples with paths, obstacles, tensors |
|
| 280 |
+
| 4 | `passage export` | Write Parquet shards, execute notebooks, push to HF Hub |
|
| 281 |
+
|
| 282 |
+
> 📖 **Full walkthrough:** see the [User Guide](https://anonymous-org.github.io/passage/guide/) or the local [USAGE.md](USAGE.md) reference.
|
| 283 |
+
|
| 284 |
+
---
|
| 285 |
+
|
| 286 |
+
## 🧭 Reproducibility
|
| 287 |
+
|
| 288 |
+
- `splits.seed` controls deterministic split assignment.
|
| 289 |
+
- `generation.seed` controls deterministic per-sample tile selection, crop placement, marker placement, and obstacle synthesis.
|
| 290 |
+
- Each sample metadata file records `provenance.generation_seed` and `provenance.sample_seed`.
|
| 291 |
+
- Runtime timestamps remain informational metadata and are not part of the deterministic sampling contract.
|
| 292 |
+
- `make manifest` writes `outputs/export/manifest.sha256` so a released export tree can be checked for completeness.
|
| 293 |
+
|
| 294 |
+
Repository-root release metadata is tracked in [`CITATION.cff`](CITATION.cff), [`DATASHEET.md`](DATASHEET.md), [`CHANGELOG.md`](CHANGELOG.md), and [`croissant.json`](croissant.json).
|
| 295 |
+
|
| 296 |
+
---
|
| 297 |
+
|
| 298 |
+
## 📦 Loading the Dataset
|
| 299 |
+
|
| 300 |
+
```python
|
| 301 |
+
from datasets import load_dataset
|
| 302 |
+
from passage.utils import decode_tensor_blob
|
| 303 |
+
|
| 304 |
+
# Load a specific resolution from Hugging Face
|
| 305 |
+
ds = load_dataset("Anonym-2045/passage", name="256x256")
|
| 306 |
+
sample = ds["train"][0]
|
| 307 |
+
|
| 308 |
+
# Decode the compressed tensor → (256, 256, 3) numpy array
|
| 309 |
+
tensor = decode_tensor_blob(sample["tensor"], (256, 256, 3))
|
| 310 |
+
elevation = tensor[:, :, 0] # Normalized [0, 1]
|
| 311 |
+
markers = tensor[:, :, 1] # -1 background, 0 start, 1 goal
|
| 312 |
+
obstacles = tensor[:, :, 2] # Binary mask (0/1)
|
| 313 |
+
|
| 314 |
+
# Access solver paths
|
| 315 |
+
path_cols = [k for k in sample if k.startswith("path_")]
|
| 316 |
+
print("Solver paths:", path_cols)
|
| 317 |
+
```
|
| 318 |
+
|
| 319 |
+
---
|
| 320 |
+
|
| 321 |
+
## ⚙️ Configuration
|
| 322 |
+
|
| 323 |
+
Core settings live in [`config/config.yaml`](config/config.yaml):
|
| 324 |
+
|
| 325 |
+
```yaml
|
| 326 |
+
resolutions: [64, 128, 256, 512, 1024, 2048, 4096]
|
| 327 |
+
num_samples:
|
| 328 |
+
64: 1000000
|
| 329 |
+
128: 1000000
|
| 330 |
+
256: 1000000
|
| 331 |
+
512: 1000000
|
| 332 |
+
1024: 250000
|
| 333 |
+
2048: 100000
|
| 334 |
+
4096: 50000
|
| 335 |
+
splits:
|
| 336 |
+
ratios: {train: 0.90, calibration: 0.02, validation: 0.04, test: 0.04}
|
| 337 |
+
seed: 42
|
| 338 |
+
generation:
|
| 339 |
+
seed: 42
|
| 340 |
+
preview_images:
|
| 341 |
+
enabled: true
|
| 342 |
+
resolutions: [64, 128, 256, 512, 1024, 2048, 4096]
|
| 343 |
+
num_samples_per_split: 64
|
| 344 |
+
obstacles:
|
| 345 |
+
enabled: true
|
| 346 |
+
ratio_max: 0.30
|
| 347 |
+
shape:
|
| 348 |
+
n: { distribution: log_uniform, min: 1.0, max: 80.0 }
|
| 349 |
+
solvers:
|
| 350 |
+
- name: astar_elevation
|
| 351 |
+
backend: grid
|
| 352 |
+
solver: astar
|
| 353 |
+
cost_model: elevation
|
| 354 |
+
weight: 5878.0
|
| 355 |
+
```
|
| 356 |
+
|
| 357 |
+
CLI options override config values. See the [Configuration Reference](https://anonymous-org.github.io/passage/guide/configuration/) in the documentation.
|
| 358 |
+
|
| 359 |
+
<details>
|
| 360 |
+
<summary>🔐 Hugging Face credentials</summary>
|
| 361 |
+
|
| 362 |
+
```bash
|
| 363 |
+
# .env
|
| 364 |
+
HF_USER_NAME=your-hf-username
|
| 365 |
+
HF_REPO_NAME=passage-dataset
|
| 366 |
+
|
| 367 |
+
# .env.secret (never commit!)
|
| 368 |
+
HF_TOKEN=hf_XXXXXXXXXXXXXXXXXXXXXXXX
|
| 369 |
+
```
|
| 370 |
+
</details>
|
| 371 |
+
|
| 372 |
+
---
|
| 373 |
+
|
| 374 |
+
## 📓 Notebooks
|
| 375 |
+
|
| 376 |
+
| Notebook | Description |
|
| 377 |
+
|----------|-------------|
|
| 378 |
+
| [`demo.ipynb`](notebooks/demo.ipynb) | Quick-start: load, decode, and visualize a sample |
|
| 379 |
+
| [`costmodel.ipynb`](notebooks/costmodel.ipynb) | Compare the configured terrain-cost variants on the same terrain |
|
| 380 |
+
| [`obstacles.ipynb`](notebooks/obstacles.ipynb) | Explore superellipse obstacle generation |
|
| 381 |
+
| [`solve.ipynb`](notebooks/solve.ipynb) | Solver timing and quality comparison |
|
| 382 |
+
| `_dataset.ipynb` | Template — auto-executed per resolution during export |
|
| 383 |
+
|
| 384 |
+
---
|
| 385 |
+
|
| 386 |
+
## 🔬 Research Applications
|
| 387 |
+
|
| 388 |
+
| Domain | Use Case |
|
| 389 |
+
|--------|----------|
|
| 390 |
+
| **Classical AI** | A\*, Dijkstra benchmarking across cost models |
|
| 391 |
+
| **Reinforcement Learning** | Grid-based terrain navigation agents |
|
| 392 |
+
| **Graph Neural Networks** | Learned heuristics on elevation graphs |
|
| 393 |
+
| **Surrogate Models** | Fast path prediction from 4.4M+ multi-resolution terrain-routing examples |
|
| 394 |
+
| **Computer Vision** | Path segmentation from elevation images |
|
| 395 |
+
| **Certified ML** | ARP 6983 / ED-324 — bounded ODD, deterministic data |
|
| 396 |
+
|
| 397 |
+
---
|
| 398 |
+
|
| 399 |
+
## 📁 Output Structure
|
| 400 |
+
|
| 401 |
+
```
|
| 402 |
+
outputs/
|
| 403 |
+
├── download/ # Tile archives + download.csv + extracted GeoTIFFs
|
| 404 |
+
├── calibrate/ # calibrate.json + elevation maps
|
| 405 |
+
├── dataset/ # Per-resolution samples
|
| 406 |
+
│ └── 256/
|
| 407 |
+
│ └── train/
|
| 408 |
+
│ ├── tensors/N045/E010/0000000000.npy.zst
|
| 409 |
+
│ ├── metadata/N045/E010/0000000000.yaml
|
| 410 |
+
│ ├── images/astar_energy/N045/E010/0000000000.png
|
| 411 |
+
│ └── paths/astar_energy/free/N045/E010/0000000000.csv
|
| 412 |
+
└── export/ # Hugging Face-ready parquet shards + release checksums
|
| 413 |
+
├── 256x256/train/data-00000.parquet
|
| 414 |
+
├── 256x256_samples/train/data-00000.parquet
|
| 415 |
+
├── README.md
|
| 416 |
+
└── manifest.sha256
|
| 417 |
+
```
|
| 418 |
+
|
| 419 |
+
---
|
| 420 |
+
|
| 421 |
+
## 🧪 Development & Testing
|
| 422 |
+
|
| 423 |
+
```bash
|
| 424 |
+
# Install dev dependencies
|
| 425 |
+
uv sync --group dev
|
| 426 |
+
|
| 427 |
+
# Run tests (80%+ coverage required)
|
| 428 |
+
uv run pytest --cov
|
| 429 |
+
|
| 430 |
+
# Lint & format
|
| 431 |
+
uv run ruff check src/ tests/
|
| 432 |
+
uv run ruff format src/ tests/
|
| 433 |
+
|
| 434 |
+
# Pre-commit hooks
|
| 435 |
+
uv run pre-commit install
|
| 436 |
+
uv run pre-commit run --all-files
|
| 437 |
+
```
|
| 438 |
+
|
| 439 |
+
---
|
| 440 |
+
|
| 441 |
+
## 📝 Citation
|
| 442 |
+
|
| 443 |
+
Citation metadata is available in [`CITATION.cff`](CITATION.cff). If you prefer BibTeX, use:
|
| 444 |
+
|
| 445 |
+
```bibtex
|
| 446 |
+
@inproceedings{anonymous2026passage,
|
| 447 |
+
title = {{PASSAGE}: A Real-Terrain Multi-Resolution Benchmark for
|
| 448 |
+
Trustworthy Constrained Path Planning},
|
| 449 |
+
author = {Anonymous, Author and Anonymous, Anonymous and Anonymous, Author},
|
| 450 |
+
booktitle = {Advances in Neural Information Processing Systems (NeurIPS),
|
| 451 |
+
Datasets and Benchmarks Track},
|
| 452 |
+
year = {2026},
|
| 453 |
+
url = {https://github.com/anonymous-org/passage}
|
| 454 |
+
}
|
| 455 |
+
```
|
| 456 |
+
|
| 457 |
+
---
|
| 458 |
+
|
| 459 |
+
## Contributing
|
| 460 |
+
|
| 461 |
+
If you are interested in contributing to PASSAGE, start by reading the [Contributing guide](/CONTRIBUTING.md).
|
| 462 |
+
|
| 463 |
+
Contributions are welcome; the guide covers development setup, coding standards, pull requests, and issue reporting.
|
| 464 |
+
|
| 465 |
+
In brief:
|
| 466 |
+
|
| 467 |
+
```bash
|
| 468 |
+
# Fork & clone, then:
|
| 469 |
+
uv sync --group dev
|
| 470 |
+
uv run pre-commit install
|
| 471 |
+
git checkout -b feature/your-feature-name
|
| 472 |
+
# ... make changes ...
|
| 473 |
+
uv run pytest --cov
|
| 474 |
+
uv run ruff check src/ tests/
|
| 475 |
+
```
|
| 476 |
+
|
| 477 |
+
---
|
| 478 |
+
|
| 479 |
+
## 💬 Support
|
| 480 |
+
|
| 481 |
+
Need help? Here's where to go:
|
| 482 |
+
|
| 483 |
+
| Channel | Link |
|
| 484 |
+
|---------|------|
|
| 485 |
+
| **Documentation** | [anonymous-org.github.io/passage](https://anonymous-org.github.io/passage/) |
|
| 486 |
+
| **Bug Reports** | [GitHub Issues](https://github.com/anonymous-org/passage/issues) |
|
| 487 |
+
| **Discussions & Q&A** | [GitHub Discussions](https://github.com/anonymous-org/passage/discussions) |
|
| 488 |
+
| **Email** | anonymous@anonymous.invalid |
|
| 489 |
+
|
| 490 |
+
Before opening an issue, please search existing issues and discussions to avoid duplicates.
|
| 491 |
+
|
| 492 |
+
---
|
| 493 |
+
|
| 494 |
+
## 👤 Maintainers
|
| 495 |
+
|
| 496 |
+
| Name | Affiliation | Contact |
|
| 497 |
+
|------|------------|--------|
|
| 498 |
+
| **Anonymous Author** | [Anonymous Group](https://www.anonymous-org.com/) | [anonymous@anonymous.invalid](mailto:anonymous@anonymous.invalid) |
|
| 499 |
+
| **Anonymous Author** | [Anonymous Group](https://www.anonymous-org.com/) | [anonymous@anonymous.invalid](mailto:anonymous@anonymous.invalid) |
|
| 500 |
+
|
| 501 |
+
---
|
| 502 |
+
|
| 503 |
+
## 🙏 Acknowledgments
|
| 504 |
+
|
| 505 |
+
- **[JAXA](https://www.eorc.jaxa.jp/ALOS/en/dataset/aw3d30/aw3d30_e.htm)** for the ALOS AW3D30 Digital Surface Model
|
| 506 |
+
- **[Hugging Face](https://huggingface.co/)** for the Datasets library and Hub infrastructure
|
| 507 |
+
- **[Anonymous Group](https://www.anonymous-org.com/)** for supporting open-source research in safety-critical AI
|
| 508 |
+
|
| 509 |
+
---
|
| 510 |
+
|
| 511 |
+
## Security
|
| 512 |
+
|
| 513 |
+
Security reporting and handling procedures are documented in [SECURITY.md](SECURITY.md).
|
| 514 |
+
|
| 515 |
+
If you discover a vulnerability, please use private reporting channels described in that file.
|
| 516 |
+
|
| 517 |
+
---
|
| 518 |
+
|
| 519 |
+
## License
|
| 520 |
+
|
| 521 |
+
PASSAGE ships **two distinct licensing surfaces** and you should
|
| 522 |
+
recognise which one applies to what you are doing:
|
| 523 |
+
|
| 524 |
+
| Surface | License | What it covers |
|
| 525 |
+
| --- | --- | --- |
|
| 526 |
+
| Generator and evaluator code | [MIT License](LICENSE) | every Python file in this repository — the dataset generator (`passage`), the evaluation contract (`passage-eval`), and the documentation source. |
|
| 527 |
+
| Generated elevation data | [JAXA AW3D30 terms of use](https://www.eorc.jaxa.jp/ALOS/en/dataset/aw3d30/aw3d30_e.htm) | every elevation tile that PASSAGE ingests, every sample whose elevation channel is derived from those tiles, and any model whose training data carries that channel. The full text mirrored at release time is in [`DATASET_LICENSE.md`](DATASET_LICENSE.md). |
|
| 528 |
+
|
| 529 |
+
> [!WARNING]
|
| 530 |
+
> **Respect JAXA's licensing terms.** PASSAGE is built on the
|
| 531 |
+
> [JAXA ALOS World 3D 30 m DSM (AW3D30)](https://www.eorc.jaxa.jp/ALOS/en/dataset/aw3d30/aw3d30_e.htm).
|
| 532 |
+
> Any user of PASSAGE — or of any artefact derived from it — **must
|
| 533 |
+
> respect the JAXA terms of use**:
|
| 534 |
+
>
|
| 535 |
+
> 1. **Cite the JAXA AW3D30 source** in publications using PASSAGE
|
| 536 |
+
> (recommended: Takaku *et al.*, *"Updates of 'AW3D30' ALOS Global
|
| 537 |
+
> DSM with Other Open Access Datasets,"* ISPRS Archives, 2020).
|
| 538 |
+
> 2. **Reproduce the AW3D30 attribution** in any redistribution of
|
| 539 |
+
> the elevation channel or of any artefact directly derived from
|
| 540 |
+
> it.
|
| 541 |
+
> 3. **Read and abide by the JAXA terms-of-use page** linked above
|
| 542 |
+
> for the authoritative wording.
|
| 543 |
+
>
|
| 544 |
+
> We sincerely thank JAXA for openly sharing AW3D30 with the research
|
| 545 |
+
> community.
|
| 546 |
+
|
| 547 |
+
---
|
| 548 |
+
|
| 549 |
+
<p align="center">
|
| 550 |
+
<a href="https://anonymous-org.github.io/passage/">📖 Documentation</a> •
|
| 551 |
+
<a href="https://huggingface.co/datasets/Anonym-2045/passage">🤗 Dataset</a> •
|
| 552 |
+
<a href="https://github.com/anonymous-org/passage/issues">🐛 Issues</a> •
|
| 553 |
+
<a href="https://github.com/anonymous-org/passage/discussions">💬 Discussions</a>
|
| 554 |
+
</p>
|
croissant.json
ADDED
|
@@ -0,0 +1,576 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"@context": {
|
| 3 |
+
"@language": "en",
|
| 4 |
+
"@vocab": "https://schema.org/",
|
| 5 |
+
"citeAs": "cr:citeAs",
|
| 6 |
+
"column": "cr:column",
|
| 7 |
+
"conformsTo": "dct:conformsTo",
|
| 8 |
+
"containedIn": "cr:containedIn",
|
| 9 |
+
"cr": "http://mlcommons.org/croissant/",
|
| 10 |
+
"prov": "http://www.w3.org/ns/prov#",
|
| 11 |
+
"rai": "http://mlcommons.org/croissant/RAI/",
|
| 12 |
+
"data": {
|
| 13 |
+
"@id": "cr:data",
|
| 14 |
+
"@type": "@json"
|
| 15 |
+
},
|
| 16 |
+
"dataType": {
|
| 17 |
+
"@id": "cr:dataType",
|
| 18 |
+
"@type": "@vocab"
|
| 19 |
+
},
|
| 20 |
+
"dct": "http://purl.org/dc/terms/",
|
| 21 |
+
"equivalentProperty": "cr:equivalentProperty",
|
| 22 |
+
"examples": {
|
| 23 |
+
"@id": "cr:examples",
|
| 24 |
+
"@type": "@json"
|
| 25 |
+
},
|
| 26 |
+
"extract": "cr:extract",
|
| 27 |
+
"field": "cr:field",
|
| 28 |
+
"fileProperty": "cr:fileProperty",
|
| 29 |
+
"fileObject": "cr:fileObject",
|
| 30 |
+
"fileSet": "cr:fileSet",
|
| 31 |
+
"format": "cr:format",
|
| 32 |
+
"includes": "cr:includes",
|
| 33 |
+
"isLiveDataset": "cr:isLiveDataset",
|
| 34 |
+
"jsonPath": "cr:jsonPath",
|
| 35 |
+
"key": "cr:key",
|
| 36 |
+
"md5": "cr:md5",
|
| 37 |
+
"parentField": "cr:parentField",
|
| 38 |
+
"path": "cr:path",
|
| 39 |
+
"recordSet": "cr:recordSet",
|
| 40 |
+
"references": "cr:references",
|
| 41 |
+
"regex": "cr:regex",
|
| 42 |
+
"repeated": "cr:repeated",
|
| 43 |
+
"replace": "cr:replace",
|
| 44 |
+
"samplingRate": "cr:samplingRate",
|
| 45 |
+
"sc": "https://schema.org/",
|
| 46 |
+
"separator": "cr:separator",
|
| 47 |
+
"source": "cr:source",
|
| 48 |
+
"subField": "cr:subField",
|
| 49 |
+
"transform": "cr:transform"
|
| 50 |
+
},
|
| 51 |
+
"@id": "https://huggingface.co/datasets/Anonym-2045/passage",
|
| 52 |
+
"@type": "sc:Dataset",
|
| 53 |
+
"name": "PASSAGE",
|
| 54 |
+
"description": "PASSAGE is a multi-resolution terrain-routing benchmark generated from JAXA ALOS AW3D30 elevation data. The default benchmark exports 4,400,000 samples (1,000,000 per resolution at 64x64, 128x128, 256x256, 512x512; 250,000 at 1024x1024; 100,000 at 2048x2048; 50,000 at 4096x4096), with deterministic 90/2/4/4 train/calibration/validation/test split assignment and deterministic per-sample seeding for tile selection, crop placement, marker placement, and obstacle synthesis.",
|
| 55 |
+
"url": "https://huggingface.co/datasets/Anonym-2045/passage",
|
| 56 |
+
"version": "0.1.0",
|
| 57 |
+
"license": "https://github.com/anonymous-org/passage/blob/main/DATASET_LICENSE.md",
|
| 58 |
+
"keywords": [
|
| 59 |
+
"pathfinding",
|
| 60 |
+
"terrain routing",
|
| 61 |
+
"digital elevation model",
|
| 62 |
+
"benchmark",
|
| 63 |
+
"remote sensing"
|
| 64 |
+
],
|
| 65 |
+
"datePublished": "2026-03-30",
|
| 66 |
+
"creator": [
|
| 67 |
+
{
|
| 68 |
+
"@type": "sc:Person",
|
| 69 |
+
"name": "Anonymous Author"
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"@type": "sc:Person",
|
| 73 |
+
"name": "Anonymous Author"
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"@type": "sc:Person",
|
| 77 |
+
"name": "Anonymous Author"
|
| 78 |
+
}
|
| 79 |
+
],
|
| 80 |
+
"conformsTo": "http://mlcommons.org/croissant/1.1",
|
| 81 |
+
"citeAs": "@inproceedings{passage2026,\n title = {PASSAGE: A Real-Terrain Multi-Resolution Benchmark for Constrained Path Planning},\n author = {Anonymous, Author and Anonymous, Author and Anonymous, Author},\n booktitle = {Advances in Neural Information Processing Systems},\n year = {2026},\n note = {Evaluations \\& Datasets Track (submission)}\n}",
|
| 82 |
+
"distribution": [
|
| 83 |
+
{
|
| 84 |
+
"@id": "hf-passage-tree",
|
| 85 |
+
"@type": "cr:FileObject",
|
| 86 |
+
"name": "Hugging Face PASSAGE dataset repository tree",
|
| 87 |
+
"description": "The Hugging Face git repository hosting the PASSAGE parquet shards.",
|
| 88 |
+
"contentUrl": "https://huggingface.co/datasets/Anonym-2045/passage",
|
| 89 |
+
"encodingFormat": "git+https",
|
| 90 |
+
"sha256": "https://github.com/mlcommons/croissant/issues/80"
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"@id": "passage-full-parquet",
|
| 94 |
+
"@type": "cr:FileSet",
|
| 95 |
+
"name": "PASSAGE full parquet shards",
|
| 96 |
+
"description": "All full PASSAGE parquet configs from 64x64 through 4096x4096.",
|
| 97 |
+
"containedIn": {
|
| 98 |
+
"@id": "hf-passage-tree"
|
| 99 |
+
},
|
| 100 |
+
"encodingFormat": "application/x-parquet",
|
| 101 |
+
"includes": [
|
| 102 |
+
"64x64/*/*.parquet",
|
| 103 |
+
"128x128/*/*.parquet",
|
| 104 |
+
"256x256/*/*.parquet",
|
| 105 |
+
"512x512/*/*.parquet",
|
| 106 |
+
"1024x1024/*/*.parquet",
|
| 107 |
+
"2048x2048/*/*.parquet",
|
| 108 |
+
"4096x4096/*/*.parquet"
|
| 109 |
+
]
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"@id": "passage-sample-parquet",
|
| 113 |
+
"@type": "cr:FileSet",
|
| 114 |
+
"name": "PASSAGE sample parquet shards",
|
| 115 |
+
"description": "Sample PASSAGE parquet configs with per-solver preview images.",
|
| 116 |
+
"containedIn": {
|
| 117 |
+
"@id": "hf-passage-tree"
|
| 118 |
+
},
|
| 119 |
+
"encodingFormat": "application/x-parquet",
|
| 120 |
+
"includes": [
|
| 121 |
+
"64x64_samples/*/*.parquet",
|
| 122 |
+
"128x128_samples/*/*.parquet",
|
| 123 |
+
"256x256_samples/*/*.parquet",
|
| 124 |
+
"512x512_samples/*/*.parquet",
|
| 125 |
+
"1024x1024_samples/*/*.parquet",
|
| 126 |
+
"2048x2048_samples/*/*.parquet",
|
| 127 |
+
"4096x4096_samples/*/*.parquet"
|
| 128 |
+
]
|
| 129 |
+
}
|
| 130 |
+
],
|
| 131 |
+
"recordSet": [
|
| 132 |
+
{
|
| 133 |
+
"@id": "passage-full-records",
|
| 134 |
+
"@type": "cr:RecordSet",
|
| 135 |
+
"name": "PASSAGE full parquet records",
|
| 136 |
+
"description": "Rows from the non-sample PASSAGE parquet exports.",
|
| 137 |
+
"field": [
|
| 138 |
+
{
|
| 139 |
+
"@id": "passage-full/id",
|
| 140 |
+
"@type": "cr:Field",
|
| 141 |
+
"name": "id",
|
| 142 |
+
"description": "Zero-padded sample identifier.",
|
| 143 |
+
"dataType": "sc:Text",
|
| 144 |
+
"source": {
|
| 145 |
+
"fileSet": {
|
| 146 |
+
"@id": "passage-full-parquet"
|
| 147 |
+
},
|
| 148 |
+
"extract": {
|
| 149 |
+
"column": "id"
|
| 150 |
+
}
|
| 151 |
+
}
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"@id": "passage-full/tensor",
|
| 155 |
+
"@type": "cr:Field",
|
| 156 |
+
"name": "tensor",
|
| 157 |
+
"description": "Compressed binary tensor storing normalized elevation, markers, and obstacles.",
|
| 158 |
+
"dataType": "sc:Text",
|
| 159 |
+
"source": {
|
| 160 |
+
"fileSet": {
|
| 161 |
+
"@id": "passage-full-parquet"
|
| 162 |
+
},
|
| 163 |
+
"extract": {
|
| 164 |
+
"column": "tensor"
|
| 165 |
+
}
|
| 166 |
+
}
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"@id": "passage-full/path-astar-elevation-free",
|
| 170 |
+
"@type": "cr:Field",
|
| 171 |
+
"name": "path_astar_elevation_free",
|
| 172 |
+
"description": "Pixel path for the free-terrain astar_elevation annotation.",
|
| 173 |
+
"dataType": "sc:Text",
|
| 174 |
+
"source": {
|
| 175 |
+
"fileSet": {
|
| 176 |
+
"@id": "passage-full-parquet"
|
| 177 |
+
},
|
| 178 |
+
"extract": {
|
| 179 |
+
"column": "path_astar_elevation_free"
|
| 180 |
+
}
|
| 181 |
+
}
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"@id": "passage-full/path-astar-elevation-obstacles",
|
| 185 |
+
"@type": "cr:Field",
|
| 186 |
+
"name": "path_astar_elevation_obstacles",
|
| 187 |
+
"description": "Pixel path for the obstacle-aware astar_elevation annotation.",
|
| 188 |
+
"dataType": "sc:Text",
|
| 189 |
+
"source": {
|
| 190 |
+
"fileSet": {
|
| 191 |
+
"@id": "passage-full-parquet"
|
| 192 |
+
},
|
| 193 |
+
"extract": {
|
| 194 |
+
"column": "path_astar_elevation_obstacles"
|
| 195 |
+
}
|
| 196 |
+
}
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"@id": "passage-full/path-astar-energy-free",
|
| 200 |
+
"@type": "cr:Field",
|
| 201 |
+
"name": "path_astar_energy_free",
|
| 202 |
+
"description": "Pixel path for the free-terrain astar_energy annotation.",
|
| 203 |
+
"dataType": "sc:Text",
|
| 204 |
+
"source": {
|
| 205 |
+
"fileSet": {
|
| 206 |
+
"@id": "passage-full-parquet"
|
| 207 |
+
},
|
| 208 |
+
"extract": {
|
| 209 |
+
"column": "path_astar_energy_free"
|
| 210 |
+
}
|
| 211 |
+
}
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"@id": "passage-full/path-astar-energy-obstacles",
|
| 215 |
+
"@type": "cr:Field",
|
| 216 |
+
"name": "path_astar_energy_obstacles",
|
| 217 |
+
"description": "Pixel path for the obstacle-aware astar_energy annotation.",
|
| 218 |
+
"dataType": "sc:Text",
|
| 219 |
+
"source": {
|
| 220 |
+
"fileSet": {
|
| 221 |
+
"@id": "passage-full-parquet"
|
| 222 |
+
},
|
| 223 |
+
"extract": {
|
| 224 |
+
"column": "path_astar_energy_obstacles"
|
| 225 |
+
}
|
| 226 |
+
}
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"@id": "passage-full/path-astar-slope-free",
|
| 230 |
+
"@type": "cr:Field",
|
| 231 |
+
"name": "path_astar_slope_free",
|
| 232 |
+
"description": "Pixel path for the free-terrain astar_slope annotation.",
|
| 233 |
+
"dataType": "sc:Text",
|
| 234 |
+
"source": {
|
| 235 |
+
"fileSet": {
|
| 236 |
+
"@id": "passage-full-parquet"
|
| 237 |
+
},
|
| 238 |
+
"extract": {
|
| 239 |
+
"column": "path_astar_slope_free"
|
| 240 |
+
}
|
| 241 |
+
}
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"@id": "passage-full/path-astar-slope-obstacles",
|
| 245 |
+
"@type": "cr:Field",
|
| 246 |
+
"name": "path_astar_slope_obstacles",
|
| 247 |
+
"description": "Pixel path for the obstacle-aware astar_slope annotation.",
|
| 248 |
+
"dataType": "sc:Text",
|
| 249 |
+
"source": {
|
| 250 |
+
"fileSet": {
|
| 251 |
+
"@id": "passage-full-parquet"
|
| 252 |
+
},
|
| 253 |
+
"extract": {
|
| 254 |
+
"column": "path_astar_slope_obstacles"
|
| 255 |
+
}
|
| 256 |
+
}
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"@id": "passage-full/metadata",
|
| 260 |
+
"@type": "cr:Field",
|
| 261 |
+
"name": "metadata",
|
| 262 |
+
"description": "Structured sample metadata including split, resolution, crop geometry, solver settings, timing, and deterministic provenance.",
|
| 263 |
+
"dataType": "sc:Text",
|
| 264 |
+
"source": {
|
| 265 |
+
"fileSet": {
|
| 266 |
+
"@id": "passage-full-parquet"
|
| 267 |
+
},
|
| 268 |
+
"extract": {
|
| 269 |
+
"column": "metadata"
|
| 270 |
+
}
|
| 271 |
+
}
|
| 272 |
+
}
|
| 273 |
+
]
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"@id": "passage-sample-records",
|
| 277 |
+
"@type": "cr:RecordSet",
|
| 278 |
+
"name": "PASSAGE sample parquet records",
|
| 279 |
+
"description": "Rows from the PASSAGE sample parquet exports with preview images.",
|
| 280 |
+
"field": [
|
| 281 |
+
{
|
| 282 |
+
"@id": "passage-sample/id",
|
| 283 |
+
"@type": "cr:Field",
|
| 284 |
+
"name": "id",
|
| 285 |
+
"description": "Zero-padded sample identifier.",
|
| 286 |
+
"dataType": "sc:Text",
|
| 287 |
+
"source": {
|
| 288 |
+
"fileSet": {
|
| 289 |
+
"@id": "passage-sample-parquet"
|
| 290 |
+
},
|
| 291 |
+
"extract": {
|
| 292 |
+
"column": "id"
|
| 293 |
+
}
|
| 294 |
+
}
|
| 295 |
+
},
|
| 296 |
+
{
|
| 297 |
+
"@id": "passage-sample/image-astar-elevation",
|
| 298 |
+
"@type": "cr:Field",
|
| 299 |
+
"name": "image_astar_elevation",
|
| 300 |
+
"description": "Preview image rendered for the astar_elevation solver.",
|
| 301 |
+
"dataType": "sc:ImageObject",
|
| 302 |
+
"source": {
|
| 303 |
+
"fileSet": {
|
| 304 |
+
"@id": "passage-sample-parquet"
|
| 305 |
+
},
|
| 306 |
+
"extract": {
|
| 307 |
+
"column": "image_astar_elevation"
|
| 308 |
+
}
|
| 309 |
+
}
|
| 310 |
+
},
|
| 311 |
+
{
|
| 312 |
+
"@id": "passage-sample/image-astar-energy",
|
| 313 |
+
"@type": "cr:Field",
|
| 314 |
+
"name": "image_astar_energy",
|
| 315 |
+
"description": "Preview image rendered for the astar_energy solver.",
|
| 316 |
+
"dataType": "sc:ImageObject",
|
| 317 |
+
"source": {
|
| 318 |
+
"fileSet": {
|
| 319 |
+
"@id": "passage-sample-parquet"
|
| 320 |
+
},
|
| 321 |
+
"extract": {
|
| 322 |
+
"column": "image_astar_energy"
|
| 323 |
+
}
|
| 324 |
+
}
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"@id": "passage-sample/image-astar-slope",
|
| 328 |
+
"@type": "cr:Field",
|
| 329 |
+
"name": "image_astar_slope",
|
| 330 |
+
"description": "Preview image rendered for the astar_slope solver.",
|
| 331 |
+
"dataType": "sc:ImageObject",
|
| 332 |
+
"source": {
|
| 333 |
+
"fileSet": {
|
| 334 |
+
"@id": "passage-sample-parquet"
|
| 335 |
+
},
|
| 336 |
+
"extract": {
|
| 337 |
+
"column": "image_astar_slope"
|
| 338 |
+
}
|
| 339 |
+
}
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"@id": "passage-sample/tensor",
|
| 343 |
+
"@type": "cr:Field",
|
| 344 |
+
"name": "tensor",
|
| 345 |
+
"description": "Compressed binary tensor storing normalized elevation, markers, and obstacles.",
|
| 346 |
+
"dataType": "sc:Text",
|
| 347 |
+
"source": {
|
| 348 |
+
"fileSet": {
|
| 349 |
+
"@id": "passage-sample-parquet"
|
| 350 |
+
},
|
| 351 |
+
"extract": {
|
| 352 |
+
"column": "tensor"
|
| 353 |
+
}
|
| 354 |
+
}
|
| 355 |
+
},
|
| 356 |
+
{
|
| 357 |
+
"@id": "passage-sample/path-astar-elevation-free",
|
| 358 |
+
"@type": "cr:Field",
|
| 359 |
+
"name": "path_astar_elevation_free",
|
| 360 |
+
"description": "Pixel path for the free-terrain astar_elevation annotation.",
|
| 361 |
+
"dataType": "sc:Text",
|
| 362 |
+
"source": {
|
| 363 |
+
"fileSet": {
|
| 364 |
+
"@id": "passage-sample-parquet"
|
| 365 |
+
},
|
| 366 |
+
"extract": {
|
| 367 |
+
"column": "path_astar_elevation_free"
|
| 368 |
+
}
|
| 369 |
+
}
|
| 370 |
+
},
|
| 371 |
+
{
|
| 372 |
+
"@id": "passage-sample/path-astar-elevation-obstacles",
|
| 373 |
+
"@type": "cr:Field",
|
| 374 |
+
"name": "path_astar_elevation_obstacles",
|
| 375 |
+
"description": "Pixel path for the obstacle-aware astar_elevation annotation.",
|
| 376 |
+
"dataType": "sc:Text",
|
| 377 |
+
"source": {
|
| 378 |
+
"fileSet": {
|
| 379 |
+
"@id": "passage-sample-parquet"
|
| 380 |
+
},
|
| 381 |
+
"extract": {
|
| 382 |
+
"column": "path_astar_elevation_obstacles"
|
| 383 |
+
}
|
| 384 |
+
}
|
| 385 |
+
},
|
| 386 |
+
{
|
| 387 |
+
"@id": "passage-sample/path-astar-energy-free",
|
| 388 |
+
"@type": "cr:Field",
|
| 389 |
+
"name": "path_astar_energy_free",
|
| 390 |
+
"description": "Pixel path for the free-terrain astar_energy annotation.",
|
| 391 |
+
"dataType": "sc:Text",
|
| 392 |
+
"source": {
|
| 393 |
+
"fileSet": {
|
| 394 |
+
"@id": "passage-sample-parquet"
|
| 395 |
+
},
|
| 396 |
+
"extract": {
|
| 397 |
+
"column": "path_astar_energy_free"
|
| 398 |
+
}
|
| 399 |
+
}
|
| 400 |
+
},
|
| 401 |
+
{
|
| 402 |
+
"@id": "passage-sample/path-astar-energy-obstacles",
|
| 403 |
+
"@type": "cr:Field",
|
| 404 |
+
"name": "path_astar_energy_obstacles",
|
| 405 |
+
"description": "Pixel path for the obstacle-aware astar_energy annotation.",
|
| 406 |
+
"dataType": "sc:Text",
|
| 407 |
+
"source": {
|
| 408 |
+
"fileSet": {
|
| 409 |
+
"@id": "passage-sample-parquet"
|
| 410 |
+
},
|
| 411 |
+
"extract": {
|
| 412 |
+
"column": "path_astar_energy_obstacles"
|
| 413 |
+
}
|
| 414 |
+
}
|
| 415 |
+
},
|
| 416 |
+
{
|
| 417 |
+
"@id": "passage-sample/path-astar-slope-free",
|
| 418 |
+
"@type": "cr:Field",
|
| 419 |
+
"name": "path_astar_slope_free",
|
| 420 |
+
"description": "Pixel path for the free-terrain astar_slope annotation.",
|
| 421 |
+
"dataType": "sc:Text",
|
| 422 |
+
"source": {
|
| 423 |
+
"fileSet": {
|
| 424 |
+
"@id": "passage-sample-parquet"
|
| 425 |
+
},
|
| 426 |
+
"extract": {
|
| 427 |
+
"column": "path_astar_slope_free"
|
| 428 |
+
}
|
| 429 |
+
}
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"@id": "passage-sample/path-astar-slope-obstacles",
|
| 433 |
+
"@type": "cr:Field",
|
| 434 |
+
"name": "path_astar_slope_obstacles",
|
| 435 |
+
"description": "Pixel path for the obstacle-aware astar_slope annotation.",
|
| 436 |
+
"dataType": "sc:Text",
|
| 437 |
+
"source": {
|
| 438 |
+
"fileSet": {
|
| 439 |
+
"@id": "passage-sample-parquet"
|
| 440 |
+
},
|
| 441 |
+
"extract": {
|
| 442 |
+
"column": "path_astar_slope_obstacles"
|
| 443 |
+
}
|
| 444 |
+
}
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"@id": "passage-sample/metadata",
|
| 448 |
+
"@type": "cr:Field",
|
| 449 |
+
"name": "metadata",
|
| 450 |
+
"description": "Structured sample metadata including split, resolution, crop geometry, solver settings, timing, and deterministic provenance.",
|
| 451 |
+
"dataType": "sc:Text",
|
| 452 |
+
"source": {
|
| 453 |
+
"fileSet": {
|
| 454 |
+
"@id": "passage-sample-parquet"
|
| 455 |
+
},
|
| 456 |
+
"extract": {
|
| 457 |
+
"column": "metadata"
|
| 458 |
+
}
|
| 459 |
+
}
|
| 460 |
+
}
|
| 461 |
+
]
|
| 462 |
+
}
|
| 463 |
+
],
|
| 464 |
+
"rai:dataCollection": "Observational JAXA ALOS AW3D30 digital surface model tiles combined with deterministic procedural obstacle synthesis and solver-generated path annotations.",
|
| 465 |
+
"rai:dataCollectionType": [
|
| 466 |
+
"observational",
|
| 467 |
+
"synthetic",
|
| 468 |
+
"computational annotation"
|
| 469 |
+
],
|
| 470 |
+
"rai:dataCollectionRawData": "Raw source tiles are downloaded from JAXA ALOS AW3D30 5x5 degree archives; PASSAGE generation operates on 1x1 degree 3600x3600 sub-tiles at approximately 30 meters per pixel.",
|
| 471 |
+
"rai:dataPreprocessingProtocol": [
|
| 472 |
+
"Calibrate global elevation minima and maxima over the local DSM cache.",
|
| 473 |
+
"Use deterministic per-sample seeding to choose a target elevation, tile, crop, and markers.",
|
| 474 |
+
"Optionally synthesize superellipse obstacles under the configured coverage and size limits.",
|
| 475 |
+
"Solve reference paths with the configured astar_elevation, astar_energy, and astar_slope solvers, with and without obstacles.",
|
| 476 |
+
"Export tensors, metadata, CSV paths, preview images, notebooks, and parquet shards."
|
| 477 |
+
],
|
| 478 |
+
"rai:dataAnnotationProtocol": "Reference paths are computational annotations produced by the configured pathfinding solvers over the generated terrain crops and obstacle masks.",
|
| 479 |
+
"rai:dataReleaseMaintenancePlan": "Releases are versioned in CHANGELOG.md, regenerated through the repository Makefile, and verified with outputs/export/manifest.sha256.",
|
| 480 |
+
"rai:hasSyntheticData": true,
|
| 481 |
+
"prov:wasDerivedFrom": [
|
| 482 |
+
{
|
| 483 |
+
"@id": "https://www.eorc.jaxa.jp/ALOS/en/dataset/aw3d30/aw3d30_e.htm",
|
| 484 |
+
"prov:label": "JAXA ALOS Global Digital Surface Model 'ALOS World 3D - 30m' (AW3D30)",
|
| 485 |
+
"sc:description": "Global 30 m/pixel digital surface model derived from the PRISM panchromatic stereo sensor on the ALOS satellite. PASSAGE samples its terrain content directly from AW3D30 5x5 degree archive tiles, retaining the native 30 m/pixel resolution as the canonical observational layer; obstacles, start/goal markers, and reference paths are then synthesized on top.",
|
| 486 |
+
"sc:license": "https://earth.jaxa.jp/policy/en.html",
|
| 487 |
+
"prov:wasAttributedTo": {
|
| 488 |
+
"@id": "https://global.jaxa.jp/",
|
| 489 |
+
"prov:label": "Japan Aerospace Exploration Agency (JAXA)"
|
| 490 |
+
}
|
| 491 |
+
}
|
| 492 |
+
],
|
| 493 |
+
"prov:wasGeneratedBy": [
|
| 494 |
+
{
|
| 495 |
+
"@type": "prov:Activity",
|
| 496 |
+
"prov:type": {"@id": "https://www.wikidata.org/wiki/Q4929239"},
|
| 497 |
+
"prov:label": "AW3D30 tile collection",
|
| 498 |
+
"sc:description": "Automated download of JAXA ALOS AW3D30 5x5 degree GeoTIFF archive tiles into the local DSM cache covering the configured PASSAGE Operational Design Domain (ODD). No manual sampling: the tile list is generated deterministically from the ODD specification in config/config.yaml and downloaded by the make data target.",
|
| 499 |
+
"prov:atLocation": "https://github.com/anonymous-org/passage",
|
| 500 |
+
"prov:wasAttributedTo": [
|
| 501 |
+
{
|
| 502 |
+
"@type": "prov:SoftwareAgent",
|
| 503 |
+
"@id": "https://github.com/anonymous-org/passage/tree/main/src/passage",
|
| 504 |
+
"prov:label": "PASSAGE generation pipeline (Python, Numba)",
|
| 505 |
+
"sc:description": "Open-source generator implemented in Python with Numba-JIT inner kernels. Deterministic, no human in the loop."
|
| 506 |
+
}
|
| 507 |
+
]
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"@type": "prov:Activity",
|
| 511 |
+
"prov:type": {"@id": "https://www.wikidata.org/wiki/Q5227332"},
|
| 512 |
+
"prov:label": "Sample preprocessing and procedural obstacle synthesis",
|
| 513 |
+
"sc:description": "Per-sample preprocessing: (i) calibrate global elevation minima and maxima from the local DSM cache; (ii) derive a per-sample blake2b seed (src/passage/seeds.py); (iii) select a 1x1 degree sub-tile and an in-tile crop; (iv) place start/goal markers respecting the configured minimum start-goal distance; (v) optionally synthesize super-ellipse obstacle masks. No human annotators or crowdworkers participate; every step is deterministic and reproducible from the seed and config.",
|
| 514 |
+
"prov:atLocation": "https://github.com/anonymous-org/passage",
|
| 515 |
+
"prov:wasAttributedTo": [
|
| 516 |
+
{
|
| 517 |
+
"@type": "prov:SoftwareAgent",
|
| 518 |
+
"@id": "https://github.com/anonymous-org/passage/tree/main/src/passage",
|
| 519 |
+
"prov:label": "PASSAGE generation pipeline (Python, Numba)"
|
| 520 |
+
}
|
| 521 |
+
]
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"@type": "prov:Activity",
|
| 525 |
+
"prov:type": {"@id": "https://www.wikidata.org/wiki/Q109719325"},
|
| 526 |
+
"prov:label": "Reference-path annotation by exact A* solvers",
|
| 527 |
+
"sc:description": "Computational (machine-only) annotation. For every (terrain, start, goal, obstacle) sample, exact reference paths are produced by the Numba-JIT grid A* in src/passage/pathfinding_utils.py under the three pre-registered cost models (astar_elevation, astar_energy, astar_slope), both with and without obstacles. No human annotators, no language-model agents, no crowdsourcing platform: annotations are exact under the documented cost model and validated by construction (same solver, same heuristic, same tie-break across all consumers of the dataset).",
|
| 528 |
+
"prov:atLocation": "https://github.com/anonymous-org/passage/blob/main/src/passage/pathfinding_utils.py",
|
| 529 |
+
"prov:wasAttributedTo": [
|
| 530 |
+
{
|
| 531 |
+
"@type": "prov:SoftwareAgent",
|
| 532 |
+
"@id": "https://github.com/anonymous-org/passage/blob/main/src/passage/pathfinding_utils.py",
|
| 533 |
+
"prov:label": "Numba-JIT grid-backend A* solver",
|
| 534 |
+
"sc:description": "Deterministic exact-shortest-path solver. Every annotation is reproducible from the per-sample blake2b seed, the cost model id, and the obstacle flag."
|
| 535 |
+
}
|
| 536 |
+
]
|
| 537 |
+
},
|
| 538 |
+
{
|
| 539 |
+
"@type": "prov:Activity",
|
| 540 |
+
"prov:type": {"@id": "https://www.wikidata.org/wiki/Q3306762"},
|
| 541 |
+
"prov:label": "Manifest and shard quality review",
|
| 542 |
+
"sc:description": "Post-generation quality review. Every released shard is hashed and recorded in outputs/export/manifest.sha256; the make verify target re-checks shard hashes and counts against config/config.yaml before a release is tagged. No subjective review: the gate is exact-bytes equality with the manifest captured at generation time.",
|
| 543 |
+
"prov:atLocation": "https://github.com/anonymous-org/passage",
|
| 544 |
+
"prov:wasAttributedTo": [
|
| 545 |
+
{
|
| 546 |
+
"@type": "prov:SoftwareAgent",
|
| 547 |
+
"@id": "https://github.com/anonymous-org/passage/blob/main/Makefile",
|
| 548 |
+
"prov:label": "PASSAGE release-verification Makefile targets"
|
| 549 |
+
}
|
| 550 |
+
]
|
| 551 |
+
}
|
| 552 |
+
],
|
| 553 |
+
"rai:personalSensitiveInformation": "None. PASSAGE contains no personally identifiable information, no biometric data, and no human-subject content. Every sample is a synthetic terrain-routing instance built on top of the public JAXA ALOS AW3D30 elevation product; obstacles, start/goal markers, and reference paths are procedurally generated from a deterministic blake2b seed.",
|
| 554 |
+
"rai:dataBiases": [
|
| 555 |
+
"Coverage and elevation fidelity are limited by the underlying AW3D30 product and the chosen download footprint.",
|
| 556 |
+
"Terrain-only routing omits weather, airspace, vegetation, built structures, and operational constraints."
|
| 557 |
+
],
|
| 558 |
+
"rai:dataLimitations": [
|
| 559 |
+
"Procedural obstacle masks are abstractions rather than measured hazards.",
|
| 560 |
+
"Deterministic generation covers sample content; runtime timestamps remain informational metadata."
|
| 561 |
+
],
|
| 562 |
+
"rai:dataUseCases": [
|
| 563 |
+
"Benchmark terrain-aware path planners.",
|
| 564 |
+
"Train and evaluate learned routing surrogates in vision, graph, and reinforcement-learning settings.",
|
| 565 |
+
"Study reproducibility and geographic hold-out generalization across resolutions."
|
| 566 |
+
],
|
| 567 |
+
"rai:dataSocialImpact": "PASSAGE is intended for research and evaluation of routing methods in safety-relevant terrain settings. It is not a certified operational navigation product.",
|
| 568 |
+
"rai:annotationsPerItem": "Every sample carries exactly one ordered path annotation per configured cost model (default: astar_elevation, astar_energy, astar_slope) and, where applicable, per obstacle variant (free-terrain and obstacle-aware). No multi-annotator redundancy.",
|
| 569 |
+
"rai:annotatorDemographics": "Not applicable: annotations are produced exclusively by the Numba-JIT A* grid solver documented in src/passage/pathfinding_utils.py. No human annotators were involved.",
|
| 570 |
+
"rai:dataAnnotationAnalysis": "Annotations are exact under the documented cost model and are validated by construction (same solver, same heuristic, same connectivity). Consistency is enforced by deterministic seeding and by the outputs/export/manifest.sha256 checksum file bundled with each release.",
|
| 571 |
+
"rai:dataAnnotationPlatform": "None: annotations are computational. Generation is driven by the Makefile targets in this repository, executed on CPU with optional GPU used only by downstream baselines, not by dataset generation.",
|
| 572 |
+
"rai:machineAnnotationTools": [
|
| 573 |
+
"Numba-JIT grid-backend A* implemented in src/passage/pathfinding_utils.py",
|
| 574 |
+
"Deterministic blake2b per-sample seed derivation documented in src/passage/seeds.py"
|
| 575 |
+
]
|
| 576 |
+
}
|