All Projects → wenbihan → strollr2d_icassp2017

wenbihan / strollr2d_icassp2017

Licence: other
Image Denoising Codes using STROLLR learning, the Matlab implementation of the paper in ICASSP2017

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to strollr2d icassp2017

Reproducible Image Denoising State Of The Art
Collection of popular and reproducible image denoising works.
Stars: ✭ 1,776 (+7972.73%)
Mutual labels:  image-denoising, state-of-the-art
NTFk.jl
Unsupervised Machine Learning: Nonnegative Tensor Factorization + k-means clustering
Stars: ✭ 36 (+63.64%)
Mutual labels:  sparsity, unsupervised-learning
salt iccv2017
SALT (iccv2017) based Video Denoising Codes, Matlab implementation
Stars: ✭ 26 (+18.18%)
Mutual labels:  unsupervised-learning, state-of-the-art
neural-compressor
Intel® Neural Compressor (formerly known as Intel® Low Precision Optimization Tool), targeting to provide unified APIs for network compression technologies, such as low precision quantization, sparsity, pruning, knowledge distillation, across different deep learning frameworks to pursue optimal inference performance.
Stars: ✭ 666 (+2927.27%)
Mutual labels:  sparsity
fairytale
encode.ru community archiver
Stars: ✭ 29 (+31.82%)
Mutual labels:  state-of-the-art
day2night
Image2Image Translation Research
Stars: ✭ 46 (+109.09%)
Mutual labels:  unsupervised-learning
amr
Official adversarial mixup resynthesis repository
Stars: ✭ 31 (+40.91%)
Mutual labels:  unsupervised-learning
lxa5
Linguistica 5: Unsupervised Learning of Linguistic Structure
Stars: ✭ 27 (+22.73%)
Mutual labels:  unsupervised-learning
FISR
Official repository of FISR (AAAI 2020).
Stars: ✭ 72 (+227.27%)
Mutual labels:  joint-models
Dual-CNN-Models-for-Unsupervised-Monocular-Depth-Estimation
Dual CNN Models for Unsupervised Monocular Depth Estimation
Stars: ✭ 36 (+63.64%)
Mutual labels:  unsupervised-learning
awesome-graph-self-supervised-learning
Awesome Graph Self-Supervised Learning
Stars: ✭ 805 (+3559.09%)
Mutual labels:  unsupervised-learning
SCINet
Forecast time series and stock prices with SCINet
Stars: ✭ 28 (+27.27%)
Mutual labels:  state-of-the-art
DETReg
Official implementation of the CVPR 2022 paper "DETReg: Unsupervised Pretraining with Region Priors for Object Detection".
Stars: ✭ 273 (+1140.91%)
Mutual labels:  unsupervised-learning
LabelPropagation
A NetworkX implementation of Label Propagation from a "Near Linear Time Algorithm to Detect Community Structures in Large-Scale Networks" (Physical Review E 2008).
Stars: ✭ 101 (+359.09%)
Mutual labels:  unsupervised-learning
VAENAR-TTS
PyTorch Implementation of VAENAR-TTS: Variational Auto-Encoder based Non-AutoRegressive Text-to-Speech Synthesis.
Stars: ✭ 66 (+200%)
Mutual labels:  unsupervised-learning
DudeNet
Designing and Training of A Dual CNN for Image Denoising (Knowledge-based Systems, 2021)
Stars: ✭ 45 (+104.55%)
Mutual labels:  image-denoising
IJCAI2018 SSDH
Semantic Structure-based Unsupervised Deep Hashing IJCAI2018
Stars: ✭ 38 (+72.73%)
Mutual labels:  unsupervised-learning
deepOF
TensorFlow implementation for "Guided Optical Flow Learning"
Stars: ✭ 26 (+18.18%)
Mutual labels:  unsupervised-learning
M-NMF
An implementation of "Community Preserving Network Embedding" (AAAI 2017)
Stars: ✭ 119 (+440.91%)
Mutual labels:  unsupervised-learning
USOT
[ICCV2021] Learning to Track Objects from Unlabeled Videos
Stars: ✭ 52 (+136.36%)
Mutual labels:  unsupervised-learning

strollr2d_icassp2017

Image Denoising Codes using STROLLR learning, the Matlab implementation of the paper in ICASSP2017

STROLLR2D image denoising accompanies the following publication:

"When Sparsity Meets Low-Rankness: Transform Learning With Non-Local Low-Rank Constraint for Image Restoration", IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), 2017. [ICASSP 2017], [PDF available], [Code]

Description:

STROLLR is an image denoising framework based on a joint adaptive patch sparse and group low-rank model learning scheme (STROLLR). The proposed scheme is capable of better representing natural images by exploiting both its local sparsity and non-local similarity. Our numerical experiments show promising performance for the proposed image denoising method compared to popular prior or state-of-the-art methods.

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

Paper

In case of use, please cite our publications:

B. Wen, Y. Li, and Y. Bresler, “When Sparsity Meets Low-Rankness: Transform Learning With Non-Local Low-Rank Constraint for Image Restoration,” in Proc. IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), 2017.

@inproceedings{wen2017strollr2d,
  title  	= {When sparsity meets low-rankness: Transform learning with non-local low-rank constraint for image restoration},
  author 	= {Wen, Bihan and Li, Yanjun and Bresler, Yoram},
  booktitle = {IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
  pages 	= {2297--2301},
  year 		= {2017},
  organization={IEEE}
}

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 06-35234 and CCF 10-18660.

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