Learning a Sparse, Corner-Based Representation for Time-Varying Background Modeling

Abstract

Time-varying phenomenon, such as ripples on water, trees waving in the wind and illumination changes, produces false motions, which significantly compromises the performance of an outdoor-surveillance system. In this paper, we propose a corner-based background model to effectively detect moving-objects in challenging dynamic scenes. Specifically, the method follows a three-step process. First, we detect feature points using a Harris corner detector and represent them as SIFT-like descriptors. Second, we dynamically learn a background model and classify each extracted feature as either a background or a foreground feature. Last, a "Lucas-Kanade" feature tracker is integrated into this framework to differentiate motion-consistent foreground objects from background objects with random or repetitive motion. The key insight of our work is that a collection of SIFT-like features can effectively represent the environment and account for variations caused by natural effects with dynamic movements. Features that do not correspond to the background must therefore correspond to foreground moving objects. Our method is computational efficient and works in real-time. Experiments on challenging video clips demonstrate that the proposed method achieves a higher accuracy in detecting the foreground objects than the existing methods.

Cite

Text

Zhu et al. "Learning a Sparse, Corner-Based Representation for Time-Varying Background Modeling." IEEE/CVF International Conference on Computer Vision, 2005. doi:10.1109/ICCV.2005.134

Markdown

[Zhu et al. "Learning a Sparse, Corner-Based Representation for Time-Varying Background Modeling." IEEE/CVF International Conference on Computer Vision, 2005.](https://mlanthology.org/iccv/2005/zhu2005iccv-learning/) doi:10.1109/ICCV.2005.134

BibTeX

@inproceedings{zhu2005iccv-learning,
  title     = {{Learning a Sparse, Corner-Based Representation for Time-Varying Background Modeling}},
  author    = {Zhu, Qiang and Avidan, Shai and Cheng, Kwang-Ting},
  booktitle = {IEEE/CVF International Conference on Computer Vision},
  year      = {2005},
  pages     = {678-685},
  doi       = {10.1109/ICCV.2005.134},
  url       = {https://mlanthology.org/iccv/2005/zhu2005iccv-learning/}
}