Giter Site home page Giter Site logo

mrugank97 / superres-rff Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 14.81 MB

Advanced Image Enhancement and Data Recovery: Superresolution Techniques and Missing Data Handling

Jupyter Notebook 100.00%
data-handling linear-regression random-fourier-features rmse super-resolution peak-snr

superres-rff's Introduction

SuperRes-RFF

Title

Advanced Image Enhancement and Data Recovery: Superresolution Techniques and Missing Data Handling

Description

This project focuses on enhancing image resolution and reconstructing images with missing data using advanced machine learning techniques. Specifically, it applies superresolution to enhance image quality and employs Random Fourier Features (RFF) combined with linear regression for image reconstruction. The project involves both qualitative and quantitative analyses to evaluate the performance of these methods. Key tasks include superresolution enhancement, measuring reconstruction accuracy with various metrics, and handling images with different levels of missing data

Project Task

  • Superresolution Enhancement : Performing Superresolution on the image to enhance its resolution by factor 2. Displaying a qualitative comparison of original and reconstructed image.

  • Quantitative Comparison of Superresolution : The above only helps us with a qualitative comparison. Let us now do a quantitative comparison. First read this article: https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Super-Resolution

    • Start with a 400x400 image (ground truth high resolution).
    • Resize it to a 200x200 image (input image)
    • Use RFF + Linear regression to increase the resolution to 400x400 (predicted high resolution image)
    • Compute the following metrics:
      • RMSE on predicted v/s ground truth high resolution image
      • `Peak SNR``
  • Completing Image with Random Missing Data:

    • Applying RFF to complete the image with 10%, 20%, and so on up to 90% of its data missing randomly.
    • Randomly remove portions of the data, train the model on the remaining data, and predict on the entire image.
    • Displaying the reconstructed images for each missing data percentage and providing the metrics calculated above.

superres-rff's People

Contributors

mrugank97 avatar

Stargazers

 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.