All Projects → wenbihan → Reproducible Image Denoising State Of The Art

wenbihan / Reproducible Image Denoising State Of The Art

Collection of popular and reproducible image denoising works.

Projects that are alternatives of or similar to Reproducible Image Denoising State Of The Art

Ai sudoku
GUI based Smart Sudoku Solver that tries to extract a sudoku puzzle from a photo and solve it
Stars: ✭ 830 (-53.27%)
Mutual labels:  cnn, image-processing
One Pixel Attack Keras
Keras implementation of "One pixel attack for fooling deep neural networks" using differential evolution on Cifar10 and ImageNet
Stars: ✭ 1,097 (-38.23%)
Mutual labels:  cnn, image-processing
Likwid
Performance monitoring and benchmarking suite
Stars: ✭ 957 (-46.11%)
Mutual labels:  benchmarking, performance-analysis
Benchmarking Keras Pytorch
🔥 Reproducibly benchmarking Keras and PyTorch models
Stars: ✭ 346 (-80.52%)
Mutual labels:  cnn, benchmarking
Imscript
a collection of small and standalone utilities for image processing, written in C
Stars: ✭ 86 (-95.16%)
Mutual labels:  noise, image-processing
Tf Pose Estimation
Deep Pose Estimation implemented using Tensorflow with Custom Architectures for fast inference.
Stars: ✭ 3,856 (+117.12%)
Mutual labels:  cnn, image-processing
Gait Recognition
Distance Recognition of a Human Being with Deep CNN's
Stars: ✭ 51 (-97.13%)
Mutual labels:  cnn, image-processing
Audio-Classification-using-CNN-MLP
Multi class audio classification using Deep Learning (MLP, CNN): The objective of this project is to build a multi class classifier to identify sound of a bee, cricket or noise.
Stars: ✭ 36 (-97.97%)
Mutual labels:  cnn, noise
Cfsrcnn
Coarse-to-Fine CNN for Image Super-Resolution (IEEE Transactions on Multimedia,2020)
Stars: ✭ 84 (-95.27%)
Mutual labels:  cnn, image-processing
Openml R
R package to interface with OpenML
Stars: ✭ 81 (-95.44%)
Mutual labels:  reproducible-research, benchmarking
Otb
Github mirror of https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb
Stars: ✭ 265 (-85.08%)
Mutual labels:  image-processing, reproducible-research
Photomosaic Generator
photomosaic generator (image to image, video to video)
Stars: ✭ 106 (-94.03%)
Mutual labels:  image-processing, art
SwinIR
SwinIR: Image Restoration Using Swin Transformer (official repository)
Stars: ✭ 1,260 (-29.05%)
Mutual labels:  image-denoising, image-restoration
Pycnn
Image Processing with Cellular Neural Networks in Python
Stars: ✭ 509 (-71.34%)
Mutual labels:  cnn, image-processing
RCAN-tf
TensorFlow code for ECCV 2018 paper "Image Super-Resolution Using Very Deep Residual Channel Attention Networks"
Stars: ✭ 25 (-98.59%)
Mutual labels:  cnn, image-restoration
Image Denoising Benchmark
Benchmarking Denoising Algorithms with Real Photographs
Stars: ✭ 49 (-97.24%)
Mutual labels:  image-processing, benchmarking
emp
🔬 Empirical CLI
Stars: ✭ 42 (-97.64%)
Mutual labels:  benchmarking, reproducible-research
best
🏆 Delightful Benchmarking & Performance Testing
Stars: ✭ 73 (-95.89%)
Mutual labels:  benchmarking, performance-analysis
Cnn Paper2
🎨 🎨 深度学习 卷积神经网络教程 :图像识别,目标检测,语义分割,实例分割,人脸识别,神经风格转换,GAN等🎨🎨 https://dataxujing.github.io/CNN-paper2/
Stars: ✭ 77 (-95.66%)
Mutual labels:  cnn, arxiv
Lesrcnn
Lightweight Image Super-Resolution with Enhanced CNN (Knowledge-Based Systems,2020)
Stars: ✭ 101 (-94.31%)
Mutual labels:  cnn, image-processing

reproducible-image-denoising-state-of-the-art

Collection of popular and reproducible single image denoising works. This collection is inspired by the summary by flyywh

Criteria: works must have codes available, and the reproducible results demonstrate state-of-the-art performances.

Check out the following collections of reproducible state-of-the-art algorithms:

Denoising Algorithms (AWGN)

Filtering

  • NLM [Web] [Code] [PDF]
    • A non-local algorithm for image denoising (CVPR 05), Buades et al.
    • Image denoising based on non-local means filter and its method noise thresholding (SIVP2013), B. Kumar
  • BM3D [Web] [Code] [PDF]
    • Image restoration by sparse 3D transform-domain collaborative filtering (SPIE Electronic Imaging 2008), Dabov et al.
  • PID [Web] [Code] [PDF]
    • Progressive Image Denoising (TIP 2014), C. Knaus et al.

Sparse Coding

  • KSVD [Web] [Code] [PDF]
    • Image Denoising Via Sparse and Redundant Representations Over Learned Dictionaries (TIP 2006), Elad et al.
  • LSSC [Web] [Code] [PDF]
    • Non-local Sparse Models for Image Restoration (ICCV 2009), Mairal et al.
  • NCSR [Web] [Code] [PDF]
    • Nonlocally Centralized Sparse Representation for Image Restoration (TIP 2012), Dong et al.
  • OCTOBOS [Web] [Code] [PDF]
    • Structured Overcomplete Sparsifying Transform Learning with Convergence Guarantees and Applications (IJCV 2015), Wen et al.
  • GSR [Web] [Code] [PDF]
    • Group-based Sparse Representation for Image Restoration (TIP 2014), Zhang et al.
  • TWSC [Web] [Code] [PDF]
    • A Trilateral Weighted Sparse Coding Scheme for Real-World Image Denoising (ECCV 2018), Xu et al.

Classical External Priors

  • EPLL [Web] [Code] [PDF]
    • From Learning Models of Natural Image Patches to Whole Image Restoration (ICCV2011), Zoran et al.
  • GHP [[Web]][Code] [PDF]
    • Texture Enhanced Image Denoising via Gradient Histogram Preservation (CVPR2013), Zuo et al.
  • PGPD [[Web]][Code] [PDF]
    • Patch Group Based Nonlocal Self-Similarity Prior Learning for Image Denoising (ICCV 2015), Xu et al.
  • PCLR [[Web]][Code] [PDF]
    • External Patch Prior Guided Internal Clustering for Image Denoising (ICCV 2015), Chen et al.  

Low Rank

  • SAIST [Web] [Code by request] [PDF]
    • Nonlocal image restoration with bilateral variance estimation: a low-rank approach (TIP2013), Dong et al.
  • WNNM [Web] [Code] [PDF]
    • Weighted Nuclear Norm Minimization with Application to Image Denoising (CVPR2014), Gu et al.
  • Multi-channel WNNM [Web] [Code] [PDF]
    • Multi-channel Weighted Nuclear Norm Minimization for Real Color Image Denoising (ICCV 2017), Xu et al.

Deep Denoising

  • TNRD [Web] [Code] [PDF]
    • Trainable nonlinear reaction diffusion: A flexible framework for fast and effective image restoration (TPAMI 2016), Chen et al.
  • RED [Web] [Code] [PDF]
    • Image Restoration Using Very Deep Convolutional Encoder-Decoder Networks with Symmetric Skip Connections (NIPS2016), Mao et al.
  • DnCNN [Web] [Code] [PDF]
    • Beyond a Gaussian Denoiser: Residual Learning of Deep CNN for Image Denoising (TIP2017), Zhang et al.
  • MemNet [Web] [Code] [PDF]
    • MemNet: A Persistent Memory Network for Image Restoration (ICCV2017), Tai et al.
  • NLCNN [Web] [Code] [PDF]
    • Non-Local Color Image Denoising with Convolutional Neural Networks (CVPR 2017), Lefkimmiatis.
  • xUnit [Web] [Code] [PDF]
    • xUnit: Learning a Spatial Activation Function for Efficient Image Restoration (CVPR 2018), Kligvasser et al.
  • UDNet [Web] [Code] [PDF]
    • Universal Denoising Networks : A Novel CNN Architecture for Image Denoising (CVPR 2018), Lefkimmiatis.
  • Wavelet-CNN [Web] [Code] [PDF]
    • Multi-level Wavelet-CNN for Image Restoration (CVPR 2018), Liu et al.
  • IRN [Web] [Code] [PDF]
    • Deep Image Demosaicking using a Cascade of Convolutional Residual Denoising Networks (ECCV 2018), Lefkimmiatis.
  • FFDNet [Web] [Code] [PDF]
    • FFDNet: Toward a Fast and Flexible Solution for CNN-Based Image Denoising (TIP 2018), Zhang et al.
  • UDN [Web] [Code] [PDF]
    • Universal Denoising Networks- A Novel CNN Architecture for Image Denoising (CVPR 2018), Lefkimmiatis.
  • N3 [Web] [Code] [PDF]
    • Neural Nearest Neighbors Networks (NIPS 2018), Plotz et al.
  • NLRN [Web] [Code] [PDF]
    • Non-Local Recurrent Network for Image Restoration (NIPS 2018), Liu et al.
  • RDN+ [Web] [Code] [PDF]
    • Residual Dense Network for Image Restoration (CVPR 2018), Zhang et al.
  • FC-AIDE [Web] [Code] [PDF]
    • Fully Convolutional Pixel Adaptive Image Denoiser (ICCV 2019), Cha et al.
  • FOCNet [Web] [Code] [PDF]
    • FOCNet: A Fractional Optimal Control Network for Image Denoising (CVPR 2019), Jia et al.

Unsupervised / Weakly-Supervised Deep Denoising

  • Noise2Noise [Web] [TF Code] [Keras Unofficial Code] [PDF]
    • Noise2Noise: Learning Image Restoration without Clean Data (ICML 2018), Lehtinen et al.
  • DIP [Web] [Code] [PDF]
    • Deep Image Prior (CVPR 2018), Ulyanov et al.
  • Noise2Void [Web] [Code] [PDF]
    • Learning Denoising from Single Noisy Images (CVPR 2019), Krull et al.
  • Noise2Self [Web] [Code] [PDF]
    • Noise2Self: Blind Denoising by Self-Supervision (ICML 2019), Batson and Royer
  • Self-Supervised Denoising [Web] [Code] [PDF]
    • High-Quality Self-Supervised Deep Image Denoising (NIPS 2019), Laine et al.

Hybrid Model for Denoising

  • STROLLR [PDF] [Code]
    • When Sparsity Meets Low-Rankness: Transform Learning With Non-Local Low-Rank Constraint for Image Restoration (ICASSP 2017), Wen et al.
  • Meets High-level Tasks [PDF] [Code]
    • When Image Denoising Meets High-Level Vision Tasks: A Deep Learning Approach (IJCAI 2018), Liu et al.
  • USA [PDF] [Code]
    • Segmentation-aware Image Denoising Without Knowing True Segmentation (Arxiv), Wang et al.

Blind Denoising or Real Noise Removal

  • RIDNet [Web] [Code] [PDF]
    • Real Image Denoising with Feature Attention (ICCV 2019), Anwar and Barnes.
  • CBDNet [Web] [Code] [PDF]
    • Toward Convolutional Blind Denoising of Real Photographs (CVPR 2019), Guo et al.
  • VDNNet [Web] [Code] [PDF]
    • Variational Denoising Network: Toward Blind Noise Modeling and Removal (NIPS 2019), Yue et al.

Image Noise Level Estimation

  • SINLE [PDF] [Code] [Slides]
    • Single-image Noise Level Estimation for Blind Denoising (TIP 2014), Liu et al.

Novel Real Denoising Benchmark

  • ReNOIR [Web] [Data] [PDF]
    • RENOIR - A Dataset for Real Low-Light Image Noise Reduction (Arxiv 2014), Anaya, Barbu.
  • Darmstadt [Web] [Data] [PDF]
    • Benchmarking Denoising Algorithms with Real Photographs (CVPR 2017), Tobias Plotz, Stefan Roth.
  • PolyU [Web] [Data] [PDF]
    • Real-world Noisy Image Denoising: A New Benchmark (Arxiv), Xu et al.
  • SIDD [Web] [Data] [PDF]
    • A High-Quality Denoising Dataset for Smartphone Cameras (CV{R 2018), Abdelhamed et al.

Commonly Used Denoising Dataset

Commonly Used Image Quality Metrics

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