All Projects → wenbihan → salt_iccv2017

wenbihan / salt_iccv2017

Licence: other
SALT (iccv2017) based Video Denoising Codes, Matlab implementation

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to salt iccv2017

strollr2d icassp2017
Image Denoising Codes using STROLLR learning, the Matlab implementation of the paper in ICASSP2017
Stars: ✭ 22 (-15.38%)
Mutual labels:  unsupervised-learning, state-of-the-art
Online-Category-Learning
ML algorithm for real-time classification
Stars: ✭ 67 (+157.69%)
Mutual labels:  unsupervised-learning, online-learning
Hypergan
Composable GAN framework with api and user interface
Stars: ✭ 1,104 (+4146.15%)
Mutual labels:  unsupervised-learning, online-learning
deepvis
machine learning algorithms in Swift
Stars: ✭ 54 (+107.69%)
Mutual labels:  unsupervised-learning
clink
Clink is a library that provides APIs and infrastructure to facilitate the development of parallelizable feature engineering operators that can be used in both C++ and Java runtime.
Stars: ✭ 24 (-7.69%)
Mutual labels:  online-learning
metric-transfer.pytorch
Deep Metric Transfer for Label Propagation with Limited Annotated Data
Stars: ✭ 49 (+88.46%)
Mutual labels:  unsupervised-learning
GuidedNet
Caffe implementation for "Guided Optical Flow Learning"
Stars: ✭ 28 (+7.69%)
Mutual labels:  unsupervised-learning
temporal-ssl
Video Representation Learning by Recognizing Temporal Transformations. In ECCV, 2020.
Stars: ✭ 46 (+76.92%)
Mutual labels:  unsupervised-learning
OLSTEC
OnLine Low-rank Subspace tracking by TEnsor CP Decomposition in Matlab: Version 1.0.1
Stars: ✭ 30 (+15.38%)
Mutual labels:  online-learning
pytod
TOD: GPU-accelerated Outlier Detection via Tensor Operations
Stars: ✭ 131 (+403.85%)
Mutual labels:  unsupervised-learning
UnsupervisedPointCloudReconstruction
Experiments on unsupervised point cloud reconstruction.
Stars: ✭ 133 (+411.54%)
Mutual labels:  unsupervised-learning
hmm market behavior
Unsupervised Learning to Market Behavior Forecasting Example
Stars: ✭ 36 (+38.46%)
Mutual labels:  unsupervised-learning
AIPaperCompleteDownload
Complete download for papers in various top conferences
Stars: ✭ 64 (+146.15%)
Mutual labels:  iccv
naru
Neural Relation Understanding: neural cardinality estimators for tabular data
Stars: ✭ 76 (+192.31%)
Mutual labels:  unsupervised-learning
ml gallery
This is a master project of some experiments with Neural Networks. Every project here is runnable, visualized and explained clearly.
Stars: ✭ 18 (-30.77%)
Mutual labels:  unsupervised-learning
CLSA
official implemntation for "Contrastive Learning with Stronger Augmentations"
Stars: ✭ 48 (+84.62%)
Mutual labels:  unsupervised-learning
tornado
The Tornado 🌪️ framework, designed and implemented for adaptive online learning and data stream mining in Python.
Stars: ✭ 110 (+323.08%)
Mutual labels:  online-learning
Revisiting-Contrastive-SSL
Revisiting Contrastive Methods for Unsupervised Learning of Visual Representations. [NeurIPS 2021]
Stars: ✭ 81 (+211.54%)
Mutual labels:  unsupervised-learning
Deep-Unsupervised-Domain-Adaptation
Pytorch implementation of four neural network based domain adaptation techniques: DeepCORAL, DDC, CDAN and CDAN+E. Evaluated on benchmark dataset Office31.
Stars: ✭ 50 (+92.31%)
Mutual labels:  unsupervised-learning
VQ-APC
Vector Quantized Autoregressive Predictive Coding (VQ-APC)
Stars: ✭ 34 (+30.77%)
Mutual labels:  unsupervised-learning

SALT based Video Denoising

=============

SALT based Video Denoising accompanies the following publication: "Joint Adaptive Sparsity and Low-Rankness on the Fly: An Online Tensor Reconstruction Scheme for Video Denoising," IEEE International Conference on Computer Vision (ICCV), 2017. ICCV 2017, PDF available

Description:

We propose a video denoising method, based on a novel Sparse And Low-rank Tensor (SALT) model. An efficient and unsupervised online unitary sparsifying transform learning method is introduced to impose adaptive sparsity on the fly. SALT based video denoising exhibits low latency and can potentially handle streaming videos. To the best of our knowledge, this is the first work that combines adaptive sparsity and low-rankness for video denoising, and the first work of solving the proposed problem in an online fashion.

The SALT package includes (1) a collection of the SALT Matlab functions, and (2) example data used in the SALT paper.

You can download our other software packages at: Transform Learning Site.

Paper

Paper available here.

In case of use, please cite our publication:

Bihan Wen, Yanjun Li, Luke Pfister, and Yoram Bresler, “Joint Adaptive Sparsity and Low-Rankness on the Fly: An Online Tensor Reconstruction Scheme for Video Denoising,” in Proc. IEEE Int. Conf. Computer Vision (ICCV), 2017.

Bibtex:

@InProceedings{Wen_2017_ICCV,
  author = {Wen, Bihan and Li, Yanjun and Pfister, Luke and Bresler, Yoram},
  title = {Joint Adaptive Sparsity and Low-Rankness on the Fly: An Online Tensor Reconstruction Scheme for Video Denoising},
  booktitle = {The IEEE International Conference on Computer Vision (ICCV)},
  month = {Oct},
  year = {2017}
}

Use

All codes are subject to copyright and may only be used for non-commercial research. In case of use, please cite our publication.

Contact Bihan Wen ([email protected]) for any questions.

Acknowledgement

The development of this software was supported in part by the National Science Foundation (NSF) under grants CCF-13-20953 and IIS 14-47879.

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].