Coder Social home page Coder Social logo

deepdenoising's Introduction

DeepDenoising

A performance and quality evaluation of residual learning deep convolutional nueral networks for image denoising applications based on the architecture outlined in the paper IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 26, NO. 7, JULY 2017

Brief architecture outline

  • 50x50x1 input layer, the input of our DnCNN is a noisy observation modeled by y = x+v
  • 20 Convolution, ReLU, and normalization layers:
    • 2d convolution w/ 64 3x3x64 convolutions, weights/bias initialized to zeros, and uniform padding across all dimensions, stride set to 1
    • Rectified Linear Unit activation layer (ReLU)
    • Batch normalization layer
  • MSE regression output Layer
  • Intuition:
    • Theoretically increasing the convolution layers further generalizes features, thus increasing ability to delineate from noise

Evaluation methodology

  • 75 test images, where each image was degraded via Gaussian noise with variance randomly sampled between 0.005 and 0.2
  • Objective performance metrics used:
    • SSIM: Correlated with quality/perception of human vision
    • PSNR: Evaluates noise based on mean square error to test image
    • Benchmark filters used as comparison:
      • Median, Gaussian, Wiener, Wavelet, Non-local means, bilateral filter

MATLAB Dependencies

  • Image Processing Toolbox
  • Deep Learning Toolbox
  • Parallel Compute Toolbox

deepdenoising's People

Contributors

matin-m avatar cameron-woehler avatar shreeshiv avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.