Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 2.19 KB

README.md

File metadata and controls

37 lines (25 loc) · 2.19 KB

Improving-Closed-loop-Matters(Super Resolution)

Presentation

Goal

By adding a small idea, tried to improve Closed-loop Matters: Dual Regression Networks for Single Image Super-Resolution(CVPR 2020) baseline code

Overview

제목 없음

Inspired by SamsungSDS 's FrePGAN: Robust Deepfake Detection Using Frequency-level Perturbations,

Images in Frequency domain seems to contain extra infomations that are not in rgb images.

Thus I used images in frequency domain and rgb images at the sametime to train model for Super Resolution task

I simply calcuated new Floss(frequency loss), which is loss between GT images in frequency doamin and created images in frequency domain

As result there was a slight improvement in PSNR score.

Results

image Tried simple tests altering weights of Floss, and there were slight improvement, but it was hard to tell with bare eyes

Ground Truth

image image

Baseline

image image

With New Floss

image image

Reference

Closed-loop Matters: Dual Regression Networks for Single Image Super-Resolution [arXiv] [github]