LoSealL / VideoSuperResolution

A collection of state-of-the-art video or single-image super-resolution architectures, reimplemented in tensorflow.
MIT License
1.61k stars 295 forks source link

Have you ever repeated the PSNR results from paper? #80

Closed sjtu-nobody closed 4 years ago

sjtu-nobody commented 5 years ago

Hi, I am a graduate student from SJTU and an newcomer to the SR field. Recently I try to evaluate a 2× SR network structure with SRCNN and ESPCN as benchmark. But SRCNN and ESPCN I trained using 91-images set only gets 31.4 and 31.5 PSNR on Set14, which is much lower than the results in the paper under same setting. Your repository is the only one I find contains detailed retrained PSNR results and it seems you are quite experienced in this area, so I wonder whether you could provide some advice on how to get similar results in the paper?

LoSealL commented 5 years ago

Hi @sjtu-nobody If you are familiar with ML but new to SR, there are a few advises:

  1. Details are the most important thing. What's your optimizer v.s. paper's optimizer? Did you decay your learning rate and how? How do you expand your dataset?
  2. The default settings in this repository are just tuned for my test-cases and only for x4 scale factor, therefore you have to tune hyper-parameters for other cases.
  3. 91-image is just a toy dataset, too small for SR.