Foreground Detection Using Spatiotemporal Projection Kernels

Abstract

In this paper, we propose a novel video foreground detection method that exploits the statistics of 3D spacetime patches. 3D space-time patches are characterized by means of the subspace they span. As the complexity of real-time systems prohibits performing this modeling directly on the raw pixel data, we propose a novel framework in which spatiotemporal data is sequentially reduced in two stages. The first stage reduces the data using a cascade of linear projections of 3D space-time patches onto a small set of 3D Walsh-Hadamard (WH) basis functions known for its energy compaction of natural images and videos. This stage is efficiently implemented using the Gray-Code filtering scheme [2] requiring only 2 operations per projection. In the second stage, the data is further reduced by applying PCA directly to the WH coefficients exploiting the local statistics in an adaptive manner. Unlike common techniques, this spatiotemporal adaptive projection exploits window appearance as well as its dynamic characteristics. Tests show that the proposed method outperforms recent foreground detection methods and is suitable for real-time implementation on streaming video.

Cite

Text

Moshe et al. "Foreground Detection Using Spatiotemporal Projection Kernels." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012. doi:10.1109/CVPR.2012.6248056

Markdown

[Moshe et al. "Foreground Detection Using Spatiotemporal Projection Kernels." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012.](https://mlanthology.org/cvpr/2012/moshe2012cvpr-foreground/) doi:10.1109/CVPR.2012.6248056

BibTeX

@inproceedings{moshe2012cvpr-foreground,
  title     = {{Foreground Detection Using Spatiotemporal Projection Kernels}},
  author    = {Moshe, Yair and Hel-Or, Hagit and Hel-Or, Yacov},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2012},
  pages     = {3210-3217},
  doi       = {10.1109/CVPR.2012.6248056},
  url       = {https://mlanthology.org/cvpr/2012/moshe2012cvpr-foreground/}
}