paper-with-me

Papers

Simple and Efficient Unpaired Real-world Super-Resolution using Image Statistics

2021-09-19 · Kwangjin Yoon

Learning super-resolution (SR) network without the paired low resolution (LR) and high resolution (HR) image is difficult because direct supervision through the corresponding HR counterpart is unavailable. Recently, many real-world SR researches take advantage of the unpaired image-to-image translation technique. That is, they used two or more generative adversarial networks (GANs), each of which translates images from one domain to another domain, \eg, translates images from the HR domain to the LR domain. However, it is not easy to stably learn such a translation with GANs using unpaired data. In this study, we present a simple and efficient method of training of real-world SR network. To stably train the network, we use statistics of an image patch, such as means and variances. Our real-world SR framework consists of two GANs, one for translating HR images to LR images (degradation task) and the other for translating LR to HR (SR task). We argue that the unpaired image translation using GANs can be learned efficiently with our proposed data sampling strategy, namely, variance matching. We test our method on the NTIRE 2020 real-world SR dataset. Our method outperforms the current state-of-the-art method in terms of the SSIM metric as well as produces comparable results on the LPIPS metric.

📄 PDF Abstract BibTeX arXiv:2109.09071

Code (0)

등록된 구현이 없습니다.

Tasks

Image-to-Image TranslationSSIMSuper-ResolutionTranslation

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Unpaired Depth Super-Resolution in the Wild

2021-05-25 · Aleksandr Safin, Maxim Kan, Nikita Drobyshev, Oleg Voynov 외

Depth maps captured with commodity sensors are often of low quality and resolution; these maps need to be enhanced to be used in many applications. State-of-the-art data-driven methods of depth map super-resolution rely …

Depth Map Super-ResolutionImage-to-Image TranslationSuper-ResolutionTranslation

An Optimal Transport Perspective on Unpaired Image Super-Resolution

2022-02-02 · Milena Gazdieva, Litu Rout, Alexander Korotin, Andrey Kravchenko 외

Real-world image super-resolution (SR) tasks often do not have paired datasets, which limits the application of supervised techniques. As a result, the tasks are usually approached by unpaired techniques based on Generat…

Image Super-ResolutionSuper-Resolution

Unsupervised Real-World Super-Resolution: A Domain Adaptation Perspective

2021-01-01 · ICCV 2021 10 · Wei Wang, Haochen Zhang, Zehuan Yuan, Changhu Wang

Most existing convolution neural network (CNN) based super-resolution (SR) methods generate their paired training dataset by artificially synthesizing low-resolution (LR) images from the high-resolution (HR) ones. Ho…

Domain AdaptationImage-to-Image TranslationSuper-Resolution

Learning Coupled Dictionaries from Unpaired Data for Image Super-Resolution

2024-01-01 · CVPR 2024 1 · Longguang Wang, Juncheng Li, Yingqian Wang, Qingyong Hu 외

The difficulty of acquiring high-resolution (HR) and low-resolution (LR) image pairs in real scenarios limits the performance of existing learning-based image super-resolution (SR) methods in the real world. To condu…

DiversityImage GenerationImage Super-ResolutionSuper-Resolution

To learn image super-resolution, use a GAN to learn how to do image degradation first

2018-07-30 · ECCV 2018 9 · Adrian Bulat, Jing Yang, Georgios Tzimiropoulos

This paper is on image and face super-resolution. The vast majority of prior work for this problem focus on how to increase the resolution of low-resolution images which are artificially generated by simple bilinear down…

Generative Adversarial NetworkImage Super-ResolutionSuper-Resolution