Code Monkey home page Code Monkey logo

denoising_deep_image_prior's Introduction

Deep Image Prior - Denoising Images

This is an implementation of Deep Image Prior, specifically for denoising CIFAR - 10 images. This approach is based on the idea that a randomly initialized encoder-decoder architecture can be used as an image prior for standard image inversion tasks such as denoising. This requires no training and no specific knowledge of the underlying noise model.

The 'denoising_single_image.ipynb' jupyter notebook shows inference of this approach on sample CIFAR-10 images and an F16-GT Airplane image (used in the original paper).

The 'denoising_f16gt.ipynb' jupyter notebook shows inference of this approach on an F16-GT Airplane image (used in the original paper), on all types of noises with the same configuration. This is to show that this approach can work without knowing anything about the underlying model used for inducing noise.

There are separate implementations of various types of noises such as Gaussian, Poisson, Salt and Pepper and Speckle noise present inside the 'utils.py' file.

Paper : https://sites.skoltech.ru/app/data/uploads/sites/25/2018/04/deep_image_prior.pdf

Result on F16-GT image (used in the original implementation)

  • Output : Final output by the Network
  • Average Output : Output on last iterations averaged using exponential sliding window

As reported in the paper, Average Output of the model gives excellent results in Blind image denoising.

  • Gaussian Noise : GitHub Logo
  • Salt and Pepper Noise : GitHub Logo
  • Poisson Noise : GitHub Logo
  • Speckle Noise : GitHub Logo

Some Results on CIFAR-10 Images:

  • Output : Final output by the Network
  • Average Output : Output on last iterations averaged using exponential sliding window

As reported in the paper, Average Output of the model gives excellent results in Blind image denoising.

  • Gaussian Noise : GitHub Logo
  • Salt and Pepper Noise : GitHub Logo
  • Poisson Noise : GitHub Logo
  • Speckle Noise : GitHub Logo

denoising_deep_image_prior's People

Contributors

dragonsan17 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.