ruview @ v1069
integrity
- size
- 55.6 MiB
- downloaded
- last checked
release notes
Automated release from CI pipeline
Changes: research(R3): cross-room re-ID — MERIDIAN closes the env-shift gap + 4 privacy constraints (#715)
Synthesis of AETHER (ADR-024) + MERIDIAN (ADR-027) + privacy framing
- identified next research lever (physics-informed env prediction).
Simulation results (10 subjects, 3 rooms, 128-dim embeddings, env/person scale ratio 4.7x):
| Configuration | 1-shot acc |
|---|---|
| Within-room (matches AETHER ~95% target) | 100% |
| Cross-room, raw cosine K-NN | 70% |
| Cross-room, MERIDIAN 100% env removal | 100% |
| Cross-room, MERIDIAN 70% env removal | 100% |
| Chance | 10% |
The 30 pp gap from within-room to raw cross-room is the angular contribution of env-shift that cosine similarity can't normalise away. MERIDIAN per-room centroid subtraction recovers it -- robust even at 70% effectiveness (realistic for limited labelled examples).
Privacy framing: R14 baseline + 4 new constraints specific to biometric-class re-ID data:
- No cross-installation linkage
- Embedding storage requires explicit opt-in (biometric consent class)
- Cryptographically verifiable forgetting
- No re-ID across legal entities
These rule out cross-building tracking, mass surveillance, long-term unlabelled storage, third-party sharing. They allow per-installation personalisation, household anomaly detection, multi-person pose association in the same room.
R3 closes the loop on R14's empathic-appliance vision: re-ID is THE primitive that makes per-occupant features possible. Without R3, R14's verticals can't ship.
Identifies next research lever: physics-informed env_sig prediction from R6's forward operator + room map = zero-shot cross-room transfer without labelled examples in the new room.
Composes:
- R5/R6: person+env decomposition in embedding space
- R7: mincut = defence against re-ID spoofing
- R9: RSSI K-NN showed env-locality dominance for the K-NN primitive
- R14: 4 new constraints extend R14's framework to biometric class
Honest scope: additive decomposition is first-order; real CSI env effects are multiplicative in subcarrier domain. Adversarial scenarios not simulated.
Coordination: ticks/tick-12.md, no PROGRESS.md edit.
Docker Image:
ghcr.io/ruvnet/RuView:db64b4c671c6e67335df3fc91dc99cc2b899e7a3
download
curl -fL -o v1069.zip https://ratatoskr.space/pkg/ruview/v1069.zip
printf '%s %s\n' '95aea41dd5523ff6a46dfc281a5d5f3c8a24d6142ec5f7345f698e937d27481c' 'v1069.zip' | sha256sum -c -
$url = "https://ratatoskr.space/pkg/ruview/v1069.zip"
$out = "v1069.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "95aea41dd5523ff6a46dfc281a5d5f3c8a24d6142ec5f7345f698e937d27481c") { throw "sha256 mismatch" }
curl -fL -o v1069.tar.gz https://ratatoskr.space/pkg/ruview/v1069.tar.gz
printf '%s %s\n' 'eb541ddee25ee2e7d458b9de5506274a504b82584876044c7d02dd5218cda12c' 'v1069.tar.gz' | sha256sum -c -
$url = "https://ratatoskr.space/pkg/ruview/v1069.tar.gz"
$out = "v1069.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "eb541ddee25ee2e7d458b9de5506274a504b82584876044c7d02dd5218cda12c") { throw "sha256 mismatch" }
download via yggdrasil mesh
curl -fL -o v1069.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1069.zip
printf '%s %s\n' '95aea41dd5523ff6a46dfc281a5d5f3c8a24d6142ec5f7345f698e937d27481c' 'v1069.zip' | sha256sum -c -
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1069.zip"
$out = "v1069.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "95aea41dd5523ff6a46dfc281a5d5f3c8a24d6142ec5f7345f698e937d27481c") { throw "sha256 mismatch" }
curl -fL -o v1069.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1069.tar.gz
printf '%s %s\n' 'eb541ddee25ee2e7d458b9de5506274a504b82584876044c7d02dd5218cda12c' 'v1069.tar.gz' | sha256sum -c -
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1069.tar.gz"
$out = "v1069.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "eb541ddee25ee2e7d458b9de5506274a504b82584876044c7d02dd5218cda12c") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1069.zip | zip | 55.5 MiB |
blake3-24 561ecb51a348ab6c537f8ad3245768e92c9800c3340590ca
sha256 95aea41dd5523ff6a46dfc281a5d5f3c8a24d6142ec5f7345f698e937d27481c
sha1 0fc71605ea1518b7e2440c658eb44f00a53fda7c
|
| v1069.tar.gz | tar.gz | 54.1 MiB |
blake3-24 0dabc7caff1830910d06fb1a4e0d1dd31601b3151a37a9b9
sha256 eb541ddee25ee2e7d458b9de5506274a504b82584876044c7d02dd5218cda12c
sha1 1baafe484c4a0cb3699c6e9d8a5f9de240c7511c
|
install
http_archive(
name = "ruview",
urls = ["https://ratatoskr.space/pkg/ruview/v1069.tar.gz"],
integrity = "sha256-61Qd3uJe4ufUWLneVQYnSlBLglhIdgRMfQLdUhjNoSw=",
strip_prefix = "ruview-v1069",
)
.url = "https://ratatoskr.space/pkg/ruview/v1069.tar.gz",
install via yggdrasil mesh
http_archive(
name = "ruview",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1069.tar.gz"],
integrity = "sha256-61Qd3uJe4ufUWLneVQYnSlBLglhIdgRMfQLdUhjNoSw=",
strip_prefix = "ruview-v1069",
)
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1069.tar.gz",