docs/research/sota-surveys/wifi-sensing-ruvector-sota-2026.md
Date: 2026-02-28 Scope: WiFi CSI-based human sensing, vector database signal intelligence (RuVector/HNSW), edge AI inference, post-quantum cryptography, and technology trajectory through 2046.
The seminal work by Geng, Huang, and De la Torre at Carnegie Mellon University (arXiv:2301.00250, 2023) demonstrated that dense human pose correspondence can be estimated using WiFi signals alone. Their architecture maps CSI phase and amplitude to UV coordinates across 24 body regions, achieving performance comparable to image-based approaches.
The pipeline consists of three stages:
This work established that commodity WiFi routers contain sufficient spatial information for dense human pose recovery, without cameras.
Yan et al. presented Person-in-WiFi 3D at CVPR 2024 (paper), advancing the field from 2D to end-to-end multi-person 3D pose estimation using WiFi signals. This represents a significant leap — handling multiple subjects simultaneously in three dimensions using only wireless signals.
Zhou et al. published AdaPose (IEEE Internet of Things Journal, 2024, vol. 11, pp. 40255–40267), addressing one of the critical challenges: cross-site generalization. WiFi sensing models trained in one environment often fail in others due to different multipath profiles. AdaPose demonstrates device-free human pose estimation that transfers across sites using commodity WiFi hardware.
HPE-Li was presented at ECCV 2024 in Milan, introducing WiFi-enabled lightweight dual selective kernel convolution for human pose estimation. This work targets deployment on resource-constrained edge devices — a critical requirement for practical WiFi sensing systems.
CSI-Channel Spatial Decomposition (Electronics, February 2025, MDPI) decomposes CSI spatial structure into dual-view observations — spatial direction and channel sensitivity — demonstrating that this decomposition is sufficient for unambiguous localization and identification. This work directly informs how subcarrier-level features should be extracted from CSI data.
Deciphering the Silent Signals (Springer, 2025) applies explainable AI to understand which WiFi frequency components contribute most to pose estimation, providing critical insight into feature selection for signal processing pipelines.
The Espressif ESP32 has emerged as a practical, affordable CSI sensing platform:
| Metric | Result | Source |
|---|---|---|
| Human identification accuracy | 88.9–94.5% | Gaiba & Bedogni, IEEE CCNC 2024 |
| Through-wall HAR range | 18.5m across 5 rooms | Springer, 2023 |
| On-device inference accuracy | 92.43% at 232ms latency | MDPI Sensors, 2025 |
| Data augmentation improvement | 59.91% → 97.55% | EMD-based augmentation, 2025 |
Key findings from ESP32 research:
| Parameter | ESP32-S3 | Intel 5300 | Atheros AR9580 |
|---|---|---|---|
| Subcarriers | 52–56 | 30 (compressed) | 56 (full) |
| Antennas | 1–2 TX/RX | 3 TX/RX (MIMO) | 3 TX/RX (MIMO) |
| Cost | $5–15 | $50–100 (discontinued) | $30–60 (discontinued) |
| CSI quality | Consumer-grade | Research-grade | Research-grade |
| Availability | In production | eBay only | eBay only |
| Edge inference | Yes (on-chip) | Requires host PC | Requires host PC |
| Through-wall range | 18.5m demonstrated | ~10m typical | ~15m typical |
WiFi fingerprinting is fundamentally a nearest-neighbor search problem. Rocamora and Ho (Expert Systems with Applications, November 2024, ScienceDirect) demonstrated that deep learning vector embeddings (d-vectors and i-vectors, adapted from speech processing) provide compact CSI fingerprint representations suitable for scalable retrieval.
Their key insight: CSI fingerprints are high-dimensional vectors. The online positioning phase reduces to finding the nearest stored fingerprint vector to the current observation. This is exactly the problem HNSW solves.
Hierarchical Navigable Small Worlds (HNSW) provides O(log n) approximate nearest-neighbor search through a layered proximity graph:
For WiFi sensing, HNSW enables:
RuVector provides a Rust-native HNSW implementation with SIMD acceleration, supporting:
The Self-Optimizing Neural Architecture (SONA) in RuVector adapts pose estimation models online through:
This enables a WiFi sensing system that improves its accuracy over time as it observes more data in a specific environment, without forgetting how to function in previously visited environments.
ONNX Runtime Web (documentation) enables ML inference directly in browsers via WebAssembly:
Performance benchmarks (MobileNet V2):
WONNX provides a GPU-accelerated ONNX runtime written entirely in Rust, compiled to WASM. This aligns directly with the wifi-densepose Rust architecture and enables:
.wasm module| Quantization | Size | Accuracy Impact | Target |
|---|---|---|---|
| Float32 | 12MB | Baseline | Server |
| Float16 | 6MB | <0.5% loss | Tablets |
| Int8 (PTQ) | 3MB | <2% loss | Browser/mobile |
| Int4 (GPTQ) | 1.5MB | <5% loss | ESP32/IoT |
The wifi-densepose WASM module targets 5.5KB runtime + 0.7–62MB container depending on profile (IoT through Field deployment).
RuVector's RVF (Cognitive Container) format packages model weights, HNSW index, fingerprint vectors, and WASM runtime into a single deployable file:
| Profile | Container Size | Boot Time | Target |
|---|---|---|---|
| IoT | ~0.7 MB | <200ms | ESP32 |
| Browser | ~10 MB | ~125ms | Chrome/Firefox |
| Mobile | ~6 MB | ~150ms | iOS/Android |
| Field | ~62 MB | ~200ms | Disaster response |
NIST released three finalized standards (announcement):
| Standard | Algorithm | Type | Signature Size | Use Case |
|---|---|---|---|---|
| FIPS 203 (ML-KEM) | CRYSTALS-Kyber | Key encapsulation | 1,088 bytes | Key exchange |
| FIPS 204 (ML-DSA) | CRYSTALS-Dilithium | Digital signature | 2,420 bytes (ML-DSA-65) | General signing |
| FIPS 205 (SLH-DSA) | SPHINCS+ | Hash-based signature | 7,856 bytes | Conservative backup |
For bandwidth-constrained WiFi sensor mesh networks:
| Milestone | Date |
|---|---|
| NIST PQC standards finalized | August 2024 |
| First post-quantum certificates | 2026 |
| Browser-wide trust | 2027 |
| Quantum-vulnerable algorithms deprecated | 2030 |
| Full removal from NIST standards | 2035 |
WiFi-DensePose's early adoption of ML-DSA-65 positions it ahead of the deprecation curve, ensuring sensor mesh data integrity remains quantum-resistant.
WiFi 7's 320 MHz bandwidth provides ~71x more CSI tones than current ESP32 implementations. This alone transforms sensing resolution.
| Timeframe | WiFi Gen | Subcarriers | MIMO | Spatial Resolution | Sensing Capability |
|---|---|---|---|---|---|
| 2024 | WiFi 6 (ESP32) | 56 | 2×2 | ~1m | Presence, coarse motion |
| 2025 | WiFi 7 | 3,984 | 16×16 | ~10cm | Pose, gestures, respiration |
| ~2028 | WiFi 8 | 10,000+ | 32×32 | ~2cm | Fine motor, vital signs |
| ~2033 | WiFi 9* | 20,000+ | 64×64 | ~5mm | Medical-grade monitoring |
| ~2040 | WiFi 10* | 50,000+ | 128×128 | ~1mm | Sub-dermal sensing |
*Projected based on historical doubling patterns in IEEE 802.11 standards.
Current state (2026): Breathing detection at 85–95% accuracy with ESP32 mesh; heartbeat detection marginal and placement-sensitive.
Projected trajectory:
Projected deployment:
Projected evolution of HNSW-based signal intelligence:
The critical challenge for large-scale WiFi sensing is privacy. Projected solutions:
The convergence of these technologies creates a clear path for wifi-densepose:
Near-term (2026–2028): ESP32 mesh with feature-level fusion provides practical presence/motion detection. RuVector's HNSW enables real-time fingerprint matching. WASM edge deployment eliminates cloud dependency. Trust kill switch proves pipeline authenticity.
Medium-term (2028–2032): WiFi 7/8 CSI (3,984+ tones) transforms sensing from coarse presence to fine-grained pose estimation. SONA adaptation makes the system self-improving. Post-quantum signatures secure the sensor mesh.
Long-term (2032–2046): WiFi sensing becomes ambient infrastructure. Medical-grade monitoring replaces wearables. City-scale vector intelligence operates autonomously. The architecture established today — RVF containers, HNSW indexes, witness chains, distributed consensus — scales directly to this future.
The fundamental insight: the software architecture for ambient WiFi sensing at scale is being built now, using technology available today. The hardware (WiFi 7/8, faster silicon) will arrive to fill the resolution gap. The algorithms (HNSW, SONA, EWC++) are already proven. The cryptography (ML-DSA, SLH-DSA) is standardized. What matters is building the correct abstractions — and that is exactly what the RuVector integration provides.