docs/research/sota-surveys/remote-vital-sign-sensing-modalities.md
Beyond Wi-Fi DensePose-style sensing, there is active research and state-of-the-art (SOTA) work on remotely detecting people and physiological vital signs using RF/EM signals, radar, and quantum/quantum-inspired sensors. Below is a snapshot of current and emerging modalities, with research examples.
Systems analyze perturbations in RF signals (e.g., changes in amplitude/phase) caused by human presence, motion, or micro-movement such as breathing or heartbeat:
These methods are fundamentally passive RF sensing, relying on signal decomposition and ML to extract physiological signatures from ambient communication signals.
Active RF systems send high-frequency signals and analyze reflections:
Radar-based approaches are among the most mature non-contact vital sign sensing technologies at range.
Some advanced radars and RF systems can sense humans behind obstacles by analyzing micro-Doppler signatures and reflectometry:
These methods go beyond presence detection to enable coarse body pose and action reconstruction.
Instead of RF, rPPG uses cameras to infer vital signs by analyzing subtle skin color changes due to blood volume pulses:
This is already used in some wellness and telemedicine systems.
Quantum radar (based on entanglement/correlations or quantum illumination) is under research:
While full quantum remote vital sign sensing (like single-photon quantum radar scanning people's heartbeat) isn't yet operational, quantum sensors — especially atomic magnetometers and NV-centre devices — offer a path toward ultrasensitive biomedical field detection.
Parallel research on quantum imaging and quantum sensors aims to push biomedical detection limits:
These are quantum-sensor-enabled biomedical detection advances rather than direct RF remote sensing; practical deployment for ubiquitous vital sign detection is still emerging.
| Modality | Detects | Range | Privacy | Maturity |
|---|---|---|---|---|
| Wi-Fi CSI Sensing | presence, respiration, coarse pose | indoor | high (non-visual) | early commercial |
| mmWave / UWB Radar | respiration, heartbeat | meters | medium | mature research, niche products |
| Through-wall RF | pose/activity thru occlusions | short-medium | high | research |
| rPPG (optical) | HR, RR, SpO2 | line-of-sight | low | commercial |
| Quantum Radar (lab) | target detection | very short | high | early research |
| Quantum Sensors (biomedical) | field, magnetic signals | body-proximal | medium | R&D |
This project's signal processing pipeline (ADR-014) implements several of the core algorithms used across these modalities:
| WiFi-DensePose Algorithm | Cross-Modality Application |
|---|---|
| Conjugate Multiplication (CSI ratio) | Phase sanitization for any multi-antenna RF system |
| Hampel Filter | Outlier rejection in radar and UWB returns |
| Fresnel Zone Model | Breathing detection applicable to mmWave and UWB |
| CSI Spectrogram (STFT) | Time-frequency analysis used in all radar modalities |
| Subcarrier Selection | Channel/frequency selection in OFDM and FMCW systems |
| Body Velocity Profile | Doppler-velocity mapping used in mmWave and through-wall radar |
The algorithmic foundations are shared across modalities — what differs is the carrier frequency, bandwidth, and hardware interface.