Giter Site home page Giter Site logo

deep-learning-based-noise-type-classification-and-removal-for-drone-image-restoration's Introduction

Deep Learning-based Noise Type Classification and Removal for Drone Image Restoration

Welcome to the Deep Learning-based Noise Type Classification and Removal for Drone Image Restoration GitHub repository! This repository contains the code and comprehensive documentation for the research paper titled "Deep Learning-based Noise Type Classification and Classification and Removal For Drone Image Restoration".

Abstract

Recent advancements in deep learning have enabled significant progress in image noise type classification and denoising systems. This paper proposes a framework for two-stage multi-type image denoising that provides classification and denoising of four types of noise with a per-class classification accuracy of 98.2% - 100% and a denoising technique that obtained promising PSNR and SSIM values for various types of noise, ensuring effective image restoration. The proposed methodology can be applied to any field that requires image denoising without prior knowledge of the type of noise.

Introduction

This paper proposes a two-stage framework that classifies the noise type followed by denoising based on the predicted noise type. In the first stage, a Convolutional Neural Network (CNN)-based classifier is utilized. The CNN is trained to classify the noisy image into four classes: Gaussian, Salt & Pepper, Poisson, and Speckle. For the second stage of denoising, four separate Denoising Autoencoders (DAEs) have been trained to handle each classified case using its specialized DAE. Lastly, the performance of the proposed framework is evaluated at different stages of the experiment by calculating the peak-signal-to-noise ratio (PSNR).

figure-3

Proposed Framework Architecture

figure-2

Datasets

  1. CIFAR-100
  2. CIFAR-10
  3. BSD500
  4. Randomly collected drone-captured image samples

Convolutional Neural Network (CNN)

figure-4

Resources

  1. Datasets are available in the repository.
  2. Matlab code with instructions is available inside matlab_code_for_dataset_processing for dataset creation.
  3. Complete Framework code with instructions is available in image_noise_classification_and_denoising_complete_experiment.ipynb.

Get Started

  1. Clone the repository into your local storage.
  2. Install Python 3.10.5.
  3. Install Jupyter Notebook.
  4. Run image_noise_classification_and_denoising_complete_experiment.ipynb each cell one by one by following the instructions.

Note: This repository contains the outcomes of numerous experiments conducted at different stages of our research. Due to the extensive nature of our work, the information in the code may appear scattered. We appreciate your understanding and thank you for your interest in our research.

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.