IMTSL

Incremental and Multi-feature Tensor Subspace Learning
678 Downloads
Updated 12 Mar 2021

IMTSL - Incremental and Multi-feature Tensor Subspace Learning

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.

Citation
--------
Please, if you use this code for your publications, please cite it as:

@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)",
url = "https://sites.google.com/site/ihosvd/"
}

Source code
-----------
dataset - dataset folder
libs - libraries/toolboxes
output - output folder
IMTSL.m - proposed algorithm
compute_similarity3.m - similarity measure of the current feature and it low-rank representation (for gradient magnitude)
compute_similarity2.m - "" (all other features)
displog.m - display message with time
perform_feature_extraction_rgb.m - perform feature extraction (by default, 8 features are extracted)
showResults.m - display results (input frame, low-rank, sparse and outliers)

License
-------
The source code is available only for academic/research purposes (non-commercial).

Cite As

Andrews Cordolino Sobral (2026). IMTSL (https://github.com/andrewssobral/imtsl), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2013b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Financial Toolbox in Help Center and MATLAB Answers

libs/IncPACK2

libs/features/lbp/LBP_toolbox

libs/tensor_toolbox_2.5

libs/tensor_toolbox_2.5/@ktensor

libs/tensor_toolbox_2.5/@sptenmat

libs/tensor_toolbox_2.5/@sptensor

libs/tensor_toolbox_2.5/@sptensor/private

libs/tensor_toolbox_2.5/@tenmat

libs/tensor_toolbox_2.5/@tensor

libs/tensor_toolbox_2.5/@ttensor

libs/tensor_toolbox_2.5/doc

libs/tensor_toolbox_2.5/met

libs/tensorlab

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.0.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.