AetherSense turns Wi-Fi Channel State Information into a local-first sensing surface for human presence, movement and body-pose estimation—without cameras. Physiological outputs remain experimental trend estimates, not medical measurements.
The system is organized as a deterministic signal chain rather than a black-box classifier:
CSI does not produce an optical image of the room. That can materially reduce the privacy surface for environments where cameras are inappropriate. It does not, however, make sensing automatically private: RF observations can still reveal behavior and occupancy patterns. A defensible implementation therefore needs explicit retention limits, local processing, access control, audit trails and user-visible system state.
Presence detection is the lowest-risk inference layer. Movement classification can then use temporal energy, Doppler-like signatures and cross-antenna coherence. Pose estimation is substantially harder: it depends on hardware geometry, room topology, multipath, training distribution and calibration stability. AetherSense should therefore expose pose as a confidence-bounded estimate rather than a ground-truth reconstruction.
Fine-grained chest motion can modulate RF propagation at low frequencies. In a controlled environment, those periodic components can be isolated and tracked over time. Heart-rate estimation is especially sensitive to motion, multipath and hardware limitations. The correct engineering posture is experimental trend analysis with validation against independent reference instrumentation—not a diagnostic or clinical claim.
Safety boundary: AetherSense outputs are research telemetry. They must not be presented as medical diagnosis, emergency detection, identity determination or biometric truth without validated evidence, appropriate governance and a clearly defined deployment context.
The reference platform separates capture, signal processing, inference and presentation:
Wi-Fi CSI source
↓
Capture + timestamp integrity
↓
Calibration / denoising / quality gate
↓
Feature extraction + temporal windows
↓
Presence → movement → pose → experimental physiology
↓
Confidence + provenance + audit event
↓
Local operator console / bounded API
Rust is a strong fit for the low-level capture, streaming and safety-critical boundaries; Python is useful for research, feature engineering, model evaluation and scientific benchmarking. The interface should make signal quality and uncertainty visible instead of hiding them behind a polished visualization.
The next engineering milestones are controlled datasets, hardware-specific calibration, reproducible benchmarks, multi-person separation experiments, robustness testing across room geometries, and independent validation of physiological trend extraction. The platform should publish confidence intervals and failure modes alongside headline performance.
AetherSense is an experimental sensing architecture built around Wi-Fi CSI, edge inference and governance. The core technical challenge is not merely classification accuracy. It is constructing a measurement system whose outputs remain reproducible, privacy-conscious, uncertainty-aware and auditable under real-world interference.