Non-Parametric Model for Background Subtraction

Abstract

Background subtraction is a method typically used to segment moving regions in image sequences taken from a static camera by comparing each new frame to a model of the scene background. We present a novel non-parametric background model and a background subtraction approach. The model can handle situations where the background of the scene is cluttered and not completely static but contains small motions such as tree branches and bushes. The model estimates the probability of observing pixel intensity values based on a sample of intensity values for each pixel. The model adapts quickly to changes in the scene which enables very sensitive detection of moving targets. We also show how the model can use color information to suppress detection of shadows. The implementation of the model runs in real-time for both gray level and color imagery. Evaluation shows that this approach achieves very sensitive detection with very low false alarm rates.

Cite

Text

Elgammal et al. "Non-Parametric Model for Background Subtraction." European Conference on Computer Vision, 2000. doi:10.1007/3-540-45053-X_48

Markdown

[Elgammal et al. "Non-Parametric Model for Background Subtraction." European Conference on Computer Vision, 2000.](https://mlanthology.org/eccv/2000/elgammal2000eccv-non/) doi:10.1007/3-540-45053-X_48

BibTeX

@inproceedings{elgammal2000eccv-non,
  title     = {{Non-Parametric Model for Background Subtraction}},
  author    = {Elgammal, Ahmed M. and Harwood, David and Davis, Larry S.},
  booktitle = {European Conference on Computer Vision},
  year      = {2000},
  pages     = {751-767},
  doi       = {10.1007/3-540-45053-X_48},
  url       = {https://mlanthology.org/eccv/2000/elgammal2000eccv-non/}
}