P
Physics World Model

Demos

Canonical demo datasets — the same scenes used in the InverseNet paper: 10 KAIST-10 hyperspectral scenes for CASSI and the 6 standard SCI Video Benchmark videos (Kobe, Traffic, Runner, Drop, Crash, Aerial) for CACTI. Each sample is 256×256, deterministic, and committed to the repo so external users can verify reconstruction byte-for-byte. Download the input, run the reference solver locally, and see the PWM pipeline work end-to-end — or compete with a better solver.

T1_nominal

cacti

L3-004 (CACTI) — InverseNet SCI Video Benchmark

Full benchmark page → L3-004
reference PSNR
28.0 dB
your solver should beat this
Shape summary
snapshot: [256, 256]
ground truth: [8, 256, 256]
reference solution: [8, 256, 256]
Run it
python3 scripts/regenerate_demos_inversenet.py --only cacti (uses pwm_core.recon.cacti_solvers.gap_tv_cacti)
T1_nominal

cassi

L3-003 (CASSI) — InverseNet KAIST-10 benchmark

Full benchmark page → L3-003
reference PSNR
35.3 dB
your solver should beat this
Shape summary
snapshot: [256, 310]
ground truth: [256, 256, 28]
reference solution: [256, 256, 28]
Run it
python3 scripts/regen_demos_mst_l.py  (uses pwm_core.recon.mst.mst_recon_cassi with mst_l weights)
Demo files are regenerated from scripts/generate_demos.py at fixed RNG seeds — byte-stable across runs so any SHA-256 in a sample's meta.json can be cross-checked against the repo.