All Projects → andrewssobral → ostd

andrewssobral / ostd

Licence: other
Online Stochastic Tensor Decomposition for Background Subtraction in Multispectral Video Sequences

Programming Languages

matlab
3953 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ostd

OLSTEC
OnLine Low-rank Subspace tracking by TEnsor CP Decomposition in Matlab: Version 1.0.1
Stars: ✭ 30 (+42.86%)
Mutual labels:  tensor, background-subtraction, tensor-decomposition
scikit tt
Tensor Train Toolbox
Stars: ✭ 52 (+147.62%)
Mutual labels:  tensor, tensor-decomposition
Tensor
package tensor provides efficient and generic n-dimensional arrays in Go that are useful for machine learning and deep learning purposes
Stars: ✭ 222 (+957.14%)
Mutual labels:  tensor
Tensors.jl
Efficient computations with symmetric and non-symmetric tensors with support for automatic differentiation.
Stars: ✭ 142 (+576.19%)
Mutual labels:  tensor
Gisola
Gisola: A High Performance Computing application for real-time Moment Tensor inversion
Stars: ✭ 35 (+66.67%)
Mutual labels:  tensor
Tullio.jl
Stars: ✭ 231 (+1000%)
Mutual labels:  tensor
caffe-simnets
The SimNets Architecture's Implementation in Caffe
Stars: ✭ 13 (-38.1%)
Mutual labels:  tensor-decomposition
Tenseal
A library for doing homomorphic encryption operations on tensors
Stars: ✭ 197 (+838.1%)
Mutual labels:  tensor
Xtensor.jl
Julia package for xtensor-julia
Stars: ✭ 38 (+80.95%)
Mutual labels:  tensor
iterative-grabcut
This algorithm uses a rectangle made by the user to identify the foreground item. Then, the user can edit to add or remove objects to the foreground. Then, it removes the background and makes it transparent.
Stars: ✭ 35 (+66.67%)
Mutual labels:  background-subtraction
torchprune
A research library for pytorch-based neural network pruning, compression, and more.
Stars: ✭ 133 (+533.33%)
Mutual labels:  tensor-decomposition
eigen
Owl's OCaml Interface to Eigen3 C++ Library
Stars: ✭ 30 (+42.86%)
Mutual labels:  tensor
Einops
Deep learning operations reinvented (for pytorch, tensorflow, jax and others)
Stars: ✭ 4,022 (+19052.38%)
Mutual labels:  tensor
Tensoroperations.jl
Julia package for tensor contractions and related operations
Stars: ✭ 230 (+995.24%)
Mutual labels:  tensor
pytorch-examples-cn
用例子学习PyTorch1.0(Learning PyTorch with Examples 中文翻译与学习)
Stars: ✭ 54 (+157.14%)
Mutual labels:  tensor
Norse
Deep learning with spiking neural networks (SNNs) in PyTorch.
Stars: ✭ 211 (+904.76%)
Mutual labels:  tensor
Xtensor Python
Python bindings for xtensor
Stars: ✭ 248 (+1080.95%)
Mutual labels:  tensor
tentris
Tentris is a tensor-based RDF triple store with SPARQL support.
Stars: ✭ 34 (+61.9%)
Mutual labels:  tensor
DI-treetensor
Let DI-treetensor help you simplify the structure processing!(树形运算一不小心就逻辑混乱?DI-treetensor快速帮你搞定)
Stars: ✭ 134 (+538.1%)
Mutual labels:  tensor
GenericTensor
The only library allowing to create Tensors (matrices extension) with custom types
Stars: ✭ 42 (+100%)
Mutual labels:  tensor

View OSTD on File Exchange

Last Page Update: 26/01/2016

OSTD

Online Stochastic Tensor Decomposition for Background Subtraction in Multispectral Video Sequences

See also:

Abstract

Background subtraction is an important task for visual surveillance systems. However, this task becomes more complex when the data size grows since the real-world scenario requires larger data to be processed in a more efficient way, and in some cases, in a continuous manner. Until now, most of background subtraction algorithms were designed for mono or trichromatic cameras within the visible spectrum or near infrared part. Recent advances in multispectral imaging technologies give the possibility to record multispectral videos for video surveillance applications. Due to the specific nature of these data, many of the bands within multispectral images are often strongly correlated. In addition, processing multispectral images with hundreds of bands can be computationally burdensome. In order to address these major difficulties of multispectral imaging for video surveillance, this paper propose an online stochastic framework for tensor decomposition of multispectral video sequences (OSTD).

Highlights

  • An online stochastic framework for tensor decomposition to deal with multi-dimensional and streaming data.
  • And, the use of multispectral video sequences instead of standard mono/trichromatic images, enabling a better background subtraction.

Citation

If you use this code for your publications, please cite it as (Online Reference):

@inproceedings{ostd,
author    = {Sobral, Andrews and Javed, Sajid and Ki Jung, Soon and Bouwmans, Thierry and Zahzah, El-hadi},
title     = {Online Tensor Decomposition for Background Subtraction in Multispectral Video Sequences},
booktitle = {IEEE International Conference on Computer Vision Workshops (ICCVW)},
address   = {Santiago, Chile},
year      = {2015},
month     = {December},
url       = {https://github.com/andrewssobral/ostd}
}

Source code

hyperspectral/ - hyperspectral image sequences
hyperspectral/fet.py - foreground evaluation tool in python
STOC-RPCA/ - stochastic RPCA
OSTD.m - proposed algorithm
demo.m - demo file

License

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

Problems or Questions

If you have any problems or questions, please contact the author: Andrews Sobral (andrewssobral at gmail dot com)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].