docs/research/sota-2026-05-22/ticks/tick-20.md
Thread: R3.1 (physics-informed env_sig prediction at raw-CSI level) — NEGATIVE (architecture-error category) Verdict: The naive "subtract predicted env from raw CSI" fails at chance level. Even the labelled MERIDIAN oracle fails at raw-CSI level. The fix: apply physics-informed prediction at the AETHER embedding level, not raw CSI.
examples/research-sota/r3_1_physics_informed_env.py — pure-numpy two-room cross-room experiment.examples/research-sota/r3_1_physics_env_results.json — machine-readable result.docs/research/sota-2026-05-22/R3_1-physics-informed-env-prediction.md — research note documenting the negative + corrected architecture.| Configuration | 1-shot K-NN accuracy |
|---|---|
| Within-room baseline | 100% |
| Cross-room raw | 10% (= chance) |
| Cross-room labelled MERIDIAN (oracle) | 10% (= chance) |
| Cross-room physics-informed | 10% (= chance) |
All three cross-room approaches collapse to chance — including the labelled oracle. Position-dependent within-room variance dominates per-subject signature at the raw-CSI level.
R3 (tick 12) showed MERIDIAN works in AETHER embedding space (where position-invariance is already done). R3.1 surfaces that at raw CSI level, where position-invariance hasn't been done yet, no env-subtraction method works — because the variance you'd subtract isn't the variance you need to remove.
Surfaces an architecture error before implementation. Future engineer attempting "subtract predicted env from raw CSI" would waste weeks; R3.1 documents the failure path.
raw CSI -> AETHER embedding head (position-invariant) -> physics-informed env subtraction -> cross-room K-NN
Physics-informed prediction must be applied at the embedding level, not raw level. AETHER already removes position-dependent variation; the predicted-env subtraction then has only the room-shift component to remove.
| Kind | Example | Outcome |
|---|---|---|
| Missing-tool (revisitable) | R12 NEGATIVE → R12 PABS POSITIVE | Tool became available later (R6.1) and approach worked |
| Physics-floor (permanent) | R13 contactless BP | Hard 5 dB wall; no tool changes this |
| Architecture-error (correctable) | R3.1 (this tick) | Right idea, wrong application level; corrected architecture explicit but not yet implemented |
Categorising negatives by their resolution path is itself a research contribution. This is the loop's most "meta" tick.
ticks/tick-20.md. No PROGRESS.md edit. Branch research/sota-r3.1-physics-env-prediction.
~4.1h to cron stop. 20 ticks landed. Loop now has:
Pattern: ~3 ticks per hour sustained over 8 hours.