nagadomi / waifu2x

Image Super-Resolution for Anime-Style Art
http://waifu2x.udp.jp/
MIT License
27.44k stars 2.71k forks source link

Benchmark report on different architecture and size #251

Open DonaldTsang opened 5 years ago

DonaldTsang commented 5 years ago

Requesting accuracy, training speed and processing speed (in both seconds and Add-Mult/FLOPS ) benchmarks of different models for Waifu2x e.g. VGG vs ResNet vs Inception (of different sizes)

If you can go the extra mile, compare algorithms with:

nagadomi commented 5 years ago

here it is. https://github.com/nagadomi/waifu2x/blob/dev/appendix/benchmark.md

DonaldTsang commented 5 years ago

@nagadomi so Resnet > Upconv > VGG for all types... I would like to request a few things:

  1. A graph for training time vs accuracy/performace
  2. Compare Waifu2x to architectures in https://github.com/IvoryCandy/super-resolution that are missing from your benchmark
nagadomi commented 5 years ago

If you want it, do it yourself. The above benchmark describes the results of BSD100 and Urban100, and the results are also described in other papers. Note that waifu2x is not overfitting to fixed bicubic downsampling.

DonaldTsang commented 4 years ago

Here are benchmarks done by somebody else:

Here are collections/toolkit collections:

And here is a list of models: