wifi-densepose/rust-port/wifi-densepose-rs/crates
ruv fc409dfd6a feat: ADR-023 full DensePose training pipeline (Phases 1-8)
Implement complete WiFi CSI-to-DensePose neural network pipeline:

Phase 1 - Dataset loaders: .npy/.mat v5 parsers, MM-Fi + Wi-Pose
  loaders, subcarrier resampling (114->56, 30->56), DataPipeline
Phase 2 - Graph transformer: COCO BodyGraph (17 kp, 16 edges),
  AntennaGraph, multi-head CrossAttention, GCN message passing,
  CsiToPoseTransformer full pipeline
Phase 4 - Training loop: 6-term composite loss (MSE, cross-entropy,
  UV regression, temporal consistency, bone length, symmetry),
  SGD+momentum, cosine+warmup scheduler, PCK/OKS metrics, checkpoints
Phase 5 - SONA adaptation: LoRA (rank-4, A*B delta), EWC++ Fisher
  regularization, EnvironmentDetector (3-sigma drift), temporal
  consistency loss
Phase 6 - Sparse inference: NeuronProfiler hot/cold partitioning,
  SparseLinear (skip cold rows), INT8/FP16 quantization with <0.01
  MSE, SparseModel engine, BenchmarkRunner
Phase 7 - RVF pipeline: 6 new segment types (Index, Overlay, Crypto,
  WASM, Dashboard, AggregateWeights), HNSW index, OverlayGraph,
  RvfModelBuilder, ProgressiveLoader (3-layer: A=instant, B=hot, C=full)
Phase 8 - Server integration: --model, --progressive CLI flags,
  4 new REST endpoints, WebSocket pose_keypoints + model_status

229 tests passing (147 unit + 48 bin + 34 integration)
Benchmark: 9,520 frames/sec (105μs/frame), 476x real-time at 20 Hz
7,832 lines of pure Rust, zero external ML dependencies

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-02-28 23:22:15 -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-023 full DensePose training pipeline (Phases 1-8) 2026-02-28 23:22:15 -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-wasm feat: Complete ADR-001, ADR-009, ADR-012 implementations with zero mocks 2026-02-28 14:15:26 +00:00