Skip to content

aditchanchal/Image-Denoising

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-Denoising

Image Denoising model based on Deep CNN in Keras.

Abstract

Image denoising has been recently attracting considerable attentions due to its applications in various fields. In our project, we construct a feed-forward denoising Convolutional Neural Network (CNN) to embrace the progress in very deep architecture, learning algorithm and regularization method into image denoising .

Here we incorporate following approaches:

  • CNN
  • Residual Learning
  • Batch Normalization

Results

  • PSNR(dB) = 29.33
  • SSIM (%) = 91.5
Refer to REPORT for more details.

About

Image Denoising model based on Deep CNN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages