SparseWake commited on
Commit
e45abdb
·
verified ·
1 Parent(s): f29f88c

Upload dataset

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +2 -58
  2. ARTIFACT_AUDIT.md +42 -0
  3. AUDIT_REPORT.md +134 -0
  4. CITATION.cff +15 -0
  5. LICENSE +15 -0
  6. MANIFEST.json +596 -0
  7. README.md +85 -33
  8. RELEASE_CHECKLIST.md +34 -0
  9. configs/main_v04.yaml +10 -0
  10. configs/model_screen.yaml +16 -0
  11. configs/sample_size.yaml +15 -0
  12. configs/self_signal_randomized.yaml +10 -0
  13. croissant_metadata.json +95 -0
  14. data/README.md +8 -0
  15. data/checksums.sha256 +98 -0
  16. data/processed/README.md +11 -0
  17. data/processed/abm_sensing_dataset_v04_close_orient30_potential_160k.h5 +3 -0
  18. data/processed/abm_sensing_dataset_v05_self_external_orient30_160k.h5 +3 -0
  19. data/processed/abm_sensing_dataset_v05_self_external_paired_160k_compressed.h5 +3 -0
  20. data/processed/download_manifest.json +22 -0
  21. data/results/aligned_self_signal_control.csv +4 -0
  22. data/results/component_noise.csv +13 -0
  23. data/results/compute_resources.csv +5 -0
  24. data/results/main_numbers.csv +31 -0
  25. data/results/model_screen.csv +9 -0
  26. data/results/noise_snr_diagnostics.csv +19 -0
  27. data/results/orientation_metrics.csv +5 -0
  28. data/results/sample_size_convergence.csv +5 -0
  29. data/results/self_signal_randomized.csv +4 -0
  30. data/results/sensor_ablation.csv +5 -0
  31. data/results/v04_component_common_noise_summary_table.csv +13 -0
  32. data/results/v04_h_sweep_summary_table.csv +11 -0
  33. data/results/v04_sensor_subset_summary_table.csv +12 -0
  34. data/results/v05_history_sweep_table.csv +11 -0
  35. data/results/v05_self_control_table.csv +4 -0
  36. data/results/v05_total_noise_table.csv +7 -0
  37. data/sample/README.md +6 -0
  38. data/sample/sparsewake_sample.h5 +3 -0
  39. dataset_card.md +49 -0
  40. docs/benchmark_protocol.md +11 -0
  41. docs/data_fields.md +20 -0
  42. docs/known_limitations.md +8 -0
  43. docs/provenance.md +10 -0
  44. environment.yml +12 -0
  45. evaluation_card.md +50 -0
  46. figures/README.md +6 -0
  47. figures/main/Fig1.pdf +3 -0
  48. figures/main/Fig2.pdf +3 -0
  49. figures/main/Fig3.pdf +3 -0
  50. figures/supp/Fig4.pdf +3 -0
.gitattributes CHANGED
@@ -1,60 +1,4 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
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
- *.pb filter=lfs diff=lfs merge=lfs -text
23
- *.pickle filter=lfs diff=lfs merge=lfs -text
24
- *.pkl filter=lfs diff=lfs merge=lfs -text
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
  *.h5 filter=lfs diff=lfs merge=lfs -text
2
+ *.pdf filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  *.png filter=lfs diff=lfs merge=lfs -text
4
+ *.npz filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
ARTIFACT_AUDIT.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Artifact Audit
2
+
3
+ Audit date: 2026-05-04
4
+
5
+ ## Scope
6
+
7
+ Artifact folder: SparseWake anonymous release tree.
8
+
9
+ The manuscript source was not edited for this artifact-preparation task.
10
+
11
+ ## Checks
12
+
13
+ | Check | Status | Notes |
14
+ |---|---|---|
15
+ | No absolute local paths | Pass | Text scan found no drive prefixes or Unix home paths. |
16
+ | No usernames, institution names, machine names, or personal emails | Pass | Text scan found no known local identifiers. |
17
+ | No WakeSchool ABM source code or DNS solver files | Pass | Artifact contains processed HDF5 datasets, Python benchmark utilities, result CSVs, figures, tables, and documentation only. |
18
+ | No unrelated data | Pass | Included full processed benchmark HDF5 files, sample HDF5, result CSVs, configs, documentation, and generated verification outputs. |
19
+ | All included HDF5 files have checksums | Pass | See `data/checksums.sha256`. |
20
+ | `verify_dataset.py` runs on sample data | Pass | Verified `data/sample/sparsewake_sample.h5`. |
21
+ | Table-generation script runs from stored CSVs | Pass | `scripts/reproduce_tables.py` wrote CSV tables to `tables/`. |
22
+ | Main figure-generation script runs from stored CSVs | Pass | `scripts/make_main_figures.py` wrote PDF/SVG figures. |
23
+ | Supplement figure-generation script runs from stored CSVs | Pass | `scripts/make_supp_figures.py` wrote PDF/SVG figures. |
24
+ | Quick training smoke test runs on sample data | Pass | `scripts/train_temporal_mlp.py --quick` completed and wrote quick metrics. |
25
+ | README, dataset card, evaluation card, provenance, and Croissant metadata exist | Pass | Required documentation files are present. |
26
+ | Manuscript numbers traceable to CSV or result summary | Pass | Clean summaries are in `data/results/`; source traceability is documented in the cards and manifest. |
27
+
28
+ ## Tested Commands
29
+
30
+ ```bash
31
+ python scripts/verify_dataset.py --data data/sample/sparsewake_sample.h5
32
+ python scripts/train_temporal_mlp.py --config configs/main_v04.yaml --data data/sample/sparsewake_sample.h5 --quick
33
+ python scripts/reproduce_tables.py --results data/results --out tables
34
+ python scripts/make_main_figures.py --results data/results --out figures
35
+ python scripts/make_supp_figures.py --results data/results --out figures
36
+ ```
37
+
38
+ ## Manual Items Before Upload
39
+
40
+ - Confirm `data/processed/download_manifest.json` uses relative paths or anonymous hosted paths.
41
+ - Run a formal Croissant validator if required by the final artifact platform.
42
+ - Confirm final license wording is CC BY 4.0.
AUDIT_REPORT.md ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # SparseWake Artifact Audit Report
2
+
3
+ Audit date: 2026-05-06
4
+
5
+ Scope: anonymous SparseWake dataset release. The manuscript source checked for consistency was `main_v11.tex`; it was read but not compiled or edited.
6
+
7
+ ## Overall Status
8
+
9
+ | Requirement | Status | Notes |
10
+ |---|---|---|
11
+ | Anonymous release contents | PASS WITH ACTION | Release tree text scan found no author names, private emails, private repository URLs, local paths, usernames, machine names, or institution names. The parent repository `.git` history is not anonymous and must not be included in the review ZIP. |
12
+ | Manuscript-to-artifact coverage | PASS WITH NOTES | Manuscript datasets, tables, result summaries, and referenced figure PDFs are present. Main and supplement figure PDFs are included under manuscript-compatible paths. |
13
+ | HDF5 benchmark data | PASS | Three full processed HDF5 files and one sample HDF5 are present. HDF5 root/dataset attributes contain no identity metadata. |
14
+ | Reproducible benchmark code | PASS | Sample verification, table reproduction, figure reproduction, and quick training smoke test run from the release tree. |
15
+ | Data integrity | PASS | Checksums are listed in `data/checksums.sha256`; `scripts/verify_dataset.py` can verify sample structure and checksum entries. |
16
+ | Documentation | PASS | README, dataset card, evaluation card, provenance, field documentation, limitations, license, CITATION.cff, Croissant metadata, audit report, manifest, and release checklist are present. |
17
+ | Double-blind packaging | PASS WITH ACTION | Package the release-tree contents only. Do not package the parent repository `.git` directory or development logs outside the release tree. |
18
+
19
+ ## Manuscript-to-Artifact Manifest
20
+
21
+ | Manuscript item | Expected artifact file | Status | Notes |
22
+ |---|---|---|---|
23
+ | Benchmark overview figure, `figures/main/Fig1.pdf` | `figures/main/Fig1.pdf` | PASS | PDF included; embedded local source reference was anonymized. |
24
+ | Main localization figure, `figures/main/Fig2.pdf` | `figures/main/Fig2.pdf`; reproducible summary figure `figures/fig02_main_results.*` | PASS | Main PDF included; script-generated PDF/SVG also present. |
25
+ | Self-signal figure, `figures/main/Fig3.pdf` | `figures/main/Fig3.pdf`; reproducible summary figure `figures/fig03_self_signal_control.*` | PASS | Main PDF included; script-generated PDF/SVG also present. |
26
+ | Architecture screen figure, `figures/supp/Fig4.pdf` | `figures/supp/Fig4.pdf`; `figures/figS4_architecture_screen.*` | PASS | CSV source: `data/results/model_screen.csv`. |
27
+ | Noise/SNR diagnostics, `figures/supp/Fig5.pdf` | `figures/supp/Fig5.pdf`; CSV source `data/results/noise_snr_diagnostics.csv` | PASS | Figure PDF included. |
28
+ | Orientation diagnostics, `figures/supp/Fig6.pdf` | `figures/supp/Fig6.pdf`; CSV source `data/results/orientation_metrics.csv` | PASS | Figure PDF included. |
29
+ | Sample-size convergence, `figures/supp/Fig7.pdf` | `figures/supp/Fig7.pdf`; `figures/figS5_sample_size_convergence.*` | PASS | CSV source: `data/results/sample_size_convergence.csv`. |
30
+ | Dataset validation, `figures/supp/Fig8.pdf` | `figures/supp/Fig8.pdf` | PASS | Figure PDF included. |
31
+ | Spatial error heatmap, `figures/supp/Fig9.pdf` | `figures/supp/Fig9.pdf` | PASS | Figure PDF included. |
32
+ | Benchmark specification table | `README.md`, `docs/benchmark_protocol.md`, `docs/data_fields.md` | PASS | Protocol, fields, sensors, labels, metrics, and split are documented. |
33
+ | Dataset roles table | `data/processed/README.md`, `data/processed/download_manifest.json` | PASS | Role names map to release HDF5 files. |
34
+ | Architecture-screen pilot | `data/results/model_screen.csv`, `configs/model_screen.yaml` | PASS | Result summary included; pilot HDF5 is not released as a separate full dataset because it is auxiliary. |
35
+ | External component benchmark | `data/processed/abm_sensing_dataset_v04_close_orient30_potential_160k.h5` | PASS | Contains wake-only, potential-only, wake-plus-potential, labels, poses, regions, and sensor world positions. |
36
+ | Paired self-signal controls, aligned | `data/processed/abm_sensing_dataset_v05_self_external_paired_160k_compressed.h5` | PASS | Contains external-only, self-only, and total-like arrays. |
37
+ | Paired self-signal controls, randomized orientation | `data/processed/abm_sensing_dataset_v05_self_external_orient30_160k.h5` | PASS | Contains external/self/total arrays for randomized follower orientation. |
38
+ | History sweep H=1,4,8,16,24 | `data/results/main_numbers.csv`, `data/results/v04_h_sweep_summary_table.csv` | PASS | Values match manuscript prose within rounding. |
39
+ | Full-state `location_theta` | `data/results/orientation_metrics.csv`, `configs/main_v04.yaml` | PASS | Close-wake position RMSE `0.040` and heading MAE `0.53 deg` trace to CSV. |
40
+ | Sensor ablation 6,4,3,2 sensors | `data/results/sensor_ablation.csv`, `data/results/v04_sensor_subset_summary_table.csv` | PASS | All counts referenced in the manuscript are present. |
41
+ | Common raw-noise stress test | `data/results/component_noise.csv`, `data/results/v04_component_common_noise_summary_table.csv` | PASS | Potential-only, wake-only, and wake-plus-potential rows are present. |
42
+ | Self-signal controls | `data/results/aligned_self_signal_control.csv`, `data/results/self_signal_randomized.csv`, `data/results/v05_self_control_table.csv` | PASS | Aligned and randomized-orientation controls are present. |
43
+ | Total-like noise robustness | `data/results/v05_total_noise_table.csv`, `data/results/main_numbers.csv` | PASS | Noise multipliers through 0.05 are present. |
44
+ | Sample-size convergence | `data/results/sample_size_convergence.csv`, `configs/sample_size.yaml` | PASS | 500, 1000, 2500, and 4000 training-pose conditions are present. |
45
+ | Compute report | `data/results/compute_resources.csv`, this report | PASS WITH UNCERTAINTY | Exact CPU/GPU/RAM were not logged in the frozen run and are marked unresolved below. |
46
+
47
+ ## Data and Code Checks
48
+
49
+ HDF5 files checked:
50
+
51
+ | File | Status | Notes |
52
+ |---|---|---|
53
+ | `data/processed/abm_sensing_dataset_v04_close_orient30_potential_160k.h5` | PASS | `160000` samples; fields include `X_raw`, `X_wake_raw`, `X_potential_raw`, `y`, `groups`, `region_id`, `follower_pose`, `leader_pose`, and `sensor_world_positions`. |
54
+ | `data/processed/abm_sensing_dataset_v05_self_external_orient30_160k.h5` | PASS | `160000` samples; includes external, self, and total-like component arrays. |
55
+ | `data/processed/abm_sensing_dataset_v05_self_external_paired_160k_compressed.h5` | PASS | `160000` samples; includes aligned paired self-signal component arrays. |
56
+ | `data/sample/sparsewake_sample.h5` | PASS | `2048` samples and explicit `pose_id`; used for smoke tests. |
57
+
58
+ Implementation checks:
59
+
60
+ | Check | Status | Notes |
61
+ |---|---|---|
62
+ | Global follower coordinates excluded from model inputs | PASS | Training code loads only selected `X_*` component arrays as `input`; `follower_pose` and `sensor_world_positions` remain metadata. |
63
+ | Held-out-pose test logic | PASS | `src/sparsewake/splits.py` matches the experiment driver: `default_rng(seed).choice` selects held-out test poses, then sklearn `train_test_split(..., test_size=0.15, random_state=seed)` splits the remaining samples into train/validation. |
64
+ | Train-set-only standardization | PASS | `src/sparsewake/train.py` fits input mean/std only on `train_idx`. |
65
+ | `raw_norm` feature dimension | PASS | `src/sparsewake/features.py` produces `37` features per time step for six sensors and `888` dimensions for H=24. |
66
+ | Main metric implementation | PASS | Position RMSE and circular `theta_rel` MAE are implemented in `src/sparsewake/metrics.py`. |
67
+
68
+ ## Anonymity Scan
69
+
70
+ Text files scanned: Markdown, Python, YAML, JSON, CSV, CFF, SVG, checksum, and text files in the release tree.
71
+
72
+ Binary/metadata checked: HDF5 root and dataset attributes; PDF/SVG metadata and raw byte search for known local identifiers and path patterns.
73
+
74
+ Findings:
75
+
76
+ - Release tree text scan: PASS.
77
+ - Croissant metadata: PASS. It uses anonymous creator/citation fields and contains no creator email, publisher institution, private URL, or local path.
78
+ - HDF5 attributes: PASS. Full HDF5 files have no root or dataset attributes; sample HDF5 attributes are generic.
79
+ - PDF/SVG metadata: PASS after sanitizing one embedded local source-file reference in `figures/main/Fig1.pdf`. Remaining creator/producer metadata names software only, such as Matplotlib or Adobe PDF library.
80
+ - Git history: FAIL FOR PARENT REPOSITORY. The parent repository history contains author names, emails, and a private remote path. Do not include `.git` in the anonymous ZIP.
81
+
82
+ ## Commands Tested
83
+
84
+ These commands were run from the release-tree root:
85
+
86
+ ```bash
87
+ python scripts/verify_dataset.py --data data/sample/sparsewake_sample.h5
88
+ ..\.venv\Scripts\python.exe scripts/train_temporal_mlp.py --config configs/main_v04.yaml --data data/sample/sparsewake_sample.h5 --quick
89
+ python scripts/reproduce_tables.py --results data/results --out tables
90
+ python scripts/make_main_figures.py --results data/results --out figures
91
+ python scripts/make_supp_figures.py --results data/results --out figures
92
+ ```
93
+
94
+ Additional structural checks:
95
+
96
+ ```bash
97
+ ..\.venv\Scripts\python.exe -c "import sys; sys.path.insert(0,'src'); from sparsewake.data import load_h5; from sparsewake.features import raw_norm_features, build_design_matrix; d=load_h5('data/sample/sparsewake_sample.h5'); print(raw_norm_features(d['input']).shape); print(build_design_matrix(d, history=24)[0].shape)"
98
+ git log --all --format="%H %an %ae %s" -n 40
99
+ ```
100
+
101
+ The default system `python` environment did not include `torch`; the repository virtual environment did. A fresh reviewer environment should install `requirements.txt` or `environment.yml`.
102
+
103
+ ## Files Changed During Audit
104
+
105
+ | File | Change |
106
+ |---|---|
107
+ | `src/sparsewake/features.py` | Corrected `raw_norm` to match `abm_sensing_dataset/experiments/sensing_v2/feature_builders.py`: raw channels, normalized raw channels, and one denominator per time step. |
108
+ | `src/sparsewake/splits.py` | Corrected split helper to match `run_sensing_v2_experiments.py::make_pose_holdout`: held-out test poses via `default_rng(seed).choice`, then sklearn train/validation split within non-test samples. |
109
+ | `requirements.txt`, `environment.yml` | Added `scikit-learn` because the actual experiment split uses `sklearn.model_selection.train_test_split`. |
110
+ | `scripts/verify_dataset.py` | Added checksum verification option. |
111
+ | `README.md` | Added checksum verification to the sample verification command. |
112
+ | `dataset_card.md` | Corrected train/validation/test protocol wording. |
113
+ | `docs/benchmark_protocol.md` | Corrected split protocol wording. |
114
+ | `evaluation_card.md` | Corrected split protocol wording. |
115
+ | `figures/main/Fig1.pdf`, `figures/main/Fig2.pdf`, `figures/main/Fig3.pdf` | Added manuscript-compatible main figure PDFs; sanitized embedded source path in Fig1. |
116
+ | `figures/supp/Fig4.pdf` through `figures/supp/Fig9.pdf` | Added manuscript-compatible supplement figure PDFs. |
117
+ | `tables/quick_train_metrics.json` | Updated by smoke-test training. |
118
+ | `AUDIT_REPORT.md` | Added this report. |
119
+ | `RELEASE_CHECKLIST.md` | Added final upload checklist. |
120
+ | `MANIFEST.json` | Added generated file manifest. |
121
+ | `data/checksums.sha256` | Updated final checksums. |
122
+
123
+ ## Unresolved Issues Before Upload
124
+
125
+ 1. `data/processed/download_manifest.json` should contain relative paths or anonymous hosted paths for the full HDF5 files.
126
+ 2. The parent repository `.git` history is not anonymous. The final review upload must contain only release-tree contents and must not include `.git`.
127
+ 3. Exact CPU/GPU model, RAM, MATLAB version, and dataset-generation wall time were not logged in the frozen run. The artifact reports conservative wall-clock times for representative three-seed runs and marks hardware details as unknown.
128
+ 4. The architecture-screen pilot is represented by summary CSV/config rather than a separate pilot HDF5 release. This is consistent with the manuscript role because the pilot is auxiliary; reviewers can reproduce benchmark evaluation from the released full processed HDF5 files.
129
+
130
+ ## Manuscript Statements Needing Revision
131
+
132
+ No numeric scientific result needed revision based on this audit.
133
+
134
+ Recommended non-scientific wording if the artifact is hosted outside the review system: state that the full processed HDF5 files are included directly in the anonymous dataset repository.
CITATION.cff ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cff-version: 1.2.0
2
+ title: "SparseWake: Processed Benchmark Artifact"
3
+ message: "If you use this benchmark, cite the SparseWake dataset release and the upstream simulator source paper where applicable."
4
+ type: dataset
5
+ authors:
6
+ - name: "Anonymous Authors"
7
+ affiliation: "Anonymous"
8
+ date-released: 2026-05-04
9
+ version: "0.1.0"
10
+ keywords:
11
+ - hydrodynamic sensing
12
+ - fish schooling
13
+ - benchmark
14
+ - temporal learning
15
+ - pose holdout
LICENSE ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Creative Commons Attribution 4.0 International (CC BY 4.0)
2
+
3
+ This SparseWake dataset release is licensed under the Creative Commons
4
+ Attribution 4.0 International license.
5
+
6
+ You are free to share and adapt the released processed datasets, metadata,
7
+ summary tables, documentation, and release utilities for any purpose, provided
8
+ that appropriate credit is given, a link to the license is provided, and changes
9
+ are indicated.
10
+
11
+ License text: https://creativecommons.org/licenses/by/4.0/
12
+
13
+ The upstream fish-schooling simulator source code, high-fidelity solver assets,
14
+ MATLAB simulator-query code, and simulator internals are not redistributed in
15
+ this dataset release and are not covered by this license.
MANIFEST.json ADDED
@@ -0,0 +1,596 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "SparseWake anonymous dataset release",
3
+ "generated_date": "2026-05-06",
4
+ "file_count": 98,
5
+ "notes": "The MANIFEST.json self-checksum is intentionally null. data/checksums.sha256 contains the checksum for MANIFEST.json and all other listed files except itself.",
6
+ "files": [
7
+ {
8
+ "path": ".gitattributes",
9
+ "size_bytes": 167,
10
+ "sha256": "1b33674fc047ba73149e7e7064c1856448d44821b1f36bb7f169b419f4baa885",
11
+ "purpose": "top-level artifact documentation or metadata"
12
+ },
13
+ {
14
+ "path": "ARTIFACT_AUDIT.md",
15
+ "size_bytes": 2470,
16
+ "sha256": "24a05db166bcbd2a8faf391ca812f81976e7c774c0663a2720e1b25d2289f66a",
17
+ "purpose": "top-level artifact documentation or metadata"
18
+ },
19
+ {
20
+ "path": "AUDIT_REPORT.md",
21
+ "size_bytes": 12382,
22
+ "sha256": "4ead8914ca5b0738aad0387bc70b50945657d0e426dc4cf611facb2ad98caef4",
23
+ "purpose": "top-level artifact documentation or metadata"
24
+ },
25
+ {
26
+ "path": "CITATION.cff",
27
+ "size_bytes": 433,
28
+ "sha256": "08c9f7b9db3d93385fe9c6b39badfaf6707f5801d01df8ab2378b9947e5ddee9",
29
+ "purpose": "top-level artifact documentation or metadata"
30
+ },
31
+ {
32
+ "path": "configs/main_v04.yaml",
33
+ "size_bytes": 204,
34
+ "sha256": "af608050a18dfdf11e1da601428b3bedcccdd2637fd5893f20a49d09ac1d2a81",
35
+ "purpose": "experiment configuration"
36
+ },
37
+ {
38
+ "path": "configs/model_screen.yaml",
39
+ "size_bytes": 290,
40
+ "sha256": "3fcf0a744b703c2fc4d1b3ab91eeda4f012dfabeab81828fb2ceae3963eaafe1",
41
+ "purpose": "experiment configuration"
42
+ },
43
+ {
44
+ "path": "configs/sample_size.yaml",
45
+ "size_bytes": 252,
46
+ "sha256": "1aa864dc5fbf455a745eb49d1756b92a34d7abdfdc352351c2a28b4261322ea8",
47
+ "purpose": "experiment configuration"
48
+ },
49
+ {
50
+ "path": "configs/self_signal_randomized.yaml",
51
+ "size_bytes": 222,
52
+ "sha256": "ff3558df39afe23e4948ce1932d2ccf20bcd984eb42d0c4ea6f403e6e0cab550",
53
+ "purpose": "experiment configuration"
54
+ },
55
+ {
56
+ "path": "croissant_metadata.json",
57
+ "size_bytes": 3173,
58
+ "sha256": "cabb1dc2a2e0b966d1d2d23c7e2a1219aeb8624e513985cf6659569645dc33a0",
59
+ "purpose": "top-level artifact documentation or metadata"
60
+ },
61
+ {
62
+ "path": "data/processed/abm_sensing_dataset_v04_close_orient30_potential_160k.h5",
63
+ "size_bytes": 62085330,
64
+ "sha256": "8c28e39b42881f16d93294a9c76c919e51ed417e26b01d7a03e101ceef772b5c",
65
+ "purpose": "full processed SparseWake benchmark HDF5 dataset"
66
+ },
67
+ {
68
+ "path": "data/processed/abm_sensing_dataset_v05_self_external_orient30_160k.h5",
69
+ "size_bytes": 142727282,
70
+ "sha256": "85752a2464a504efc1d6536fe53b50ab3093da407fcd375d71ae09c532cc675a",
71
+ "purpose": "full processed SparseWake benchmark HDF5 dataset"
72
+ },
73
+ {
74
+ "path": "data/processed/abm_sensing_dataset_v05_self_external_paired_160k_compressed.h5",
75
+ "size_bytes": 73066310,
76
+ "sha256": "42429c4e0bc676761c1340d4862e6054207fdaaca970b2210179862683d858ed",
77
+ "purpose": "full processed SparseWake benchmark HDF5 dataset"
78
+ },
79
+ {
80
+ "path": "data/processed/download_manifest.json",
81
+ "size_bytes": 920,
82
+ "sha256": "833a7f1dd7fd7b39407e7fbb98e50022aa16773b9671555b70cda5874d85e7b6",
83
+ "purpose": "release artifact file"
84
+ },
85
+ {
86
+ "path": "data/processed/README.md",
87
+ "size_bytes": 738,
88
+ "sha256": "1108143ec545edd580a32739c7f91ee4c5f58217eccd1ae6817c0724d20a9e4f",
89
+ "purpose": "release artifact file"
90
+ },
91
+ {
92
+ "path": "data/README.md",
93
+ "size_bytes": 430,
94
+ "sha256": "bca587956bf7a10ad8a8fa29066eca39eef0a30b67e5315459ab004e5d50e1cd",
95
+ "purpose": "release artifact file"
96
+ },
97
+ {
98
+ "path": "data/results/aligned_self_signal_control.csv",
99
+ "size_bytes": 843,
100
+ "sha256": "70eb73f9a24a713a9c9627bdc40cd7b00211a762f6b4c63d473dbd99f0c29cd2",
101
+ "purpose": "stored result summary used by benchmark tables and figures"
102
+ },
103
+ {
104
+ "path": "data/results/component_noise.csv",
105
+ "size_bytes": 3353,
106
+ "sha256": "07b576a888bfdcf781f45f3b43ea8f44aeba66092770c50c4a31dbfd96c20ed4",
107
+ "purpose": "stored result summary used by benchmark tables and figures"
108
+ },
109
+ {
110
+ "path": "data/results/compute_resources.csv",
111
+ "size_bytes": 533,
112
+ "sha256": "8d846880154e91fbd0be77152666c163bb3bcc4ce46776d4853d52a4cc17b422",
113
+ "purpose": "stored result summary used by benchmark tables and figures"
114
+ },
115
+ {
116
+ "path": "data/results/main_numbers.csv",
117
+ "size_bytes": 7140,
118
+ "sha256": "0549d8136349e9ad25939df96b4e59f3314e072eb4be7a48455ec268416560f4",
119
+ "purpose": "stored result summary used by benchmark tables and figures"
120
+ },
121
+ {
122
+ "path": "data/results/model_screen.csv",
123
+ "size_bytes": 1767,
124
+ "sha256": "bde7a3e183c02934fbdee898f1b2a4bae934d21f4dd3e0ca844589ee0ed0abb7",
125
+ "purpose": "stored result summary used by benchmark tables and figures"
126
+ },
127
+ {
128
+ "path": "data/results/noise_snr_diagnostics.csv",
129
+ "size_bytes": 4522,
130
+ "sha256": "58c2c5a4ff78e10cf0c16dae6d43d77d97555a6a7fe7a8228999bce723c68741",
131
+ "purpose": "stored result summary used by benchmark tables and figures"
132
+ },
133
+ {
134
+ "path": "data/results/orientation_metrics.csv",
135
+ "size_bytes": 638,
136
+ "sha256": "a50be39cd3977b08c3777efae9bc12bc81e08e5f17a71334f289383fc4826da3",
137
+ "purpose": "stored result summary used by benchmark tables and figures"
138
+ },
139
+ {
140
+ "path": "data/results/sample_size_convergence.csv",
141
+ "size_bytes": 4349,
142
+ "sha256": "3b60a5efd1eee436dbcf745b81e313a1261fff31f74d8ea5d2bbf61b8ac06b7f",
143
+ "purpose": "stored result summary used by benchmark tables and figures"
144
+ },
145
+ {
146
+ "path": "data/results/self_signal_randomized.csv",
147
+ "size_bytes": 736,
148
+ "sha256": "20d3304d61e80f773ef9c4b3f5ba8b3a7c390daa4c9779c28bfcb0db7a7083ae",
149
+ "purpose": "stored result summary used by benchmark tables and figures"
150
+ },
151
+ {
152
+ "path": "data/results/sensor_ablation.csv",
153
+ "size_bytes": 1074,
154
+ "sha256": "40af84094d24a261d8138748d78f966f0d1140376fbeaeee26373e1faa7ac980",
155
+ "purpose": "stored result summary used by benchmark tables and figures"
156
+ },
157
+ {
158
+ "path": "data/results/v04_component_common_noise_summary_table.csv",
159
+ "size_bytes": 12101,
160
+ "sha256": "2d97a5c7b85d56e9853dab1a4c67b4e394b69c5826a5be4249e6888d60c9a2fa",
161
+ "purpose": "stored result summary used by benchmark tables and figures"
162
+ },
163
+ {
164
+ "path": "data/results/v04_h_sweep_summary_table.csv",
165
+ "size_bytes": 9144,
166
+ "sha256": "56a138213b77733c6df340a4ea2f68965d43db142e069b12f9517d80e84d6b10",
167
+ "purpose": "stored result summary used by benchmark tables and figures"
168
+ },
169
+ {
170
+ "path": "data/results/v04_sensor_subset_summary_table.csv",
171
+ "size_bytes": 10394,
172
+ "sha256": "24016f897cdcd9b94587c6080e2524e53f6a428e304c3256080c1d45c73fce90",
173
+ "purpose": "stored result summary used by benchmark tables and figures"
174
+ },
175
+ {
176
+ "path": "data/results/v05_history_sweep_table.csv",
177
+ "size_bytes": 9517,
178
+ "sha256": "b8fea3d44907ebbbeb239e0f87def362bd6d44926adffd92d3d0ceaf0738f7de",
179
+ "purpose": "stored result summary used by benchmark tables and figures"
180
+ },
181
+ {
182
+ "path": "data/results/v05_self_control_table.csv",
183
+ "size_bytes": 3558,
184
+ "sha256": "3dff6ff8dfc60fac223793a0ad09b75e0d05b58c1d323947ec7c1fe6d09d13cb",
185
+ "purpose": "stored result summary used by benchmark tables and figures"
186
+ },
187
+ {
188
+ "path": "data/results/v05_total_noise_table.csv",
189
+ "size_bytes": 6477,
190
+ "sha256": "e5b2055b4b68b36ecb144357f08a284cf4a76d36a344b27d0e866d2f2bb46123",
191
+ "purpose": "stored result summary used by benchmark tables and figures"
192
+ },
193
+ {
194
+ "path": "data/sample/README.md",
195
+ "size_bytes": 343,
196
+ "sha256": "da36fc786577bc67937cb0685c7e0dec5fb14118d7beef67135e301bb8821524",
197
+ "purpose": "release artifact file"
198
+ },
199
+ {
200
+ "path": "data/sample/sparsewake_sample.h5",
201
+ "size_bytes": 986951,
202
+ "sha256": "0579020b85545717e25c880f676f9d9bb7b76a168c331f44391f5f86619ab4a1",
203
+ "purpose": "small sample HDF5 dataset for inspection and smoke tests"
204
+ },
205
+ {
206
+ "path": "dataset_card.md",
207
+ "size_bytes": 2641,
208
+ "sha256": "749793e0fbecb28e75fd2f97937b6445cc0a0c929c9d49263e4d1c9566644503",
209
+ "purpose": "top-level artifact documentation or metadata"
210
+ },
211
+ {
212
+ "path": "docs/benchmark_protocol.md",
213
+ "size_bytes": 751,
214
+ "sha256": "67e78b4c5c7469e85eac71a6abeef1b2516e47f8485acf388901468d4f48fdd0",
215
+ "purpose": "benchmark documentation"
216
+ },
217
+ {
218
+ "path": "docs/data_fields.md",
219
+ "size_bytes": 1100,
220
+ "sha256": "f639e682a97c444f41de1565ed1fb66d93fdc68b3fdeeec864d8d702c60b0a2f",
221
+ "purpose": "benchmark documentation"
222
+ },
223
+ {
224
+ "path": "docs/known_limitations.md",
225
+ "size_bytes": 518,
226
+ "sha256": "343670d77032d3c439c55845067c1e5891ceb2ce23a282f7c87a89aafbf3f78f",
227
+ "purpose": "benchmark documentation"
228
+ },
229
+ {
230
+ "path": "docs/provenance.md",
231
+ "size_bytes": 397,
232
+ "sha256": "2f0fb4882f432eff582700b9ff42c802713de268e4a43aca3b9c908e6aadb41c",
233
+ "purpose": "benchmark documentation"
234
+ },
235
+ {
236
+ "path": "environment.yml",
237
+ "size_bytes": 168,
238
+ "sha256": "746909e19e285957145c9601e463007d6fdd09ad774f73ccb7293914dbaf6596",
239
+ "purpose": "top-level artifact documentation or metadata"
240
+ },
241
+ {
242
+ "path": "evaluation_card.md",
243
+ "size_bytes": 2376,
244
+ "sha256": "f7f13006e06ca6d45f8191c29458f6bde5d14b990ca8cf9a1703c88eb633c68c",
245
+ "purpose": "top-level artifact documentation or metadata"
246
+ },
247
+ {
248
+ "path": "figures/fig02_main_results.pdf",
249
+ "size_bytes": 20259,
250
+ "sha256": "0f8267ed4e8620fe42a509945e31b99c58ece0c409c0481b994082e3cf2c8e14",
251
+ "purpose": "script-generated figure output"
252
+ },
253
+ {
254
+ "path": "figures/fig02_main_results.svg",
255
+ "size_bytes": 70482,
256
+ "sha256": "c86cffea308c3db009da21395c4c796966715dceba6eb0710f3e24e064eb30d9",
257
+ "purpose": "script-generated figure output"
258
+ },
259
+ {
260
+ "path": "figures/fig03_self_signal_control.pdf",
261
+ "size_bytes": 13527,
262
+ "sha256": "6b489dba60aed54bdbe2d84e197bed06b36390cf5b5f8b74bd28b072cd54180a",
263
+ "purpose": "script-generated figure output"
264
+ },
265
+ {
266
+ "path": "figures/fig03_self_signal_control.svg",
267
+ "size_bytes": 28895,
268
+ "sha256": "f35ef09b414989df8eaebb5a8887b4a3d03fecafc69cff9d929e24b559cab190",
269
+ "purpose": "script-generated figure output"
270
+ },
271
+ {
272
+ "path": "figures/figS4_architecture_screen.pdf",
273
+ "size_bytes": 14478,
274
+ "sha256": "0924e42490175ff006cb67a9ad904e59a6019b5bbf1115d930926234f24728b5",
275
+ "purpose": "script-generated figure output"
276
+ },
277
+ {
278
+ "path": "figures/figS4_architecture_screen.svg",
279
+ "size_bytes": 36588,
280
+ "sha256": "b98143263b797c8d58b90edabd848872fec2abdb136bbc0c5c968bbf99e07297",
281
+ "purpose": "script-generated figure output"
282
+ },
283
+ {
284
+ "path": "figures/figS5_sample_size_convergence.pdf",
285
+ "size_bytes": 13895,
286
+ "sha256": "1de44e6af9a50c0794239b5568c44724eb21802c5f6acdc0cb28a697d157e780",
287
+ "purpose": "script-generated figure output"
288
+ },
289
+ {
290
+ "path": "figures/figS5_sample_size_convergence.svg",
291
+ "size_bytes": 32112,
292
+ "sha256": "a08d8838d44c744d525414e2f89de02989f0918e48bedc8b95647efcb0ca53da",
293
+ "purpose": "script-generated figure output"
294
+ },
295
+ {
296
+ "path": "figures/main/Fig1.pdf",
297
+ "size_bytes": 1721227,
298
+ "sha256": "3d0993a7247be0bf066ff9fca65ab0bd95b8e6dab0c1b3a4697ed93792a5c482",
299
+ "purpose": "referenced figure PDF"
300
+ },
301
+ {
302
+ "path": "figures/main/Fig2.pdf",
303
+ "size_bytes": 294809,
304
+ "sha256": "b11a9608b96c4196f84ce53360cbf41613d2621b052591af20e2be2930212092",
305
+ "purpose": "referenced figure PDF"
306
+ },
307
+ {
308
+ "path": "figures/main/Fig3.pdf",
309
+ "size_bytes": 324275,
310
+ "sha256": "0ca600eec8d9dd39007461e431592abf71cb318b7cb6c2143f8ed2516337ae4d",
311
+ "purpose": "referenced figure PDF"
312
+ },
313
+ {
314
+ "path": "figures/README.md",
315
+ "size_bytes": 268,
316
+ "sha256": "2c85021bfcf3e4fe902e593662c6112237cc209284a88fd39466f4e0786d5f28",
317
+ "purpose": "script-generated figure output"
318
+ },
319
+ {
320
+ "path": "figures/supp/Fig4.pdf",
321
+ "size_bytes": 253473,
322
+ "sha256": "75587989f3c55127bf884b1c080018e2c37104edb407171caad3e839758e493b",
323
+ "purpose": "referenced figure PDF"
324
+ },
325
+ {
326
+ "path": "figures/supp/Fig5.pdf",
327
+ "size_bytes": 276013,
328
+ "sha256": "7adaf2ed3c767699869b1389f645734e83c5cd4a64639b03071ae029bc1dbf1f",
329
+ "purpose": "referenced figure PDF"
330
+ },
331
+ {
332
+ "path": "figures/supp/Fig6.pdf",
333
+ "size_bytes": 317691,
334
+ "sha256": "ab8e2d68e20020d77ef1b6827f6bfacc22a28bf99f45ff615cd8d810fd654e28",
335
+ "purpose": "referenced figure PDF"
336
+ },
337
+ {
338
+ "path": "figures/supp/Fig7.pdf",
339
+ "size_bytes": 247957,
340
+ "sha256": "e0add29311e7d1ed7501d0be323f3f3a1230e74e58e6f0406cc75a6df842b6a1",
341
+ "purpose": "referenced figure PDF"
342
+ },
343
+ {
344
+ "path": "figures/supp/Fig8.pdf",
345
+ "size_bytes": 400952,
346
+ "sha256": "54909925686f8da2f88e74a5949f486d4d21320a39590fcc63579d36c568ffa6",
347
+ "purpose": "referenced figure PDF"
348
+ },
349
+ {
350
+ "path": "figures/supp/Fig9.pdf",
351
+ "size_bytes": 309607,
352
+ "sha256": "086311d1b9f6260f2966abaebfd1f2ab9b5ab1f095432c75b92a07d13d53d49a",
353
+ "purpose": "referenced figure PDF"
354
+ },
355
+ {
356
+ "path": "LICENSE",
357
+ "size_bytes": 698,
358
+ "sha256": "e49bd45938fbeb243fbd91203061a86ad2c8a6100d481d1be726173051cdd3dc",
359
+ "purpose": "top-level artifact documentation or metadata"
360
+ },
361
+ {
362
+ "path": "MANIFEST.json",
363
+ "size_bytes": 23737,
364
+ "sha256": null,
365
+ "purpose": "generated file manifest"
366
+ },
367
+ {
368
+ "path": "README.md",
369
+ "size_bytes": 6689,
370
+ "sha256": "c231359397ef84ca2e4a667493798b57776ef3e9b885ef6e8c3d198c53f3b409",
371
+ "purpose": "top-level artifact documentation or metadata"
372
+ },
373
+ {
374
+ "path": "RELEASE_CHECKLIST.md",
375
+ "size_bytes": 2233,
376
+ "sha256": "af4d4427a389f18cc63177f1929de0e2833766cf882cd029d895bba40ee30d30",
377
+ "purpose": "top-level artifact documentation or metadata"
378
+ },
379
+ {
380
+ "path": "requirements.txt",
381
+ "size_bytes": 92,
382
+ "sha256": "dd408ae611bafddb72d1459b57b3d0a68630a034a34fbedde1b36e99ce7e3de5",
383
+ "purpose": "top-level artifact documentation or metadata"
384
+ },
385
+ {
386
+ "path": "scripts/make_main_figures.py",
387
+ "size_bytes": 659,
388
+ "sha256": "b7137cdd431a23097f0587b0c6664ca60b3ee6a2473d4fb3741f214fd43b1b2a",
389
+ "purpose": "reviewer utility or reproduction script"
390
+ },
391
+ {
392
+ "path": "scripts/make_sample_dataset.py",
393
+ "size_bytes": 1903,
394
+ "sha256": "801142044826eb6d4b6ff0b1eb431aa692eb38ed818f4de2f6a146c76a589d66",
395
+ "purpose": "reviewer utility or reproduction script"
396
+ },
397
+ {
398
+ "path": "scripts/make_supp_figures.py",
399
+ "size_bytes": 552,
400
+ "sha256": "5c983348af9294f9fb532522b8684ec5064c4db156d92e019947d08637d877ae",
401
+ "purpose": "reviewer utility or reproduction script"
402
+ },
403
+ {
404
+ "path": "scripts/reproduce_tables.py",
405
+ "size_bytes": 552,
406
+ "sha256": "1103468c931dffb10ea8b9bf2a780f0820e587a9234729335c0f26c4fe3ab583",
407
+ "purpose": "reviewer utility or reproduction script"
408
+ },
409
+ {
410
+ "path": "scripts/run_main_evaluation.py",
411
+ "size_bytes": 465,
412
+ "sha256": "c630669cd8c75a2cadcec45d8b21e146958fbc7ff0dbad586b6a219b1a8a9d69",
413
+ "purpose": "reviewer utility or reproduction script"
414
+ },
415
+ {
416
+ "path": "scripts/train_temporal_mlp.py",
417
+ "size_bytes": 2386,
418
+ "sha256": "4c81c3794433b658b31d781141df9197e065d99f4a6e85b6ef8b46d42b599f33",
419
+ "purpose": "reviewer utility or reproduction script"
420
+ },
421
+ {
422
+ "path": "scripts/verify_dataset.py",
423
+ "size_bytes": 2400,
424
+ "sha256": "698e16f25519ac4176c1eda57a2db08251b5de15017d9ef677a7265078b707b8",
425
+ "purpose": "reviewer utility or reproduction script"
426
+ },
427
+ {
428
+ "path": "src/sparsewake/__init__.py",
429
+ "size_bytes": 62,
430
+ "sha256": "bcb6535f189bee84e519db24fc1875e21ad4c1f0926eb2ee0d57c099595ecbff",
431
+ "purpose": "SparseWake loading, feature, split, training, evaluation, or plotting code"
432
+ },
433
+ {
434
+ "path": "src/sparsewake/data.py",
435
+ "size_bytes": 2107,
436
+ "sha256": "dd166ac76e05c6a898eb09b5db9b1d566959594a6f9cc47b5f0fa63fc991c189",
437
+ "purpose": "SparseWake loading, feature, split, training, evaluation, or plotting code"
438
+ },
439
+ {
440
+ "path": "src/sparsewake/evaluate.py",
441
+ "size_bytes": 596,
442
+ "sha256": "06de84a58e103be22dea668bd5540341009632134f2129674f4734b92e9694d0",
443
+ "purpose": "SparseWake loading, feature, split, training, evaluation, or plotting code"
444
+ },
445
+ {
446
+ "path": "src/sparsewake/features.py",
447
+ "size_bytes": 2850,
448
+ "sha256": "d38fd726623d305cb2fb696cbe93b6229f27e406db5eb1060ed53a84c8b742dc",
449
+ "purpose": "SparseWake loading, feature, split, training, evaluation, or plotting code"
450
+ },
451
+ {
452
+ "path": "src/sparsewake/metrics.py",
453
+ "size_bytes": 723,
454
+ "sha256": "106c387c55cd6bd8a559ac50ec711f01ef00b6f9ae10e94741c51412519fa8e6",
455
+ "purpose": "SparseWake loading, feature, split, training, evaluation, or plotting code"
456
+ },
457
+ {
458
+ "path": "src/sparsewake/models.py",
459
+ "size_bytes": 655,
460
+ "sha256": "0812d3944c8d634b1b09e4362275b0d7c68a85ec42779f9b64be434b55c89e28",
461
+ "purpose": "SparseWake loading, feature, split, training, evaluation, or plotting code"
462
+ },
463
+ {
464
+ "path": "src/sparsewake/plotting.py",
465
+ "size_bytes": 3812,
466
+ "sha256": "2393361982390b56c17d927ac3ccf906549acfa8c64b0812dcc85d8189f98eff",
467
+ "purpose": "SparseWake loading, feature, split, training, evaluation, or plotting code"
468
+ },
469
+ {
470
+ "path": "src/sparsewake/splits.py",
471
+ "size_bytes": 782,
472
+ "sha256": "81bb2a98725b7f88b825634e0679d570a0ac401d68b1aa35ab46e86eafa7ea31",
473
+ "purpose": "SparseWake loading, feature, split, training, evaluation, or plotting code"
474
+ },
475
+ {
476
+ "path": "src/sparsewake/train.py",
477
+ "size_bytes": 2221,
478
+ "sha256": "1b55b858c6d4c738a5b9304c79d9ece4ef6f9039f6e034ed858e24244f77608a",
479
+ "purpose": "SparseWake loading, feature, split, training, evaluation, or plotting code"
480
+ },
481
+ {
482
+ "path": "src/sparsewake/utils.py",
483
+ "size_bytes": 310,
484
+ "sha256": "590690bf6886da6736c7c9d2c95bbc4a5d1b4fc917b9b772be6b3dee9d084e2e",
485
+ "purpose": "SparseWake loading, feature, split, training, evaluation, or plotting code"
486
+ },
487
+ {
488
+ "path": "tables/aligned_self_signal_control.csv",
489
+ "size_bytes": 843,
490
+ "sha256": "70eb73f9a24a713a9c9627bdc40cd7b00211a762f6b4c63d473dbd99f0c29cd2",
491
+ "purpose": "reproduced table output copied from stored summaries"
492
+ },
493
+ {
494
+ "path": "tables/component_noise.csv",
495
+ "size_bytes": 3353,
496
+ "sha256": "07b576a888bfdcf781f45f3b43ea8f44aeba66092770c50c4a31dbfd96c20ed4",
497
+ "purpose": "reproduced table output copied from stored summaries"
498
+ },
499
+ {
500
+ "path": "tables/compute_resources.csv",
501
+ "size_bytes": 533,
502
+ "sha256": "8d846880154e91fbd0be77152666c163bb3bcc4ce46776d4853d52a4cc17b422",
503
+ "purpose": "reproduced table output copied from stored summaries"
504
+ },
505
+ {
506
+ "path": "tables/main_numbers.csv",
507
+ "size_bytes": 7140,
508
+ "sha256": "0549d8136349e9ad25939df96b4e59f3314e072eb4be7a48455ec268416560f4",
509
+ "purpose": "reproduced table output copied from stored summaries"
510
+ },
511
+ {
512
+ "path": "tables/model_screen.csv",
513
+ "size_bytes": 1767,
514
+ "sha256": "bde7a3e183c02934fbdee898f1b2a4bae934d21f4dd3e0ca844589ee0ed0abb7",
515
+ "purpose": "reproduced table output copied from stored summaries"
516
+ },
517
+ {
518
+ "path": "tables/noise_snr_diagnostics.csv",
519
+ "size_bytes": 4522,
520
+ "sha256": "58c2c5a4ff78e10cf0c16dae6d43d77d97555a6a7fe7a8228999bce723c68741",
521
+ "purpose": "reproduced table output copied from stored summaries"
522
+ },
523
+ {
524
+ "path": "tables/orientation_metrics.csv",
525
+ "size_bytes": 638,
526
+ "sha256": "a50be39cd3977b08c3777efae9bc12bc81e08e5f17a71334f289383fc4826da3",
527
+ "purpose": "reproduced table output copied from stored summaries"
528
+ },
529
+ {
530
+ "path": "tables/quick_train_metrics.json",
531
+ "size_bytes": 149,
532
+ "sha256": "3ab593d973ff0c0985ea6612a3000fa1a5c035ef4ad184e2489a38b65185b4d8",
533
+ "purpose": "reproduced table output copied from stored summaries"
534
+ },
535
+ {
536
+ "path": "tables/README.md",
537
+ "size_bytes": 121,
538
+ "sha256": "0622a8fdcb719c3597096b352ef0d16e0c6aa1a32788385084a83dc8bca7a9c4",
539
+ "purpose": "reproduced table output copied from stored summaries"
540
+ },
541
+ {
542
+ "path": "tables/sample_size_convergence.csv",
543
+ "size_bytes": 4349,
544
+ "sha256": "3b60a5efd1eee436dbcf745b81e313a1261fff31f74d8ea5d2bbf61b8ac06b7f",
545
+ "purpose": "reproduced table output copied from stored summaries"
546
+ },
547
+ {
548
+ "path": "tables/self_signal_randomized.csv",
549
+ "size_bytes": 736,
550
+ "sha256": "20d3304d61e80f773ef9c4b3f5ba8b3a7c390daa4c9779c28bfcb0db7a7083ae",
551
+ "purpose": "reproduced table output copied from stored summaries"
552
+ },
553
+ {
554
+ "path": "tables/sensor_ablation.csv",
555
+ "size_bytes": 1074,
556
+ "sha256": "40af84094d24a261d8138748d78f966f0d1140376fbeaeee26373e1faa7ac980",
557
+ "purpose": "reproduced table output copied from stored summaries"
558
+ },
559
+ {
560
+ "path": "tables/v04_component_common_noise_summary_table.csv",
561
+ "size_bytes": 12101,
562
+ "sha256": "2d97a5c7b85d56e9853dab1a4c67b4e394b69c5826a5be4249e6888d60c9a2fa",
563
+ "purpose": "reproduced table output copied from stored summaries"
564
+ },
565
+ {
566
+ "path": "tables/v04_h_sweep_summary_table.csv",
567
+ "size_bytes": 9144,
568
+ "sha256": "56a138213b77733c6df340a4ea2f68965d43db142e069b12f9517d80e84d6b10",
569
+ "purpose": "reproduced table output copied from stored summaries"
570
+ },
571
+ {
572
+ "path": "tables/v04_sensor_subset_summary_table.csv",
573
+ "size_bytes": 10394,
574
+ "sha256": "24016f897cdcd9b94587c6080e2524e53f6a428e304c3256080c1d45c73fce90",
575
+ "purpose": "reproduced table output copied from stored summaries"
576
+ },
577
+ {
578
+ "path": "tables/v05_history_sweep_table.csv",
579
+ "size_bytes": 9517,
580
+ "sha256": "b8fea3d44907ebbbeb239e0f87def362bd6d44926adffd92d3d0ceaf0738f7de",
581
+ "purpose": "reproduced table output copied from stored summaries"
582
+ },
583
+ {
584
+ "path": "tables/v05_self_control_table.csv",
585
+ "size_bytes": 3558,
586
+ "sha256": "3dff6ff8dfc60fac223793a0ad09b75e0d05b58c1d323947ec7c1fe6d09d13cb",
587
+ "purpose": "reproduced table output copied from stored summaries"
588
+ },
589
+ {
590
+ "path": "tables/v05_total_noise_table.csv",
591
+ "size_bytes": 6477,
592
+ "sha256": "e5b2055b4b68b36ecb144357f08a284cf4a76d36a344b27d0e866d2f2bb46123",
593
+ "purpose": "reproduced table output copied from stored summaries"
594
+ }
595
+ ]
596
+ }
README.md CHANGED
@@ -8,62 +8,114 @@ tags:
8
  - time-series
9
  - regression
10
  - physical-sensing
 
 
11
  ---
12
 
13
- # Dataset Name
14
- SparseWake
15
 
16
- ## Dataset summary
17
 
18
- SparseWake evaluates whether sparse body-fixed temporal flow measurements can recover the relative state of a neighboring wake-producing fish in a controlled single-leader setting. The benchmark contains processed synthetic data generated from a DNS-parameterized fish-schooling agent-based model.
19
 
20
- The released data support the evaluation protocol described in the anonymous submission: held-out follower poses, temporal-history sweeps, sensor-count ablations, component-separated flow inputs, common raw-noise stress tests, and self-signal controls.
21
 
22
- ## What is included
23
 
24
- - Processed HDF5 benchmark files.
25
- - Dataset metadata and sensor coordinates.
26
- - Held-out-pose split protocol.
27
- - Summary CSV files for reported tables and figures.
28
- - Lightweight loading and verification scripts.
29
- - Checksums and file manifest.
30
 
31
- ## What is not included
 
 
 
 
 
 
 
 
 
32
 
33
- The upstream fish-schooling ABM source code and the underlying high-fidelity CFD solver are not redistributed. The release is intended to reproduce benchmark evaluations from the processed HDF5 files, not to regenerate the DNS-parameterized wake library from first principles.
34
 
35
- ## Intended use
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
 
37
- This dataset is intended for evaluating sparse temporal physical sensing, hydrodynamic neighbor-state estimation, and reproducibility of the reported benchmark protocol.
38
 
39
- ## Not Intended Use
40
 
41
- SparseWake is not a full biological lateral-line pressure model, a multi-neighbor schooling model, or a replacement for direct CFD solvers.
42
 
43
- ## Data Source
44
 
45
- The processed data were generated from WakeSchool, an external fish-schooling simulator with DNS-parameterized wake and body-flow components. The artifact starts from processed HDF5 benchmark datasets and does not redistribute simulator source code.
46
 
47
- ## Released Fields
48
 
49
- - `X_raw`: wake-plus-potential induced velocity features, sample shape `[N, 6, 3]` after loading.
50
- - `X_wake_raw`: wake-only induced velocity features where available.
51
- - `X_potential_raw`: potential-only induced velocity features where available.
52
- - `X_external_raw`, `X_self_raw`, `X_total_raw`: self-signal controls where available.
 
 
 
 
53
  - `y`: labels with columns `delta_x`, `delta_y`, `theta_rel`, `sin_phi`, `cos_phi`, `phi`.
54
  - `groups`: wake phase index.
55
- - `pose_id`: pose index for pose-holdout splitting in the sample dataset; full datasets can derive it from phase blocks.
56
- - `region_id`: region code for close wake, near side, and mid wake.
57
  - `sensor_world_positions`: sensor coordinates for each sample.
58
 
59
- ## Units and Conventions
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
 
61
- Lengths are nondimensionalized by fish body length. Angles are stored in radians. Reported orientation metrics use degrees. The fish body is represented with semi-axes `a = 0.5 L` and `b = 0.075 L`.
62
 
63
- ## Sensor Layout
64
 
65
- Six body-fixed sensors are arranged as anterior, midbody, and posterior left/right pairs. Sensor names are stored in documentation and sample HDF5 attributes.
66
 
67
- ## Ethical Considerations
 
 
 
 
 
 
68
 
69
- The dataset is synthetic fluid-dynamics data. It contains no human subjects, no animal measurements, and no personal data.
 
8
  - time-series
9
  - regression
10
  - physical-sensing
11
+ - hdf5
12
+ - fish-schooling
13
  ---
14
 
15
+ # SparseWake
 
16
 
17
+ SparseWake is an anonymous benchmark artifact for sparse temporal hydrodynamic sensing. It contains processed HDF5 datasets, metadata, summary CSV files, figures, checksums, and lightweight Python scripts for inspecting the data and reproducing benchmark-level evaluation outputs.
18
 
19
+ ## Dataset Summary
20
 
21
+ SparseWake evaluates whether sparse body-fixed temporal flow measurements can recover the relative state of a neighboring wake-producing fish in a controlled single-leader setting. The benchmark data are synthetic and were generated from a DNS-parameterized fish-schooling agent-based model. The artifact starts from processed HDF5 files and does not require the upstream simulator or high-fidelity solver.
22
 
23
+ The released data support held-out-pose evaluation, temporal-history sweeps, sensor-count ablations, component-separated flow inputs, common raw-noise stress tests, sample-size convergence checks, architecture screening summaries, and paired self-signal controls.
24
 
25
+ ## What Is Included
 
 
 
 
 
26
 
27
+ - Full processed HDF5 benchmark datasets in `data/processed/`.
28
+ - A small sample HDF5 file in `data/sample/` for inspection and smoke tests.
29
+ - Dataset metadata, schema documentation, split protocol, provenance notes, and limitations in `docs/`.
30
+ - Summary CSV files for reported tables and figures in `data/results/`.
31
+ - Reproduced table CSVs in `tables/`.
32
+ - Manuscript-compatible figure PDFs and script-generated figure outputs in `figures/`.
33
+ - Lightweight loading, verification, plotting, and smoke-test training scripts in `scripts/`.
34
+ - Minimal reusable Python utilities in `src/sparsewake/`.
35
+ - Checksums in `data/checksums.sha256` and a full file manifest in `MANIFEST.json`.
36
+ - Croissant-style metadata in `croissant_metadata.json`.
37
 
38
+ ## Main Files
39
 
40
+ | Path | Purpose |
41
+ |---|---|
42
+ | `data/processed/abm_sensing_dataset_v04_close_orient30_potential_160k.h5` | Main external component benchmark with wake-only, potential-only, and wake-plus-potential signals. |
43
+ | `data/processed/abm_sensing_dataset_v05_self_external_paired_160k_compressed.h5` | Paired aligned-orientation self-signal control with external-only, self-only, and total-like external-plus-self arrays. |
44
+ | `data/processed/abm_sensing_dataset_v05_self_external_orient30_160k.h5` | Randomized-orientation self-signal control with external-only, self-only, and total-like arrays. |
45
+ | `data/sample/sparsewake_sample.h5` | Small sample file for quick inspection and smoke tests. |
46
+ | `docs/data_fields.md` | HDF5 fields, shapes, and label definitions. |
47
+ | `docs/benchmark_protocol.md` | Evaluation split, feature construction, standardization, and metrics. |
48
+ | `docs/provenance.md` | Data-generation provenance and non-redistributed upstream components. |
49
+ | `dataset_card.md` | Dataset-card details beyond this landing page. |
50
+ | `evaluation_card.md` | Benchmark task, metrics, ablations, and expected summary numbers. |
51
+ | `scripts/verify_dataset.py` | HDF5 structure and checksum verifier. |
52
+ | `scripts/train_temporal_mlp.py` | Small temporal-MLP smoke test and rerun utility. |
53
+ | `scripts/reproduce_tables.py` | Copies stored summary CSVs into `tables/`. |
54
+ | `scripts/make_main_figures.py`, `scripts/make_supp_figures.py` | Recreate lightweight figures from stored CSV summaries. |
55
 
56
+ ## What Is Not Included
57
 
58
+ The upstream fish-schooling ABM source code, DNS solver files, MATLAB simulator-query code, and simulator internals are not redistributed. This release is intended to reproduce benchmark evaluations from processed HDF5 files, not to regenerate the DNS-parameterized wake library from first principles.
59
 
60
+ ## Intended Use
61
 
62
+ SparseWake is intended for evaluating sparse temporal physical sensing, hydrodynamic neighbor-state estimation, robustness under controlled flow-component and noise protocols, and reproducibility of benchmark-level evaluation summaries.
63
 
64
+ ## Out-of-Scope Use
65
 
66
+ SparseWake should not be treated as a complete biological lateral-line model, a full natural fish-schooling simulator, a pressure/shear sensing dataset, a direct CFD replacement, or a validation dataset for multi-neighbor closed-loop schooling behavior.
67
 
68
+ ## Data Structure
69
+
70
+ HDF5 arrays are stored in MATLAB-style or sample-first layouts depending on source export; `src/sparsewake/data.py` loads them sample-first. Core fields include:
71
+
72
+ - `X_raw`: wake-plus-potential body-frame induced-velocity features.
73
+ - `X_wake_raw`: wake-only component where available.
74
+ - `X_potential_raw`: potential-only component where available.
75
+ - `X_external_raw`, `X_self_raw`, `X_total_raw`: paired self-signal controls where available.
76
  - `y`: labels with columns `delta_x`, `delta_y`, `theta_rel`, `sin_phi`, `cos_phi`, `phi`.
77
  - `groups`: wake phase index.
78
+ - `region_id`: sampling region code.
 
79
  - `sensor_world_positions`: sensor coordinates for each sample.
80
 
81
+ See `docs/data_fields.md` for the full schema and `docs/benchmark_protocol.md` for the split and feature protocol.
82
+
83
+ ## Quick Start
84
+
85
+ ```bash
86
+ python -m venv .venv
87
+ .venv/Scripts/pip install -r requirements.txt
88
+ python scripts/verify_dataset.py --data data/sample/sparsewake_sample.h5 --checksums data/checksums.sha256
89
+ python scripts/train_temporal_mlp.py --config configs/main_v04.yaml --data data/sample/sparsewake_sample.h5 --quick
90
+ python scripts/reproduce_tables.py --results data/results --out tables
91
+ ```
92
+
93
+ On Unix-like systems, use `.venv/bin/pip` and `.venv/bin/python`.
94
+
95
+ ## Reproduce Stored Tables and Figures
96
+
97
+ ```bash
98
+ python scripts/reproduce_tables.py --results data/results --out tables
99
+ python scripts/make_main_figures.py --results data/results --out figures
100
+ python scripts/make_supp_figures.py --results data/results --out figures
101
+ ```
102
+
103
+ These commands use stored summary CSV files and are intended for fast verification. Full training reruns are supported by `scripts/train_temporal_mlp.py` and `scripts/run_main_evaluation.py` when the full processed HDF5 files are present.
104
+
105
+ ## License
106
 
107
+ The SparseWake processed datasets, metadata, result summaries, documentation, and release utilities are made available under the Creative Commons Attribution 4.0 International license (CC BY 4.0). Upstream simulator source code and solver assets are not redistributed and are not covered by this dataset release.
108
 
109
+ ## Citation
110
 
111
+ During anonymous review, cite this dataset as:
112
 
113
+ ```bibtex
114
+ @dataset{sparsewake_anonymous,
115
+ title = {SparseWake: A Temporal Hydrodynamic Sensing Benchmark},
116
+ author = {{Anonymous Authors}},
117
+ year = {2026}
118
+ }
119
+ ```
120
 
121
+ Author-identifying contact information is intentionally omitted during anonymous review.
RELEASE_CHECKLIST.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # SparseWake Anonymous Release Checklist
2
+
3
+ ## Required Before Upload
4
+
5
+ - [ ] Upload only the release-tree contents; do not include the parent `.git` directory.
6
+ - [ ] Confirm the three full HDF5 files are present in `data/processed/`.
7
+ - [ ] Run `python scripts/verify_dataset.py --data data/sample/sparsewake_sample.h5 --checksums data/checksums.sha256` after final packaging contents are fixed.
8
+ - [ ] Confirm `MANIFEST.json` and `data/checksums.sha256` match the final upload contents.
9
+ - [ ] Inspect the uploaded file list for hidden files, notebooks, local logs, cache folders, and OS metadata.
10
+ - [ ] Do not include development directories outside the artifact tree.
11
+ - [ ] Confirm Croissant metadata remains anonymous and does not contain creator email, institution, publisher, non-anonymous URL, or local path.
12
+ - [ ] Confirm the license is listed as `cc-by-4.0` in the dataset card.
13
+
14
+ ## Reviewer Smoke-Test Commands
15
+
16
+ ```bash
17
+ python -m venv .venv
18
+ .venv/Scripts/pip install -r requirements.txt
19
+ python scripts/verify_dataset.py --data data/sample/sparsewake_sample.h5 --checksums data/checksums.sha256
20
+ python scripts/train_temporal_mlp.py --config configs/main_v04.yaml --data data/sample/sparsewake_sample.h5 --quick
21
+ python scripts/reproduce_tables.py --results data/results --out tables
22
+ python scripts/make_main_figures.py --results data/results --out figures
23
+ python scripts/make_supp_figures.py --results data/results --out figures
24
+ ```
25
+
26
+ Use `.venv/bin/pip` and `.venv/bin/python` on Unix-like systems.
27
+
28
+ ## Final Manual Review
29
+
30
+ - [ ] README states benchmark purpose, dataset structure, HDF5 fields, targets, sensors, splits, metrics, reproduction commands, compute expectations, limitations, license, and citation.
31
+ - [ ] Dataset card states synthetic/simulated origin, intended and out-of-scope use, limitations, no human or private data, and why upstream simulator/source code is not redistributed.
32
+ - [ ] Referenced figures exist at `figures/main/Fig1.pdf` through `Fig3.pdf` and `figures/supp/Fig4.pdf` through `Fig9.pdf`.
33
+ - [ ] Stored summary CSVs in `data/results/` match manuscript tables and figures within rounding tolerance.
34
+ - [ ] `AUDIT_REPORT.md` lists unresolved issues, changed files, tested commands, and revision notes.
configs/main_v04.yaml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ name: main_v04
2
+ data: data/processed/abm_sensing_dataset_v04_close_orient30_potential_160k.h5
3
+ input_key: X_raw
4
+ target: location_theta
5
+ feature_set: raw_norm
6
+ history: 24
7
+ seed: 1
8
+ epochs: 50
9
+ batch_size: 1024
10
+
configs/model_screen.yaml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: model_screen
2
+ data: data/processed/abm_sensing_dataset_v04_close_orient30_potential_160k.h5
3
+ input_key: X_raw
4
+ target: location
5
+ feature_set: raw_norm
6
+ history: 16
7
+ seed: 1
8
+ models:
9
+ - mean
10
+ - ridge
11
+ - random_forest
12
+ - single_frame_mlp
13
+ - temporal_mlp
14
+ - residual_tcn
15
+ - transformer
16
+
configs/sample_size.yaml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: sample_size
2
+ data: data/processed/abm_sensing_dataset_v04_close_orient30_potential_160k.h5
3
+ input_key: X_raw
4
+ target: location
5
+ feature_set: raw_norm
6
+ history: 24
7
+ seed: 1
8
+ epochs: 50
9
+ batch_size: 1024
10
+ training_poses:
11
+ - 500
12
+ - 1000
13
+ - 2500
14
+ - 4000
15
+
configs/self_signal_randomized.yaml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ name: self_signal_randomized
2
+ data: data/processed/abm_sensing_dataset_v05_self_external_orient30_160k.h5
3
+ input_key: X_total_raw
4
+ target: location_theta
5
+ feature_set: raw_norm
6
+ history: 24
7
+ seed: 1
8
+ epochs: 50
9
+ batch_size: 1024
10
+
croissant_metadata.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": {
3
+ "@language": "en",
4
+ "@vocab": "https://schema.org/",
5
+ "cr": "http://mlcommons.org/croissant/"
6
+ },
7
+ "@type": "cr:Dataset",
8
+ "name": "SparseWake",
9
+ "description": "Processed benchmark data for sparse temporal hydrodynamic relative-state estimation from body-fixed induced-flow histories.",
10
+ "license": "https://creativecommons.org/licenses/by/4.0/",
11
+ "version": "0.1.0",
12
+ "datePublished": "2026-05-04",
13
+ "creator": [
14
+ {
15
+ "@type": "Person",
16
+ "name": "Anonymous Authors"
17
+ }
18
+ ],
19
+ "citeAs": "Anonymous Authors. SparseWake: Processed Benchmark Artifact. 2026.",
20
+ "keywords": [
21
+ "hydrodynamic sensing",
22
+ "fish schooling",
23
+ "temporal learning",
24
+ "benchmark",
25
+ "pose holdout"
26
+ ],
27
+ "isAccessibleForFree": true,
28
+ "distribution": [
29
+ {
30
+ "@type": "cr:FileObject",
31
+ "@id": "sample_h5",
32
+ "name": "sparsewake_sample.h5",
33
+ "contentUrl": "data/sample/sparsewake_sample.h5",
34
+ "encodingFormat": "application/x-hdf5"
35
+ },
36
+ {
37
+ "@type": "cr:FileObject",
38
+ "@id": "main_external_component_h5",
39
+ "name": "abm_sensing_dataset_v04_close_orient30_potential_160k.h5",
40
+ "contentUrl": "data/processed/abm_sensing_dataset_v04_close_orient30_potential_160k.h5",
41
+ "encodingFormat": "application/x-hdf5"
42
+ },
43
+ {
44
+ "@type": "cr:FileObject",
45
+ "@id": "self_signal_randomized_h5",
46
+ "name": "abm_sensing_dataset_v05_self_external_orient30_160k.h5",
47
+ "contentUrl": "data/processed/abm_sensing_dataset_v05_self_external_orient30_160k.h5",
48
+ "encodingFormat": "application/x-hdf5"
49
+ },
50
+ {
51
+ "@type": "cr:FileObject",
52
+ "@id": "self_signal_paired_h5",
53
+ "name": "abm_sensing_dataset_v05_self_external_paired_160k_compressed.h5",
54
+ "contentUrl": "data/processed/abm_sensing_dataset_v05_self_external_paired_160k_compressed.h5",
55
+ "encodingFormat": "application/x-hdf5"
56
+ }
57
+ ],
58
+ "recordSet": [
59
+ {
60
+ "@type": "cr:RecordSet",
61
+ "name": "sensor_samples",
62
+ "description": "Per-sample sparse induced-flow measurements and relative-state labels.",
63
+ "field": [
64
+ {
65
+ "@type": "cr:Field",
66
+ "name": "X_raw",
67
+ "description": "Six-sensor wake-plus-potential induced velocity features."
68
+ },
69
+ {
70
+ "@type": "cr:Field",
71
+ "name": "y",
72
+ "description": "Labels: delta_x, delta_y, theta_rel, sin_phi, cos_phi, phi."
73
+ },
74
+ {
75
+ "@type": "cr:Field",
76
+ "name": "region_id",
77
+ "description": "Sampling region code."
78
+ },
79
+ {
80
+ "@type": "cr:Field",
81
+ "name": "pose_id",
82
+ "description": "Pose identifier for pose-holdout evaluation."
83
+ }
84
+ ]
85
+ }
86
+ ],
87
+ "responsibleAI": {
88
+ "dataType": "Synthetic fluid-dynamics benchmark data",
89
+ "containsPersonalData": false,
90
+ "humanSubjects": false,
91
+ "intendedUse": "Evaluation of sparse temporal hydrodynamic state estimation",
92
+ "outOfScopeUses": "Biological pressure-sensing claims, direct CFD replacement, or multi-neighbor schooling claims"
93
+ },
94
+ "notes": "Full processed HDF5 files are included in the dataset repository."
95
+ }
data/README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # Data Directory
2
+
3
+ `sample/` contains a small HDF5 subset for inspection and smoke tests.
4
+
5
+ `processed/` contains the processed HDF5 benchmark datasets when archive size allows. If full datasets are hosted separately in the final submission, `processed/download_manifest.json` lists the expected files, sizes, checksums, and placeholder hosted URLs.
6
+
7
+ `results/` contains cleaned CSV summaries used to reproduce tables and figures.
8
+
data/checksums.sha256 ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 1b33674fc047ba73149e7e7064c1856448d44821b1f36bb7f169b419f4baa885 .gitattributes
2
+ 24a05db166bcbd2a8faf391ca812f81976e7c774c0663a2720e1b25d2289f66a ARTIFACT_AUDIT.md
3
+ 4ead8914ca5b0738aad0387bc70b50945657d0e426dc4cf611facb2ad98caef4 AUDIT_REPORT.md
4
+ 08c9f7b9db3d93385fe9c6b39badfaf6707f5801d01df8ab2378b9947e5ddee9 CITATION.cff
5
+ af608050a18dfdf11e1da601428b3bedcccdd2637fd5893f20a49d09ac1d2a81 configs/main_v04.yaml
6
+ 3fcf0a744b703c2fc4d1b3ab91eeda4f012dfabeab81828fb2ceae3963eaafe1 configs/model_screen.yaml
7
+ 1aa864dc5fbf455a745eb49d1756b92a34d7abdfdc352351c2a28b4261322ea8 configs/sample_size.yaml
8
+ ff3558df39afe23e4948ce1932d2ccf20bcd984eb42d0c4ea6f403e6e0cab550 configs/self_signal_randomized.yaml
9
+ cabb1dc2a2e0b966d1d2d23c7e2a1219aeb8624e513985cf6659569645dc33a0 croissant_metadata.json
10
+ 8c28e39b42881f16d93294a9c76c919e51ed417e26b01d7a03e101ceef772b5c data/processed/abm_sensing_dataset_v04_close_orient30_potential_160k.h5
11
+ 85752a2464a504efc1d6536fe53b50ab3093da407fcd375d71ae09c532cc675a data/processed/abm_sensing_dataset_v05_self_external_orient30_160k.h5
12
+ 42429c4e0bc676761c1340d4862e6054207fdaaca970b2210179862683d858ed data/processed/abm_sensing_dataset_v05_self_external_paired_160k_compressed.h5
13
+ 833a7f1dd7fd7b39407e7fbb98e50022aa16773b9671555b70cda5874d85e7b6 data/processed/download_manifest.json
14
+ 1108143ec545edd580a32739c7f91ee4c5f58217eccd1ae6817c0724d20a9e4f data/processed/README.md
15
+ bca587956bf7a10ad8a8fa29066eca39eef0a30b67e5315459ab004e5d50e1cd data/README.md
16
+ 70eb73f9a24a713a9c9627bdc40cd7b00211a762f6b4c63d473dbd99f0c29cd2 data/results/aligned_self_signal_control.csv
17
+ 07b576a888bfdcf781f45f3b43ea8f44aeba66092770c50c4a31dbfd96c20ed4 data/results/component_noise.csv
18
+ 8d846880154e91fbd0be77152666c163bb3bcc4ce46776d4853d52a4cc17b422 data/results/compute_resources.csv
19
+ 0549d8136349e9ad25939df96b4e59f3314e072eb4be7a48455ec268416560f4 data/results/main_numbers.csv
20
+ bde7a3e183c02934fbdee898f1b2a4bae934d21f4dd3e0ca844589ee0ed0abb7 data/results/model_screen.csv
21
+ 58c2c5a4ff78e10cf0c16dae6d43d77d97555a6a7fe7a8228999bce723c68741 data/results/noise_snr_diagnostics.csv
22
+ a50be39cd3977b08c3777efae9bc12bc81e08e5f17a71334f289383fc4826da3 data/results/orientation_metrics.csv
23
+ 3b60a5efd1eee436dbcf745b81e313a1261fff31f74d8ea5d2bbf61b8ac06b7f data/results/sample_size_convergence.csv
24
+ 20d3304d61e80f773ef9c4b3f5ba8b3a7c390daa4c9779c28bfcb0db7a7083ae data/results/self_signal_randomized.csv
25
+ 40af84094d24a261d8138748d78f966f0d1140376fbeaeee26373e1faa7ac980 data/results/sensor_ablation.csv
26
+ 2d97a5c7b85d56e9853dab1a4c67b4e394b69c5826a5be4249e6888d60c9a2fa data/results/v04_component_common_noise_summary_table.csv
27
+ 56a138213b77733c6df340a4ea2f68965d43db142e069b12f9517d80e84d6b10 data/results/v04_h_sweep_summary_table.csv
28
+ 24016f897cdcd9b94587c6080e2524e53f6a428e304c3256080c1d45c73fce90 data/results/v04_sensor_subset_summary_table.csv
29
+ b8fea3d44907ebbbeb239e0f87def362bd6d44926adffd92d3d0ceaf0738f7de data/results/v05_history_sweep_table.csv
30
+ 3dff6ff8dfc60fac223793a0ad09b75e0d05b58c1d323947ec7c1fe6d09d13cb data/results/v05_self_control_table.csv
31
+ e5b2055b4b68b36ecb144357f08a284cf4a76d36a344b27d0e866d2f2bb46123 data/results/v05_total_noise_table.csv
32
+ da36fc786577bc67937cb0685c7e0dec5fb14118d7beef67135e301bb8821524 data/sample/README.md
33
+ 0579020b85545717e25c880f676f9d9bb7b76a168c331f44391f5f86619ab4a1 data/sample/sparsewake_sample.h5
34
+ 749793e0fbecb28e75fd2f97937b6445cc0a0c929c9d49263e4d1c9566644503 dataset_card.md
35
+ 67e78b4c5c7469e85eac71a6abeef1b2516e47f8485acf388901468d4f48fdd0 docs/benchmark_protocol.md
36
+ f639e682a97c444f41de1565ed1fb66d93fdc68b3fdeeec864d8d702c60b0a2f docs/data_fields.md
37
+ 343670d77032d3c439c55845067c1e5891ceb2ce23a282f7c87a89aafbf3f78f docs/known_limitations.md
38
+ 2f0fb4882f432eff582700b9ff42c802713de268e4a43aca3b9c908e6aadb41c docs/provenance.md
39
+ 746909e19e285957145c9601e463007d6fdd09ad774f73ccb7293914dbaf6596 environment.yml
40
+ f7f13006e06ca6d45f8191c29458f6bde5d14b990ca8cf9a1703c88eb633c68c evaluation_card.md
41
+ 0f8267ed4e8620fe42a509945e31b99c58ece0c409c0481b994082e3cf2c8e14 figures/fig02_main_results.pdf
42
+ c86cffea308c3db009da21395c4c796966715dceba6eb0710f3e24e064eb30d9 figures/fig02_main_results.svg
43
+ 6b489dba60aed54bdbe2d84e197bed06b36390cf5b5f8b74bd28b072cd54180a figures/fig03_self_signal_control.pdf
44
+ f35ef09b414989df8eaebb5a8887b4a3d03fecafc69cff9d929e24b559cab190 figures/fig03_self_signal_control.svg
45
+ 0924e42490175ff006cb67a9ad904e59a6019b5bbf1115d930926234f24728b5 figures/figS4_architecture_screen.pdf
46
+ b98143263b797c8d58b90edabd848872fec2abdb136bbc0c5c968bbf99e07297 figures/figS4_architecture_screen.svg
47
+ 1de44e6af9a50c0794239b5568c44724eb21802c5f6acdc0cb28a697d157e780 figures/figS5_sample_size_convergence.pdf
48
+ a08d8838d44c744d525414e2f89de02989f0918e48bedc8b95647efcb0ca53da figures/figS5_sample_size_convergence.svg
49
+ 3d0993a7247be0bf066ff9fca65ab0bd95b8e6dab0c1b3a4697ed93792a5c482 figures/main/Fig1.pdf
50
+ b11a9608b96c4196f84ce53360cbf41613d2621b052591af20e2be2930212092 figures/main/Fig2.pdf
51
+ 0ca600eec8d9dd39007461e431592abf71cb318b7cb6c2143f8ed2516337ae4d figures/main/Fig3.pdf
52
+ 2c85021bfcf3e4fe902e593662c6112237cc209284a88fd39466f4e0786d5f28 figures/README.md
53
+ 75587989f3c55127bf884b1c080018e2c37104edb407171caad3e839758e493b figures/supp/Fig4.pdf
54
+ 7adaf2ed3c767699869b1389f645734e83c5cd4a64639b03071ae029bc1dbf1f figures/supp/Fig5.pdf
55
+ ab8e2d68e20020d77ef1b6827f6bfacc22a28bf99f45ff615cd8d810fd654e28 figures/supp/Fig6.pdf
56
+ e0add29311e7d1ed7501d0be323f3f3a1230e74e58e6f0406cc75a6df842b6a1 figures/supp/Fig7.pdf
57
+ 54909925686f8da2f88e74a5949f486d4d21320a39590fcc63579d36c568ffa6 figures/supp/Fig8.pdf
58
+ 086311d1b9f6260f2966abaebfd1f2ab9b5ab1f095432c75b92a07d13d53d49a figures/supp/Fig9.pdf
59
+ e49bd45938fbeb243fbd91203061a86ad2c8a6100d481d1be726173051cdd3dc LICENSE
60
+ 93cdd68eec016b7fb745a455d5b1f729d428e7988b233e7878dfa49305b60cea MANIFEST.json
61
+ c231359397ef84ca2e4a667493798b57776ef3e9b885ef6e8c3d198c53f3b409 README.md
62
+ af4d4427a389f18cc63177f1929de0e2833766cf882cd029d895bba40ee30d30 RELEASE_CHECKLIST.md
63
+ dd408ae611bafddb72d1459b57b3d0a68630a034a34fbedde1b36e99ce7e3de5 requirements.txt
64
+ b7137cdd431a23097f0587b0c6664ca60b3ee6a2473d4fb3741f214fd43b1b2a scripts/make_main_figures.py
65
+ 801142044826eb6d4b6ff0b1eb431aa692eb38ed818f4de2f6a146c76a589d66 scripts/make_sample_dataset.py
66
+ 5c983348af9294f9fb532522b8684ec5064c4db156d92e019947d08637d877ae scripts/make_supp_figures.py
67
+ 1103468c931dffb10ea8b9bf2a780f0820e587a9234729335c0f26c4fe3ab583 scripts/reproduce_tables.py
68
+ c630669cd8c75a2cadcec45d8b21e146958fbc7ff0dbad586b6a219b1a8a9d69 scripts/run_main_evaluation.py
69
+ 4c81c3794433b658b31d781141df9197e065d99f4a6e85b6ef8b46d42b599f33 scripts/train_temporal_mlp.py
70
+ 698e16f25519ac4176c1eda57a2db08251b5de15017d9ef677a7265078b707b8 scripts/verify_dataset.py
71
+ bcb6535f189bee84e519db24fc1875e21ad4c1f0926eb2ee0d57c099595ecbff src/sparsewake/__init__.py
72
+ dd166ac76e05c6a898eb09b5db9b1d566959594a6f9cc47b5f0fa63fc991c189 src/sparsewake/data.py
73
+ 06de84a58e103be22dea668bd5540341009632134f2129674f4734b92e9694d0 src/sparsewake/evaluate.py
74
+ d38fd726623d305cb2fb696cbe93b6229f27e406db5eb1060ed53a84c8b742dc src/sparsewake/features.py
75
+ 106c387c55cd6bd8a559ac50ec711f01ef00b6f9ae10e94741c51412519fa8e6 src/sparsewake/metrics.py
76
+ 0812d3944c8d634b1b09e4362275b0d7c68a85ec42779f9b64be434b55c89e28 src/sparsewake/models.py
77
+ 2393361982390b56c17d927ac3ccf906549acfa8c64b0812dcc85d8189f98eff src/sparsewake/plotting.py
78
+ 81bb2a98725b7f88b825634e0679d570a0ac401d68b1aa35ab46e86eafa7ea31 src/sparsewake/splits.py
79
+ 1b55b858c6d4c738a5b9304c79d9ece4ef6f9039f6e034ed858e24244f77608a src/sparsewake/train.py
80
+ 590690bf6886da6736c7c9d2c95bbc4a5d1b4fc917b9b772be6b3dee9d084e2e src/sparsewake/utils.py
81
+ 70eb73f9a24a713a9c9627bdc40cd7b00211a762f6b4c63d473dbd99f0c29cd2 tables/aligned_self_signal_control.csv
82
+ 07b576a888bfdcf781f45f3b43ea8f44aeba66092770c50c4a31dbfd96c20ed4 tables/component_noise.csv
83
+ 8d846880154e91fbd0be77152666c163bb3bcc4ce46776d4853d52a4cc17b422 tables/compute_resources.csv
84
+ 0549d8136349e9ad25939df96b4e59f3314e072eb4be7a48455ec268416560f4 tables/main_numbers.csv
85
+ bde7a3e183c02934fbdee898f1b2a4bae934d21f4dd3e0ca844589ee0ed0abb7 tables/model_screen.csv
86
+ 58c2c5a4ff78e10cf0c16dae6d43d77d97555a6a7fe7a8228999bce723c68741 tables/noise_snr_diagnostics.csv
87
+ a50be39cd3977b08c3777efae9bc12bc81e08e5f17a71334f289383fc4826da3 tables/orientation_metrics.csv
88
+ 3ab593d973ff0c0985ea6612a3000fa1a5c035ef4ad184e2489a38b65185b4d8 tables/quick_train_metrics.json
89
+ 0622a8fdcb719c3597096b352ef0d16e0c6aa1a32788385084a83dc8bca7a9c4 tables/README.md
90
+ 3b60a5efd1eee436dbcf745b81e313a1261fff31f74d8ea5d2bbf61b8ac06b7f tables/sample_size_convergence.csv
91
+ 20d3304d61e80f773ef9c4b3f5ba8b3a7c390daa4c9779c28bfcb0db7a7083ae tables/self_signal_randomized.csv
92
+ 40af84094d24a261d8138748d78f966f0d1140376fbeaeee26373e1faa7ac980 tables/sensor_ablation.csv
93
+ 2d97a5c7b85d56e9853dab1a4c67b4e394b69c5826a5be4249e6888d60c9a2fa tables/v04_component_common_noise_summary_table.csv
94
+ 56a138213b77733c6df340a4ea2f68965d43db142e069b12f9517d80e84d6b10 tables/v04_h_sweep_summary_table.csv
95
+ 24016f897cdcd9b94587c6080e2524e53f6a428e304c3256080c1d45c73fce90 tables/v04_sensor_subset_summary_table.csv
96
+ b8fea3d44907ebbbeb239e0f87def362bd6d44926adffd92d3d0ceaf0738f7de tables/v05_history_sweep_table.csv
97
+ 3dff6ff8dfc60fac223793a0ad09b75e0d05b58c1d323947ec7c1fe6d09d13cb tables/v05_self_control_table.csv
98
+ e5b2055b4b68b36ecb144357f08a284cf4a76d36a344b27d0e866d2f2bb46123 tables/v05_total_noise_table.csv
data/processed/README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Processed Datasets
2
+
3
+ This directory contains processed HDF5 benchmark datasets when they are included in the archive.
4
+
5
+ Expected full datasets:
6
+
7
+ - `abm_sensing_dataset_v04_close_orient30_potential_160k.h5`: main component-separated benchmark with wake-only, potential-only, wake-plus-potential input arrays and full-state labels.
8
+ - `abm_sensing_dataset_v05_self_external_paired_160k_compressed.h5`: aligned self-signal paired dataset used for aligned external/self controls.
9
+ - `abm_sensing_dataset_v05_self_external_orient30_160k.h5`: randomized-orientation self-signal dataset used for full-state self-signal controls.
10
+
11
+ The `download_manifest.json` file lists file sizes, checksums, and relative paths for the full processed HDF5 files.
data/processed/abm_sensing_dataset_v04_close_orient30_potential_160k.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c28e39b42881f16d93294a9c76c919e51ed417e26b01d7a03e101ceef772b5c
3
+ size 62085330
data/processed/abm_sensing_dataset_v05_self_external_orient30_160k.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85752a2464a504efc1d6536fe53b50ab3093da407fcd375d71ae09c532cc675a
3
+ size 142727282
data/processed/abm_sensing_dataset_v05_self_external_paired_160k_compressed.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42429c4e0bc676761c1340d4862e6054207fdaaca970b2210179862683d858ed
3
+ size 73066310
data/processed/download_manifest.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "datasets": [
3
+ {
4
+ "file": "abm_sensing_dataset_v04_close_orient30_potential_160k.h5",
5
+ "size_bytes": 62085330,
6
+ "sha256": "8c28e39b42881f16d93294a9c76c919e51ed417e26b01d7a03e101ceef772b5c",
7
+ "path": "data/processed/abm_sensing_dataset_v04_close_orient30_potential_160k.h5"
8
+ },
9
+ {
10
+ "file": "abm_sensing_dataset_v05_self_external_orient30_160k.h5",
11
+ "size_bytes": 142727282,
12
+ "sha256": "85752a2464a504efc1d6536fe53b50ab3093da407fcd375d71ae09c532cc675a",
13
+ "path": "data/processed/abm_sensing_dataset_v05_self_external_orient30_160k.h5"
14
+ },
15
+ {
16
+ "file": "abm_sensing_dataset_v05_self_external_paired_160k_compressed.h5",
17
+ "size_bytes": 73066310,
18
+ "sha256": "42429c4e0bc676761c1340d4862e6054207fdaaca970b2210179862683d858ed",
19
+ "path": "data/processed/abm_sensing_dataset_v05_self_external_paired_160k_compressed.h5"
20
+ }
21
+ ]
22
+ }
data/results/aligned_self_signal_control.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ experiment,condition,dataset,split,model,seeds,global_rmse_mean,global_rmse_std,close_rmse_mean,close_rmse_std,rmse_dx_mean,rmse_dx_std,rmse_dy_mean,rmse_dy_std
2
+ self_signal_control,external,paired_v05_160k,pose_holdout,temporal_mlp_H24,3,0.0328529559480276,0.0037411475188563,0.0199960813486597,0.0011912946150109,0.0121495683275637,0.0007588915762873,0.0304671865583693,0.0043131356487963
3
+ self_signal_control,total,paired_v05_160k,pose_holdout,temporal_mlp_H24,3,0.0383376682180556,0.0057011028883798,0.0255010089650004,0.0037177228610354,0.0159666533844505,0.0017969384124628,0.0347972582463039,0.0059383491345279
4
+ self_signal_control,self,paired_v05_160k,pose_holdout,temporal_mlp_H24,3,1.218899603952205,0.0109852235286786,0.7841462614762306,0.0061210737795384,0.8372818574531996,0.0104138249789268,0.8856250971662888,0.022967625713802
data/results/component_noise.csv ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ experiment,condition,dataset,split,model,seeds,global_rmse_mean,global_rmse_std,close_rmse_mean,close_rmse_std,rmse_dx_mean,rmse_dx_std,rmse_dy_mean,rmse_dy_std,component,noise
2
+ component_common_noise,potential only noise=0.0,main_v04_160k,pose_holdout,temporal_mlp_H24,3,0.0302077443690847,0.003279544584936,0.0203731595519221,0.0010293027675325,0.0254755761046107,0.0031623199967097,0.0162211505211693,0.0011492700233561,potential only,0.0
3
+ component_common_noise,potential only noise=0.0025,main_v04_160k,pose_holdout,temporal_mlp_H24,3,1.2526940656396193,0.0444220578791933,1.0152291796097126,0.0690039912923619,0.9221897674655448,0.0180195582317785,0.847630072103655,0.0463269721817308,potential only,0.0025
4
+ component_common_noise,potential only noise=0.005,main_v04_160k,pose_holdout,temporal_mlp_H24,3,1.2659296891765044,0.0337585179706784,0.9665093505773796,0.0630446360345746,0.904127187975438,0.0106825733571097,0.8859084942379467,0.0383762787519879,potential only,0.005
5
+ component_common_noise,potential only noise=0.01,main_v04_160k,pose_holdout,temporal_mlp_H24,3,1.3015920932908671,0.017254232756467,0.8231005726929362,0.0167036986726641,0.8383543183779395,0.0024335541509485,0.9955493059302278,0.0238783754998964,potential only,0.01
6
+ component_common_noise,wake+potential noise=0.0,main_v04_160k,pose_holdout,temporal_mlp_H24,3,0.0589848823327941,0.0077366740030861,0.0387413239386864,0.0043209683961585,0.0251623338166072,0.0033017910089558,0.0533458014567849,0.0070286878032756,wake+potential,0.0
7
+ component_common_noise,wake+potential noise=0.0025,main_v04_160k,pose_holdout,temporal_mlp_H24,3,0.0780825034197976,0.005327366092311,0.0445857126464252,0.0034626657715121,0.0310320366155287,0.0026627108452444,0.0716493140236628,0.0046572058185933,wake+potential,0.0025
8
+ component_common_noise,wake+potential noise=0.005,main_v04_160k,pose_holdout,temporal_mlp_H24,3,0.1170665048912076,0.0023439951568292,0.0585637910203896,0.0020780518878743,0.0451401290893312,0.0021588133843442,0.107999390073723,0.0023311849958821,wake+potential,0.005
9
+ component_common_noise,wake+potential noise=0.01,main_v04_160k,pose_holdout,temporal_mlp_H24,3,0.2027111991917506,0.0023356855087126,0.0942153759432734,0.0011599054897321,0.0857444705818955,0.0048846948915077,0.183621380132832,0.0039940434856857,wake+potential,0.01
10
+ component_common_noise,wake only noise=0.0,main_v04_160k,pose_holdout,temporal_mlp_H24,3,0.0561375461861556,0.0068634019822317,0.0350701060350671,0.0011444638002972,0.0235433207324931,0.0021681063391393,0.0509019702824917,0.0071828925055961,wake only,0.0
11
+ component_common_noise,wake only noise=0.0025,main_v04_160k,pose_holdout,temporal_mlp_H24,3,0.0735574761216475,0.0049921060137097,0.0401644559723793,0.000829376046619,0.0287314740634172,0.0010596596802067,0.0676942043970832,0.0052770557774221,wake only,0.0025
12
+ component_common_noise,wake only noise=0.005,main_v04_160k,pose_holdout,temporal_mlp_H24,3,0.10922585683186,0.0026315982106455,0.052493972142729,0.00020579624642,0.0420413373332724,0.0014039292670816,0.1007906206124435,0.0033243225503798,wake only,0.005
13
+ component_common_noise,wake only noise=0.01,main_v04_160k,pose_holdout,temporal_mlp_H24,3,0.1892326763881189,0.0012657451937809,0.0842769281995787,0.0011088166541226,0.0849729705263429,0.0069550271421715,0.1689798798354696,0.0021977633954311,wake only,0.01
data/results/compute_resources.csv ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ item,wall_clock_minutes,environment,note
2
+ v04 full-state temporal MLP H24,12.7,project Python environment,three-seed run from submission-freeze audit
3
+ randomized self-signal external-only full-state H24,10.7,project Python environment,three-seed run from submission-freeze audit
4
+ randomized self-signal external+self full-state H24,12.1,project Python environment,three-seed run from submission-freeze audit
5
+ randomized self-signal self-only full-state H24,5.5,project Python environment,three-seed run from submission-freeze audit
data/results/main_numbers.csv ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ experiment,condition,dataset,split,model,seeds,global_rmse_mean,global_rmse_std,close_rmse_mean,close_rmse_std,rmse_dx_mean,rmse_dx_std,rmse_dy_mean,rmse_dy_std
2
+ history_sweep,H=1,main_v04_160k,pose_holdout,temporal_mlp,3,0.1926107121923411,0.0080760135145904,0.1297615458295836,0.006207234260991,0.0483877859371041,0.0007566566406719,0.1864200932212064,0.0084991567305119
3
+ history_sweep,H=4,main_v04_160k,pose_holdout,temporal_mlp,3,0.1325709700556126,0.0082248315421557,0.0836574930321334,0.0029373352635135,0.0345718772095083,0.0007761451481954,0.1279779912565224,0.0083226915759982
4
+ history_sweep,H=8,main_v04_160k,pose_holdout,temporal_mlp,3,0.1101785715937253,0.0112475713436537,0.0697533901631692,0.0050473464945181,0.0357307475744859,0.0042065223870634,0.1041140237424087,0.0119651617242924
5
+ history_sweep,H=16,main_v04_160k,pose_holdout,temporal_mlp,3,0.0734577778032443,0.007047044902638,0.0495900349923238,0.0020096649440829,0.0269155803686056,0.0029784857211576,0.0683432182334276,0.0064800637908676
6
+ history_sweep,H=24,main_v04_160k,pose_holdout,temporal_mlp,3,0.0589848823327941,0.0077366740030861,0.0387413239386864,0.0043209683961585,0.0251623338166072,0.0033017910089558,0.0533458014567849,0.0070286878032756
7
+ sensor_ablation,all 6,main_v04_160k,pose_holdout,temporal_mlp_H24,3,0.0589848823327941,0.0077366740030861,0.0387413239386864,0.0043209683961585,0.0251623338166072,0.0033017910089558,0.0533458014567849,0.0070286878032756
8
+ sensor_ablation,anterior+midbody 4,main_v04_160k,pose_holdout,temporal_mlp_H24,3,0.0625521935678731,0.0089231282475158,0.0396730866588846,0.005091463563922,0.023416031052496,0.0017221648504641,0.0579645398613606,0.0091391552559496
9
+ sensor_ablation,side triplet 3,main_v04_160k,pose_holdout,temporal_mlp_H24,3,0.0814690809062836,0.0237779068595023,0.0452497093612953,0.0083797671654987,0.0304065661121779,0.0052961471051601,0.0747221238092383,0.025556634056786
10
+ sensor_ablation,posterior pair 2,main_v04_160k,pose_holdout,temporal_mlp_H24,3,0.0813301185569678,0.0101305045839674,0.0511602785223666,0.003955551249351,0.0316152510443987,0.0069501774144226,0.074881487844831,0.0081278812174879
11
+ component_common_noise,potential only noise=0.0,main_v04_160k,pose_holdout,temporal_mlp_H24,3,0.0302077443690847,0.003279544584936,0.0203731595519221,0.0010293027675325,0.0254755761046107,0.0031623199967097,0.0162211505211693,0.0011492700233561
12
+ component_common_noise,potential only noise=0.0025,main_v04_160k,pose_holdout,temporal_mlp_H24,3,1.2526940656396193,0.0444220578791933,1.0152291796097126,0.0690039912923619,0.9221897674655448,0.0180195582317785,0.847630072103655,0.0463269721817308
13
+ component_common_noise,potential only noise=0.005,main_v04_160k,pose_holdout,temporal_mlp_H24,3,1.2659296891765044,0.0337585179706784,0.9665093505773796,0.0630446360345746,0.904127187975438,0.0106825733571097,0.8859084942379467,0.0383762787519879
14
+ component_common_noise,potential only noise=0.01,main_v04_160k,pose_holdout,temporal_mlp_H24,3,1.3015920932908671,0.017254232756467,0.8231005726929362,0.0167036986726641,0.8383543183779395,0.0024335541509485,0.9955493059302278,0.0238783754998964
15
+ component_common_noise,wake+potential noise=0.0,main_v04_160k,pose_holdout,temporal_mlp_H24,3,0.0589848823327941,0.0077366740030861,0.0387413239386864,0.0043209683961585,0.0251623338166072,0.0033017910089558,0.0533458014567849,0.0070286878032756
16
+ component_common_noise,wake+potential noise=0.0025,main_v04_160k,pose_holdout,temporal_mlp_H24,3,0.0780825034197976,0.005327366092311,0.0445857126464252,0.0034626657715121,0.0310320366155287,0.0026627108452444,0.0716493140236628,0.0046572058185933
17
+ component_common_noise,wake+potential noise=0.005,main_v04_160k,pose_holdout,temporal_mlp_H24,3,0.1170665048912076,0.0023439951568292,0.0585637910203896,0.0020780518878743,0.0451401290893312,0.0021588133843442,0.107999390073723,0.0023311849958821
18
+ component_common_noise,wake+potential noise=0.01,main_v04_160k,pose_holdout,temporal_mlp_H24,3,0.2027111991917506,0.0023356855087126,0.0942153759432734,0.0011599054897321,0.0857444705818955,0.0048846948915077,0.183621380132832,0.0039940434856857
19
+ component_common_noise,wake only noise=0.0,main_v04_160k,pose_holdout,temporal_mlp_H24,3,0.0561375461861556,0.0068634019822317,0.0350701060350671,0.0011444638002972,0.0235433207324931,0.0021681063391393,0.0509019702824917,0.0071828925055961
20
+ component_common_noise,wake only noise=0.0025,main_v04_160k,pose_holdout,temporal_mlp_H24,3,0.0735574761216475,0.0049921060137097,0.0401644559723793,0.000829376046619,0.0287314740634172,0.0010596596802067,0.0676942043970832,0.0052770557774221
21
+ component_common_noise,wake only noise=0.005,main_v04_160k,pose_holdout,temporal_mlp_H24,3,0.10922585683186,0.0026315982106455,0.052493972142729,0.00020579624642,0.0420413373332724,0.0014039292670816,0.1007906206124435,0.0033243225503798
22
+ component_common_noise,wake only noise=0.01,main_v04_160k,pose_holdout,temporal_mlp_H24,3,0.1892326763881189,0.0012657451937809,0.0842769281995787,0.0011088166541226,0.0849729705263429,0.0069550271421715,0.1689798798354696,0.0021977633954311
23
+ self_signal_control,external,paired_v05_160k,pose_holdout,temporal_mlp_H24,3,0.0328529559480276,0.0037411475188563,0.0199960813486597,0.0011912946150109,0.0121495683275637,0.0007588915762873,0.0304671865583693,0.0043131356487963
24
+ self_signal_control,total,paired_v05_160k,pose_holdout,temporal_mlp_H24,3,0.0383376682180556,0.0057011028883798,0.0255010089650004,0.0037177228610354,0.0159666533844505,0.0017969384124628,0.0347972582463039,0.0059383491345279
25
+ self_signal_control,self,paired_v05_160k,pose_holdout,temporal_mlp_H24,3,1.218899603952205,0.0109852235286786,0.7841462614762306,0.0061210737795384,0.8372818574531996,0.0104138249789268,0.8856250971662888,0.022967625713802
26
+ total_like_noise,noise=0.0,paired_v05_160k,pose_holdout,temporal_mlp_H24,3,0.0383376682180556,0.0057011028883798,0.0255010089650004,0.0037177228610354,0.0159666533844505,0.0017969384124628,0.0347972582463039,0.0059383491345279
27
+ total_like_noise,noise=0.0025,paired_v05_160k,pose_holdout,temporal_mlp_H24,3,0.0391451866747589,0.0055810316374525,0.0258864964801384,0.0036465441987494,0.0169309338184961,0.0016585196410527,0.0352377808001561,0.0058633704395898
28
+ total_like_noise,noise=0.005,paired_v05_160k,pose_holdout,temporal_mlp_H24,3,0.0414629107491118,0.005224083060418,0.0270091875658156,0.0034516971988544,0.0195182719529596,0.0013430983766387,0.0365248051753481,0.0056311706212647
29
+ total_like_noise,noise=0.01,paired_v05_160k,pose_holdout,temporal_mlp_H24,3,0.0496029417522939,0.0042125060438676,0.0310765119558397,0.002858910782083,0.0274794895726515,0.000672027689581,0.041241648744614,0.0048966748059137
30
+ total_like_noise,noise=0.02,paired_v05_160k,pose_holdout,temporal_mlp_H24,3,0.0733854269496673,0.0025032340824946,0.0436097815284051,0.0017180180426991,0.0472355937497941,0.0002471887709667,0.0561306114482112,0.0034009004384483
31
+ total_like_noise,noise=0.05,paired_v05_160k,pose_holdout,temporal_mlp_H24,3,0.1583628305435407,0.001077394683404,0.0913492880697431,0.0015505945472935,0.1092358423439886,0.0017056379461637,0.1146480181201363,0.0012143961173967
data/results/model_screen.csv ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ model,status,dataset,split,seeds,global_rmse_mean,global_rmse_std,rmse_dx_mean,rmse_dx_std,rmse_dy_mean,rmse_dy_std,note
2
+ mean,available,decision close-wake dataset,pose_holdout,3,1.2170331578555087,0.0749852035252772,0.8289190771063214,0.0032481718801474,0.889311893124075,0.1019464155461555,H16 decision benchmark
3
+ ridge,available,decision close-wake dataset,pose_holdout,3,0.6799200464668654,0.0309261726595429,0.3515537353703657,0.0112157261346125,0.5819080747065479,0.0309351843632766,H16 decision benchmark
4
+ random_forest,available,decision close-wake dataset,pose_holdout,3,0.2801886887757775,0.0446561276409291,0.083732465690421,0.0141099232455181,0.2671917041930494,0.0441569120121356,H16 decision benchmark
5
+ temporal_mlp_H1,available,decision close-wake dataset,pose_holdout,3,0.2496997168274037,0.0297766973619176,0.0785669709679331,0.0012345093014344,0.2369042441169107,0.0310719464561686,H1 single-frame decision benchmark
6
+ temporal_mlp_H16,available,decision close-wake dataset,pose_holdout,3,0.1581606316521022,0.0426118178330449,0.048256440624326,0.0079223818061367,0.1501996297192511,0.0440710987853546,H16 decision benchmark
7
+ temporal_mlp_H24,available,decision close-wake dataset,pose_holdout,3,0.1429454400047961,0.0448216492789202,0.0411582842553722,0.0044863323544967,0.1363426143433222,0.0470529703643436,H24 decision benchmark
8
+ residual_tcn_H16,available,decision close-wake dataset,pose_holdout,3,0.1688032599679122,0.0370379985718551,0.0458479679704966,0.0049253149417781,0.1622977201196681,0.0377556126956793,H16 decision benchmark
9
+ transformer_H16,available,decision close-wake dataset,pose_holdout,3,0.2030463402143606,0.0395604587671387,0.0640143418631672,0.0056474333532126,0.1923985966263115,0.0412586582929383,H16 decision benchmark
data/results/noise_snr_diagnostics.csv ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ component,u_mean,v_mean,u_std,v_std,speed_median,speed_p05,speed_p50,speed_p95,common_noise_uv_norm,noise_multiplier,approx_snr_median_speed,approx_snr_p05_speed
2
+ potential-only,0.0010043230140581727,2.3224285541800782e-05,0.0027045102324336767,0.004416086710989475,0.0006493771797977388,7.555788761237636e-05,0.0006493771797977388,0.007104360498487949,0.27692297101020813,0.0,inf,inf
3
+ potential-only,0.0010043230140581727,2.3224285541800782e-05,0.0027045102324336767,0.004416086710989475,0.0006493771797977388,7.555788761237636e-05,0.0006493771797977388,0.007104360498487949,0.27692297101020813,0.0025,0.9379896184542971,0.10913921273738045
4
+ potential-only,0.0010043230140581727,2.3224285541800782e-05,0.0027045102324336767,0.004416086710989475,0.0006493771797977388,7.555788761237636e-05,0.0006493771797977388,0.007104360498487949,0.27692297101020813,0.005,0.46899480922714853,0.054569606368690224
5
+ potential-only,0.0010043230140581727,2.3224285541800782e-05,0.0027045102324336767,0.004416086710989475,0.0006493771797977388,7.555788761237636e-05,0.0006493771797977388,0.007104360498487949,0.27692297101020813,0.01,0.23449740461357427,0.027284803184345112
6
+ potential-only,0.0010043230140581727,2.3224285541800782e-05,0.0027045102324336767,0.004416086710989475,0.0006493771797977388,7.555788761237636e-05,0.0006493771797977388,0.007104360498487949,0.27692297101020813,0.02,0.11724870230678713,0.013642401592172556
7
+ potential-only,0.0010043230140581727,2.3224285541800782e-05,0.0027045102324336767,0.004416086710989475,0.0006493771797977388,7.555788761237636e-05,0.0006493771797977388,0.007104360498487949,0.27692297101020813,0.05,0.046899480922714856,0.005456960636869022
8
+ wake-only,-0.017981233075261116,0.0019556665793061256,0.14179110527038574,0.23817981779575348,0.018248140811920166,0.0056847091764211655,0.018248140811920166,0.7555443644523621,0.27692297101020813,0.0,inf,inf
9
+ wake-only,-0.017981233075261116,0.0019556665793061256,0.14179110527038574,0.23817981779575348,0.018248140811920166,0.0056847091764211655,0.018248140811920166,0.7555443644523621,0.27692297101020813,0.0025,26.35843569834803,8.211249728664237
10
+ wake-only,-0.017981233075261116,0.0019556665793061256,0.14179110527038574,0.23817981779575348,0.018248140811920166,0.0056847091764211655,0.018248140811920166,0.7555443644523621,0.27692297101020813,0.005,13.179217849174014,4.1056248643321185
11
+ wake-only,-0.017981233075261116,0.0019556665793061256,0.14179110527038574,0.23817981779575348,0.018248140811920166,0.0056847091764211655,0.018248140811920166,0.7555443644523621,0.27692297101020813,0.01,6.589608924587007,2.0528124321660592
12
+ wake-only,-0.017981233075261116,0.0019556665793061256,0.14179110527038574,0.23817981779575348,0.018248140811920166,0.0056847091764211655,0.018248140811920166,0.7555443644523621,0.27692297101020813,0.02,3.2948044622935035,1.0264062160830296
13
+ wake-only,-0.017981233075261116,0.0019556665793061256,0.14179110527038574,0.23817981779575348,0.018248140811920166,0.0056847091764211655,0.018248140811920166,0.7555443644523621,0.27692297101020813,0.05,1.3179217849174014,0.41056248643321186
14
+ wake+potential,-0.016976911574602127,0.0019788905046880245,0.14181634783744812,0.23824435472488403,0.018708012998104095,0.0063233147375285625,0.018708012998104095,0.755461573600769,0.27692297101020813,0.0,inf,inf
15
+ wake+potential,-0.016976911574602127,0.0019788905046880245,0.14181634783744812,0.23824435472488403,0.018708012998104095,0.0063233147375285625,0.018708012998104095,0.755461573600769,0.27692297101020813,0.0025,27.02269577689092,9.133680336392848
16
+ wake+potential,-0.016976911574602127,0.0019788905046880245,0.14181634783744812,0.23824435472488403,0.018708012998104095,0.0063233147375285625,0.018708012998104095,0.755461573600769,0.27692297101020813,0.005,13.51134788844546,4.566840168196424
17
+ wake+potential,-0.016976911574602127,0.0019788905046880245,0.14181634783744812,0.23824435472488403,0.018708012998104095,0.0063233147375285625,0.018708012998104095,0.755461573600769,0.27692297101020813,0.01,6.75567394422273,2.283420084098212
18
+ wake+potential,-0.016976911574602127,0.0019788905046880245,0.14181634783744812,0.23824435472488403,0.018708012998104095,0.0063233147375285625,0.018708012998104095,0.755461573600769,0.27692297101020813,0.02,3.377836972111365,1.141710042049106
19
+ wake+potential,-0.016976911574602127,0.0019788905046880245,0.14181634783744812,0.23824435472488403,0.018708012998104095,0.0063233147375285625,0.018708012998104095,0.755461573600769,0.27692297101020813,0.05,1.351134788844546,0.45668401681964244
data/results/orientation_metrics.csv ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ region,position_rmse_mean,position_rmse_std,rmse_dy_mean,rmse_dy_std,theta_rel_mae_mean,theta_rel_mae_std
2
+ global,0.05945249384361523,0.005867457499674592,0.054003992090726205,0.0052673899392162715,0.5778877091487885,0.03619100330202086
3
+ close_wake,0.04036853070537142,0.0019083237008219681,0.03786510174766953,0.0014271051435635902,0.5268870314892741,0.03333608828771246
4
+ near_side,0.03953256666572682,0.0017994509431259237,0.028621655893173375,0.0026350001485214857,0.5347875363489866,0.044631400705110943
5
+ mid_wake,0.1470712084814451,0.01597506555466469,0.13461531850414146,0.015503540488169069,1.0396981531109077,0.18198922928085512
data/results/sample_size_convergence.csv ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ training_poses,n_seeds,n_train_samples_mean,wall_time_sec_mean,available_train_poses_mean,available_train_poses_std,best_val_loss_mean,best_val_loss_std,far_r2_dx_mean,far_r2_dx_std,far_r2_dy_mean,far_r2_dy_std,far_rmse_dx_mean,far_rmse_dx_std,far_rmse_dy_mean,far_rmse_dy_std,far_rmse_pos_mean,far_rmse_pos_std,input_dim_mean,input_dim_std,n_phase_mean,n_phase_std,r2_dx_mean,r2_dx_std,r2_dy_mean,r2_dy_std,rmse_dx_mean,rmse_dx_std,rmse_dy_mean,rmse_dy_std,global_rmse_mean,global_rmse_std,side_r2_dx_mean,side_r2_dx_std,side_r2_dy_mean,side_r2_dy_std,side_rmse_dx_mean,side_rmse_dx_std,side_rmse_dy_mean,side_rmse_dy_std,side_rmse_pos_mean,side_rmse_pos_std,wake_or_close_r2_dx_mean,wake_or_close_r2_dx_std,wake_or_close_r2_dy_mean,wake_or_close_r2_dy_std,wake_or_close_rmse_dx_mean,wake_or_close_rmse_dx_std,wake_or_close_rmse_dy_mean,wake_or_close_rmse_dy_std,close_rmse_mean,close_rmse_std
2
+ 500,3,13579.333333333334,25.85937507947286,4000.0,0.0,0.0313419513404369,0.0070513031525712,0.9640908295593448,0.0133412991300399,0.1671306980792355,0.3350902831175663,0.1641529450889035,0.0304770119733142,0.6292468191336708,0.1303482413911599,0.6525079742226553,0.1166882633908147,888.0,0.0,32.0,0.0,0.9933661258454852,0.0008890844001247,0.9221147575459412,0.0210302764314504,0.0680630439922054,0.0049368138313002,0.2440108022876302,0.03384877585909,0.2535569202252084,0.0315312297989084,0.997415152848004,0.0017506581701101,0.9904084985490764,0.0032279741237707,0.0723503850683638,0.0228649018797022,0.0630420003458472,0.0101711052984202,0.0961426121905758,0.023967902357909,0.995347486691792,0.0005877363097985,0.9041859256909676,0.0099251465032152,0.0352370617021383,0.001839924917468,0.1729944643382546,0.0103521717985049,0.1765483277212472,0.0104731832082833
3
+ 1000,3,27133.0,52.77682042121887,4000.0,0.0,0.009159496674935,0.0008716768408521,0.9850685573042391,0.0045141585783458,0.7684757277112316,0.068664180289839,0.1059798245525584,0.0076647682387795,0.334997154700482,0.0517261519283647,0.3514223416349883,0.0516727730004629,888.0,0.0,32.0,0.0,0.9971133497679444,0.0005889128626162,0.9771568530622584,0.0068035946203902,0.0447851571144016,0.0041805786922187,0.1323403847825032,0.0218355274878894,0.1397346575506586,0.0220258332621134,0.9986998182980784,0.0001458525979423,0.99297638766109,0.0019487709706341,0.0533060272180943,0.0037210893486615,0.0541862348371006,0.0081121162959889,0.076058199775057,0.0083005531504299,0.9980121075215584,0.0005229688046679,0.9716912346363286,0.0067070023077493,0.0229177602577957,0.0025399722979603,0.0937492325368227,0.0119353650718335,0.0965127120772635,0.0121680941245863
4
+ 2500,3,68062.66666666667,130.42462555567425,4000.0,0.0,0.0025103101506829,0.0003456577345817,0.992533712255552,0.0007245494770656,0.938786009888814,0.0087970443442295,0.0759105990663745,0.0057642269008102,0.1730958381032946,0.0144684800599871,0.1891855217943859,0.0119458390678905,888.0,0.0,32.0,0.0,0.9985198695717328,0.0002078953156431,0.9935595800807429,0.0004433730716433,0.0321428271808196,0.0022866697975916,0.070635718230223,0.0037774984739709,0.0776407848023037,0.0033481636789247,0.999379592261508,7.792568740091417e-05,0.9959589546865382,0.0005314303061625,0.0367938537161731,0.0023543412348947,0.0412245951935262,0.002381849899985,0.0552905832477305,0.0023506633150954,0.9988471449228044,0.0001957864367848,0.9919590356400784,0.0005901488247939,0.017558481028377,0.0019267509621434,0.0501188610653116,0.0017895734968906,0.0531340425411291,0.0015414159688227
5
+ 4000,3,108800.0,191.5180537700653,4000.0,0.0,0.0016464977913225,0.0001397235158367,0.9942852715152,0.0003192613525056,0.94617984850786,0.0285005748869771,0.0664298991161456,0.0039651587228756,0.1592800602219185,0.0428538411308604,0.1732722156653825,0.0386249494795692,888.0,0.0,32.0,0.0,0.9988235118260316,7.542528606200509e-05,0.994681964227268,0.0018053573517203,0.0286930282325809,0.0010582710952404,0.0637348899692469,0.0118915692217218,0.0700418361661496,0.0105773455459747,0.999496176471056,0.0001407906508618,0.996158074212184,0.0006532592606842,0.0329601501675698,0.0046095242445605,0.0401570817073775,0.0029888982332922,0.0520052302253717,0.0046700466487952,0.9990058220284418,9.919963585817426e-05,0.9943490172143014,0.0003893814105252,0.0162999837636519,0.0006708343636115,0.0420079664754118,0.0007764415864281,0.0450621674308039,0.0008322001440642
data/results/self_signal_randomized.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ condition,dataset,split,model,seeds,global_rmse_mean,global_rmse_std,close_rmse_mean,close_rmse_std,close_theta_mae_mean,close_theta_mae_std
2
+ external only,v05_self_external_orient30_160k,pose_holdout,temporal_mlp_H24,3,0.09024575668199702,0.01576590491891217,0.05786780563291305,0.0039637510483608585,0.7072726397369341,0.01219446060843351
3
+ external + self,v05_self_external_orient30_160k,pose_holdout,temporal_mlp_H24,3,0.1317669590471896,0.01944460914044316,0.08669888805573289,0.006095524389179049,1.080147193609853,0.054600796341721825
4
+ self only,v05_self_external_orient30_160k,pose_holdout,temporal_mlp_H24,3,1.2159361380245481,0.009226034067367092,0.7828375045926667,0.0076575240421788305,10.536162656208452,3.6515448012425775
data/results/sensor_ablation.csv ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ experiment,condition,dataset,split,model,seeds,global_rmse_mean,global_rmse_std,close_rmse_mean,close_rmse_std,rmse_dx_mean,rmse_dx_std,rmse_dy_mean,rmse_dy_std
2
+ sensor_ablation,all 6,main_v04_160k,pose_holdout,temporal_mlp_H24,3,0.0589848823327941,0.0077366740030861,0.0387413239386864,0.0043209683961585,0.0251623338166072,0.0033017910089558,0.0533458014567849,0.0070286878032756
3
+ sensor_ablation,anterior+midbody 4,main_v04_160k,pose_holdout,temporal_mlp_H24,3,0.0625521935678731,0.0089231282475158,0.0396730866588846,0.005091463563922,0.023416031052496,0.0017221648504641,0.0579645398613606,0.0091391552559496
4
+ sensor_ablation,side triplet 3,main_v04_160k,pose_holdout,temporal_mlp_H24,3,0.0814690809062836,0.0237779068595023,0.0452497093612953,0.0083797671654987,0.0304065661121779,0.0052961471051601,0.0747221238092383,0.025556634056786
5
+ sensor_ablation,posterior pair 2,main_v04_160k,pose_holdout,temporal_mlp_H24,3,0.0813301185569678,0.0101305045839674,0.0511602785223666,0.003955551249351,0.0316152510443987,0.0069501774144226,0.074881487844831,0.0081278812174879
data/results/v04_component_common_noise_summary_table.csv ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ best_val_loss_mean,best_val_loss_std,eval_raw_noise_std_mean,eval_raw_noise_std_std,far_r2_dx_mean,far_r2_dx_std,far_r2_dy_mean,far_r2_dy_std,far_rmse_dx_mean,far_rmse_dx_std,far_rmse_dy_mean,far_rmse_dy_std,far_rmse_pos_mean,far_rmse_pos_std,feature_set,input_dim,n_seeds,noise_scale_u_mean,noise_scale_u_std,noise_scale_v_mean,noise_scale_v_std,per_step_dim_mean,per_step_dim_std,r2_dx_mean,r2_dx_std,r2_dy_mean,r2_dy_std,rmse_dx_mean,rmse_dx_std,rmse_dy_mean,rmse_dy_std,rmse_pos_mean,rmse_pos_std,side_r2_dx_mean,side_r2_dx_std,side_r2_dy_mean,side_r2_dy_std,side_rmse_dx_mean,side_rmse_dx_std,side_rmse_dy_mean,side_rmse_dy_std,side_rmse_pos_mean,side_rmse_pos_std,train_raw_noise_std_mean,train_raw_noise_std_std,wake_or_close_r2_dx_mean,wake_or_close_r2_dx_std,wake_or_close_r2_dy_mean,wake_or_close_r2_dy_std,wake_or_close_rmse_dx_mean,wake_or_close_rmse_dx_std,wake_or_close_rmse_dy_mean,wake_or_close_rmse_dy_std,wake_or_close_rmse_pos_mean,wake_or_close_rmse_pos_std,component,eval_raw_noise_std,noise_scale_key
2
+ 0.00054412195459,0.0001636172351091,0.0,0.0,0.9952918918002548,0.0015538183951549,0.9982911939776168,0.0005264074125158,0.0601061671966121,0.0130353408728873,0.0286742549310972,0.0044953664478395,0.0667624684256805,0.0125193447160268,raw_norm,888,3,,,,,37.0,0.0,0.999065301866328,0.0002241803829897,0.9996577816054856,6.063606462297096e-05,0.0254755761046107,0.0031623199967097,0.0162211505211693,0.0011492700233561,0.0302077443690847,0.003279544584936,0.9997106206989028,8.012477198069083e-05,0.9991135828100588,0.0002570316356989,0.024955901344003,0.0034118218539476,0.0192192636850223,0.0028151271354403,0.0315908478516392,0.0032952435270679,0.0,0.0,0.9990310663001822,9.194059315957048e-05,0.9995014717988476,4.482065084731474e-05,0.0161036931550874,0.0009505466185771,0.0124759577378947,0.0005354329452478,0.0203731595519221,0.0010293027675325,potential only,0.0,X_raw
3
+ 0.00054412195459,0.0001636172351091,0.0025,0.0,-1.293469179158128,0.3538482300240301,-3.426276551522387,0.4125187371726638,1.3248386960515717,0.003836546350393,1.4723923015968008,0.0660499909373791,1.9810583327567075,0.0468415867502224,raw_norm,888,3,0.1413557130149483,0.0009239963180031,0.2371883054040728,0.0020569936365454,37.0,0.0,-0.2151546550418056,0.0518278447015552,0.070661337314925,0.0976966597781282,0.9221897674655448,0.0180195582317785,0.847630072103655,0.0463269721817308,1.2526940656396193,0.0444220578791933,0.3987172748413246,0.0287651735850861,-1.4418381895340149,0.3325449118894947,1.1469938934153576,0.0444745653350591,1.0142524358433558,0.0831971718066786,1.5322125473562205,0.0619783322142999,0.0,0.0,-1.2398905430299283,0.2932654914558747,-0.3881402875000172,0.2416502506279448,0.7728394572445878,0.0377642700842125,0.6576918865277855,0.067909314515156,1.0152291796097126,0.0690039912923619,potential only,0.0025,X_raw
4
+ 0.00054412195459,0.0001636172351091,0.005,0.0,-0.7968269101072485,0.2179078386422413,-6.500681009035934,0.5049256507013637,1.174433890523044,0.0169246121063904,1.91720646675864,0.0537313448447155,2.248408352308482,0.051251545374946,raw_norm,888,3,0.1413557130149483,0.0009239963180031,0.2371883054040728,0.0020569936365454,37.0,0.0,-0.1677516868979355,0.0300375192818853,-0.0143560896327021,0.0818621130720671,0.904127187975438,0.0106825733571097,0.8859084942379467,0.0383762787519879,1.2659296891765044,0.0337585179706784,0.2899702598179484,0.0269579648693912,-0.8160000612104371,0.2255610125730886,1.246436224266308,0.042274416761682,0.8748556627931038,0.066003080669518,1.5237301212616694,0.0444617491431928,0.0,0.0,-1.0014921143231386,0.2127347996016486,-0.2798331773570598,0.2503977873675549,0.7310653768845116,0.0275142772405588,0.6311258790663593,0.0725492043447581,0.9665093505773796,0.0630446360345746,potential only,0.005,X_raw
5
+ 0.00054412195459,0.0001636172351091,0.01,0.0,-0.2825862839199121,0.0904285353705734,-13.122178940800788,0.5203891245344479,0.9942309351050403,0.0385524225080763,2.6314964090962136,0.0202555865481507,2.813195414750333,0.0263945225068842,raw_norm,888,3,0.1413557130149483,0.0009239963180031,0.2371883054040728,0.0020569936365454,37.0,0.0,-0.0039478710801659,0.0126307972377255,-0.27940749503646,0.0223878577600974,0.8383543183779395,0.0024335541509485,0.9955493059302278,0.0238783754998964,1.3015920932908671,0.017254232756467,0.1869252913558817,0.0182356669544293,-0.3169649851440846,0.0180226107907705,1.3338141422297924,0.0344772839623673,0.7456685261356298,0.0157782302023111,1.5281586482559235,0.0340136681482449,0.0,0.0,-0.349454130884534,0.0485314857247048,-0.0104063832713713,0.0699099169461442,0.6010622078686643,0.0077978405996391,0.5620535523404975,0.0262693022880434,0.8231005726929362,0.0167036986726641,potential only,0.01,X_raw
6
+ 0.0010203303730425,0.000207497045114,0.0,0.0,0.9953609439954856,0.0017217908958108,0.962783167811384,0.0094335986670242,0.0587940789769185,0.0063315423967991,0.1345530452189312,0.0182098677921863,0.1468625107251869,0.0189918582561244,raw_norm,888,3,,,,,37.0,0.0,0.9990831134183916,0.0002597851201117,0.9963061779963472,0.0008441096225819,0.0251623338166072,0.0033017910089558,0.0533458014567849,0.0070286878032756,0.0589848823327941,0.0077366740030861,0.9996475884641222,5.974164425755448e-05,0.99759853018648,0.0002388443284498,0.0277215976807337,0.0026672202562606,0.0318078613010096,0.0014557481723492,0.0422144301199394,0.0025468861154204,0.0,0.0,0.9991781639199384,0.0003171519054854,0.995871308385451,0.0007319623465351,0.0146156544195876,0.0024314632941615,0.0358711910807829,0.0036816395006602,0.0387413239386864,0.0043209683961585,wake+potential,0.0,X_raw
7
+ 0.0010203303730425,0.000207497045114,0.0025,0.0,0.994480608281671,0.0016534036925966,0.9456202951740036,0.0060453812531903,0.0644684540697413,0.0048521700251763,0.1632326656365336,0.010710016194395,0.1755119837422833,0.0115408143792466,raw_norm,888,3,0.1413557130149483,0.0009239963180031,0.2371883054040728,0.0020569936365454,37.0,0.0,0.9986155114249048,0.0002617949314216,0.9933708012958944,0.0006201613132982,0.0310320366155287,0.0026627108452444,0.0716493140236628,0.0046572058185933,0.0780825034197976,0.005327366092311,0.9991240768669992,0.0001137576281837,0.9836767535455836,0.0001630149372734,0.0437410166665292,0.0035278726826913,0.0830161707212668,0.0016750809271684,0.0938672316862482,0.0024713792675971,0.0,0.0,0.9989936257045504,0.0003035249297173,0.9944854490807478,0.0006205766596699,0.0162613833257938,0.0020214309219202,0.0415080694349287,0.0029502382501409,0.0445857126464252,0.0034626657715121,wake+potential,0.0025,X_raw
8
+ 0.0010203303730425,0.000207497045114,0.005,0.0,0.9914512823713614,0.0012395387219032,0.8973062250435372,0.0049896426721049,0.0809196391467011,0.0002221180274303,0.2243700912750516,0.0027378554345783,0.238516871408937,0.0026433040590581,raw_norm,888,3,0.1413557130149483,0.0009239963180031,0.2371883054040728,0.0020569936365454,37.0,0.0,0.9970827135679322,0.0003105407620018,0.9849364468830032,0.0005836812437017,0.0451401290893312,0.0021588133843442,0.107999390073723,0.0023311849958821,0.1170665048912076,0.0023439951568292,0.9974133404135054,0.0003465624511759,0.9434544694012496,0.0010027065471556,0.0751564500257125,0.0061376428597302,0.1545070505351832,0.0032434398716477,0.1718908561573005,0.0031419555476731,0.0,0.0,0.998436465471894,0.0002610218532142,0.9903662403113664,0.0003539511367879,0.0203948371445677,0.0012080649629589,0.0548939847535298,0.0018673216922829,0.0585637910203896,0.0020780518878743,wake+potential,0.005,X_raw
9
+ 0.0010203303730425,0.000207497045114,0.01,0.0,0.9757724623191724,0.0045346958051471,0.741282012947105,0.0373250551081869,0.1367019333873515,0.0175561707381878,0.355440966587371,0.0215030460039501,0.3809782325387461,0.0243419102891061,raw_norm,888,3,0.1413557130149483,0.0009239963180031,0.2371883054040728,0.0020569936365454,37.0,0.0,0.9894751268890768,0.0012145204771002,0.9564004864335782,0.0032035023208059,0.0857444705818955,0.0048846948915077,0.183621380132832,0.0039940434856857,0.2027111991917506,0.0023356855087126,0.9888123858054924,0.0013950231375585,0.8073156042519737,0.0025537098476335,0.1563167905267316,0.0115800568893032,0.2852083514652602,0.0049510171606261,0.3253775322060599,0.0045734790794575,0.0,0.0,0.9961958863408328,0.0001060144139187,0.974866114682516,0.0009528737665951,0.0319216502204579,0.0008594590528449,0.0886375222850975,0.0014174422818878,0.0942153759432734,0.0011599054897321,wake+potential,0.01,X_raw
10
+ 0.0008738380274735,4.44408512551477e-05,0.0,0.0,0.9955003259593966,0.0012386721041134,0.9647196501589144,0.011490487346726,0.0584430804121359,0.0078994499686859,0.1306103186087222,0.0220706798288338,0.1433738840152306,0.0206732618179242,raw_norm,888,3,,,,,37.0,0.0,0.9992035403092676,0.0001439368098413,0.996632836443634,0.0008342591306691,0.0235433207324931,0.0021681063391393,0.0509019702824917,0.0071828925055961,0.0561375461861556,0.0068634019822317,0.9997208021613948,1.4334203377978194e-05,0.9977376787903974,0.0003835269255214,0.0247098750046668,0.0007674383400314,0.0308326250350058,0.0028432851091614,0.0395322876097113,0.0025126918385697,0.0,0.0,0.9994174286938784,0.0001082945046732,0.9965630726085234,8.937928849130341e-05,0.0124351738605026,0.0009089191403639,0.0327875868282223,0.0009290160999845,0.0350701060350671,0.0011444638002972,wake only,0.0,X_raw
11
+ 0.0008738380274735,4.44408512551477e-05,0.0025,0.0,0.9947538064977968,0.0010045918739314,0.9481081500501785,0.0086266720011789,0.0633582036767436,0.005452113120251,0.1592796676510528,0.0145505833221544,0.1715211677774646,0.0137328172322216,raw_norm,888,3,0.1413557130149483,0.0009239963180031,0.2371883054040728,0.0020569936365454,37.0,0.0,0.998819742085884,8.76991014351117e-05,0.994079311898998,0.0007060729350449,0.0287314740634172,0.0010596596802067,0.0676942043970832,0.0052770557774221,0.0735574761216475,0.0049921060137097,0.999304610539276,3.4861792985498125e-05,0.9861954348322748,0.0008022559920128,0.0389932982246895,0.0009737531575814,0.0763365691531285,0.0032235687746577,0.0857346833902585,0.0027035775520536,0.0,0.0,0.9992444109349048,9.9149604382874e-05,0.9954862149334308,3.0015660514712667e-05,0.0141906681777898,0.000608865867543,0.037572676477142,0.0006861565678938,0.0401644559723793,0.000829376046619,wake only,0.0025,X_raw
12
+ 0.0008738380274735,4.44408512551477e-05,0.005,0.0,0.9921144144361976,0.0006354776152281,0.9022447437099282,0.0044100812830454,0.0779640711666754,0.0039795861552598,0.2189393603962247,0.0045336660186206,0.2324444537746968,0.0031646457930364,raw_norm,888,3,0.1413557130149483,0.0009239963180031,0.2371883054040728,0.0020569936365454,37.0,0.0,0.9974740954204748,0.0001572047234624,0.9868861502692222,0.0004828538163256,0.0420413373332724,0.0014039292670816,0.1007906206124435,0.0033243225503798,0.10922585683186,0.0026315982106455,0.997816046169992,0.0002145188290259,0.9535998688370522,0.0020525757496561,0.069068046550122,0.0035206610893804,0.1399648059695445,0.0051121126543732,0.1561293627820633,0.0038438018563226,0.0,0.0,0.9987182417725676,5.9700985989490766e-05,0.9922832876429482,0.0001696278039361,0.018520717509372,9.1793862554895e-05,0.0491180663897025,0.0002397051865809,0.052493972142729,0.00020579624642,wake only,0.005,X_raw
13
+ 0.0008738380274735,4.44408512551477e-05,0.01,0.0,0.9774187590186556,0.0083784886376422,0.7555374894508325,0.0268308382010859,0.1309396140074595,0.0265460928856757,0.3458170786510625,0.0146713122194753,0.3703281518307623,0.0175352216102452,raw_norm,888,3,0.1413557130149483,0.0009239963180031,0.2371883054040728,0.0020569936365454,37.0,0.0,0.9896468700763682,0.0016629394190034,0.9631160073007092,0.0014256864764771,0.0849729705263429,0.0069550271421715,0.1689798798354696,0.0021977633954311,0.1892326763881189,0.0012657451937809,0.9886619231923482,0.0013278463503295,0.8470424299410078,0.0048271988045945,0.157311499469793,0.0093058128118863,0.2541197075040517,0.0072590973330017,0.2989949255563477,0.005286283626534,0.0,0.0,0.9965635471250388,0.0001692962747729,0.9802209752908898,0.0009301530223182,0.0303502625139856,0.0015462345588887,0.0786156764138163,0.0006285333660267,0.0842769281995787,0.0011088166541226,wake only,0.01,X_raw
data/results/v04_h_sweep_summary_table.csv ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ best_val_loss_mean,best_val_loss_std,far_r2_dx_mean,far_r2_dx_std,far_r2_dy_mean,far_r2_dy_std,far_rmse_dx_mean,far_rmse_dx_std,far_rmse_dy_mean,far_rmse_dy_std,far_rmse_pos_mean,far_rmse_pos_std,feature_set,input_dim,n_seeds,per_step_dim_mean,per_step_dim_std,r2_dx_mean,r2_dx_std,r2_dy_mean,r2_dy_std,rmse_dx_mean,rmse_dx_std,rmse_dy_mean,rmse_dy_std,rmse_pos_mean,rmse_pos_std,side_r2_dx_mean,side_r2_dx_std,side_r2_dy_mean,side_r2_dy_std,side_rmse_dx_mean,side_rmse_dx_std,side_rmse_dy_mean,side_rmse_dy_std,side_rmse_pos_mean,side_rmse_pos_std,wake_or_close_r2_dx_mean,wake_or_close_r2_dx_std,wake_or_close_r2_dy_mean,wake_or_close_r2_dy_std,wake_or_close_rmse_dx_mean,wake_or_close_rmse_dx_std,wake_or_close_rmse_dy_mean,wake_or_close_rmse_dy_std,wake_or_close_rmse_pos_mean,wake_or_close_rmse_pos_std,history
2
+ 0.0106213154892126,0.0005633254743397,0.992335379536942,0.0018094132801651,0.5705842680743952,0.055938745432016,0.0762251814937115,0.0038873198210531,0.4584202652839708,0.0325650861962555,0.4647384098211231,0.0322806230566368,raw_norm,37,3,37.0,0.0,0.9966558862347302,5.8962547437282106e-05,0.9551320866058096,0.0027351909675899,0.0483877859371041,0.0007566566406719,0.1864200932212064,0.0084991567305119,0.1926107121923411,0.0080760135145904,0.9977456636985624,0.0002040286453452,0.9573314498540864,0.0009160385559665,0.0701492083015515,0.0021166265482175,0.1341947317592781,0.0009572667151977,0.1514314463090881,0.0013704949959417,0.9957563915489936,0.0003110240226152,0.949667623419609,0.0053391077592759,0.0337056617697884,0.001537089579129,0.125306709026618,0.0060407642968342,0.1297615458295836,0.006207234260991,1
3
+ 0.0095656899114449,7.344657890644229e-05,0.9917044022549204,0.002522755727353,0.5934573488120652,0.0548418918932573,0.0789058083793072,0.0072740532593595,0.4459254664127703,0.0318590480630698,0.4529147027881772,0.031365444025371,raw_norm_global_pairwise,56,3,56.0,0.0,0.9966652539170248,0.0002030233311974,0.9583384912304408,0.0029288223698256,0.0483063724381708,0.0015787274995226,0.179616702336492,0.0087964467884024,0.1860239814193449,0.0081231414193403,0.9977144871632132,0.000265479174727,0.9597213242154212,0.0021162465053427,0.0705968901612501,0.0034344354992054,0.1303440864858055,0.0022186362565007,0.1482584841709349,0.0024704603680225,0.9961057543780246,0.0003699763906682,0.954982131391328,0.0034624356951159,0.0323003802776083,0.0023275273672299,0.1185764867181608,0.0042467640215054,0.1229088494301811,0.0043727724241706,1
4
+ 0.001545880921185,0.0002006540074591,0.9948494028122584,0.0025123157695795,0.9388227019487272,0.013680103003173,0.0613340077133525,0.0101663163381774,0.1725077736047811,0.0204080519072584,0.1831146583426961,0.0224625044236773,raw_norm,592,3,37.0,0.0,0.998954595227444,0.0002512251364164,0.9939557542674172,0.0009478794277168,0.0269155803686056,0.0029784857211576,0.0683432182334276,0.0064800637908676,0.0734577778032443,0.007047044902638,0.9995670340290492,8.904612921230726e-05,0.9967654589531512,0.0002036597299102,0.0306915818911164,0.0036807706941394,0.0369356071136714,0.0010490523707058,0.0480567901944592,0.0031279970971557,0.9990782511695092,3.2469232480029683e-05,0.9929203824676892,0.0005537673603361,0.015710240388156,0.0003050823338251,0.0470324721617268,0.0020989039332527,0.0495900349923238,0.0020096649440829,16
5
+ 0.0013282300593952,0.0003538132445036,0.9957845972144438,0.001698401544662,0.9412546996290756,0.0213264243110134,0.0559779465122998,0.0110326848243742,0.1677558485981432,0.0328178892559168,0.1768939820217274,0.0342760197268921,raw_norm_global_pairwise,896,3,56.0,0.0,0.9991750495391954,0.000151737835335,0.9942036541608632,0.0021342314249566,0.0239576373777904,0.0021132799411224,0.0663566580553018,0.0134473989935235,0.0705812664173097,0.0133599185508228,0.9997339465124576,5.50416349724192e-05,0.9968688417386838,0.0003234215163605,0.0240573566301269,0.0028244246939341,0.0363444622886521,0.002419640862019,0.043645722654719,0.0024337005350762,0.9991644989108784,0.0001136839488589,0.9932341151888138,0.002756490671293,0.0149280600165111,0.0007894983784378,0.0454767127002701,0.0097590629464577,0.0479111915944031,0.0094396376047109,16
6
+ 0.0010203303730425,0.000207497045114,0.9953609439954856,0.0017217908958108,0.962783167811384,0.0094335986670242,0.0587940789769185,0.0063315423967991,0.1345530452189312,0.0182098677921863,0.1468625107251869,0.0189918582561244,raw_norm,888,3,37.0,0.0,0.9990831134183916,0.0002597851201117,0.9963061779963472,0.0008441096225819,0.0251623338166072,0.0033017910089558,0.0533458014567849,0.0070286878032756,0.0589848823327941,0.0077366740030861,0.9996475884641222,5.974164425755448e-05,0.99759853018648,0.0002388443284498,0.0277215976807337,0.0026672202562606,0.0318078613010096,0.0014557481723492,0.0422144301199394,0.0025468861154204,0.9991781639199384,0.0003171519054854,0.995871308385451,0.0007319623465351,0.0146156544195876,0.0024314632941615,0.0358711910807829,0.0036816395006602,0.0387413239386864,0.0043209683961585,24
7
+ 0.0009931109962053,0.0001837383935597,0.9950616816106148,0.0012030426198225,0.9557147144811028,0.0258385717678352,0.0612571862429418,0.0051734230191526,0.1438379694328329,0.0423891265303024,0.1567902023180272,0.0401442089819913,raw_norm_global_pairwise,1344,3,56.0,0.0,0.999140718819142,8.370390903251362e-05,0.9958788101617234,0.0017209032638771,0.0245042160394053,0.0010516211183071,0.055846103480538,0.0125298129529767,0.0610715656038009,0.0119316280599599,0.999722560319865,4.891624052308746e-05,0.9978586481743182,0.000536237734768,0.0245817866129983,0.0022577232146353,0.0299338304006316,0.0043084240581072,0.0389020252304729,0.0020139847916493,0.999346472211116,7.01705946600199e-05,0.995891580325372,0.0012505989065669,0.0132076881763024,0.0003737804634491,0.0356058404585791,0.0057788814610051,0.0380101999522069,0.0054498242862891,24
8
+ 0.0035984800973286,0.0001628316427966,0.9943714758583984,0.0018464987456825,0.7581068040939135,0.0256357360277918,0.0649959284221536,0.0062781182840367,0.3443072365460357,0.0221138953230397,0.3504120028479775,0.0224387455038935,raw_norm,148,3,37.0,0.0,0.9982914794602136,9.979609163902608e-05,0.9788523197858384,0.0019397234006938,0.0345718772095083,0.0007761451481954,0.1279779912565224,0.0083226915759982,0.1325709700556126,0.0082248315421557,0.9991330471090416,5.764507189401819e-05,0.9937537327752964,0.0006741961560383,0.043521391713796,0.0008738192237131,0.0513195572819787,0.003372446569393,0.0673205046331218,0.002402953245039,0.9978249091880418,9.234412596574696e-05,0.9794827262830282,0.001406440289994,0.0241451267460287,0.001125340570355,0.0800818063503134,0.0033318878757918,0.0836574930321334,0.0029373352635135,4
9
+ 0.0036583167190353,0.0002182357013376,0.9937027113974716,0.001732729333065,0.7804840420355913,0.0370276168378009,0.0689414276325311,0.004079335608262,0.3275984560667819,0.030548394668175,0.3347791093769381,0.0307371204736173,raw_norm_global_pairwise,224,3,56.0,0.0,0.998308679739408,5.004622297094272e-05,0.980591293681155,0.0034583202960624,0.0344100328718981,0.0006565974105624,0.1224401720923534,0.0131691205771597,0.12722546360794,0.0125637624909021,0.9992087847135576,0.0001840872544874,0.993620613377659,0.0006616002249047,0.0413696481632278,0.0046983975635584,0.0518455546161713,0.0026269272129868,0.066404469622728,0.0037093518767245,0.9979668380139048,0.0002100698162187,0.9808776108603132,0.0024824124544481,0.0233242515487372,0.0014575983221336,0.0772502804970829,0.0056786427649736,0.0807315871818269,0.0050425830638325,4
10
+ 0.0027989541801313,0.0004521306002699,0.9920626465216008,0.0030577589228545,0.8425799302363725,0.0288913383731798,0.0775567350887377,0.0183963496000681,0.2772957540043573,0.0275894799679281,0.2884338292770979,0.0258933929031736,raw_norm,296,3,37.0,0.0,0.9981608726340316,0.000419010335502,0.9859555288664328,0.0027330888548059,0.0357307475744859,0.0042065223870634,0.1041140237424087,0.0119651617242924,0.1101785715937253,0.0112475713436537,0.9991188958823456,0.0001817430116943,0.9953005158307348,0.0010382837220472,0.0437173026823759,0.0043011601870158,0.0443965437693718,0.0056805963869913,0.0623250266602182,0.0068948684326266,0.99829345666979,0.0001332164868755,0.9858749612017984,0.0019217927289969,0.0213634151617928,0.0006410319982327,0.0663926748929705,0.0051762692421993,0.0697533901631692,0.0050473464945181,8
11
+ 0.0023443936370313,0.0001510972179661,0.9959427733205378,0.001050729200503,0.8350993066333997,0.0291102895265187,0.0553871523010149,0.002922892762555,0.2838116649347133,0.0270121067061244,0.2891785008423584,0.0269645299643502,raw_norm_global_pairwise,448,3,56.0,0.0,0.9989379010843225,7.780124290704881e-05,0.9856585482061664,0.0017523267189332,0.0272527376275149,0.0008037580472454,0.1053469816646638,0.0082855185183772,0.1088200877937063,0.0082235007171966,0.9996306954227846,8.683239334353222e-05,0.9952840669457836,0.0007403185473971,0.0282744485071689,0.0034266874870469,0.044532783129235,0.0035223991078917,0.0527820537033995,0.0043762438593373,0.9984807249757962,6.800819942175744e-05,0.9864166991248186,0.0011604534700346,0.020179802435834,0.0009699631197798,0.0651163893439327,0.002281304059348,0.0681742109726942,0.0023692816106766,8
data/results/v04_sensor_subset_summary_table.csv ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ best_val_loss_mean,best_val_loss_std,eval_raw_noise_std_mean,eval_raw_noise_std_std,far_r2_dx_mean,far_r2_dx_std,far_r2_dy_mean,far_r2_dy_std,far_rmse_dx_mean,far_rmse_dx_std,far_rmse_dy_mean,far_rmse_dy_std,far_rmse_pos_mean,far_rmse_pos_std,feature_set,input_dim,n_seeds,per_step_dim_mean,per_step_dim_std,r2_dx_mean,r2_dx_std,r2_dy_mean,r2_dy_std,rmse_dx_mean,rmse_dx_std,rmse_dy_mean,rmse_dy_std,rmse_pos_mean,rmse_pos_std,side_r2_dx_mean,side_r2_dx_std,side_r2_dy_mean,side_r2_dy_std,side_rmse_dx_mean,side_rmse_dx_std,side_rmse_dy_mean,side_rmse_dy_std,side_rmse_pos_mean,side_rmse_pos_std,train_raw_noise_std_mean,train_raw_noise_std_std,wake_or_close_r2_dx_mean,wake_or_close_r2_dx_std,wake_or_close_r2_dy_mean,wake_or_close_r2_dy_std,wake_or_close_rmse_dx_mean,wake_or_close_rmse_dx_std,wake_or_close_rmse_dy_mean,wake_or_close_rmse_dy_std,wake_or_close_rmse_pos_mean,wake_or_close_rmse_pos_std,subset,sensor_indices,n_sensors
2
+ 0.0010203303730425,0.000207497045114,0.0,0.0,0.9953609439954856,0.0017217908958108,0.962783167811384,0.0094335986670242,0.0587940789769185,0.0063315423967991,0.1345530452189312,0.0182098677921863,0.1468625107251869,0.0189918582561244,raw_norm,888,3,37.0,0.0,0.9990831134183916,0.0002597851201117,0.9963061779963472,0.0008441096225819,0.0251623338166072,0.0033017910089558,0.0533458014567849,0.0070286878032756,0.0589848823327941,0.0077366740030861,0.9996475884641222,5.974164425755448e-05,0.99759853018648,0.0002388443284498,0.0277215976807337,0.0026672202562606,0.0318078613010096,0.0014557481723492,0.0422144301199394,0.0025468861154204,0.0,0.0,0.9991781639199384,0.0003171519054854,0.995871308385451,0.0007319623465351,0.0146156544195876,0.0024314632941615,0.0358711910807829,0.0036816395006602,0.0387413239386864,0.0043209683961585,all6,all,6
3
+ 0.0010856376805653,0.0003242694365959,0.0,0.0,0.9956297689389388,0.0010874136723648,0.953743397114477,0.0216509776653671,0.0576464886309922,0.0061327431997465,0.1481479272057671,0.0357429500643399,0.1592073374127531,0.0346567968750892,raw_norm,600,3,25.0,0.0,0.9992140161643094,0.0001127412604631,0.995614934362389,0.001234709395504,0.023416031052496,0.0017221648504641,0.0579645398613606,0.0091391552559496,0.0625521935678731,0.0089231282475158,0.9997598315856616,4.6059507611719166e-05,0.9973895859535824,0.0008894102477025,0.02283588575297,0.0019174457017114,0.0327823325907834,0.0056383628704672,0.0400507321495528,0.0048594781230495,0.0,0.0,0.9993204541278956,9.441748209734534e-05,0.995498546376968,0.0012308999854394,0.0134725924099395,0.0009850945348995,0.0373055533593975,0.005104969245969,0.0396730866588846,0.005091463563922,anterior_mid_pairs,"0,1,2,3",4
4
+ 0.0024901264890407,0.0009554831819596,0.0,0.0,0.9930638641882972,0.0038307010137449,0.930056675212993,0.0128699677049789,0.071929711764259,0.0221419640553242,0.1848369273482722,0.0184589736933811,0.1994846477572559,0.0121520765651513,raw_norm,312,3,13.0,0.0,0.9985431624273484,0.0006195181459918,0.9926895931675292,0.0005440724264236,0.0314731677297139,0.0068883012806733,0.0752297674895773,0.0035310283293674,0.0817090088102555,0.0045266963320236,0.9994304124396964,0.0001544235799478,0.9951499305640592,0.0020143001384423,0.035077696237327,0.0047334820060457,0.044462416761071,0.0089772720527064,0.0566654048347689,0.0098778552382345,0.0,0.0,0.9986547685474898,0.0003518554196514,0.9910336682445892,0.0029280673671177,0.0189026737232735,0.0029925956331797,0.0523793933243612,0.0079823337234979,0.055689070290565,0.0084930756461245,anterior_pair,"0,1",2
5
+ 0.0013669038113827,0.0003876936015052,0.0,0.0,0.9918588607936734,0.0031385021759736,0.9364582813003702,0.030914067946322,0.0778301001095834,0.0096589479433861,0.1728904019470702,0.0478733885297556,0.1903241701717523,0.0444201005185236,raw_norm,600,3,25.0,0.0,0.9986656626219468,0.0003647740863375,0.9938589805647408,0.0024750533740773,0.0303668939305417,0.0038863964943626,0.0681555659520978,0.0155215374979001,0.0747253298522529,0.0152053920560238,0.9996058588870465,9.734312467528044e-05,0.9974537969114716,0.0007912478579427,0.0292457346899858,0.0038437764389944,0.0325668533159382,0.0056468746612618,0.0438016431398212,0.0065311022667624,0.0,0.0,0.9990661692406562,0.0001752100707484,0.9931063552926516,0.0016890546228863,0.0157442068672781,0.0010773209886973,0.0462438052035961,0.00604043367973,0.0488609654802353,0.0060092339314151,anterior_posterior_pairs,"0,1,4,5",4
6
+ 0.0016408414424707,0.0008899188484879,0.0,0.0,0.99334606287821,0.0016620654609394,0.9390383903212106,0.0103674296163544,0.0718150527220952,0.0140864780739967,0.1726121372459473,0.0159924697612668,0.1875505564956564,0.0109498252947349,raw_norm,456,3,19.0,0.0,0.998708904098798,0.0005110883070001,0.9937128884549468,0.0011112795487237,0.029704357166102,0.0060757575940891,0.0695866554951316,0.0060334589097918,0.0757801137129012,0.006808538148688,0.9994890624849616,0.0002680899306686,0.9969239737480964,0.0013991828705185,0.0326289374966364,0.0079076139855949,0.0353916145381239,0.0078836335051572,0.048140352214428,0.0111473172493149,0.0,0.0,0.9989887622538848,0.0005929703292866,0.992137171930646,0.0039565108026027,0.0160177768069572,0.0045193378321994,0.0486589717235798,0.0121117158612299,0.0512340896530148,0.0128886467961311,diagonal_lmr,"0,3,4",3
7
+ 0.0014656896237283,0.0001505174459988,0.0,0.0,0.993420802961844,0.0037387336683305,0.9389203395521534,0.0153842528247051,0.0681367470942232,0.0172494804011079,0.1721257935321699,0.0229493346046034,0.1857423412978216,0.0218803144904168,raw_norm,456,3,19.0,0.0,0.9987096904933452,0.0002278606469631,0.9938597721778878,0.0009050212208229,0.0299635032052671,0.0025587264906111,0.068888434873088,0.0061431407405828,0.0751606434767798,0.0059786071154217,0.9994339756984604,0.0002044084946979,0.997376552614914,0.0007427846156165,0.0347041387011887,0.0062791112487758,0.0330740387548657,0.004864523719151,0.0481350072476957,0.0059183079346772,0.0,0.0,0.9990222831687442,8.07966718942365e-05,0.9923282884179352,0.0007977040165652,0.0161667615723925,0.0004426844233117,0.0489216581365608,0.0022007617195629,0.0515318596012696,0.0019441482842521,diagonal_rml,"1,2,5",3
8
+ 0.0012660833114447,0.000641445836707,0.0,0.0,0.9918545522583344,0.0051464648372072,0.8589346676706606,0.1567279802702801,0.0774092754115746,0.0279019352076877,0.238256333088468,0.1417800874308881,0.2561943409818805,0.1287020392934638,raw_norm,456,3,19.0,0.0,0.9986448733364208,0.0005498711401314,0.9892589247382748,0.0096872723409322,0.0303405574386514,0.0068411767976675,0.0858462628092283,0.041211738897298,0.0924111809711388,0.03702249270638,0.9995937270316594,0.0002236750634509,0.997700855947768,0.0008398029379742,0.0290075493476272,0.007672339409567,0.0308321655860252,0.0056609298769276,0.0423557126998023,0.0093803972433714,0.0,0.0,0.9991407284371588,0.000463481526464,0.9940002354794676,0.0029604250248416,0.0148152416476167,0.0037907830765406,0.042544198936574,0.0104625016505059,0.0450526167698276,0.0111120174925573,left_side,"0,2,4",3
9
+ 0.0016384469733263,0.0006768546137528,0.0,0.0,0.995865982551086,0.0008320802006838,0.9474295342049855,0.0285976781677292,0.0566268994467121,0.0095160345457707,0.1566674559518389,0.0395077738752061,0.1666762327617989,0.0400863505648345,raw_norm,600,3,25.0,0.0,0.9989097728525927,0.000442119265759,0.9948667057015624,0.0023100101801916,0.0272890751133993,0.0056244450538518,0.0619267818507923,0.0126094808168995,0.0676769388477058,0.0137771988209485,0.9993918772327924,0.0004171762240284,0.9964950731622504,0.0011512638466879,0.0350471004439067,0.0112562031472226,0.0380251266892571,0.0060122989097384,0.0520867032716188,0.0102287401375781,0.0,0.0,0.9989780279925458,0.0003180039073281,0.9942013030293348,0.0026766730662185,0.0164241668128643,0.0026147098477074,0.0418511247821721,0.0096551387930321,0.044971306374319,0.0099164342747643,mid_posterior_pairs,"2,3,4,5",4
10
+ 0.0022379347744087,9.672164062350923e-05,0.0,0.0,0.9953227245845994,0.0015931309113191,0.9471916409252572,0.001120695036749,0.0590583523955204,0.0076008207642668,0.1609464605941206,0.0020111983601075,0.1715376750643279,0.0033962764307719,raw_norm,312,3,13.0,0.0,0.9988854268441488,9.75263774005266e-05,0.9934844858749092,0.0002873145436023,0.0279129596633763,0.0011347286522677,0.0710307578450675,0.0020096033687161,0.0763284440889597,0.0017412251642205,0.999481937217424,4.377766341045773e-05,0.9943181736178708,0.0009852630897921,0.0336346959041455,0.0011210243949847,0.0488248784359172,0.0035553512568975,0.0593040185498842,0.0033450827009521,0.0,0.0,0.9988586807855668,0.0001638070660849,0.9904519060496474,0.0012579244570555,0.0174519667374325,0.0011811872981124,0.054593285070597,0.0042619103319354,0.057323442196619,0.0042532836624055,midbody_pair,"2,3",2
11
+ 0.0020039516190687,0.0004137045735464,0.0,0.0,0.9909728324397106,0.0051717314037251,0.9236085928974944,0.0228765027096559,0.0796287267949063,0.0215134655485804,0.1922193995365899,0.031543429472783,0.2082316303395806,0.0367525082922553,raw_norm,312,3,13.0,0.0,0.9985210853246737,0.0006237285904721,0.9927306088232322,0.0013334477352782,0.0316152510443987,0.0069501774144226,0.074881487844831,0.0081278812174879,0.0813301185569678,0.0101305045839674,0.9995920396558776,0.0001716154983506,0.9954657253191148,0.00162469499908,0.0295128792144801,0.0063853738706203,0.0432766737619591,0.0088406520220036,0.0525811051546757,0.0093590595602587,0.0,0.0,0.9989052907339748,0.0001732878087338,0.9925547873423962,0.0010205337342182,0.017078577711534,0.0011353564911624,0.0482114924500566,0.0040471925685894,0.0511602785223666,0.003955551249351,posterior_pair,"4,5",2
12
+ 0.0013038176499928,0.0003687008333427,0.0,0.0,0.9924454576597266,0.0036996485766286,0.9441528655230847,0.0125895618919593,0.0737382103428328,0.0168910426816054,0.1649493219545417,0.0209112421423496,0.1808271552235053,0.0253633788799844,raw_norm,456,3,19.0,0.0,0.9986573580687432,0.0003407121455193,0.9947315595287498,0.0014279267067776,0.0304725747857045,0.0037511174126528,0.0635979848092483,0.0099015292162741,0.0705269808414285,0.0105333210126246,0.9995939734680114,0.000117686234829,0.9975622658389844,0.0014715036337565,0.0295576589840947,0.0044484034112288,0.0312692886319931,0.0097682220981925,0.0432116312414872,0.009564218122755,0.0,0.0,0.9988499913959498,0.0003226991622364,0.9943195542811942,0.0014427359213953,0.0173819621418131,0.002119863071135,0.0419557084582798,0.0056477622468725,0.045446801952763,0.0056475168384401,right_side,"1,3,5",3
data/results/v05_history_sweep_table.csv ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ best_val_loss_mean,best_val_loss_std,eval_raw_noise_std_mean,eval_raw_noise_std_std,far_r2_dx_mean,far_r2_dx_std,far_r2_dy_mean,far_r2_dy_std,far_rmse_dx_mean,far_rmse_dx_std,far_rmse_dy_mean,far_rmse_dy_std,far_rmse_pos_mean,far_rmse_pos_std,feature_set,input_dim,n_seeds,noise_scale_u_mean,noise_scale_u_std,noise_scale_v_mean,noise_scale_v_std,per_step_dim_mean,per_step_dim_std,r2_dx_mean,r2_dx_std,r2_dy_mean,r2_dy_std,rmse_dx_mean,rmse_dx_std,rmse_dy_mean,rmse_dy_std,rmse_pos_mean,rmse_pos_std,side_r2_dx_mean,side_r2_dx_std,side_r2_dy_mean,side_r2_dy_std,side_rmse_dx_mean,side_rmse_dx_std,side_rmse_dy_mean,side_rmse_dy_std,side_rmse_pos_mean,side_rmse_pos_std,train_raw_noise_std_mean,train_raw_noise_std_std,wake_or_close_r2_dx_mean,wake_or_close_r2_dx_std,wake_or_close_r2_dy_mean,wake_or_close_r2_dy_std,wake_or_close_rmse_dx_mean,wake_or_close_rmse_dx_std,wake_or_close_rmse_dy_mean,wake_or_close_rmse_dy_std,wake_or_close_rmse_pos_mean,wake_or_close_rmse_pos_std,condition,history
2
+ 0.0021110037341713,0.0002925399987689,0.0,0.0,0.9972510061926606,5.202889988561185e-05,0.9370273803385016,0.0151274180201461,0.0447988860227573,0.0020654328570189,0.17410730757788,0.0216721016746814,0.1798776820145996,0.0205040821500059,raw_norm,37,3,,,,,37.0,0.0,0.9990469984498136,6.0973976985590126e-05,0.9941089120930732,0.0008143470491173,0.0258314655667455,0.0007636691655519,0.067856155235433,0.0061896811703648,0.0726332527905367,0.005752812544824,0.999352331753506,3.529565895234941e-05,0.9932924039357292,0.0012213180678375,0.0372937662927204,0.0012437340985636,0.0517607196388764,0.004404706652271,0.0638618099001655,0.0029065137809408,0.0,0.0,0.9990001428408172,0.0002180508987291,0.9945703258160687,0.0014762297653081,0.0167793500989481,0.0017010824990622,0.040412348367467,0.0056052708455798,0.0437606334467448,0.0058206459182174,external,1
3
+ 0.0013228096455956,0.0001590010300908,0.0,0.0,0.9980717217278826,0.0004645405892791,0.9455723121572386,0.0085713621397985,0.0372171099198022,0.0035885252094452,0.1621994132543578,0.0131212428310955,0.1664258444239403,0.0133920269018517,raw_norm,148,3,,,,,37.0,0.0,0.9994112891895996,5.3540522097755165e-05,0.99557539999069,0.0005280331372866,0.0202950924692735,0.0008553521996638,0.058820948087167,0.0047335708461774,0.0622402497941647,0.0044785429545285,0.999697484928288,5.4307594359961056e-05,0.9983697088960036,0.0001198876075441,0.0254207796086842,0.0021937630176173,0.0256197650577235,0.0017583411046163,0.0361607057885994,0.0006260920160414,0.0,0.0,0.9992575506200704,0.0001231707392034,0.9961608708382996,0.0006059109222537,0.0144826341199056,0.0011403791499949,0.0341043010930985,0.0028663867527254,0.0370535263169406,0.0030571203756641,external,4
4
+ 0.0011810029003148,0.0001610236336532,0.0,0.0,0.9984329378085296,0.0001602830226547,0.952875107501954,0.0076245679235881,0.0338117792211673,0.0026542428517153,0.1511315616399358,0.0156011030025038,0.1549477958042638,0.0146009687983655,raw_norm,296,3,,,,,37.0,0.0,0.9994081980914656,9.92480242838483e-05,0.9962116593879004,0.0005787936868955,0.0203236528205702,0.0019222347266972,0.0544112313238526,0.0055822715486767,0.0581495019176839,0.0048227916499576,0.9995903690798524,9.875009917463568e-05,0.9985002323779736,0.000365754583878,0.0294925292140811,0.0035739709297473,0.0244180603390133,0.0030263527766107,0.0382909842881089,0.0046593226923616,0.0,0.0,0.9993450778446538,0.000100642456186,0.9969318072462277,0.0007922322434037,0.0136076210257837,0.0010548272363416,0.0303921676133295,0.0040648848132338,0.033316184096755,0.003995067986552,external,8
5
+ 0.0008483338363779,0.0003315728466991,0.0,0.0,0.998799003235205,0.0004618696074247,0.9779265666700784,0.0059603776422301,0.0293227988232801,0.0063023332344489,0.1030162593048702,0.0146872571989778,0.1073902432658828,0.0128336558769106,raw_norm,592,3,,,,,37.0,0.0,0.999562335536869,0.0001764697425124,0.9978736440981528,0.000188654237149,0.0172963309739086,0.0037718988736333,0.0407491538571345,0.0014957946656087,0.0443847465205297,0.0009700232493026,0.9996721357985058,0.0001640747029038,0.9986251275562684,0.0004436262852246,0.0259015543151494,0.0068666145186861,0.0232047622331646,0.0033252176785907,0.0350712697100205,0.00521955824819,0.0,0.0,0.9995797621631204,0.0001524267804133,0.9975531274580004,0.0010421407362517,0.0107907796347439,0.0020754848470446,0.0268719135462594,0.0057552852517763,0.0289623697419138,0.0060838843039221,external,16
6
+ 0.0006630360536898,0.0001798574704098,0.0,0.0,0.9989719138119844,0.0003915257296804,0.98356728314274,0.0064619590930413,0.0269127641896827,0.0051320579483417,0.0885842607602061,0.0211352295421088,0.0926103169925315,0.0215692355576061,raw_norm,888,3,,,,,37.0,0.0,0.9996501502065746,0.0001457467769999,0.9983823153298496,0.0006528784139228,0.0153563957900264,0.0033872644463464,0.0351455609849517,0.0080098223310632,0.0383597694926515,0.0086583464830763,0.9998174608783038,7.357680919059721e-05,0.9994648708793408,6.821128275375669e-05,0.0194855604117674,0.0043378224822374,0.0146754299705103,0.0014486256419917,0.0244293904435274,0.0042784936653641,0.0,0.0,0.9995287629159714,0.0002145368669304,0.9979162779970482,0.0008751184281796,0.0113326895769824,0.0028045982374375,0.0248006017767507,0.0050721518286629,0.0272821369967257,0.0056894243197448,external,24
7
+ 0.0025154432126631,0.0002052755047198,0.0,0.0,0.997120778214826,0.0004016010220439,0.9263448505925408,0.0219645864870703,0.0456897362102374,0.001385347258326,0.1881782651229541,0.0313551539808862,0.1937326685977386,0.0305689668562463,raw_norm,37,3,,,,,37.0,0.0,0.9984939995766712,0.0001531613771168,0.9929214980871288,0.0015239547269443,0.0324442140508682,0.001294410552648,0.0742101154359695,0.0088605486641918,0.0810257156742295,0.0084904244961856,0.9986101642186804,8.856744704721489e-05,0.9917484332740256,0.0023997769241207,0.054620225388043,0.0017899539958194,0.057054447145521,0.0060944458676177,0.0791095708283099,0.0032754162428482,0.0,0.0,0.9986914115477776,0.0003236879001995,0.9932872291131574,0.0010786726992883,0.0191682861567887,0.0023002704295582,0.0450701007628289,0.0034060259455374,0.0490064437882822,0.0035426999689241,total,1
8
+ 0.0020077058191721,0.0002878999204898,0.0,0.0,0.9971660809547194,0.0009304406452224,0.9429797420020054,0.0187977776919003,0.0448527041341663,0.0062131846134329,0.1656062556487897,0.0342670566848561,0.171592366819358,0.0346802505486785,raw_norm,148,3,,,,,37.0,0.0,0.9987255392517898,0.0001371607803091,0.9946970854381773,0.0015621174492004,0.0298476189454894,0.0013564167910245,0.0640540736349992,0.0112449514986213,0.0707585940678857,0.0104320615388868,0.998829090969701,0.0001844020899905,0.9956337235625928,0.0006516397239438,0.0500591908302852,0.0043015685955001,0.0418301803074655,0.0032128794335489,0.0652687708677623,0.0047262318458375,0.0,0.0,0.9990288664049332,0.0001144880146015,0.99481050443882,0.0008549235065119,0.0165832548568113,0.0009084387734746,0.0396265796343403,0.003425173574452,0.0429589118545767,0.0035014491529007,total,4
9
+ 0.001002916387127,0.0002127944073857,0.0,0.0,0.997715034104242,0.0006382932527753,0.95533141633114,0.0108007171940589,0.040419776287099,0.0041095297668336,0.1466637526255287,0.0186833860762006,0.1521370141782039,0.0190649547479249,raw_norm,296,3,,,,,37.0,0.0,0.9993244088063016,7.480762582041474e-05,0.9963907838752496,0.0005708224193717,0.0217460695609113,0.0014620541478199,0.0530550685860542,0.0045519375726289,0.0573843333789443,0.0038746519851345,0.9995148987999828,0.0001562979165407,0.9972042659481823,0.0012171379516517,0.0320166240215447,0.0050396868968869,0.0328605985500803,0.0059167574170654,0.0458822339999927,0.0077435194398719,0.0,0.0,0.9994655165506487,0.0001145383696456,0.9975352776359596,0.0002733890940768,0.012276609437384,0.0013269922489085,0.02734424683535,0.0014804340887519,0.0299776554127167,0.0018966599221669,total,8
10
+ 0.0008012919376293,0.0001476681056343,0.0,0.0,0.9983651205373316,0.0002121515601257,0.9734986853983952,0.0109680620575106,0.0344429970226001,0.0010765820641817,0.1123524291839825,0.0284190730932197,0.1177611673312345,0.0268578950917069,raw_norm,592,3,,,,,37.0,0.0,0.9994778445538964,7.485630805457556e-05,0.997601541584499,0.0008721185450285,0.019093008946446,0.0012761686361383,0.0429120199658609,0.0087524987641394,0.0470495986881108,0.0081678888462674,0.9997031547385276,0.0001218009896627,0.9984211577253342,0.0006690732227832,0.0249305427621606,0.0051866612560455,0.0246762007624852,0.005260053048552,0.0351927505270509,0.006515009462715,0.0,0.0,0.9993658055871284,0.0001412465329398,0.9977011994924232,0.0007077977428319,0.0133703173226144,0.0015255242850139,0.0262259035513405,0.0037961487416964,0.0294993152162461,0.0033568848445407,total,16
11
+ 0.0006671804779519,0.0001901263870748,0.0,0.0,0.9986583663367532,0.0004325877440848,0.9780272076927856,0.0083565826586402,0.0310524173574631,0.0052601273832908,0.1024827970912336,0.0228674099086664,0.1072516375511363,0.0222863461562573,raw_norm,888,3,,,,,37.0,0.0,0.9996202670224416,0.0001754845493188,0.9980495061282084,0.0005446688040696,0.0160284640908692,0.0036164214912024,0.0388768173581094,0.0065175844698883,0.0421681758934966,0.0063876997392631,0.9998290257132112,6.82762675079921e-05,0.998595363765975,0.0004326949174426,0.0188491947549425,0.0040212905118903,0.0236676654723123,0.0043179901607302,0.0303468570380214,0.0051569386275753,0.0,0.0,0.9995106343716827,0.0003115760739593,0.9982344685399456,0.0002554227952676,0.0113974119847358,0.0035556057604249,0.0231333493059688,0.0018160492182578,0.025860510590023,0.0032203462879504,total,24
data/results/v05_self_control_table.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ best_val_loss_mean,best_val_loss_std,eval_raw_noise_std_mean,eval_raw_noise_std_std,far_r2_dx_mean,far_r2_dx_std,far_r2_dy_mean,far_r2_dy_std,far_rmse_dx_mean,far_rmse_dx_std,far_rmse_dy_mean,far_rmse_dy_std,far_rmse_pos_mean,far_rmse_pos_std,feature_set,input_dim,n_seeds,noise_scale_u_mean,noise_scale_u_std,noise_scale_v_mean,noise_scale_v_std,per_step_dim_mean,per_step_dim_std,r2_dx_mean,r2_dx_std,r2_dy_mean,r2_dy_std,rmse_dx_mean,rmse_dx_std,rmse_dy_mean,rmse_dy_std,rmse_pos_mean,rmse_pos_std,side_r2_dx_mean,side_r2_dx_std,side_r2_dy_mean,side_r2_dy_std,side_rmse_dx_mean,side_rmse_dx_std,side_rmse_dy_mean,side_rmse_dy_std,side_rmse_pos_mean,side_rmse_pos_std,train_raw_noise_std_mean,train_raw_noise_std_std,wake_or_close_r2_dx_mean,wake_or_close_r2_dx_std,wake_or_close_r2_dy_mean,wake_or_close_r2_dy_std,wake_or_close_rmse_dx_mean,wake_or_close_rmse_dx_std,wake_or_close_rmse_dy_mean,wake_or_close_rmse_dy_std,wake_or_close_rmse_pos_mean,wake_or_close_rmse_pos_std,condition
2
+ 0.0003927791743384,1.7309182070514264e-06,0.0,0.0,0.9992382443901818,0.0002103892284301,0.9860265494098566,0.0044198149440134,0.0234630010342634,0.0035523114916488,0.0819316633903506,0.0147323439281678,0.0853397565235917,0.0141532552601153,raw_norm,888,3,,,,,37.0,0.0,0.999789045870624,2.2674239110409996e-05,0.9988045331916654,0.0002980073015007,0.0121495683275637,0.0007588915762873,0.0304671865583693,0.0043131356487963,0.0328529559480276,0.0037411475188563,0.9998890319634745,1.6879149959630087e-05,0.999438503559298,0.0002051825788028,0.0154119337870333,0.0012806758189635,0.0149296846351701,0.0031472958335775,0.0216046741761316,0.0014273968524632,0.0,0.0,0.9997668949937348,8.231254888145165e-05,0.9988985392315812,0.0001309151756108,0.0080584735254338,0.0014156055321712,0.0182716255926983,0.0009965950785378,0.0199960813486597,0.0011912946150109,external
3
+ 0.0005305031663738,0.0001248395209496,0.0,0.0,0.9988299605463424,8.397243466908934e-05,0.9826415059225706,0.0067533879631301,0.0292314289020249,0.0020621542380555,0.0910855748879972,0.0220788914174331,0.0959628804180684,0.0201247579270468,raw_norm,888,3,,,,,37.0,0.0,0.999632671743748,8.752129915441431e-05,0.9984381486133987,0.0004356930887422,0.0159666533844505,0.0017969384124628,0.0347972582463039,0.0059383491345279,0.0383376682180556,0.0057011028883798,0.9998573215384516,1.155112083982003e-05,0.999383484661136,8.990196313810676e-05,0.0174939919815185,0.0006215946934681,0.0157135765161,0.0011357601372122,0.0235183820903216,0.0011996876251063,0.0,0.0,0.999423842880744,0.0002725376507567,0.9983699269837936,0.0003919752140302,0.0125609542238867,0.0028068849155499,0.0221603041056117,0.0028478191814468,0.0255010089650004,0.0037177228610354,total
4
+ 0.9995416601498922,0.0037924487334735,0.0,0.0,-0.0147963120242879,0.0219958437223266,-8.461082468673967,0.7357808715740445,0.8603983680323267,0.0273674041125084,2.1406712034941315,0.0469350014295144,2.307337782931827,0.0371245487846376,raw_norm,888,3,,,,,37.0,0.0,-0.0003854947452176,0.000582390975652,-0.0021402080573946,0.0024765304479928,0.8372818574531996,0.0104138249789268,0.8856250971662888,0.022967625713802,1.218899603952205,0.0109852235286786,-0.0048888195427813,0.0062957207812969,-0.4386891224319806,0.1560349343037983,1.4692084094673434,0.0134359785094788,0.7591778881874575,0.0140974822220278,1.6538074972629826,0.0121256778006633,0.0,0.0,-0.001497058844576,0.0016713322447505,-0.0872535223049771,0.027119919997435,0.5332718141790963,0.0025653255960662,0.5748752172513995,0.0082710892850495,0.7841462614762306,0.0061210737795384,self
data/results/v05_total_noise_table.csv ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ best_val_loss_mean,best_val_loss_std,eval_raw_noise_std_mean,eval_raw_noise_std_std,far_r2_dx_mean,far_r2_dx_std,far_r2_dy_mean,far_r2_dy_std,far_rmse_dx_mean,far_rmse_dx_std,far_rmse_dy_mean,far_rmse_dy_std,far_rmse_pos_mean,far_rmse_pos_std,feature_set,input_dim,n_seeds,noise_scale_u_mean,noise_scale_u_std,noise_scale_v_mean,noise_scale_v_std,per_step_dim_mean,per_step_dim_std,r2_dx_mean,r2_dx_std,r2_dy_mean,r2_dy_std,rmse_dx_mean,rmse_dx_std,rmse_dy_mean,rmse_dy_std,rmse_pos_mean,rmse_pos_std,side_r2_dx_mean,side_r2_dx_std,side_r2_dy_mean,side_r2_dy_std,side_rmse_dx_mean,side_rmse_dx_std,side_rmse_dy_mean,side_rmse_dy_std,side_rmse_pos_mean,side_rmse_pos_std,train_raw_noise_std_mean,train_raw_noise_std_std,wake_or_close_r2_dx_mean,wake_or_close_r2_dx_std,wake_or_close_r2_dy_mean,wake_or_close_r2_dy_std,wake_or_close_rmse_dx_mean,wake_or_close_rmse_dx_std,wake_or_close_rmse_dy_mean,wake_or_close_rmse_dy_std,wake_or_close_rmse_pos_mean,wake_or_close_rmse_pos_std,noise
2
+ 0.0005305031663738,0.0001248395209496,0.0,0.0,0.9988299605463424,8.397243466908934e-05,0.9826415059225706,0.0067533879631301,0.0292314289020249,0.0020621542380555,0.0910855748879972,0.0220788914174331,0.0959628804180684,0.0201247579270468,raw_norm,888,3,,,,,37.0,0.0,0.999632671743748,8.752129915441431e-05,0.9984381486133987,0.0004356930887422,0.0159666533844505,0.0017969384124628,0.0347972582463039,0.0059383491345279,0.0383376682180556,0.0057011028883798,0.9998573215384516,1.155112083982003e-05,0.999383484661136,8.990196313810676e-05,0.0174939919815185,0.0006215946934681,0.0157135765161,0.0011357601372122,0.0235183820903216,0.0011996876251063,0.0,0.0,0.999423842880744,0.0002725376507567,0.9983699269837936,0.0003919752140302,0.0125609542238867,0.0028068849155499,0.0221603041056117,0.0028478191814468,0.0255010089650004,0.0037177228610354,0.0
3
+ 0.0005305031663738,0.0001248395209496,0.0025,0.0,0.998665865938677,9.387249397225608e-05,0.9824376983410582,0.0067230513031409,0.0312114178132764,0.0021283533309656,0.0916532989232626,0.0218666223728292,0.0971444232981083,0.0197190340321744,raw_norm,888,3,0.1088777888708621,0.0003169154813808,0.1665505105399266,0.0006509452529833,37.0,0.0,0.9995878379457248,8.6024950937682e-05,0.9983994547122936,0.0004342517598011,0.0169309338184961,0.0016585196410527,0.0352377808001561,0.0058633704395898,0.0391451866747589,0.0055810316374525,0.9998264867623996,8.491226547224782e-06,0.9992062138365372,9.431820324495746e-05,0.0193000618884043,0.0003715354109941,0.0178439506058539,0.0011031191065677,0.0262898228411993,0.0009854826091914,0.0,0.0,0.9993894255301912,0.0002715488255524,0.9983380644800032,0.0003913562945684,0.0129569173502797,0.0027173196958849,0.0223803988358325,0.0028166592585449,0.0258864964801384,0.0036465441987494,0.0025
4
+ 0.0005305031663738,0.0001248395209496,0.005,0.0,0.9981651959659936,0.0001286849576471,0.981852143454188,0.0066140898101894,0.0365901355872261,0.0022304117996948,0.0932663470841605,0.0212235444583237,0.1005519632949346,0.0185887566433014,raw_norm,888,3,0.1088777888708621,0.0003169154813808,0.1665505105399266,0.0006509452529833,37.0,0.0,0.9994541386396528,8.149574539382596e-05,0.9982835467538712,0.0004277475442519,0.0195182719529596,0.0013430983766387,0.0365248051753481,0.0056311706212647,0.0414629107491118,0.005224083060418,0.9997358173594124,4.392491834624123e-06,0.9986651267839548,9.591177883911844e-05,0.0238204357655698,9.968351181345834e-05,0.0231588429904202,0.0009269875597435,0.0332271390922796,0.0006502595072453,0.0,0.0,0.9992876749446148,0.0002658277045568,0.9982408298411872,0.0003907272754481,0.0140591768107845,0.0024639789007785,0.0230377966772968,0.002736155782326,0.0270091875658156,0.0034516971988544,0.005
5
+ 0.0005305031663738,0.0001248395209496,0.01,0.0,0.9961651533855816,0.0003277498125723,0.9795453616040476,0.0061825792297072,0.0528600694662947,0.0028228947383065,0.0993019476612093,0.018978391013261,0.1129107509221119,0.0150826781242452,raw_norm,888,3,0.1088777888708621,0.0003169154813808,0.1665505105399266,0.0006509452529833,37.0,0.0,0.9989214346651696,6.602078405772096e-05,0.9978206813418944,0.0003997883084433,0.0274794895726515,0.000672027689581,0.041241648744614,0.0048966748059137,0.0496029417522939,0.0042125060438676,0.9993749384366376,7.153163660564955e-06,0.9964928613657968,0.0001234711644103,0.0366426918213315,0.0004341574320295,0.0375494889511971,0.000832828054148,0.0524696689033077,0.0005092539869118,0.0,0.0,0.998883060551256,0.0002430134582048,0.9978500017123892,0.0003896308139536,0.0177344203039781,0.0017924041364529,0.0255035990908889,0.0024839899603853,0.0310765119558397,0.002858910782083,0.01
6
+ 0.0005305031663738,0.0001248395209496,0.02,0.0,0.9883483311189916,0.001168541731808,0.9704801253400672,0.004844934529547,0.0920867034054515,0.0046383007993907,0.1196571137018613,0.013148564820655,0.1512770301375385,0.0079979700933217,raw_norm,888,3,0.1088777888708621,0.0003169154813808,0.1665505105399266,0.0006509452529833,37.0,0.0,0.9968152103131876,7.545093679818025e-05,0.9959756387933516,0.0002874876236426,0.0472355937497941,0.0002471887709667,0.0561306114482112,0.0034009004384483,0.0733854269496673,0.0025032340824946,0.9979348184329544,4.452058403112581e-05,0.9877953674640484,0.0004587580956805,0.0666041358768789,0.001114361530339,0.0700407985314571,0.0012497577710195,0.0966571499845275,0.0012780037770806,0.0,0.0,0.997280702557307,0.0002098128493251,0.9962797733147388,0.000392141636837,0.0277708442882988,0.0009837913027803,0.0336053259950692,0.0019740102635808,0.0436097815284051,0.0017180180426991,0.02
7
+ 0.0005305031663738,0.0001248395209496,0.05,8.498374721940739e-18,0.9412450956127688,0.0055167675169931,0.9102463320893598,0.0132868066531638,0.2067881550822638,0.0088477051793449,0.2079310558466749,0.0054485642415235,0.2932888357882726,0.008686457501957,raw_norm,888,3,0.1088777888708621,0.0003169154813808,0.1665505105399266,0.0006509452529833,37.0,0.0,0.9829663006340882,0.000606276359533,0.983193093518244,0.0005656202656147,0.1092358423439886,0.0017056379461637,0.1146480181201363,0.0012143961173967,0.1583628305435407,0.001077394683404,0.987879868238419,0.0003716201555181,0.9268891869817084,0.0035756187366313,0.1613487823829572,0.0034100580932817,0.1713921889366164,0.002475004150822,0.2353970519918441,0.0036282253914639,0.0,0.0,0.9865370930274469,0.00104333800074,0.9851275785213042,0.0005882969600157,0.0618032466437779,0.0025562731938001,0.0672341715991028,0.0016720548998902,0.0913492880697431,0.0015505945472935,0.05
data/sample/README.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # Sample Dataset
2
+
3
+ `sparsewake_sample.h5` is a small subset of the processed SparseWake HDF5 data. It preserves full wake phases for a limited set of poses so pose-holdout splitting and temporal-history construction can be checked quickly.
4
+
5
+ This sample is for artifact inspection and smoke testing. It is not the source of manuscript numbers.
6
+
data/sample/sparsewake_sample.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0579020b85545717e25c880f676f9d9bb7b76a168c331f44391f5f86619ab4a1
3
+ size 986951
dataset_card.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Card: SparseWake
2
+
3
+ ## Dataset Name
4
+
5
+ SparseWake
6
+
7
+ ## Intended Use
8
+
9
+ Evaluation of sparse temporal hydrodynamic state estimation from body-fixed induced-flow histories.
10
+
11
+ ## Not Intended Use
12
+
13
+ SparseWake is not a full biological lateral-line pressure model, a multi-neighbor schooling model, or a replacement for direct CFD solvers.
14
+
15
+ ## Data Source
16
+
17
+ The processed data were generated from WakeSchool, an external fish-schooling simulator with DNS-parameterized wake and body-flow components. The artifact starts from processed HDF5 benchmark datasets and does not redistribute simulator source code.
18
+
19
+ ## Released Fields
20
+
21
+ - `X_raw`: wake-plus-potential induced velocity features, sample shape `[N, 6, 3]` after loading.
22
+ - `X_wake_raw`: wake-only induced velocity features where available.
23
+ - `X_potential_raw`: potential-only induced velocity features where available.
24
+ - `X_external_raw`, `X_self_raw`, `X_total_raw`: self-signal controls where available.
25
+ - `y`: labels with columns `delta_x`, `delta_y`, `theta_rel`, `sin_phi`, `cos_phi`, `phi`.
26
+ - `groups`: wake phase index.
27
+ - `pose_id`: pose index for pose-holdout splitting in the sample dataset; full datasets can derive it from phase blocks.
28
+ - `region_id`: region code for close wake, near side, and mid wake.
29
+ - `sensor_world_positions`: sensor coordinates for each sample.
30
+
31
+ ## Units and Conventions
32
+
33
+ Lengths are nondimensionalized by fish body length. Angles are stored in radians. Reported orientation metrics use degrees. The fish body is represented with semi-axes `a = 0.5 L` and `b = 0.075 L`.
34
+
35
+ ## Sensor Layout
36
+
37
+ Six body-fixed sensors are arranged as anterior, midbody, and posterior left/right pairs. Sensor names are stored in documentation and sample HDF5 attributes.
38
+
39
+ ## Train/Validation/Test Protocol
40
+
41
+ Main results use a held-out-pose test protocol. For each seed, 20% of follower pose identities are assigned to the test set, and all saved wake phases for those poses are withheld from training. The remaining non-test samples are split into training and validation with a 15% validation fraction. Thus the test set is pose-disjoint from training, while training and validation may contain different phases of the same non-test pose.
42
+
43
+ ## Known Limitations
44
+
45
+ The current benchmark uses induced velocity rather than pressure, pressure gradients, or wall shear. It is single-neighbor unless explicitly stated. Multi-neighbor assignment, closed-loop control, and biological self-filtering are outside the released benchmark.
46
+
47
+ ## Ethical Considerations
48
+
49
+ The dataset is synthetic fluid-dynamics data. It contains no human subjects, no animal measurements, and no personal data.
docs/benchmark_protocol.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Benchmark Protocol
2
+
3
+ 1. Load a processed HDF5 dataset.
4
+ 2. Select an input component, such as `X_raw`, `X_wake_raw`, `X_potential_raw`, `X_external_raw`, `X_self_raw`, or `X_total_raw`.
5
+ 3. Construct temporal windows of length `H` using saved wake phases for each pose.
6
+ 4. Split by held-out test pose: all phases of each test pose are withheld. Split the remaining non-test samples into training and validation.
7
+ 5. Standardize inputs using training-set statistics only.
8
+ 6. Train the temporal MLP baseline or another model.
9
+ 7. Report global and close-wake position RMSE; report circular `theta_rel` MAE for full-state runs.
10
+
11
+ The quick training command is for functionality testing only. Manuscript numbers come from stored summaries in `data/results/`.
docs/data_fields.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Data Fields
2
+
3
+ HDF5 arrays are loaded sample-first by `src/sparsewake/data.py`.
4
+
5
+ | Field | Loaded shape | Description |
6
+ |---|---:|---|
7
+ | `X_raw` | `[N, 6, 3]` | Wake-plus-potential per-sensor induced velocity features. |
8
+ | `X_wake_raw` | `[N, 6, 3]` | Wake-only component where available. |
9
+ | `X_potential_raw` | `[N, 6, 3]` | Potential-only component where available. |
10
+ | `X_external_raw` | `[N, 6, 3]` | External neighbor signal in self-signal datasets. |
11
+ | `X_self_raw` | `[N, 6, 3]` | Self-generated signal in self-signal datasets. |
12
+ | `X_total_raw` | `[N, 6, 3]` | External-plus-self signal in self-signal datasets. |
13
+ | `y` | `[N, 6]` | `delta_x`, `delta_y`, `theta_rel`, `sin_phi`, `cos_phi`, `phi`. |
14
+ | `groups` | `[N]` | Wake phase index. |
15
+ | `pose_id` | `[N]` | Pose index for pose-holdout when present; otherwise derived from phase blocks. |
16
+ | `region_id` | `[N]` | Region code: 1 close wake, 2 near side, 3 mid wake. |
17
+ | `sensor_world_positions` | `[N, 6, 2]` | Sensor coordinates for each sample. |
18
+
19
+ Raw velocity feature channels are body-frame `u`, body-frame `v`, and speed magnitude.
20
+
docs/known_limitations.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # Known Limitations
2
+
3
+ - The released benchmark starts from processed HDF5 datasets and does not include simulator source code.
4
+ - Signals are induced velocity, not biological lateral-line pressure, pressure-gradient, or shear measurements.
5
+ - Main tasks are single-neighbor relative-state estimation.
6
+ - Multi-neighbor ambiguity, closed-loop control, posture variation, and direct pressure sensing are not resolved by this artifact.
7
+ - Quick-mode training is a smoke test and should not be compared to manuscript metrics.
8
+
docs/provenance.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # Provenance
2
+
3
+ Generation chain:
4
+
5
+ ```text
6
+ WakeSchool simulator (external cited model) -> processed HDF5 benchmark datasets -> feature construction -> pose-holdout training/evaluation -> figures/tables.
7
+ ```
8
+
9
+ This artifact starts from processed HDF5 benchmark datasets. It does not redistribute the WakeSchool simulator source, DNS solver files, MATLAB simulator-query code, or simulator internals.
10
+
environment.yml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: sparsewake-artifact
2
+ channels:
3
+ - conda-forge
4
+ dependencies:
5
+ - python>=3.10
6
+ - numpy
7
+ - pandas
8
+ - h5py
9
+ - matplotlib
10
+ - pyyaml
11
+ - pytorch
12
+ - scikit-learn
evaluation_card.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Evaluation Card
2
+
3
+ ## Benchmark Task
4
+
5
+ Given a temporal history of six body-fixed induced-flow sensors, predict the leader-centered relative state of a nearby fish.
6
+
7
+ ## Inputs
8
+
9
+ Inputs are sparse velocity histories from processed HDF5 arrays. The main feature sets are:
10
+
11
+ - `raw`: raw per-sensor induced velocity features.
12
+ - `raw_norm`: raw features plus amplitude-normalized velocity features and the local scale.
13
+
14
+ ## Targets
15
+
16
+ Location-only runs predict `(delta_x, delta_y)`. Full-state runs predict `(delta_x, delta_y, theta_rel)`.
17
+
18
+ ## Metrics
19
+
20
+ Position error is reported as `sqrt(RMSE_delta_x^2 + RMSE_delta_y^2)` in body lengths. Relative-orientation error is circular mean absolute error for `theta_rel`, reported in degrees.
21
+
22
+ ## Pose-Holdout Split
23
+
24
+ All wake phases for each held-out test pose are assigned to the test partition. Training and validation are drawn from the remaining non-test samples, so training and validation may contain different phases of the same non-test pose. This matches the experiment driver and prevents repeated-pose leakage into the test set.
25
+
26
+ ## Main Ablations
27
+
28
+ - History length.
29
+ - Sensor ablation.
30
+ - Flow component: wake-only, potential-only, wake-plus-potential.
31
+ - Common raw-noise stress test.
32
+ - Architecture screen.
33
+ - Sample-size convergence.
34
+ - Self-signal controls.
35
+
36
+ ## Noise Protocol
37
+
38
+ Noise is added to raw `u/v` channels before feature construction and standardization. The component/noise sweep uses a common absolute raw-sensor noise scale across flow components.
39
+
40
+ ## Self-Signal Controls
41
+
42
+ Aligned and randomized-orientation datasets separate external-only, self-only, and total-like external-plus-self signals. Self-only is a negative control for leakage.
43
+
44
+ ## Expected Manuscript Numbers
45
+
46
+ Stored CSVs in `data/results/` contain the manuscript numbers. The main full-state close-wake result is approximately `0.040 L` position RMSE and `0.53 deg` `theta_rel` MAE. Randomized-orientation external-plus-self full-state control is approximately `0.087 L` close-wake position RMSE and `1.08 deg` close-wake `theta_rel` MAE.
47
+
48
+ ## Failure Modes and Limitations
49
+
50
+ Potential-only inputs can be accurate without noise but fail under the common absolute noise stress test. Farther wake regions are harder than close-wake regions. The artifact does not evaluate full biological pressure sensing, multi-neighbor assignment, or closed-loop control.
figures/README.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # Figures
2
+
3
+ Figure scripts write PDF and SVG outputs here from the CSV summaries in `data/results/`.
4
+
5
+ The generated quick figures are for artifact verification. Manuscript figures may use additional layout polish but are traceable to the same stored result summaries.
6
+
figures/main/Fig1.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d0993a7247be0bf066ff9fca65ab0bd95b8e6dab0c1b3a4697ed93792a5c482
3
+ size 1721227
figures/main/Fig2.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b11a9608b96c4196f84ce53360cbf41613d2621b052591af20e2be2930212092
3
+ size 294809
figures/main/Fig3.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ca600eec8d9dd39007461e431592abf71cb318b7cb6c2143f8ed2516337ae4d
3
+ size 324275
figures/supp/Fig4.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75587989f3c55127bf884b1c080018e2c37104edb407171caad3e839758e493b
3
+ size 253473