Giter Club home page Giter Club logo

denoisingautoencoder's Introduction

Denoising Autoencoder

Implementation of a denoising autoencoder trained on the RENOIR dataset(MI 3 images). Model Architecture

Setting up locally

pip install -r requirements.txt

Dataset

33x33px patches were taken from the reference and noisy images in the dataset. I've serialised these into TFRecords, which can be downloaded using,

python download_data.py

This will download the train and validation records required for training.

Training and inference

  1. For training you can run,

     python train.py -e <num_of_epochs>
    
  2. For inference,

     python predict.py -i <input_file> -o <output_file>
    

The model doesn't have a fixed input shape so for smaller images(<400x400px), the entire image vector is feed into the model. For larger images, I've used a window of size 33x33px for generating the output image.

Results

The model was trained for 25 epochs on Google colab's GPU(NVIDIA Tesla k8).

  1. Reference: Reference Image

  2. Noisy Noisy Image

  3. Denoised

Denoised Image

References

  1. J. Anaya, A. Barbu. RENOIR - A Dataset for Real Low-Light Image Noise Reduction.(arxiv)
  2. Image Restoration Using ConvolutionalAuto-encoders with Symmetric Skip Connections-Xiao-Jiao Mao, Chunhua Shen, Yu-Bin Yang(code)

denoisingautoencoder's People

Contributors

aftaab99 avatar

Stargazers

 avatar

Watchers

 avatar

denoisingautoencoder's Issues

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.