Description

A particle filter approximates the posterior of a nonlinear / non-Gaussian state-space model by a weighted set of samples ("particles"), advancing them with a process model and re-weighting them with each observation. It is the standard online estimator for indoor tracking and the dominant data-assimilation engine for fitting agent-based-model parameters to noisy real-world crowd observations.

When it's used

  • Indoor tracking on noisy RSSI / CSI / IMU streams
  • Data assimilation for agent-based crowd models
  • BLE-CSI fusion under nonlinear measurement equations
  • Sensor-fusion pipelines with non-Gaussian noise

Limitations

  • Particle degeneracy without resampling
  • Computational cost grows with state dimension
  • Process / measurement models still need careful design

Source Papers

  • malleson2020_7b38 — particle filter for ABM data assimilation
  • ghorbani2023_c065 — particle filter for crowd-state inference
  • makinoshima2022_7e21 — particle filter for evacuation modelling
  • guo2020_267f — particle filter in indoor positioning
  • chen2018_97e0 — particle-filter occupancy estimator

13 vault papers use this method

Titles and DOIs only — no abstracts, no analyses.

  • Fundamentals, Algorithms, and Technologies of Occupancy Detection for Smart Buildings Using IoT Sensors 2024 DOI ↗
  • Physics-Informed Deep Learning for Traffic State Estimation: A Survey and the Outlook 2023 DOI ↗
  • Simulating Crowds in Real Time with Agent-Based Modelling and a Particle Filter 2020 DOI ↗
  • Building occupancy estimation and detection: A review 2018 DOI ↗
  • A Physics-Informed Deep Learning Paradigm for Traffic State and Fundamental Diagram Estimation 2022 DOI ↗
  • A Survey on Fusion-Based Indoor Positioning 2020 DOI ↗
  • Recent trends in crowd analysis: A review 2021 DOI ↗
  • Physics-informed deep learning for traffic state estimation based on the traffic flow model and computational graph method 2024 DOI ↗
  • Data Assimilation for Agent-Based Models 2023 DOI ↗
  • Crowd flow forecasting via agent-based simulations with sequential latent parameter estimation from aggregate observation 2022 DOI ↗
  • A Survey on Detection, Tracking and Identification in Radio Frequency-Based Device-Free Localization 2019 DOI ↗
  • A Survey on Detection, Tracking and Identification in Radio Frequency-Based Device-Free Localization 2019 DOI ↗
  • Channel State Information from Pure Communication to Sense and Track Human Motion: A Survey 2019 DOI ↗