Description

Identifying observations that deviate substantially from the expected behavior of a system, where "expected" is learned from past data. In the wireless-sensing / crowd-modeling context, anomaly detection has three distinct flavors: (1) crowd anomalies — sudden density spikes, counter-flows, panic onset; (2) signal anomalies — CSI corruption from hardware faults or jamming; (3) behavioral anomalies — a person doing something atypical for the time and place. Anomaly detection is the core dependency of crowd-safety alerting and a frequent companion task to fall-detection.

Why it's hard

  • "Anomalous" is context-dependent — a 2 m/s walking speed is normal in a corridor and anomalous in a queue.
  • Class imbalance is extreme: anomalies are by definition rare.
  • Concept drift in the "normal" baseline (see calibration-drift) creates spurious anomalies.
  • False alarms erode operator trust faster than missed detections.
  • Multi-scale anomalies (a person, a sub-crowd, the whole venue) require hierarchical models.

Common approaches

  • Reconstruction-error-based detectors (autoencoders, predictive models) on CSI or trajectory streams.
  • One-class classifiers / isolation forests for tabular features.
  • Crowd-entropy and aggregate-density-gradient threshold detectors.
  • Vision baseline detectors for comparison; CSI / radar variants for privacy-respecting deployment.

Source Papers

  • bendalibraham2021_476e — recent trends in crowd analysis (anomaly detection a major axis).
  • sreenu2019_6f76 — intelligent video surveillance review (vision baseline).
  • torun2026_72aa — fast and robust stationary crowd counting with WiFi (anomaly framing).
  • bahamid2026_a88a — crowd-entropy-based prediction model.

15 vault papers address this problem

Titles and DOIs only — no abstracts, no analyses.

  • WiFi Sensing with Channel State Information 2020 DOI ↗
  • A survey of recent advances in CNN-based single image crowd counting and density estimation 2018 DOI ↗
  • Data-driven Crowd Modeling Techniques: A Survey 2022 DOI ↗
  • Recent trends in crowd analysis: A review 2021 DOI ↗
  • Crowd Entropy-Based Prediction Model: Unidirectional Flow 2026 DOI ↗
  • CrowdTransfer: Enabling Crowd Knowledge Transfer in AIoT Community 2025 DOI ↗
  • Privacy and Security in Ubiquitous Integrated Sensing and Communication: Threats, Challenges and Future Directions 2024 DOI ↗
  • Tools for Ground-Truth-Free Passive Client Density Mapping in MAC-Randomized Outdoor WiFi Networks 2023 DOI ↗
  • Intelligent video surveillance: a review through deep learning techniques for crowd analysis 2019 DOI ↗
  • A Survey on Detection, Tracking and Identification in Radio Frequency-Based Device-Free Localization 2019 DOI ↗
  • An Introduction to the Science of Statistics: From Theory to Implementation 2016
  • Introductory Statistics 2013
  • Probability and statistics for engineering and the sciences 2012
  • Handbook of Data Visualization 2008 DOI ↗
  • Introduction to statistics and data analysis 2008