Last page update: 08/09/2014
Abstract:
Background subtraction (BS) is the art of separating moving objects from their background. The Background Modeling (BM) is one of the main steps of the BS process. Several subspace learning (SL) algorithms based on matrix and tensor tools have been used to perform the BM of the scenes. However, several SL algorithms work on a batch process increasing memory consumption when data size is very large. Moreover, these algorithms are not suitable for streaming data when the full size of the data is unknown. In this work, we propose an incremental tensor subspace learning that uses only a small part of the entire data and updates the low-rank model incrementally when new data arrive. In addition, the multi-feature model allows us to build a robust low-rank background model of the scene. Experimental results shows that the proposed method achieves interesting results for background subtraction task.
Highlights:
* Proposes an incremental low-rank HoSVD (iHOSVD) for background modeling and subtraction.
* A unified tensor model to represent the features extracted from the streaming video data.
Bibtex:
@inproceedings{asobral2014,
author = "Sobral, A. and Baker, C. G. and Bouwmans, T. and Zahzah, E.",
title = "Incremental and Multi-feature Tensor Subspace Learning applied for Background Modeling and Subtraction",
booktitle = "International Conference on Image Analysis and Recognition (ICIAR'14)",
year = "2014",
month = "October",
publisher = "Lecture Notes in Computer Science (Springer LNCS)"
}
Resources:
Matlab code and experimental results are available in GitHub: https://github.com/andrewssobral/imtsl
External links: