Giter Site home page Giter Site logo

super-resolution's Introduction

Super Resolution

Super Resolution refers to a task that uses deep learning to upscale the resolution of an image

SR is usually compared to bicubic interpolation, an image interpolation technique known for best performance in image upscaling

SR can learn high resolution textures that are not recognized by classic image interpolations such as bicubic

In some cases, using SR can help save processing time rather than performing bicubic interpolation

There are two ways to perform SR in this repository

The first is to give the model a loss directly so that the model can upscale the image and learn high resolution texture

This method is similar to training the AE and is simple, but works well with most data

If the results learned through the first method are not satisfactory, the SRGAN method allows the model to be trained in a different way with an additional adversarial attack loss term

Additionally learn the discriminator that classifies the model-generated and actual high resolution images, assume the SR model is a generator, and apply an adversarial attack

This way, unlike the first method, the model can create a more realistic image, but the disadvantage is that learning is unstable

To resolve this instability, you can specify the loss ignore threshold of the descriminator

Because most GAN problems arise because the discriminator is too powerful, ignore loss thresholds for discriminator can help train SRGAN


Result

We used the Korean license plate dataset and created an SR image of 192x96 size using 24x12 size images

Tested with a model consisting of 64 filters convolution layers that produces 8x higher resolution images

Image order : HR(High Resolution), LR(Low Resolution), Bicubic(Resize), SR(Super Resolution) from the left


super-resolution's People

Contributors

inzapp avatar

Stargazers

 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.