Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zero-Shot Super-Resolution using Deep Internal Learning #4

Open
flrngel opened this issue Feb 15, 2018 · 0 comments
Open

Zero-Shot Super-Resolution using Deep Internal Learning #4

flrngel opened this issue Feb 15, 2018 · 0 comments

Comments

@flrngel
Copy link
Owner

flrngel commented Feb 15, 2018

https://arxiv.org/abs/1712.06087

Abstract

  • many paper has restriction on their data

1. Introduction

  • this paper talks about "Real LR" means low-rate image on wild

Feature of ZSSR(Zero-Shot Super Resolution)

  • train small CNN at test time
  • uses CNN to infer HR-LR relation

2. The Power of Internal Image Statistics

  • evidence from same image
  • predictive
  • gets low entropy of internal information

3. Image-Specific CNN

  • Pair "I_down_scale" and "I"

3.1. Architecture & Optimization

image

  • Model uses 8 Layer and 64 channels
  • uses ReLU
  • with 1 increment of Scale(S), 54 seconds takes more to test

3.2. Adapting to the Test Image

  • other model's hyperparameter can not be change after train

4.2. The 'Non-ideal' Case

  • they made their own dataset

Checkpoints

  • Why model uses residual between the interpolated LR and its HR parent?
  • What does non-synthesized goes with reliability in this paper?
  • This paper can be read with "Deep Prior"
  • What effect "Gaussian noise" does?
  • Check "Nonparametric blind super-resolution" paper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant