groundy
models & research

WiFi DensePose: Full-Body Tracking Through Walls Using Your Router

WiFi routers can perform full-body pose estimation through walls using Channel State Information, turning everyday network infrastructure into a covert tracking system.

6 min · · · 15 sources ↓

WiFi-based DensePose technology enables full-body human pose estimation through walls using only standard WiFi routers. Researchers have demonstrated that commodity WiFi mesh networks can track detailed body positions and movements in real-time without requiring cameras or line of sight, raising profound questions about privacy in an environment where WiFi networks blanket nearly every indoor space. (Wi-Fi Positioning System - Wikipedia)

What Is WiFi DensePose?

WiFi-based DensePose refers to the application of computer vision techniques that apply DensePose estimation (the mapping of 2D pixels to 3D human body surfaces) to radio frequency signals rather than visual imagery. (DensePose: Dense Human Pose Estimation In The Wild - arXiv:1802.00434) Originally developed by Facebook AI Research, DensePose creates dense correspondences between pixels and 3D body models. The WiFi adaptation extends this capability to work with Channel State Information (CSI) data from standard WiFi signals. (Channel State Information - Wikipedia)

WiFi signals in the 2.4 GHz and 5 GHz bands interact with the human body. As these radio waves propagate, they reflect off, diffract around, and transmit through human bodies, creating measurable perturbations that can be decoded to reveal body position and movement. (Electromagnetic Radiation - Wikipedia)

How Does WiFi-Based Pose Estimation Work?

Channel State Information Extraction

Modern WiFi devices using MIMO (Multiple-Input Multiple-Output) technology measure Channel State Information (CSI), a detailed characterization of how signals propagate from transmitter to receiver. (MIMO - Wikipedia) CSI captures amplitude and phase information across multiple subcarriers and antenna pairs. A typical 802.11n/ac WiFi device with 3x3 MIMO can provide CSI measurements with 90 dimensions per packet, sampled hundreds of times per second (802.11n/ac specifications).

Multipath Analysis

WiFi signals in indoor environments exhibit complex multipath propagation: signals bounce off walls and furniture before reaching the receiver. (Multipath Propagation - Wikipedia) Advanced algorithms like MUSIC (Multiple Signal Classification) can separate these multipath components and identify which paths interact with moving human targets. (MUSIC Algorithm - Wikipedia) The Doppler effect from moving body parts creates frequency shifts that can distinguish between different movements. (Doppler Effect - Wikipedia)

Neural Network Processing

Deep learning models process preprocessed CSI features to estimate human pose. State-of-the-art approaches employ Convolutional Neural Networks (CNNs) to extract spatial features, Recurrent Neural Networks (RNNs) to model temporal dynamics, and Graph Neural Networks to represent body joint relationships. (Computer Vision - Wikipedia)

Research Developments and Capabilities

Research in WiFi-based human sensing has advanced rapidly since 2015. Early systems focused on simple presence detection. Pu et al.’s 2013 work demonstrated whole-home gesture recognition using WiFi, achieving 94% accuracy for nine different gestures (MobiCom ‘13).

By 2018, researchers showed that WiFi signals could track human pose through walls with sufficient accuracy to identify specific individuals by their gait signatures (Adib et al., 2015, ACM TOG). These systems achieved tracking accuracy within 10 centimeters for key body joints.

Recent research has integrated WiFi sensing with DensePose methodology. These systems can estimate:

CapabilityAccuracyRangeThrough-Wall
2D Keypoint Detection85-92%10mYes
3D Pose Estimation±5cm joints8mYes
Identity Recognition95% (gait)15mLimited
Activity Classification89% (12 classes)12mYes
Dense Surface Mapping72%6mLimited

Accuracy figures represent ranges reported in published research (various sources 2015-2024).

In May 2026, an open-source project demonstrated that these techniques have crossed into deployable software. The implementation claims 54,000 frames per second processing in Rust, multi-person tracking for up to ten individuals, and through-wall sensing up to five meters using a commodity ESP32-S3 mesh costing roughly $54. The caveat: standard consumer routers still only expose coarse RSSI data; full pose estimation still requires CSI-capable hardware such as research NICs or ESP32 devices with modified firmware. The existence of a Docker container and pretrained models packaged for edge and browser deployment suggests the barrier to experimentation has dropped from PhD thesis to weekend project. (GitHub - ruvnet/wifi-densepose)

The Privacy and Surveillance Implications

Ubiquitous Infrastructure

Unlike cameras, WiFi infrastructure already exists in nearly every building. (Pose (Computer Vision) - Wikipedia) As of 2025, there are over 20 billion WiFi-connected devices worldwide, with an estimated 500 million public WiFi access points (Wi-Fi Alliance estimates). Converting this infrastructure for surveillance requires only firmware modifications, not hardware installation.

Invisible Surveillance

WiFi-based tracking is inherently covert. Subjects have no indication that monitoring is occurring and cannot employ traditional counter-surveillance measures like covering lenses or avoiding camera sightlines.

Standard RF detection equipment cannot easily distinguish between legitimate WiFi data transmission and pose estimation processing. The surveillance occurs entirely in signal processing software, leaving no visible signs. (Wireless Security - Wikipedia)

Through-Barrier Operation

Traditional surveillance faces physical limitations: cameras require line of sight, and through-wall radar typically requires specialized equipment. (Radar - Wikipedia) WiFi-based systems operate through standard construction materials (drywall, wood, glass, and thin concrete) using signals already penetrating these barriers for communication purposes.

Identification and Re-identification

Research demonstrates that WiFi signatures can identify specific individuals with high accuracy. Gait analysis from WiFi signals achieves 95% identification accuracy across sessions (Wang et al., 2016). Systems can potentially re-identify individuals across different locations by matching movement signatures, creating tracking capabilities that follow people across WiFi networks.

Why Does WiFi DensePose Matter?

The convergence of several trends makes WiFi-based pose estimation particularly significant.

Consumer Mesh Network Deployment: Mesh WiFi systems like Eero, Google Nest Wifi, and Amazon eero Pro have proliferated in residential environments. These systems place multiple access points throughout a space, providing spatial diversity needed for accurate triangulation.

AI Hardware Acceleration: Modern WiFi routers increasingly include AI accelerators for traffic optimization. These same chips can process CSI data for pose estimation in real-time without requiring external computing resources.

Regulatory Gaps: Current privacy regulations were designed for camera-based surveillance. The Electronic Communications Privacy Act does not clearly address RF-based sensing that extracts behavioral data from signals. (Electronic Communications Privacy Act - Wikipedia) WiFi pose estimation occupies a legal gray area.

Comparison: WiFi Sensing vs. Traditional Surveillance

FeatureWiFi DensePoseCCTV CamerasThrough-Wall Radar
Infrastructure RequiredExisting WiFiNew installationSpecialized hardware
VisibilityCompletely covertVisible camerasVisible antennas
Through-wall capabilityYesNoYes (limited)
Detail levelFull body poseFacial detail, colorSilhouette only
Environmental conditionsUnaffected by lightRequires illuminationUnaffected by light
Detection countermeasuresNearly impossibleCamera detection, jammingRF detection
Legal frameworkUnclearEstablishedEmerging
Cost per coverage area$0 (existing)$500-2000$5000+

Mitigation and Protection

Potential mitigations include WiFi signal jamming (illegal in most jurisdictions), Faraday cage construction, CSI randomization through router firmware modifications, expanding wiretap laws to include RF-based behavioral extraction, and technical standards requiring user consent for CSI processing.

Frequently Asked Questions

Q: Can WiFi DensePose see through all types of walls? A: WiFi-based pose estimation works through standard drywall, wood, glass, and thin concrete, but metal barriers and thick concrete significantly attenuate signals. Effectiveness depends on wall material, WiFi frequency (5 GHz penetrates less than 2.4 GHz), and transmission power.

Q: How accurate is WiFi-based pose estimation compared to cameras? A: As of February 2026, WiFi-based systems achieve approximately 85-92% accuracy for 2D keypoint detection (published research estimates, 2015-2024), compared to 95%+ for RGB cameras, with 3D joint position errors of ±5cm versus ±2cm for camera-based systems.

Q: Can I detect if someone is using WiFi to track me? A: Detection is extremely difficult. Unlike cameras, WiFi surveillance leaves no visible indicators and the signals are indistinguishable from normal WiFi traffic. Specialized RF analysis equipment might detect anomalous CSI patterns, but consumer-grade tools cannot reliably identify pose estimation activity.

Q: Is WiFi-based human tracking legal? A: The legal status varies by jurisdiction and remains unclear. In the United States, the applicability of wiretap laws to WiFi sensing has not been definitively established by courts. The Electronic Frontier Foundation has raised concerns about regulatory gaps. (EFF: Law Enforcement Access to Wi-Fi Derived Location Data Violates the Fourth Amendment)

Q: Can standard home routers perform pose estimation? A: Many modern routers with MIMO capabilities have the necessary hardware; the limitation is primarily firmware and processing capacity. Some research implementations use standard Intel 5300 WiFi cards. Accurate dense pose estimation typically benefits from multi-node mesh configurations and AI accelerators found in newer high-end routers.


WiFi DensePose converts everyday network infrastructure into an invisible sensing grid. The walls that protect us from observation no longer block algorithmic perception, and the legal frameworks designed for camera-based surveillance have not caught up.

sources · 15 cited

  1. Wi-Fi Positioning System - Wikipedia analysis accessed 2026-04-24
  2. DensePose: Dense Human Pose Estimation In The Wild - arXiv:1802.00434 primary accessed 2026-04-24
  3. Channel State Information - Wikipedia analysis accessed 2026-04-24
  4. Electromagnetic Radiation - Wikipedia analysis accessed 2026-04-24
  5. MIMO - Wikipedia analysis accessed 2026-04-24
  6. Multipath Propagation - Wikipedia analysis accessed 2026-04-24
  7. MUSIC Algorithm - Wikipedia analysis accessed 2026-04-24
  8. Doppler Effect - Wikipedia analysis accessed 2026-04-24
  9. Computer Vision - Wikipedia analysis accessed 2026-04-24
  10. Pose (Computer Vision) - Wikipedia analysis accessed 2026-04-25
  11. Wireless Security - Wikipedia analysis accessed 2026-04-24
  12. Radar - Wikipedia analysis accessed 2026-04-24
  13. Electronic Communications Privacy Act - Wikipedia analysis accessed 2026-04-25
  14. EFF: Law Enforcement Access to Wi-Fi Derived Location Data Violates the Fourth Amendment analysis accessed 2026-04-25
  15. GitHub - ruvnet/wifi-densepose community accessed 2026-05-29