wifi-densepose/rust-port/wifi-densepose-rs/crates
ruv 0826438e0e feat: ADR-024 Phase 7 — MicroLoRA, EWC++, drift detection, hard-negative mining
Deep RuVector integration for the Contrastive CSI Embedding Model:

- MicroLoRA on ProjectionHead: rank-4 LoRA adapters (1,792 params/env,
  93% reduction vs full retraining) with merge/unmerge, freeze-base
  training, and per-environment LoRA weight serialization
- EWC++ consolidation in Trainer: compute Fisher information after
  pretraining, apply penalty during supervised fine-tuning to prevent
  catastrophic forgetting of contrastive structure
- EnvironmentDetector in EmbeddingExtractor: drift-aware embedding
  extraction with anomalous entry flagging in FingerprintIndex
- Hard-negative mining: HardNegativeMiner with configurable ratio and
  warmup, info_nce_loss_mined() for efficient contrastive training
- RVF SEG_LORA (0x0D): named LoRA profile storage/retrieval with
  add_lora_profile(), lora_profile(), lora_profiles() methods
- 12 new tests (272 total, 0 failures)

Closes Phase 7 of ADR-024. All 7 phases now complete.

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-01 01:27:46 -05:00
..
wifi-densepose-api feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
wifi-densepose-cli feat: Add wifi-Mat disaster detection enhancements 2026-01-13 18:23:03 +00:00
wifi-densepose-config feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
wifi-densepose-core security: Fix 10 vulnerabilities, remove 12 dead code instances 2026-02-28 07:04:22 +00:00
wifi-densepose-db feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
wifi-densepose-hardware feat(adr-018): ESP32-S3 firmware, Rust aggregator, and live CSI pipeline 2026-02-28 13:22:04 -05:00
wifi-densepose-mat fix(adr-017): Add missing cfg(feature = "ruvector") gates to MAT re-exports 2026-02-28 16:36:45 +00:00
wifi-densepose-nn security: Fix 10 vulnerabilities, remove 12 dead code instances 2026-02-28 07:04:22 +00:00
wifi-densepose-sensing-server feat: ADR-024 Phase 7 — MicroLoRA, EWC++, drift detection, hard-negative mining 2026-03-01 01:27:46 -05:00
wifi-densepose-signal feat(adr-017): Complete all 7 ruvector integrations across signal and MAT crates 2026-02-28 16:22:39 +00:00
wifi-densepose-train feat(train): Complete all 5 ruvector integrations — ADR-016 2026-02-28 15:46:22 +00:00
wifi-densepose-vitals feat: Training mode, ADR docs, vitals and wifiscan crates 2026-02-28 23:50:20 -05:00
wifi-densepose-wasm feat: Complete ADR-001, ADR-009, ADR-012 implementations with zero mocks 2026-02-28 14:15:26 +00:00
wifi-densepose-wifiscan feat: Training mode, ADR docs, vitals and wifiscan crates 2026-02-28 23:50:20 -05:00