DIV2K Super Resolution (2x)#

Run this benchmark with

from deepinv_bench import run_benchmark
my_solver = lambda y, physics: ...  # your solver here
results = run_benchmark(my_solver, "div2k_super_resolution_(2x)")

Warning

Runtimes are only indicative and may vary depending on various factors which are not controlled in the benchmark.

solver_name

PSNR

LPIPS

DPIR[sigma=0.1]

26.86 ± 2.28

0.32 ± 0.12

DPIR[sigma=0.2]

24.44 ± 2.20

0.43 ± 0.13

DPS[denoiser=DRUNet,max_iter=1000]

21.95 ± 2.67

0.54 ± 0.16

DPS[denoiser=DiffUNet,max_iter=1000]

20.03 ± 2.93

0.61 ± 0.18