All Projects → hellloxiaotian → ECNDNet

hellloxiaotian / ECNDNet

Licence: other
Enhanced CNN for image denoising (CAAI Transactions on Intelligence Technology, 2019)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ECNDNet

DudeNet
Designing and Training of A Dual CNN for Image Denoising (Knowledge-based Systems, 2021)
Stars: ✭ 45 (-22.41%)
Mutual labels:  low-level-vision, cnn-pytorch
R2Net
Pytorch code for "Attention Based Real Image Restoration", IEEE Transactions on Neural Networks and Learning Systems, 2021
Stars: ✭ 19 (-67.24%)
Mutual labels:  image-denoise
MTL-AQA
What and How Well You Performed? A Multitask Learning Approach to Action Quality Assessment [CVPR 2019]
Stars: ✭ 38 (-34.48%)
Mutual labels:  dilated-convolution
PyTorchStepByStep
Official repository of my book: "Deep Learning with PyTorch Step-by-Step: A Beginner's Guide"
Stars: ✭ 314 (+441.38%)
Mutual labels:  cnn-pytorch
ICCV2021-Single-Image-Desnowing-HDCWNet
This paper is accepted by ICCV 2021.
Stars: ✭ 47 (-18.97%)
Mutual labels:  low-level-vision
CResMD
(ECCV 2020) Interactive Multi-Dimension Modulation with Dynamic Controllable Residual Learning for Image Restoration
Stars: ✭ 92 (+58.62%)
Mutual labels:  low-level-vision
DC-ShadowNet-Hard-and-Soft-Shadow-Removal
[ICCV2021]DC-ShadowNet: Single-Image Hard and Soft Shadow Removal Using Unsupervised Domain-Classifier Guided Network, https://arxiv.org/abs/2207.10434
Stars: ✭ 81 (+39.66%)
Mutual labels:  low-level-vision
SwinIR
SwinIR: Image Restoration Using Swin Transformer (official repository)
Stars: ✭ 1,260 (+2072.41%)
Mutual labels:  low-level-vision
Restormer
[CVPR 2022--Oral] Restormer: Efficient Transformer for High-Resolution Image Restoration. SOTA for motion deblurring, image deraining, denoising (Gaussian/real data), and defocus deblurring.
Stars: ✭ 586 (+910.34%)
Mutual labels:  low-level-vision
Trident-Dehazing-Network
NTIRE 2020 NonHomogeneous Dehazing Challenge (CVPR Workshop 2020) 1st Solution.
Stars: ✭ 42 (-27.59%)
Mutual labels:  low-level-vision
CWR
Code and dataset for Single Underwater Image Restoration by Contrastive Learning, IGARSS 2021, oral.
Stars: ✭ 43 (-25.86%)
Mutual labels:  low-level-vision
general backbone
No description or website provided.
Stars: ✭ 37 (-36.21%)
Mutual labels:  cnn-pytorch
Music-Genre-Classification
Genre Classification using Convolutional Neural Networks
Stars: ✭ 27 (-53.45%)
Mutual labels:  cnn-pytorch
IRCNN
IRCNN Image denoise
Stars: ✭ 31 (-46.55%)
Mutual labels:  image-denoise

Enhanced CNN for image denoising by Chunwei Tian, Yong Xu, Lunke Fei, Junqian Wang, Jie Wen and Nan Luo is published in CAAI Transactions on Intelligence Technology (SCI-IF:7.985), 2019. It is implemented by Pytorch. Besides, it is the best paper for CAAI Transactions on Intelligence Technology in 2018 and 2019.

The code of ECNDNet is collected by Profillic (The largest collection of ML models and code to power your projects) at https://www.catalyzex.com/paper/arxiv:1810.11834.

This code written with Pytorch>=0.4.

1. Dependences

pyTorch(>=0.4)

torchvision

openCv for Python

HDF5 for Python

Python 2.73

2. Test ECNDNet

If the noise level is 15, we will run the following commod:

python test.py --num_of_layers 17 --logdir sigma15/ --test_data Set68 --test_noiseL 15

or python test.py --num_of_layers 17 --logdir sigma15/ --test_data Set12 --test_noiseL 15

If the noise level is 25, we will run the following commod:

python test.py --num_of_layers 17 --logdir sigma25/ --test_data Set68 --test_noiseL 25

or python test.py --num_of_layers 17 --logdir sigma25/ --test_data Set12 --test_noiseL 25

If the noise level is 25, we will run the following commod:

python test.py --num_of_layers 17 --logdir sigma50/ --test_data Set68 --test_noiseL 50

or python test.py --num_of_layers 17 --logdir sigma50/ --test_data Set12 --test_noiseL 50

3. Network architecture

RUNOOB 图标

4. Experiment results

ECNDNet for BSD68

RUNOOB 图标

ECNDNet for Set12

RUNOOB 图标

Running time of ECNDNet for a noisy image of different sizes

RUNOOB 图标

Visual results of ECNDNet for BSD68

RUNOOB 图标

Visual results of ECNDNet for Set12

RUNOOB 图标

If you cite this paper, please refer to the following format:

1. Tian C, Xu Y, Fei L, et al. Enhanced CNN for image denoising[J]. CAAI Transactions on Intelligence Technology, 2019, 4(1): 17-23.

2. @article{tian2019enhanced,

title={Enhanced CNN for image denoising},

author={Tian, Chunwei and Xu, Yong and Fei, Lunke and Wang, Junqian and Wen, Jie and Luo, Nan},

journal={CAAI Transactions on Intelligence Technology},

volume={4},

number={1},

pages={17--23},

year={2019},

publisher={IET}

}

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