Description

Estimating a continuous-or-grid density field over a monitored area, rather than a single integer count. Density estimation is the spatial generalization of crowd-counting and the input most modeling pipelines actually need: pedestrian-flow models consume density and velocity fields; crowd-safety thresholds are defined per-zone. In the BLE-calibrated CSI thesis, density-field reconstruction from CSI between calibration campaigns is the headline inference task.

Why it's hard

  • Wireless sensors provide highly spatially-aggregated readings; recovering a fine grid requires spatial priors.
  • Density discontinuities (queue boundary, room edge) are hard to recover from smooth-by-default models.
  • Saturation: high-density regions all look the same to a single CSI link.
  • Validation requires per-cell ground truth at high spatial resolution, which is costly.
  • Mass-conservation between time steps is a useful prior that off-the-shelf regressors break.

Common approaches

  • CNN density-regression models (vision baseline) with pixelwise Gaussian targets.
  • Grid-based interpolation from a sensor-cell occupancy graph.
  • Kernel density estimation from device-trajectory snapshots (BLE/WiFi probe).
  • Physics-informed density inference enforcing continuity equation.

Source Papers

  • sindagi2018_e579 — CNN-based single image crowd counting and density estimation.
  • alam2022_0e15 — estimating indoor crowd density and movement using WiFi sensing.
  • di2023_285b — physics-informed deep learning for traffic-state estimation (related framing).
  • bendalibraham2021_476e — recent trends in crowd analysis.

24 vault papers address this problem

Titles and DOIs only — no abstracts, no analyses.

  • A survey of recent advances in CNN-based single image crowd counting and density estimation 2018 DOI ↗
  • A continuum theory for the flow of pedestrians 2002 DOI ↗
  • Toward Accurate Crowd Counting in Large Surveillance Areas Based on Passive WiFi Sensing 2023 DOI ↗
  • Crowd monitoring using image processing 1995 DOI ↗
  • Microscopic insights into pedestrian motion through a bottleneck, resolving spatial and temporal variations 2022 DOI ↗
  • Data-driven Crowd Modeling Techniques: A Survey 2022 DOI ↗
  • <i>STRmt</i>: A state transition based model for real‐time crowd counting in a metro system 2024 DOI ↗
  • Simultaneous Crowd Estimation in Counting and Localization Using WiFi CSI 2021 DOI ↗
  • CROOD: Estimating crude building occupancy from mobile device connections without ground-truth calibration 2022 DOI ↗
  • Recent trends in crowd analysis: A review 2021 DOI ↗
  • Crowd Entropy-Based Prediction Model: Unidirectional Flow 2026 DOI ↗
  • Ru’ya: A Lightweight AI Model for UAV-Based Crowd Detection and Monitoring 2026 DOI ↗
  • Constructing WiFi-Video-Fused Multi-Modal Synthetic Datasets for Crowd Counting 2025 DOI ↗
  • Round trip time meets transformers: high-fidelity human counting in cluttered environments 2025 DOI ↗
  • Physics-informed deep learning for traffic state estimation based on the traffic flow model and computational graph method 2024 DOI ↗
  • Body and mind: Decoding the dynamics of pedestrians and the effect of smartphone distraction by coupling mechanical and decisional processes 2023 DOI ↗
  • Estimating indoor crowd density and movement behavior using WiFi sensing 2022 DOI ↗
  • Crowd evacuation simulation method combining the density field and social force model 2021 DOI ↗
  • Theory of Statistics 2020
  • Intelligent video surveillance: a review through deep learning techniques for crowd analysis 2019 DOI ↗
  • Data Science and Machine Learning: Mathematical and Statistical Methods 2019
  • Crowds in Equations 2018 DOI ↗
  • All of Statistics 2004 DOI ↗
  • Device-Free Crowd Size Estimation Using Wireless Sensing on Subway Platforms 2024 DOI ↗